elf.h SHF_EXCLUDE signed int 31 bit shift triggers undefined behaviour.
[glibc.git] / ChangeLog
blob4b58951ab43fd88a3b1db3733775936c2141bab3
1 2015-04-28  Mark Wielaard  <mjw@redhat.com>
3         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
5 2015-04-27  David S. Miller  <davem@davemloft.net>
7         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
8         __tls_get_addr.
9         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
11 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
13         [BZ#18333]
14         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
16 2015-04-27  Florian Weimer  <fweimer@redhat.com>
18         [BZ#18333]
19         * time/tzset.c (parse_tzname): Return error on memory allocation
20         failure.
21         * test-skeleton.c (struct temp_name_list): Change type of name
22         member to non-const.
23         (add_temp_file): Create a copy of the file name.
24         (delete_temp_files): Deallocate memory.
25         (create_temp_file): Add comment.
27 2015-04-24  Florian Weimer  <fweimer@redhat.com>
29         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
30         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
32 2015-04-24  Roland McGrath  <roland@hack.frob.com>
34         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
35         * sysdeps/arm/configure: Regenerated.
37 2015-04-24  Florian Weimer  <fweimer@redhat.com>
39         [BZ #17715]
40         * time/tzfile.c (__tzfile_read): Check for large values of
41         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
42         * time/tzset.c (__tzstring_len): New function, based on the old
43         __tzstring function.
44         (__tzstring): Call __tzstring_len.
45         (parse_tzname): New helper function extracted from
46         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
47         the input string.
48         (parse_offset): New helper function extracted from
49         __tzset_parse_tz.  Replace switch with fallthrough with
50         initialization before sscanf.
51         (parse_rule): Likewise.
52         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
53         new-style function definition.
54         * timezone/Makefile (tests): Add tst-tzset.
55         (tst-tzset.out): Dependencies on time zone files.
56         (tst-tzset-ENV): Set TZDIR.
57         (testdata/XT%): Copy crafted time zone files.
58         * timezone/README: Mention crafted time zone files.
59         * timezone/testdata/XT1, timezone/testdata/XT2,
60         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
61         files.
62         * timezone/tst-tzset.c: New test.
64 2015-04-24  Florian Weimer  <fweimer@redhat.com>
66         * Makeconfig (+gccwarn): Remove -Winline.
68 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
70         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
72 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
74         * NEWS: Mention sysconf() cache information support for s390.
75         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
77 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
79         * math/k_casinh.c (__kernel_casinh): Use __copysign.
80         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
81         (__nearbyint): Likewise.
82         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
83         (copysignl): Likewise.
85 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
87         [BZ #18287]
88         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
89         based on padding.  (CVE-2015-1781)
91 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
93         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
94         libc-vdso.h.
95         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
96         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
97         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
98         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
99         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
100         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
101         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
102         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
103         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
104         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
105         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
106         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
107         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
108         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
109         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
110         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
111         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
112         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
113         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
114         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
115         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
116         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
117         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
119 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
121         * stdlib/setenv.c (__add_to_environ):
122         Dump core quickly if setenv (..., NULL, ...) is called.
123         This time, do it the right way, and pacify GCC with a pragma.
125 2015-04-17  Roland McGrath  <roland@hack.frob.com>
127         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
128         IMAP->l_prev cannot be null, and #if out the code for the contrary
129         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
130         believe that NS (&_dl_ns[NSID]) could point outside the array.
132         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
133         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
134         before using NSID as an index.
136 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
138         [BZ #17825]
139         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
140         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
141         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
143 2015-04-17  Roland McGrath  <roland@hack.frob.com>
145         Add preliminary port to Google Native Client on ARM.
146         * abi-tags (.*-.*-nacl.*): New entry.
147         * sysdeps/arm/nacl: New directory.
148         * sysdeps/nacl: New directory.
150 2015-04-16  David S. Miller  <davem@davemloft.net>
152         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
153         lowlevellock-futex.h
155 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
157         * sysdeps/tile/configure.ac: New file.
158         * sysdeps/tile/configure: Regenerated.
160 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
162         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
163         conditionals for weak_alias and libc_hidden_weak.
164         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
165         libc_hidden_weak and weak_alias.
166         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
167         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
168         and weak_alias for static one.
170 2015-04-15  David S. Miller  <davem@davemloft.net>
172         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
174 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
176         [BZ #18206]
177         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
178           Use signed comparision instead of substraction to avoid
179           overflow bug.
180         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
181           Take the sign of ret.
182         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
183           Do not expect precise return values. Only the sign matters.
184         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
185         * wcsmbs/test-wcsncmp.c: New File.
186         * string/test-strncmp.c: Add wcsncmp support.
188 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
190         [BZ #6792]
191         * math/w_log1p.c: New file.
192         * math/w_log1pf.c: Likewise.
193         * math/w_log1pl.c: Likewise.
194         * math/Makefile (libm-calls): Add w_log1p.
195         * math/s_log1pl.c (log1pl): Remove weak_alias.
196         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
197         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
198         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
199         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
200         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
201         [NO_LONG_DOUBLE] (log1pl): Likewise.
202         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
203         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
204         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
205         (log1p): Remove long_double_symbol.
206         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
207         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
208         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
209         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
210         remove weak_alias for corresponding log1p function.
211         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
212         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
213         * sysdeps/ia64/fpu/w_log1p.c: New file.
214         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
215         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
216         * math/libm-test.inc (log1p_test_data): Add errno expectations.
218 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
220         [BZ #18247]
221         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
222         decimal exponent by 1.
223         * stdlib/tst-strtod-round-data: Add more tests.
224         * stdlib/tst-strtod-round.c (tests): Regenerated.
226 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
228         * math/auto-libm-test-in: Add more tests of clog and clog10.
229         * math/auto-libm-test-out: Regenerated.
230         * sysdeps/i386/fpu/libm-test-ulps: Update.
231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
233 2015-04-09  Roland McGrath  <roland@hack.frob.com>
235         * Makeconfig (module-cppflags): Exclude all .v.i files.
236         (skip-module-cppflags): Variable removed.
238         * configure.ac (libc_config_ok): Initialize before reading
239         preconfigure scripts, not after.
240         * configure: Regenerated.
242         * test-skeleton.c (TIMEOUT): Move #define to top level.
243         (main): Grok environment variable TEST_DIRECT.  If set, print
244         test expectation details into that file and then behave as if
245         given --direct.
247 2015-04-09  Florian Weimer  <fweimer@redhat.com>
249         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
250         warning on 32-bit.
252 2015-04-08  David S. Miller  <davem@davemloft.net>
254         * sysdeps/sparc/fpu/libm-test-ulps: Update.
256 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
258         * math/auto-libm-test-in: Add more tests of atanh.
259         * math/auto-libm-test-out: Regenerated.
260         * sysdeps/i386/fpu/libm-test-ulps: Update.
261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
263         * math/auto-libm-test-in: Add more tests of atan.
264         * math/auto-libm-test-out: Regenerated.
265         * sysdeps/i386/fpu/libm-test-ulps: Update.
266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
268 2015-04-08  Florian Weimer  <fweimer@redhat.com>
270         * elf/pldd.c (main): Rewrite to use struct
271         scratch_buffer instead of extend_alloca.
272         * elf/pldd-xx.c (find_maps): Likewise.
273         * grp/initgroups.c: Include <scratch_buffer.h> instead of
274         <alloca.h>.
275         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
276         scratch_buffer instead of extend_alloca.
277         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
278         grp/compat-initgroups.c.
279         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
280         Rewrite to use struct scratch_buffer instead of extend_alloca.
281         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
282         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
284 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
286         * math/auto-libm-test-in: Add more tests of cbrt.
287         * math/auto-libm-test-out: Regenerated.
288         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
290         * math/auto-libm-test-in: Add more tests of cabs.
291         * math/auto-libm-test-out: Regenerated.
292         * sysdeps/i386/fpu/libm-test-ulps: Update.
293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
295         [BZ #18210]
296         [BZ #18211]
297         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
298         (__ieee754_atan2): Set FE_TONEAREST mode for internal
299         computations.
300         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
301         clog10.
302         * math/auto-libm-test-out: Regenerated.
303         * sysdeps/i386/fpu/libm-test-ulps: Update.
304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
306         [BZ #18197]
307         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
308         (atan): Set FE_TONEAREST mode for internal computations.
309         * math/auto-libm-test-in: Add more tests of atan.
310         * math/auto-libm-test-out: Regenerated.
312 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
314         [BZ #17930]
315         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
317 2015-04-07  Florian Weimer  <fweimer@redhat.com>
319         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
321 2015-04-07  Florian Weimer  <fweimer@redhat.com>
323         * include/scratch_buffer.h: New file.
324         * malloc/scratch_buffer_grow.c: Likewise.
325         * malloc/scratch_buffer_grow_preserve.c: Likewise.
326         * malloc/scratch_buffer_set_array_size.c: Likewise.
327         * malloc/tst-scratch_buffer.c: Likewise.
328         * malloc/Makefile (routines): Add scratch_buffer_grow.
329         (tests): Add test case.
330         * malloc/Versions (GLIBC_PRIVATE): Export
331         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
332         __libc_scratch_buffer_set_array_size.
334 2015-04-06  Richard Henderson  <rth@redhat.com>
336         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
337         * sysdeps/alpha/fpu/libm-test-ulps: Update.
339         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
340         unsigned int before printing.
342 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
344         [BZ #17596]
345         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
346         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
348 2015-04-02  Florian Weimer  <fweimer@redhat.com>
350         * include/libc-internal.h (libc_max_align_t): Define.
352 2015-04-02  Andreas Schwab  <schwab@suse.de>
354         [BZ #16850]
355         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
357 2015-04-02  Mel Gorman  <mgorman@suse.de>
359         [BZ #17195]
360         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
361         as well as the main arena.
363 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
365         [BZ #18185]
366         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
367         sharing L2 cache to 2 for Silvermont/Knights Landing.
369 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
371         [BZ #17711]
372         * config.make.in (have-protected-data): New.
373         * configure.ac: Check linker support for protected data symbol.
374         * configure: Regenerated.
375         * elf/Makefile (modules-names): Add tst-protected1moda and
376         tst-protected1modb if $(have-protected-data) is yes.
377         (tests): Add tst-protected1a and tst-protected1b if
378         $(have-protected-data) is yes.
379         ($(objpfx)tst-protected1a): New.
380         ($(objpfx)tst-protected1b): Likewise.
381         (tst-protected1modb.so-no-z-defs): Likewise.
382         * elf/tst-protected1a.c: New file.
383         * elf/tst-protected1b.c: Likewise.
384         * elf/tst-protected1mod.h: Likewise.
385         * elf/tst-protected1moda.c: Likewise.
386         * elf/tst-protected1modb.c: Likewise.
388 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
390         [BZ #17711]
391         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
392         indicates it is called from do_lookup_x on relocation against
393         protected data, skip the data definion in the executable from
394         copy reloc.
395         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
396         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
397         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
398         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
399         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
400         otherwise to 0.
401         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
402         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
403         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
404         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
405         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
406         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
408 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
410         * sysdeps/nptl/pthread.h: Remove duplicate definition of
411         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
413 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
415         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
416         THREAD_SETMEM_NC.
417         * sysdeps/x86_64/nptl/tls.h: Ditto.
419 2015-03-27  Roland McGrath  <roland@hack.frob.com>
421         * dlfcn/tststatic.c (main): Converted to ...
422         (do_test): ... this.
423         (TEST_FUNCTION): New macro.
424         Include test-skeleton.c.
426 2015-03-26  Alan Modra  <amodra@gmail.com>
428         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
429         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
430         zero for undefined weak.
431         (elf_machine_plt_conflict): Similarly.
433 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
435         * math/auto-libm-test-in: Add more tests of acosh, asinh and
436         atanh.
437         * math/auto-libm-test-out: Regenerated.
438         * sysdeps/i386/fpu/libm-test-ulps: Update.
439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
441         * math/auto-libm-test-in: Add another test of asin.
442         * math/auto-libm-test-out: Regenerated.
443         * sysdeps/i386/fpu/libm-test-ulps: Update.
444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
446         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
447         Remove macro.
448         (LLL_EBX_REG): Likewise.
449         (LLL_ENTER_KERNEL): Likewise.
451         * math/auto-libm-test-in: Add more tests of asin.
452         * math/auto-libm-test-out: Regenerated.
453         * sysdeps/i386/fpu/libm-test-ulps: Update.
454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
456         [BZ #18138]
457         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
458         libc_do_syscall_args): New structure.
459         (INTERNAL_SYSCALL_MAIN_0): New macro.
460         (INTERNAL_SYSCALL_MAIN_1): Likewise.
461         (INTERNAL_SYSCALL_MAIN_2): Likewise.
462         (INTERNAL_SYSCALL_MAIN_3): Likewise.
463         (INTERNAL_SYSCALL_MAIN_4): Likewise.
464         (INTERNAL_SYSCALL_MAIN_5): Likewise.
465         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
466         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
467         Replace conditional definitions by conditional definitions of ....
468         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
469         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
470         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
471         (libpthread-sysdep_routines): Add libc-do-syscall.
472         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
473         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
474         to __NR_futex not 240.
476 2015-03-25  Alan Modra  <amodra@gmail.com>
478         * NEWS: Advertise TLS optimization.
479         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
480         (DT_PPC_NUM): Increment.
481         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
482         (CHECK_STATIC_TLS): Use here.
483         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
484         TLS descriptors.
485         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
486         * sysdeps/powerpc/dl-tls.c: New file.
487         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
488         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
489         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
490         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
495 2015-03-25  Alan Modra  <amodra@gmail.com>
497         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
498         for overlapping .opd entries" to "support...".
499         * sysdeps/powerpc/powerpc64/configure: Regenerate
501 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
503         * math/auto-libm-test-in: Add more tests of acos.
504         * math/auto-libm-test-out: Regenerated.
505         * sysdeps/i386/fpu/libm-test-ulps: Update.
506         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
508         * math/auto-libm-test-in: Add more tests of expm1.
509         * math/auto-libm-test-out: Regenerated.
510         * sysdeps/i386/fpu/libm-test-ulps: Update.
511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
513 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
515         * math/auto-libm-test-in: Add more tests of cosh and sinh.
516         * math/auto-libm-test-out: Regenerated.
517         * sysdeps/i386/fpu/libm-test-ulps: Update.
518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
520         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
523         * math/auto-libm-test-in: Add more tests of log2.
524         * math/auto-libm-test-out: Regenerated.
525         * sysdeps/i386/fpu/libm-test-ulps: Update.
526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
528 2015-03-23  Roland McGrath  <roland@hack.frob.com>
530         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
531         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
532         _IO_IS_APPENDING bit in READ_WRITE instead.
534 2015-03-23  Florian Weimer  <fweimer@redhat.com>
536         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
537         (__determine_cpumask_size): Replace extend_alloca with a
538         variable-length array.  Do not treat res == 0 as an error.
540 2015-03-23  Florian Weimer  <fweimer@redhat.com>
542         [BZ #18100]
543         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
544         and integer overflow.
545         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
546         (main): Add integer overflow tests.
547         * manual/pattern.texi (Calling Wordexp): Document additional use
548         for WRDE_SYNTAX.
550 2015-03-23  Alan Modra  <amodra@gmail.com>
552         * config.h.in: Remove HAVE_ASM_PPC_REL16.
553         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
554         and false branch of conditional.
555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
556         Likewise.
558 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
560         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
561         libc-modules.h
562         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
563         unused declaration of _hurd_intr_rpc_msg_in_trap.
564         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
565         defined instead of whether it is non-zero.
566         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
567         input constraint instead of both input and output constraint.  Use ecx
568         clobber instead of %ecx.
569         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
570         mutex_unlock): Use a statement expression instead of an expression list.
571         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
572         type to vm_size_t instead of vm_address_t.
573         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
574         defined instead of whether it is non-zero.
575         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
576         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
577         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
578         comparisons with mapaddr.
579         * nscd/nscd-client.h: Include <time.h>.
580         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
581         9th parameter to __vm_region instead of int.
582         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
583         * scripts/check-local-headers.sh (exclude): Add device/,
584         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
585         cthreads.h.
587 2015-03-19  Roland McGrath  <roland@hack.frob.com>
589         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
590         to account for alignment padding.
591         * sysdeps/arm/memmove.S: Likewise.
593 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
595         * sysdeps/unix/sysv/linux/generic/README: New file.
597 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
599         [BZ #18138]
600         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
601         (futex_abstimed_wait)
602         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
603         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
604         of lll_futex_timed_wait.
606 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
608         [BZ #17542]
609         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
611 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
613         [BZ #17090]
614         [BZ #17620]
615         [BZ #17621]
616         [BZ #17628]
617         * NEWS: Update.
618         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
619         entries with Static TLS too.  Skip entries past the end of the
620         allocated DTV, from Alan Modra.
621         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
622         Static TLS DTV entry set up from...
623         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
624         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
625         * nptl/allocatestack.c (init_one_static_tls): ... and here...
626         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
627         for Static TLS.
628         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
629         that the slot we find is associated with the given map before
630         using its generation count.
631         * nptl_db/db_info.c: Include ldsodefs.h.
632         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
633         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
634         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
635         (link_map::l_tls_offset): New struct field.
636         (dtv_t::counter): Likewise.
637         (rtld_global): New struct.
638         (_rtld_global): New rtld variable.
639         (dl_tls_dtv_slotinfo_list): New rtld global field.
640         (dtv_slotinfo_list): New struct.
641         (dtv_slotinfo): Likewise.
642         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
643         (td_lookup): Rename to...
644         (td_mod_lookup): ... this.  Use new mod parameter instead of
645         LIBPTHREAD_SO.
646         * nptl_db/td_thr_tlsbase.c: Include link.h.
647         (dtv_slotinfo_list, dtv_slotinfo): New functions.
648         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
649         addresses even if the DTV is out of date or missing them.
650         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
651         index zero-length arrays.
652         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
653         (td_lookup): Make it a macro implemented in terms of...
654         (td_mod_lookup): ... this declaration.
655         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
656         (DB_MAIN_VARIABLE): Likewise.
658 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
660         [BZ #18134]
661         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
663 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
665         * stdlib/setenv.c (__add_to_environ): Revert previous change.
667 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
669         [BZ #18128]
670         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
671         (atomic_add, atomic_increment_and_test)
672         (atomic_decrement_and_test): Fix 64-bit arithmetic.
674 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
676         * stdlib/setenv.c (__add_to_environ):
677         Dump core quickly if setenv (..., NULL, ...) is called.
679 2015-03-13  Roland McGrath  <roland@hack.frob.com>
681         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
682         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
683         all the necessary asm magic in one place.
684         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
685         using those.
687 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
689         [BZ #14906]
690         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
691         traced file mtime. Use consistent log message.
692         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
693         (register_traced_file): Call install_watches. Always set mtime.
694         (invalidate_cache): Iterate over all trace files. Call install_watches.
695         (inotify_check_files): Don't inline. Handle watching parent
696         directories and configuration file movement in and out.
697         (handle_inotify_events): New function.
698         (main_loop_poll): Call handle_inotify_events.
699         (main_loop_epoll): Likewise.
700         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
701         (struct traced_file): Use array of inotify fds. Add parent directory,
702         and basename.
703         (struct database_dyn): Remove unused file_mtime.
704         (init_traced_file): New inline function.
705         (define_traced_file): New macro.
706         * nss/nss_db/db-init.c: Use define_traced_file.
707         (_nss_db_init): Use init_traced_file.
708         * nss/nss_files/files-init.c: Use define_traced_file.
709         (_nss_files_init): Use init_traced_file.
711 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
713         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
714         [_LIBC]: Do not include <stdlib.h>.
715         [!_LIBC] (abort): Remove declaration.
716         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
717         _FP_STATIC_ASSERT instead of conditionally calling abort.
718         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
719         (_FP_EXTEND_CNAN): Likewise.
720         (FP_TRUNC): Likewise.
721         (__FP_CLZ): Likewise.
722         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
724 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
726         * manual/string.texi (XPG basename): Fix prototype.
728 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
730         [BZ #18080]
731         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
732         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
733         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
734         (__setcontext): Likewise.
735         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
736         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
737         Call rt_sigprocmask syscall one time to set new signal mask
738         and retrieve the current signal mask instead of two calls.
739         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
740         (__swapcontext): Likewise.
741         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
742         * stdlib/tst-setcontext2.c: New file.
744 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
746         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
748 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
750         [BZ #18093]
751         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
752         the wrong size.
754 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
756         [BZ #18043]
757         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
759 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
761         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
762         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
763         Remove define.
764         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
765         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
766         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
767         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
768         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
769         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
770         define.
771         * nptl_db/td_symbol_list.c (td_lookup): Remove
772         HAVE_ASM_GLOBAL_DOT_NAME code.
773         * sysdeps/powerpc/powerpc64/configure.ac: Remove
774         HAVE_ASM_GLOBAL_DOT_NAME check.
775         * sysdeps/powerpc/powerpc64/configure: Regenerate.
776         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
777         (DOT_LABEL): Remove define.
778         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
779         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
780         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
781         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
782         (__TLS_GET_ADDR): Likewise.
783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
784         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
786 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
788         [BZ #18111]
789         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
790         (_FPU_SETCW): Initialize cw from fpsr before storing.
791         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
792         (fesetexceptflag): Rewrite using fpu_control.h.
793         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
795 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
797         [BZ #18110]
798         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
799         asms.
800         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
802 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
804         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
805         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
806         abort.
807         (_FP_FMA): Likewise.
808         (_FP_DIV): Likewise.
810 2015-03-10  Roland McGrath  <roland@hack.frob.com>
812         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
813         with 0 in that case.
814         * Makefile (summarize-tests): New canned sequence, factored out of
815         commands for targets tests and xtests.  Display summary lines that
816         don't start with PASS: or XFAIL: rather than ones that do start with
817         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
818         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
819         do start with ERROR: or FAIL:.
820         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
821         (except for [$(build-shared) = yes]).
822         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
823         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
824         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
825         * nptl/Makefile: Revert 2015-03-04 changes.
826         [$(CXX) empty] (tests-unsupported): New variable.
827         * debug/Makefile: Likewise.
829         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
830         gnulib file.  Replace __attribute with __attribute__ throughout.
832 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
834         * sysdeps/hppa/fpu/libm-test-ulps: Update.
836 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
838         [BZ #18104]
839         * math/auto-libm-test-in: Add another test of pow.
840         * math/auto-libm-test-out: Regenerated.
842 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
844         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
845         $(config-cflags-nofma).
847 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
849         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
850         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
851         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
852         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
853         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
854         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
855         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
856         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
857         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
858         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
859         Add comment on closing #endif.
861 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
863         * posix/wordexp.c (CHAR_IN_SET): New macro.
864         (parse_param): Use it.
866 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
868         * sysdeps/powerpc/fpu/libm-test-ulps: update.
870 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
872         [BZ #18043]
873         * posix/wordexp.c (parse_param): Fix buffer overflow.
874         * posix/wordexp-test.c (test_case): Add test case.
876 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
878         [BZ #18042]
879         * posix/wordexp.c (parse_backtick): Fix off-by-one.
880         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
882 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
884         [BZ #18043]
885         * posix/wordexp-test.c (test_case): Add test for BZ #18043
886         (do_bz18043): Delete.
887         (at_page_end): New.
888         (testit): Refactor to have words at the edge of unreadable page.
890 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
892         [BZ #16734]
893         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
894         Cleanup read-only streams as well.
895         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
897 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
899         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
900         <bits/libc-lockP.h>
902 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
904         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
905         on [__KERNEL__].
906         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
907         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
908         * soft-fp/op-common.h (_FP_DECL): Likewise.
910 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
912         * elf/ifuncdep2.c (global): Replace
913         __attribute__((visibility("protected"))) with
914         asm (".protected global").
915         * elf/ifuncmod1.c (global): Likewise.
916         * elf/ifuncmod5.c (global): Likewise.
918 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
920         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
921         <asm/sfp-machine.h> instead of <sfp-machine.h>.
923 2015-03-06  Roland McGrath  <roland@hack.frob.com>
925         * manual/install.texi (Configuring and compiling):
926         Document test-wrapper-env-only.
927         * INSTALL: Regenerated.
929 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
931         [BZ #18043]
932         * posix/wordexp.c (parse_param): Fix buffer overflow.
933         * posix/wordexp-test.c (do_bz18043): Add test case.
935 2015-03-06  Vincent Bernat  <vincent@bernat.im>
937         * time/tst-strptime2.c (do_test): Ensure failing tests are
938         reported correctly.
939         * time/tst-strptime3.c (do_test): Likewise.
941 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
943         Fix aio_error thread-safety.
944         * sysdeps/pthread/aio_error.c: New file
945         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
946         synchronization.
948 2015-03-06  Florian Weimer  <fweimer@redhat.com>
950         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
951         (group_number, vfprintf): Use it.
952         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
953         (JUMP, REF): Use it.
954         (WORK_BUFFER_SIZE): New enum constant.
955         (process_arg, vfprintf): Use it.
957 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
959         * manual/errno.texi (Error Messages): Complete example function
960         by adding missing #define.
961         (program_invocation_name): Add statement indicating GNU
962         extension and reference which header file declares the variable.
963         (program_invocation_short_name): Likewise.
965 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
967         * manual/errno.texi (Error Messages): Delete strerror ISO C89
968         compatibility note.
970 2015-03-05  Roland McGrath  <roland@hack.frob.com>
972         * Makeconfig (test-wrapper-env-only): New variable.
973         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
974         then use that with $(test-wrapper-env-only) rather than using
975         $(test-wrapper-env) $(run-program-env) $($*-ENV).
977 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
979         [BZ #18082]
980         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
981         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
982         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
983         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
984         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
985         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
986         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
987         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
988         Likewise.
989         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
990         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
991         Likewise.
992         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
993         Likewise.
994         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
995         Likewise.
996         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
997         Likewise.
998         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
999         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1000         Likewise.
1001         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1002         Likewise.
1003         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1004         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1006 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1008         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1009         (ETH_ALEN): New macro.
1010         (struct ether_addr): Use it for length of ether_addr_octet.
1012         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1013         (setdb): Don't call __nss_configure_lookup for "rpc".
1014         (do_test): Don't call test_rpc.
1015         (output_rpcent, test_rpc): Functions moved ...
1016         * sunrpc/test-rpcent.c: ... to this new file.
1017         * sunrpc/Makefile (tests): Add it.
1019         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1020         __xpg_sigpause.
1021         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1022         * nptl/tst-signal6.c: Likewise.
1023         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1024         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1026         * configure.ac (libc_cv_cxx_link_ok): New check.
1027         Reset CXX to empty if it fails to link.
1028         * configure: Regenerated.
1029         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1030         bug-atexit3-lib only if $(CXX) is nonempty.
1031         * nptl/Makefile (tests): Likewise for tst-cancel24.
1032         (tests, tests-static): Likewise for tst-cancel24-static.
1033         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1034         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1035         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1036         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1038 2015-03-04  Andreas Schwab  <schwab@suse.de>
1040         [BZ #17631]
1041         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1042         for non-GCC compilers.
1043         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1044         Likewise.
1046 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1048         [BZ #17776]
1049         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1050         integer before bitwise and assembly operations.
1051         (feclearexcept): Likewise.
1052         * math/test-fenvinline.c: New file.
1053         * math/Makefile: Add test-fenvinline test.
1055 2015-03-03  Alan Modra  <amodra@gmail.com>
1057         [BZ #16512]
1058         * scripts/localplt.awk: Strip off symbol version.
1059         * NEWS: Mention bug fix.
1061 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1063         * sysdeps/pthread/timer_routines.c
1064         (timer_free_list, thread_free_list, thread_active_list): Make static.
1066 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1068         [BZ #17779]
1069         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1070         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1071         Undefine.
1072         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1073         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1074         Likewise.
1075         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1076         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1077         Likewise.
1079 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1081         [BZ #18036]
1082         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1083         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1085 2015-03-02  Andreas Schwab  <schwab@suse.de>
1087         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1088         variable name.
1090 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1092         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1093         Return error status.
1095 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1097         [BZ #15969]
1098         * locale/findlocale.c (_nl_find_locale): Introduce const
1099         version of loc_name and drop unsafe type casts.
1101 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1103         * dlfcn/tststatic2.c (main): Converted to ...
1104         (do_test): ... this.
1105         (TEST_FUNCTION): New macro.
1106         Include test-skeleton.c.
1108 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1110         [BZ #17711]
1111         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1112         (tests-pie): Add vismain.
1113         (CFLAGS-vismain.c): New.
1114         * elf/vismain.c: Add comments for PIE requirement.
1116 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1118         [BZ #18046]
1119         [BZ #18047]
1120         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1121         0x1p-56L as threshold for just returning the argument.
1122         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1123         0x1p-32L as threshold for just returning the argument.
1124         * math/auto-libm-test-in: Add more tests of atanh.
1125         * math/auto-libm-test-out: Regenerated.
1126         * sysdeps/i386/fpu/libm-test-ulps: Update.
1127         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1129 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1131         * string/bcopy.c (bcopy): Call memmove for performance.
1133 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1135         * string/bzero.c (__bzero): Call memset for performance.
1137 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1139         [BZ #18068]
1140         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1141         to 00100000.
1143 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1145         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1147 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1149         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1150         (__kernel_standard): Use CSTR macro when setting exc.name.
1151         * sysdeps/ieee754/Makefile [$(subdir) = math]
1152         (CFLAGS-k_standard.c): Remove variable.
1154         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1155         setting p and q from "else if" to "else".
1156         (qzero): Likewise.
1157         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1158         (qone): Likewise.
1159         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1160         (qzerof): Likewise.
1161         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1162         (qonef): Likewise.
1163         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1164         (qzero): Likewise.
1165         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1166         (qone): Likewise.
1168         [BZ #18038]
1169         [BZ #18039]
1170         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1171         return pi/2 for arguments below 0x1p-113L.
1172         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1173         return pi/2 for arguments below 0x1p-106L.
1174         * math/auto-libm-test-in: Add more tests of acos.
1175         * math/auto-libm-test-out: Regenerated.
1177         [BZ #16351]
1178         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1179         (MO): New macro.
1180         (__ieee754_asin): Force underflow exception for results with small
1181         absolute value.
1182         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1183         (MO): New macro.
1184         (__ieee754_asinf): Force underflow exception for results with
1185         small absolute value.
1186         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1187         (__ieee754_asin): Force underflow exception for results with small
1188         absolute value.
1189         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1190         (__ieee754_asinf): Force underflow exception for results with
1191         small absolute value.
1192         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1193         (__ieee754_asinl): Force underflow exception for results with
1194         small absolute value.
1195         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1196         (__ieee754_asinl): Force underflow exception for results with
1197         small absolute value.
1198         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1199         (__ieee754_asinl): Force underflow exception for results with
1200         small absolute value.
1201         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1202         Include <math.h>.
1203         * math/auto-libm-test-in: Do not mark underflow exceptions as
1204         possibly missing for bug 16351.
1205         * math/auto-libm-test-out: Regenerated.
1207         [BZ #18030]
1208         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1209         of power of 2 down when low part has opposite sign.
1210         * math/libm-test.inc (logb_test_data): Add more tests.
1212 2015-02-26  Andreas Schwab  <schwab@suse.de>
1214         [BZ #18032]
1215         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1216         over collating symbol inside a bracket expression.  Minor cleanup.
1217         * posix/tst-fnmatch3.c (do_test): Add test case.
1219 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1221         [BZ #18029]
1222         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1223         Adjust exponent of power of 2 down when low part has opposite
1224         sign.
1225         * math/libm-test.inc (ilogb_test_data): Add more tests.
1227 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1229         [BZ #15969]
1230         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1231         the previous change.
1233         [BZ #15969]
1234         * locale/findlocale.c (_nl_find_locale): Retry archive search
1235         after alias expansion.
1237 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1239         * iconv/tst-iconv3.c (main): Converted to ...
1240         (do_test): ... this.
1241         (TEST_FUNCTION): New macro.
1242         Include test-skeleton.c.
1244         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1245         (convert): Make function static.
1246         (test_unalign): Likewise.  Add const to argument pointee types.
1247         (main): Replace with static function do_test.
1248         Print "Succeeded." only if RET is zero.
1249         (TEST_FUNCTION): New macro.
1250         Include test-skeleton.c.
1252         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1253         returns a null pointer.
1255 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1257         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1258         to __memcpy_ppc only for static builds.
1260 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1262         [BZ #18020]
1263         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1264         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1265         * math/auto-libm-test-in: Add more tests of asinh.
1266         * math/auto-libm-test-out: Regenerated.
1267         * sysdeps/i386/fpu/libm-test-ulps: Update.
1268         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1270 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1272         [BZ #15850]
1273         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1274         and ip6_mtuinfo definitions here.
1275         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1276         in this define too.  Update comment.
1278 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1280         * elf/sprof.c (load_shobj): Tweak error message to match others.
1282 2015-02-24  Kevin Easton  <kevin@guarana.org>
1284         [BZ #16145] (partial fix)
1285         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1286         to reduce lock contention.
1288 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1290         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1291         (struct timex): Update time comment.
1292         (ADJ_SETOFFSET): Define.
1294 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1296         [BZ #18019]
1297         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1298         2**56 not 2**28 as threshold for log (2x) formula.
1299         * math/auto-libm-test-in: Add more tests of acosh.
1300         * math/auto-libm-test-out: Regenerated.
1301         * sysdeps/i386/fpu/libm-test-ulps: Update.
1302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1304 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1306         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1307         parenthesis around the buf assignment.
1308         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1310 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1312         [BZ #16783]
1313         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1314         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1315         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1316         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1317         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1318         * math/libm-test.inc (scalb_test_data): Add more tests.
1320 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1322         [BZ #17916]
1323         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1324         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1326 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1328         [BZ #17523]
1329         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1330         * io/bits/fcntl2.h (open): Use it.
1331         (openat): Likewise.
1332         * io/open.c (__libc_open): Likewise.
1333         * io/open64.c (__libc_open64): Likewise.
1334         * io/open64_2.c (__open64_2): Likewise.
1335         * io/open_2.c (__open_2): Likewise.
1336         * io/openat.c (__openat): Likewise.
1337         * io/openat64.c (__openat64): Likewise.
1338         * io/openat64_2.c (__openat64_2): Likewise.
1339         * io/openat_2.c (__openat_2): Likewise.
1340         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1341         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1342         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1343         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1344         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1345         (__open_nocancel): Likewise.
1346         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1347         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1348         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1350 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1352         [BZ #14841]
1353         * resolv/gethnamaddr.c (getanswer): Skip logging if
1354         RES_USE_DNSSEC is set.
1355         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1357 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1359         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1361 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1363         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1364         201304L, for Unicode 7.
1366 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1368         [BZ #17836]
1369         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1370         shared library.  Add gmon-start.os otherwise.
1371         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1372         $(objpfx)gmon-start.os if builing shared library.
1373         ($(objpfx)g$(static-start-installed-name)): Likewise.
1375 2015-02-23  Andreas Schwab  <schwab@suse.de>
1377         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1379 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1381         [BZ #17269]
1382         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1383         (enlarge_userbuf): Likewise.
1385 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1387         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1388         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1389         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1390         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1392 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1394         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1395         expression inside statement expression.
1397 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1399         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1400         <sysdeps/nptl/lowlevellock.h> and remove macros and
1401         functions that are now defined there.
1402         (SYS_futex): Remove.
1403         (lll_compare_and_swap): Remove.
1404         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1406 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1408         [BZ #17999]
1409         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1410         instead of scandirat.
1411         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1412         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1413         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1414         __scandirat.
1415         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1416         (__scandirat): Declare.  Use libc_hidden_proto.
1417         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1418         Remove variable.
1419         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1421 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1423         [BZ #15319]
1424         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1425         (MO): New macro.
1426         (__ieee754_atan2): For results with small absolute value, force
1427         underflow exception and remove excess range and precision from
1428         return value.
1429         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1430         (MO): New macro.
1431         (__ieee754_atan2f): For results with small absolute value, force
1432         underflow exception and remove excess range and precision from
1433         return value.
1434         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1435         (MO): New macro.
1436         (__atan): For results with small absolute value, force underflow
1437         exception and remove excess range and precision from return value.
1438         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1439         (MO): New macro.
1440         (__atanf): For results with small absolute value, force underflow
1441         exception and remove excess range and precision from return value.
1442         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1443         <math.h>.
1444         (__ieee754_atan2): Force underflow exception for results with
1445         small absolute value.
1446         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1447         <math_private.h>.
1448         (atan): Force underflow exception for results with small absolute
1449         value.
1450         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1451         (__atanf): Force underflow exception for results with small
1452         absolute value.
1453         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1454         <math.h>.
1455         (__atanl): Force underflow exception for results with small
1456         absolute value.
1457         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1458         (__atanl): Force underflow exception for results with small
1459         absolute value.
1460         * sysdeps/x86/fpu/bits/mathinline.h
1461         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1462         (__ieee754_atan2): Only define inline for long double.
1463         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1464         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1465         * math/auto-libm-test-in: Do not mark underflow exceptions as
1466         possibly missing for bug 15319.  Add more tests of atan2.
1467         * math/auto-libm-test-out: Regenerated.
1468         * math/libm-test.inc (casin_test_data): Do not mark underflow
1469         exceptions as possibly missing for bug 15319.
1470         (casinh_test_data): Likewise.
1471         * sysdeps/i386/fpu/libm-test-ulps: Update.
1473 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1475         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1476         * sysdeps/mips/bits/endian.h: Fix comments.
1478 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1480         [BZ #17996]
1481         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1482         (hdestroy_r): Likewise.
1483         (hsearch_r): Likewise.
1484         (__hcreate_r): Declare and use libc_hidden_proto.
1485         (__hdestroy_r): Likewise.
1486         (__hsearch_r): Likewise.
1487         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1488         (hcreate): Call __hcreate_r instead of hcreate_r.
1489         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1490         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1491         as weak alias of __hcreate_r.
1492         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1493         __hdestroy_r.
1494         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1495         __hsearch_r.
1496         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1497         Remove variable.
1498         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1499         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1500         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1501         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1503 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1505         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1506         arena_lock into a single arena_get.
1508 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1510         * dl-reloc.c: Inlucde libc-internal.h.
1511         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1512         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1513         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1514         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1515         (grow_heap): Likewise.
1516         * malloc/malloc.c: Include libc-internal.h.
1517         (do_check_malloc): Call powerof2.
1518         (sysmalloc): Use pagesize. Call ALIGN_UP.
1519         (systrim): Use pagesize.
1520         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1521         (__libc_valloc): Use pagesize.
1522         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1524 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1526         [BZ #17991]
1527         * include/sys/resource.h (__getrlimit64): Declare.  Use
1528         libc_hidden_proto.
1529         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1530         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1531         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1532         getrlimit64.
1533         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1534         __getrlimit64.
1535         [!getrlimit64] (getrlimit64): Define as weak alias of
1536         __getrlimit64.  Use libc_hidden_weak.
1537         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1538         using __getrlimit64 not __new_getrlimit64.
1539         (__GI_getrlimit64): Likewise.
1540         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1541         Likewise.
1542         (__GI_getrlimit64): Likewise.
1543         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1545         (getrlimit): Add __getrlimit64 alias.
1546         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1547         Likewise.
1548         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1549         Remove variable.
1550         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1551         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1553 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1555         * libio/fileops.c: Add missing sys/mman.h
1556         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1558 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1560         * manual/math.texi (Errors in Math Functions): Clarify goals
1561         regarding inexact and underflow exceptions.
1563 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1565         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1566         * sysdeps/mips/memset.S: Ditto.
1568 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1570         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1572 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1574         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1575         (__v1longjmp): Remove versioned symbol.
1576         (__v1siglongjmp): Remove alias and versioned symbol.
1577         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1578         (__v2siglongjmp): Likewise.
1580 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1582         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1584 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1586         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1588 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1590         [BZ #17987]
1591         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1592         zero result does not depend on the sign resulting from
1593         subtraction.
1594         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1595         Likewise.
1596         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1597         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1598         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1599         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1600         * math/libm-test.inc (remquo_test_data): Add more tests.
1602 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1604         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1605         Problem reported by J William Piggott.
1607 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1609         [BZ #17978]
1610         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1611         products 4 * y and 2 * y where those would overflow.
1612         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1613         Likewise.
1614         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1615         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1616         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1617         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1618         * math/libm-test.inc (remquo_test_data): Add more tests.
1620         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1622         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1623         [defined _COMPILING_NEWLIB].
1624         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1625         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1627         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1628         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1630 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1632         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1633         acquired.
1635 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1637         [BZ #17792]
1638         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1639         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1640         HOST_STACK_END_ADDR): Likewise.
1642 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1644         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1645         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1646         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1648 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1650         * sysdeps/generic/c++-types.data: New file.
1651         * sysdeps/generic/ld.abilist: New file.
1652         * sysdeps/generic/libBrokenLocale.abilist: New file.
1653         * sysdeps/generic/libanl.abilist: New file.
1654         * sysdeps/generic/libc.abilist: New file.
1655         * sysdeps/generic/libcrypt.abilist: New file.
1656         * sysdeps/generic/libdl.abilist: New file.
1657         * sysdeps/generic/libm.abilist: New file.
1658         * sysdeps/generic/libpthread.abilist: New file.
1659         * sysdeps/generic/libresolv.abilist: New file.
1660         * sysdeps/generic/librt.abilist: New file.
1662 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1664         [BZ #17569]
1665         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1666         Compute absolute value of x as modified by fmod, not original
1667         value of x.
1668         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1669         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1670         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1671         RUN_TEST_ffI_f1_mod8.
1672         (remquo_test_data): Add more tests.
1674 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1676         * sysdeps/init_array/pt-crti.S: New file.
1678 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1680         [BZ #17967]
1681         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1682         __builtin_fmaf instead of relying on contraction of a * b + c.
1684 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1686         [BZ #17969]
1687         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1688         node.
1690 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1692         [BZ #17964]
1693         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1694         __builtin_fma instead of relying on contraction of a * b + c.
1696 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1698         * Makeconfig (ASFLAGS): Add -Werror=undef.
1699         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1700         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1701         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1703         * Makeconfig (after-link): New variable.
1704         (+link-pie, +link-pie-tests): Use it.
1705         (+link-static, +link-static-tests): Likewise.
1706         (+link, +link-tests): Likewise.
1707         * Makerules (build-module, build-module-asneeded): Likewise.
1708         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1709         Likewise.
1710         * elf/Makefile ($(objpfx)ld.so): Likewise.
1712 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1714         [BZ #17965]
1715         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1716         both struct timeval and struct timespec.
1718 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1720         [BZ #16560]
1721         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1722         and redefine.
1723         (__ieee754_exp2l): Do not multiply small fractional parts by
1724         M_LN2l.
1725         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1726         small argument.
1727         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1728         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1729         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1730         * math/auto-libm-test-in: Add more tests of exp2.
1731         * math/auto-libm-test-out: Regenerated.
1733 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1735         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1736         unaligned path.
1738 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1740         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1741         little endian.
1743 2015-02-12  Andreas Schwab  <schwab@suse.de>
1745         [BZ #15790]
1746         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1747         Filter out elision flags from value returned in kind.
1748         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1749         * nptl/tst-pthread-mutexattr.c: New file.
1751 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1753         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1754         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1755         into gnu-gnu, and update comment to refer to abi-tags.
1757 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1759         [BZ #15467]
1760         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1761         (__sincos): Set errno to EDOM for infinite argument.
1762         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1763         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1764         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1765         (__sincosl): Set errno to EDOM for infinite argument.
1766         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1767         (__sincosl): Set errno to EDOM for infinite argument.
1768         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1769         (__sincosl): Set errno to EDOM for infinite argument.
1770         * math/libm-test.inc (sincos_test_data): Test errno setting.
1772 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1774         * string/strxfrm_l.c: Remove #define STRCMP.
1775         * string/strcoll_l.c: Remove #define STRLEN.
1776         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1777         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1779 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1781         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1782         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1783         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1784         * sysdeps/mips/mips64/Makefile: ... here.
1785         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1786         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1787         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1788         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1789         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1790         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1791         * sysdeps/mips/mips64/n64/Implies: Likewise.
1793 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1795         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1796         <sys/time.h>, <string.h>, and <errno.h>.
1797         (dest_offset, dest_address, value, zero): Remove unused variables.
1798         (ldouble): Remove typedef.
1799         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1800         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1801         1).  Fix code style.
1802         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1803         (check): Function removed.
1804         (CHECK): New macro.
1805         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1806         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1807         Don't call set_sigaction_FP and remove_sigaction_FP here.
1808         (ldouble_test): Just use 'long double' as macro argument, no need for
1809         the 'ldouble' typedef.
1810         (do_test): Set up SIGFPE handler at start, using plain signal rather
1811         than sigaction.  Fix code style.
1813 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1815         [BZ #17949]
1816         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1817         jump label.
1819 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1821         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1822         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1824         * sysdeps/powerpc/configure.ac: Remove file.
1825         * sysdeps/powerpc/configure: Likewise.
1827         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1828         [sysdep_routines]: Remove wordcopy-power6 object.
1829         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1830         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1831         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1832         (__memmove_ppc32): Likewise.
1833         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1834         file.
1835         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1836         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1837         Remove preprocessor.
1839         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1840         [sysdep_routines]: Remove wide chars objects.
1841         [wcsmbs]: New rule for wide char objects.
1843         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1844         Remove wordcopy-power6 obejct.
1845         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1846         Use local call for wordcopy and memcpy symbols.
1847         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1848         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1849         implementation for loader.
1850         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1852         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1853         Remove wordcopy-power7 object.
1854         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1855         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1856         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1857         (_wordcopy_fwd_dest_aligned): Likewise.
1858         (_wordcopy_bwd_aligned): Likewise.
1859         (_wordcopy_bwd_dest_aligned): Likewise.
1861         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1862         Rewrite to call __memmove_ppc instead of include default
1863         implementation.
1865         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1866         Remove wide chars objects.
1867         [wcsmbs]: New rule for wide char objects.
1869 2015-02-09  Andreas Schwab  <schwab@suse.de>
1871         [BZ #17912]
1872         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1873         in terms of __O_DIRECTORY.
1875 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1877         * time/getdate.c: Include <stdbool.h>.
1878         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1879         call PTR_MANGLE.
1880         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1881         PTR_DEMANGLE.
1883 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1885         Add ersatz _Static_assert on older C hosts
1886         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1887         pre-C11 C platform that is not known to support _Static_assert.
1889 2015-02-07  Richard Braun  <rbraun@sceen.net>
1891         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1892         sigstate.
1893         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1895 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1897         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1898         priority against unexistent AIO_PRIO_DELTA_MAX.
1899         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1900         instead of int.
1901         * misc/fchflags.c (fchflags): Likewise.
1902         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1903         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1904         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1905         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1906         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1907         Declare macros.
1908         [__USE_MISC] (chflags, fchflags): Declare functions.
1909         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1910         EINVAL when nfds is greater than FD_SETSIZE.
1911         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1912         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1913         45.
1914         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1915         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1916         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1917         MACH_RCV_TIMED_OUT.
1918         * hurd/hurd/signal.h (_hurd_self_sigstate,
1919         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1920         Explicit casts from void *.
1921         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1922         * abi-tags: Rename gnu-gnu os into gnu.
1924         [BZ #4719]
1925         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1926         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1927         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1928         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1929         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1930         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1932         [BZ #17944]
1933         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1934         duplicates ADDR->sun_path with sockaddr LEN limitation.
1935         * sysdeps/mach/hurd/connect.c: Include <string.h>
1936         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1937         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1938         * sysdeps/mach/hurd/sendto.c: Likewise.
1939         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1940         implementing it by hand.
1942 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1944         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1945         Use sfi_breg on ldr.
1946         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1947         Likewise.
1949         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1950         it's defined.
1951         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1952         Test SIGSETXID only if it's defined.
1954         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1956         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1957         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1959         * nptl/tst-align2.c: Moved ...
1960         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1961         * nptl/Makefile (tests): Remove tst-align2.
1962         * sysdeps/unix/sysv/linux/Makefile
1963         [$(subdir) = nptl] (tests): Add tst-align-clone.
1964         * nptl/tst-getpid1.c: Moved ...
1965         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1966         * nptl/tst-getpid2.c: Moved ...
1967         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1968         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1969         * sysdeps/unix/sysv/linux/Makefile
1970         [$(subdir) = nptl] (tests): ... here.
1971         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1972         * sysdeps/unix/sysv/linux/Makefile
1973         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1975         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1976         Drop trailing \n from perror argument.  Use return rather than exit.
1978         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1979         on [SA_SIGINFO].
1980         * nptl/tst-cancel21.c (do_test): Likewise.
1981         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1982         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1983         [!SA_SIGINFO]: Make it a stub test.
1985         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1986         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1988         * posix/tst-getlogin.c: Move to ...
1989         * login/tst-getlogin.c: ... here.
1990         * posix/Makefile (tests): Move tst-getlogin to ...
1991         * login/Makefile (tests): ... here.
1993         * libio/tst-atime.c (do_test): Move local variables SV and E
1994         inside [ST_NOATIME] conditional.
1996         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1998         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2000         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2001         (wait_code): New function replaces macro.
2002         Call nanosleep rather than syscall.
2004         * nptl/pt-system.c: Rewritten.  Put everything under
2005         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2006         Use IFUNC to redirect when possible.
2008         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2009         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2010         Use IFUNC to redirect when possible.
2012         * nptl/pt-fork.c: Rewritten.  Put everything under
2013         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2014         Use IFUNC to redirect when possible.
2015         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2017         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2018         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2019         unconditionally nowadays.  This included the only reference to
2020         __vdso_clock_gettime that appears outside libc proper.
2021         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2022         Remove version set (containing only __vdso_clock_gettime).
2023         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2024         Add attribute_hidden.
2025         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2026         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2027         libc_hidden_data_def.
2028         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2029         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2031         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2032         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2033         setrpcent, and getrpcport to ...
2034         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2035         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2036         getrpcbynumber_r, and getrpcent_r to ...
2037         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2038         * inet/getrpcbyname.c: Moved ...
2039         * sunrpc/getrpcbyname.c: ... here.
2040         * inet/getrpcbyname_r.c: Moved ...
2041         * sunrpc/getrpcbyname_r.c: ... here.
2042         * inet/getrpcbynumber.c: Moved ...
2043         * sunrpc/getrpcbynumber.c: ... here.
2044         * inet/getrpcbynumber_r.c: Moved ...
2045         * sunrpc/getrpcbynumber_r.c: ... here.
2046         * inet/getrpcent.c: Moved ...
2047         * sunrpc/getrpcent.c: ... here.
2048         * inet/getrpcent_r.c: Moved ...
2049         * sunrpc/getrpcent_r.c: ... here.
2050         * inet/Makefile (routines): Move those to ...
2051         * sunrpc/Makefile (routines): ... here.
2052         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2053         the $(subdirs) list.
2054         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2055         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2056         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2057         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2059         * elf/Makefile (routines): Include $(all-dl-routines), not just
2060         $(dl-routines).
2061         (rtld-routines): Likewise.  Use = rather than :=.
2062         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2063         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2064         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2065         * sysdeps/arm/Makefile: Likewise.
2066         * sysdeps/i386/Makefile: Likewise.
2067         * sysdeps/x86_64/Makefile: Likewise.
2068         * sysdeps/hppa/Makefile [$(subdir) = elf]
2069         (sysdep_routines, sysdep-rtld-routines): Don't add
2070         $(sysdep-dl-routines) to these.
2071         * sysdeps/ia64/Makefile: Likewise.
2072         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2073         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2074         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2075         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2076         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2077         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2078         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2079         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2080         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2081         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2082         these; sysdep-dl-routines alone is enough.
2084 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2086         [BZ #17932]
2087         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2088         where multiplication results in zero and third argument is finite
2089         and nonzero.
2090         * math/auto-libm-test-in: Add more tests of fma.
2091         * math/auto-libm-test-out: Regenerated.
2093         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2094         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2095         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2096         (_FP_CMP_EQ): Likewise.
2097         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2099         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2100         extra argument CHECK_NAN.  Redefine as wrapper around
2101         _FP_EXTEND_CNAN.
2103 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2105         * version.h (RELEASE): Set to "stable".
2106         (VERSION): Set to "2.21"
2107         * include/features.h (__GLIBC_MINOR__): Set to 21.
2109         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2111 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2112             Paul Eggert  <eggert@cs.ucla.edu>
2114         [BZ #16618]
2115         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2116         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2117         size in bytes. Store needed elements in wpmax. Use needed size
2118         in bytes for extend_alloca.
2120 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2122         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2123         binutls 2.25, and texinfo 5.2.
2124         * INSTALL: Regenerate.
2125         * sysdeps/nios2/configure: Regenerate.
2126         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2127         * manual/contrib.texi: Update.
2128         * po/be.po: Update.
2129         * po/bg.po: Update.
2130         * po/ca.po: Update.
2131         * po/cs.po: Update.
2132         * po/da.po: Update.
2133         * po/de.po: Update.
2134         * po/el.po: Update.
2135         * po/eo.po: Update.
2136         * po/es.po: Update.
2137         * po/fi.po: Update.
2138         * po/fr.po: Update.
2139         * po/gl.po: Update.
2140         * po/hr.po: Update.
2141         * po/hu.po: Update.
2142         * po/ia.po: Update.
2143         * po/id.po: Update.
2144         * po/it.po: Update.
2145         * po/ja.po: Update.
2146         * po/ko.po: Update.
2147         * po/lt.po: Update.
2148         * po/nb.po: Update.
2149         * po/nl.po: Update.
2150         * po/pl.po: Update.
2151         * po/pt_BR.po: Update.
2152         * po/ru.po: Update.
2153         * po/rw.po: Update.
2154         * po/sk.po: Update.
2155         * po/sl.po: Update.
2156         * po/sv.po: Update.
2157         * po/tr.po: Update.
2158         * po/uk.po: Update.
2159         * po/vi.po: Update.
2160         * po/zh_CN.po: Update.
2161         * po/zh_TW.po: Update.
2163         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2164         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2165         * sysdeps/hppa/dl-irel.h: Remove #warning.
2166         * sysdeps/hppa/entry.h: Provide prototype for
2167         __canonicalize_funcptr_for_compare and cast argument.
2168         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2169         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2170         * sysdeps/hppa/sotruss-lib.c: New file.
2171         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2172         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2173         (atomic_compare_and_exchange_bool_acq): Likewise.
2174         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2175         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2177         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2178         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2179         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2181 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2183         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2184         called function in non-PIC case.
2186 2015-01-31  David S. Miller  <davem@davemloft.net>
2188         * sysdeps/sparc/sparc32/bits/atomic.h
2189         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2190         unlock not after it.
2191         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2192         volatile register usage warnings from the compiler.
2194         * sysdeps/sparc/nptl/sem_init.c: Delete.
2195         * sysdeps/sparc/nptl/sem_post.c: Delete.
2196         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2197         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2198         * sysdeps/sparc/sparc32/sem_init.c: New file.
2199         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2200         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2201         padding explicitly initialized.
2202         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2203         padding for in-semaphore spinlock.
2204         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2205         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2206         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2207         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2208         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2209         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2210         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2211         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2212         version.
2213         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2214         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2216 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2218         [BZ #17801]
2219         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2220         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2221         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2222         New.
2223         (index_AVX_Fast_Unaligned_Load): Likewise.
2224         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2225         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2226         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2227         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2228         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2229         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2230         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2231         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2232         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2234 2015-01-29  Andreas Schwab  <schwab@suse.de>
2236         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2238 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2240         [BZ #17892]
2241         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2243 2015-01-28  Martin Sebor  <msebor@redhat.com>
2245         * math/README.libm-test: Clarify. Add "How to read the test output."
2247 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2249         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2250         Define to 0.
2252 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2254         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2255         (__HAVE_64B_ATOMICS): Define to 0.
2257 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2259         [BZ #17885]
2260         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2261         value to set as new flag.
2263         [BZ #16576]
2264         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2265         and use _ARCH_PPCSQ instead.
2266         (__ieee754_sqrt): Likewise.
2267         (__ieee754_sqrtf): Likewise.
2268         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2269         _ARCH_PPCSQ is defined.
2270         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2271         fsqrt instruction.
2272         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2273         _ARCH_PPCSQ is defined.
2274         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2275         fsqrts instruction.
2276         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2278 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2280         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2281         bug (GCC BZ #64739).
2283 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2285         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2286         Mark _retval as used.
2287         (lll_futex_wake_unlock): Likewise.
2288         (lll_futex_timed_wait_requeue_pi): Likewise.
2290         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2291         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2292         register variables.
2294         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2295         libm_hidden_def.
2297         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2298         (__bswap_64): Mark as __always_inline.
2300 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2302         [BZ #15378]
2303         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2304         when none of the search directories exist.
2306 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2308         [BZ #17869]
2309         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2310         power8 in .machine directive.
2312         [BZ #17868]
2313         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2314         set dependency from opd value.
2316 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2318         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2319         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2320         architecture.
2322 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2324         [BZ #17870]
2325         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2326         with uint64_t.
2327         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2328         (uint64_t) 1.
2329         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2330         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2331         Replace 1UL with (uint64_t) 1.
2332         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2333         int with uint64_t.
2335 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2337         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2338         (if_freenameindex): Likewise.
2340         * resource/getrlimit64.c: Add missing libc_hidden_def.
2342 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2344         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2345         __label__.
2346         (_FP_FMA): Likewise.
2347         (_FP_TO_INT_ROUND): Likewise.
2348         (_FP_FROM_INT): Likewise.
2350 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2352         [BZ #16418]
2353         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2354         Make code racy and cancel safe.
2356 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2358         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2359         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2360         attribution.
2362         * pwd/tst-getpw.c: Rewrite.
2364         [BZ #17702]
2365         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2366         (modules-names): Add moddummy1 and moddummy2.
2367         ($(objpfx)tst-rec-dlopen): Define.
2368         * dlfcn/moddummy1.c: New file.
2369         * dlfcn/moddummy2.c: New file.
2370         * dlfcn/tst-rec-dlopen.c: New file.
2371         * elf/dl-cache.c (_dl_load_cache_lookup):
2372         Return char*. Copy result with alloca/strcpy/strdup.
2373         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2374         returns char*. Free cached. If not saving realname
2375         free cached.
2376         * elf/dl-open.c (dl_open_worker): Do not assert that
2377         _r_debug->r_state is RT_CONSISTENT.
2378         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2379         returns char*.
2381 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2382             Carlos O'Donell  <carlos@redhat.com>
2384         [BZ #12674]
2385         * nptl/sem_waitcommon.c: New file.
2386         * nptl/sem_wait.c: Include sem_waitcommon.c.
2387         (__sem_wait_cleanup, do_futex_wait): Remove.
2388         (__new_sem_wait): Adapt.
2389         (__new_sem_trywait): New function.
2390         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2391         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2392         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2393         (sem_timedwait): Adapt.
2394         * nptl/sem_post.c (__new_sem_post): Adapt.
2395         (futex_wake): New function.
2396         (__old_sem_post): Add release MO fence.
2397         * nptl/sem_open.c (sem_open): Adapt.
2398         * nptl/sem_init.c (__new_sem_init): Adapt.
2399         (futex_private_if_supported): New function.
2400         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2401         (__old_sem_getvalue): Add using previous code.
2402         * sysdeps/nptl/internaltypes.h: Adapt.
2403         * nptl/tst-sem13.c (do_test): Adapt.
2404         * nptl/tst-sem11.c (main): Adapt.
2405         * nptl/sem_trywait.c: Remove.
2406         * nptl/DESIGN-sem.txt: Remove.
2407         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2408         (gen-as-const-headers): Remove structsem.sym.
2409         * nptl/structsem.sym: Remove.
2410         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2411         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2412         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2413         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2414         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2415         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2416         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2417         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2418         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2419         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2420         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2421         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2422         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2423         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2424         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2425         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2426         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2427         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2428         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2429         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2430         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2431         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2433 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2435         * INSTALL: Regenerated.
2437         * po/libc.pot: Regenerated.
2439 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2440             Sandra Loosemore  <sandra@codesourcery.com>
2441             Andrew Jenner  <andrew@codesourcery.com>
2442             Joseph Myers  <joseph@codesourcery.com>
2443             Nathan Sidwell  <nathan@codesourcery.com>
2445         * NEWS: Mention new Nios II port.
2446         * sysdeps/nios2/Implies: New file.
2447         * sysdeps/nios2/Makefile: New file.
2448         * sysdeps/nios2/Subdirs: New file.
2449         * sysdeps/nios2/Versions: New file.
2450         * sysdeps/nios2/__longjmp.S: New file.
2451         * sysdeps/nios2/abort-instr.h: New file.
2452         * sysdeps/nios2/backtrace.c: New file.
2453         * sysdeps/nios2/bits/endian.h: New file.
2454         * sysdeps/nios2/bits/fenv.h: New file.
2455         * sysdeps/nios2/bits/link.h: New file.
2456         * sysdeps/nios2/bits/setjmp.h: New file.
2457         * sysdeps/nios2/bsd-_setjmp.S: New file.
2458         * sysdeps/nios2/bsd-setjmp.S: New file.
2459         * sysdeps/nios2/configure: New generated file.
2460         * sysdeps/nios2/configure.ac: New file.
2461         * sysdeps/nios2/crti.S: New file.
2462         * sysdeps/nios2/crtn.S: New file.
2463         * sysdeps/nios2/dl-init.c: New file.
2464         * sysdeps/nios2/dl-machine.h: New file.
2465         * sysdeps/nios2/dl-sysdep.h: New file.
2466         * sysdeps/nios2/dl-tls.h: New file.
2467         * sysdeps/nios2/dl-trampoline.S: New file.
2468         * sysdeps/nios2/gccframe.h: New file.
2469         * sysdeps/nios2/gmp-mparam.h: New file.
2470         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2471         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2472         * sysdeps/nios2/ldsodefs.h: New file.
2473         * sysdeps/nios2/libc-tls.c: New file.
2474         * sysdeps/nios2/libm-test-ulps: New file.
2475         * sysdeps/nios2/machine-gmon.h: New file.
2476         * sysdeps/nios2/math-tests.h: New file.
2477         * sysdeps/nios2/math_private.h: New file.
2478         * sysdeps/nios2/memusage.h: New file.
2479         * sysdeps/nios2/nptl/Makefile: New file.
2480         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2481         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2482         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2483         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2484         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2485         * sysdeps/nios2/nptl/tls.h: New file.
2486         * sysdeps/nios2/preconfigure: New file.
2487         * sysdeps/nios2/s_fma.c: New file.
2488         * sysdeps/nios2/s_fmaf.c: New file.
2489         * sysdeps/nios2/setjmp.S: New file.
2490         * sysdeps/nios2/sfp-machine.h: New file.
2491         * sysdeps/nios2/sotruss-lib.c: New file.
2492         * sysdeps/nios2/stackguard-macros.h: New file.
2493         * sysdeps/nios2/stackinfo.h: New file.
2494         * sysdeps/nios2/start.S: New file.
2495         * sysdeps/nios2/sysdep.h: New file.
2496         * sysdeps/nios2/tls-macros.h: New file.
2497         * sysdeps/nios2/tst-audit.h: New file.
2498         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2499         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2500         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2501         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2502         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2503         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2504         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2505         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2506         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2507         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2508         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2509         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2510         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2511         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2512         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2513         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2514         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2515         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2516         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2517         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2518         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2519         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2520         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2521         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2522         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2523         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2524         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2525         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2526         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2527         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2528         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2529         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2530         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2531         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2532         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2533         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2534         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2535         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2536         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2537         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2538         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2539         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2540         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2541         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2543 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2545         [BZ #17844]
2546         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2547         (getutent): Use weak_alias in non SHARED case
2548         and default_symbol_version in SHARED case.
2549         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2550         (getutent_r, pututline): Likewise.
2551         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2552         (getutid): Likewise.
2553         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2554         (getutid_r): Likewise.
2555         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2556         (getutline): Likewise.
2557         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2558         (getutline_r): Likewise.
2559         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2560         (updwtmp): Likewise.
2562 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2564         [BZ #17848]
2565         * sysdeps/s390/s390-32/memcmp.S
2566         (memcmp_g5): Rename to __memcmp_g5.
2567         * sysdeps/s390/s390-32/memcpy.S
2568         (memcpy_g5): Rename to __memcpy_g5.
2569         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2570         (memcpy_mvcle) Rename to __memcpy_mvcle.
2571         * sysdeps/s390/s390-32/memset.S
2572         (memset_g5): Rename to __memset_g5.
2573         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2574         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2575         and use prefixed functions.
2576         * sysdeps/s390/s390-32/multiarch/memcmp.S
2577         (memcmp_z196): Rename to __memcmp_z196.
2578         (memcmp_z10): Rename to __memcmp_z10.
2579         (memcmp): Set alias to __memcmp_g5.
2580         (bcmp): Set alias to __memcmp_g5.
2581         * sysdeps/s390/s390-32/multiarch/memcpy.S
2582         (memcpy_z196): Rename to __memcpy_z196.
2583         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2584         (memcpy_z10): Rename to __memcpy_z10.
2585         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2586         (memcpy): Set alias to __memcpy_g5.
2587         * sysdeps/s390/s390-32/multiarch/memset.S
2588         (memset_z196): Rename to __memset_z196.
2589         Jump to __memset_mvcle instead of memset_mvcle.
2590         (memset_z10): Rename to __memset_z10.
2591         Jump to __memset_mvcle instead of memset_mvcle.
2592         (memset_mvcle) Rename to __memset_mvcle.
2593         (memset): Set alias to __memset_g5.
2594         * sysdeps/s390/s390-64/memcmp.S
2595         (memcmp_z900): Rename to __memcmp_z900.
2596         * sysdeps/s390/s390-64/memcpy.S
2597         (memcpy_z900): Rename to __memcpy_z900.
2598         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2599         (memcpy_mvcle) Rename to __memcpy_mvcle.
2600         * sysdeps/s390/s390-64/memset.S
2601         (memset_z900): Rename to __memset_z900.
2602         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2603         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2604         and use prefixed functions.
2605         * sysdeps/s390/s390-64/multiarch/memcmp.S
2606         (memcmp_z196): Rename to __memcmp_z196.
2607         (memcmp_z10): Rename to __memcmp_z10.
2608         (memcmp): Set alias to __memcmp_z900.
2609         (bcmp): Set alias to __memcmp_z900.
2610         * sysdeps/s390/s390-64/multiarch/memcpy.S
2611         (memcpy_z196): Rename to __memcpy_z196.
2612         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2613         (memcpy_z10): Rename to __memcpy_z10.
2614         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2615         (memcpy): Set alias to __memcpy_z900.
2616         * sysdeps/s390/s390-64/multiarch/memset.S
2617         (memset_z196): Rename to __memset_z196.
2618         Jump to __memset_mvcle instead of memset_mvcle.
2619         (memset_z10): Rename to __memset_z10.
2620         Jump to __memset_mvcle instead of memset_mvcle.
2621         (memset_mvcle) Rename to __memset_mvcle.
2622         (memset): Set alias to __memset_z900.
2624 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2626         [BZ #17748]
2627         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2628         __fesetenv instead of fesetenv.
2630 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2632         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2633         macro.
2635 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2637         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2638         regression on LE.
2640         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2641         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2642         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2643         strncmp-power8 object.
2644         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2645         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2646         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2647         * NEWS: Update.
2649 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2650             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2652         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2653         trailing byte check.
2655 2015-01-13  David S. Miller  <davem@davemloft.net>
2657         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2659 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2661         * login/logout.c (logout): Use memset rather than bzero.
2662         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2663         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2664         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2665         (_gethtbyaddr): Likewise.
2666         * locale/programs/simple-hash.c (bcopy): Macro removed.
2668 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2670         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2671         Add strcmp-power8 object.
2672         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2673         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2674         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2675         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2676         __strcmp_power8 implementation.
2677         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2678         * NEWS: Update.
2680         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2681         Add strncpy-power8 and stpncpy-power8 objects.
2682         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2683         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2684         implementations.
2685         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2686         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2687         __stpncpy_power8 implementation.
2688         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2689         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2690         __strncpy_power8 implementation.
2691         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2692         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2693         * NEWS: Update.
2695         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2696         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2697         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2699         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2700         strncat-power8 object.
2701         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2702         __strcat_power8 implementation.
2703         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2704         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2705         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2706         optimized strcat for power8.
2708         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2709         strcpy-power8 and stpcpy-power8 objects.
2710         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2711         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2712         implementations.
2713         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2714         multiarch stpcpy implementation for POWER8.
2715         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2716         multiarch strcpy implementation for POWER8.
2717         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2718         __strcpy_power8 function.
2719         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2720         stpcpy for POWER8.
2721         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2722         strcpy for POWER8.
2723         * NEWS: Update.
2725 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2727         [BZ #16009]
2728         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2729         weights and rules. Use do_xfrm_cached if data fits in cache,
2730         do_xfrm otherwise.  Moved former main loop to...
2731         * (do_xfrm_cached): New function.
2732         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2733         find_idx, find_position and stack_push.
2734         * (find_idx): New function.
2735         * (find_position): Likewise.
2736         * localedata/sort-test.sh: Added test run for do_xfrm.
2737         * localedata/xfrm-test.c (main): Added command line option
2738         -nocache to run the test with strings that are too large for
2739         the STRXFRM cache.
2741 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2743         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2744         variable to lll_futex_wake call, not the value itself.
2746 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2748         [BZ #17803]
2749         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2750         twom64.  Adjust value to 0x1p-64L.
2751         (__scalblnl): Only return standard underflowing result for K <=
2752         -64 not K <= -63; adjust exponent for underflowing result by 64
2753         not 63.
2754         * math/libm-test.inc (scalbn_test_data): Add more tests.
2755         (scalbln_test_data): Likewise.
2757         [BZ #17834]
2758         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2759         0x1p63L.
2760         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2761         not HX.
2762         * math/libm-test.inc (scalbn_test_data): Add more tests.
2763         (scalbln_test_data): Likewise.
2765 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2766             Stefani Seibold  <stefani@seibold.net>
2768         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2769         (sysdep_routines): Add dl-vdso here, ...
2770         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2771         (sysdep_routines): ... not here.
2772         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2773         fallback when vDSO is not presented.
2774         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2775         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2776         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2777         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2778         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2779         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2780         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2781         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2782         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2783         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2784         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2785         fallback configurable symbol when vDSO is not available.
2786         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2787         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2788         be able to redefine fallback symbol when vDSO is not available.
2789         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2790         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2792 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2794         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2795         (TLS_INIT_TP): Add tm_capable initialization.
2796         (TLS_DEFINE_INIT_TP): Likewise.
2797         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2798         TCB.
2799         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2800         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2801         calculation.
2802         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2803         transactoion is lock elision is built and TCB tm_capable is set.
2804         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2806         (INTERNAL_SYSCALL_NCS): Likewise.
2807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2808         (INTERNAL_SYSCALL_NCS): Likewise.
2809         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2811         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2812         for powerpc.
2813         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2814         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2815         and remove it for 32 bits case.
2816         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2817         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2818         initialization.
2819         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2820         Disable lock elision with rdlocks if elision is not available.
2822         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2823         (sysdep_routines): Add lock elision objects.
2824         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2825         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2826         [pthread_mutex_t] (__elision): Add field.
2827         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2828         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2829         elision definitions for powerpc.
2830         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2831         implementation of lock elision for powerpc.
2832         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2833         implementation of timed lock elision for powerpc.
2834         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2835         implementation of trylock with lock elision for powerpc.
2836         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2837         implementaion of unlock for lock elision for powerpc.
2838         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2839         automatic enable lock elision for mutexes.
2840         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2841         transaction execution definitions for powerpc.
2842         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2843         definitions.
2844         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2845         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2846         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2847         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2848         * NEWS: Update.
2850 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2852         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2853         for #include of <shm-directory.h>.
2855 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2857         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2858         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2860 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2862         [BZ #17791]
2863         * NEWS: Mention bug fix.
2864         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2865         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2866         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2868 2015-01-09  Torvald Riegel <triegel@redhat.com>
2870         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2872 2015-01-09  Torvald Riegel <triegel@redhat.com>
2874         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2876 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2878         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2879         pointer and cast to uintptr_t.
2881 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2883         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2884         removed.
2885         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2887 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2889         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2890         of 0.
2892 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2894         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2895         <nptl/pthreadP.h> instead.
2896         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2898         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2899         already defined.
2900         [__SIGRTMIN] (init): Function removed.
2901         [__SIGRTMIN] (initialized): Variable removed.
2902         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2903         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2904         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2905         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2906         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2907         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2908         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2909         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2910         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2911         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2912         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2913         * sysdeps/nptl/allocrtsig.c: New file.
2914         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2915         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2916         * sysdeps/generic/testrtsig.h: File removed.
2918         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2919         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2921         * nptl/nptl-init.c (pthread_functions): Conditionalize
2922         .ptr__nptl_setxid initialization on [SIGSETXID].
2924         * sysdeps/nptl/sys/procfs.h: New file.
2925         * nptl_db/Makefile (headers): Add it.
2926         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2928         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2929         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2930         * nptl/pthread_attr_setaffinity.c: Include it.
2931         * nptl/pthread_setattr_default_np.c: Likewise.
2932         * nptl/check-cpuset.h: New file.
2934 2015-01-08  Richard Henderson  <rth@redhat.com>
2936         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2937         (CFLAGS-tst-execstack-prog.c): Likewise.
2938         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2940 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2941             Sandra Loosemore  <sandra@codesourcery.com>
2942             Andrew Jenner  <andrew@codesourcery.com>
2943             Joseph Myers  <joseph@codesourcery.com>
2944             Nathan Sidwell  <nathan@codesourcery.com>
2946         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2947         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2948         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2949         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2950         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2951         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2952         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2953         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2954         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2955         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2956         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2957         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2958         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2959         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2960         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2961         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2962         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2964 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2966         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2967         timespec struct member in syscall macro.
2968         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2969         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2970         first timeval struct member in syscall macro.
2971         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2973 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2975         [BZ #17748]
2976         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2977         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2978         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2979         __feupdateenv and define as weak alias of __feupdateenv.  Use
2980         libm_hidden_weak.
2981         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2982         libm_hidden_def.
2983         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2984         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2985         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2986         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2987         libm_hidden_def.
2988         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2989         __feupdateenv and define as weak alias of __feupdateenv.  Use
2990         libm_hidden_weak.
2991         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2992         libm_hidden_def.
2993         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2994         __feupdateenv and define as weak alias of __feupdateenv.  Use
2995         libm_hidden_weak.
2996         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2997         libm_hidden_def.
2998         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2999         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3000         (__feupdateenv): Likewise.
3001         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3002         __feupdateenv and define as weak alias of __feupdateenv.  Use
3003         libm_hidden_weak.
3004         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3005         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3006         libm_hidden_def.
3007         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3008         function.
3009         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3010         libm_hidden_def.
3011         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3012         __feupdateenv instead of feupdateenv.
3013         (default_libc_feupdateenv_test): Likewise.
3014         (libc_feresetround_ctx): Likewise.
3016 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3018         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3019         prototype.
3021 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3023         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3024         COLL_SYM in a couple of places to avoid uninitialized variable
3025         wanings on tilegx gcc 4.8.2.
3027 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3029         * sysdeps/aarch64/strcpy.S: New file.
3030         * sysdeps/aarch64/stpcpy.S: New file.
3031         * NEWS: Updated.
3033 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3035         * sysdeps/aarch64/strrchr.S: New file.
3036         * NEWS: Updated.
3038 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3040         [BZ #17658]
3041         * stdlib/setenv.c: Fix memory leak when setting large,
3042         duplicate string.
3044 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3046         [BZ #17273]
3047         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3048         and tabs from buffer before parsing fstab entry.
3049         * misc/tst-mntent.c (main): Add test for mount entry with
3050         trailing spaces and tabs.
3052 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3054         [BZ #17748]
3055         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3056         * math/fesetround.c (fesetround): Rename to __fesetround and
3057         define as weak alias of __fesetround.  Use libm_hidden_weak.
3058         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3059         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3060         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3061         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3062         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3063         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3064         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3065         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3066         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3067         __fesetround_inline.
3068         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3069         __fesetround_inline instead of __fesetround.
3070         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3071         __fesetround and define as weak alias of __fesetround.  Use
3072         libm_hidden_weak.  Call __fesetround_inline instead of
3073         __fesetround.
3074         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3075         __fesetround and define as weak alias of __fesetround.  Use
3076         libm_hidden_weak.
3077         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3078         Likewise.
3079         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3080         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3081         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3082         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3083         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3084         __fesetround and define as weak alias of __fesetround.  Use
3085         libm_hidden_weak.
3086         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3087         __fesetround instead of fesetround.
3088         (default_libc_feholdexcept_setround): Likewise.
3089         (libc_feholdsetround_ctx): Likewise.
3090         (libc_feholdsetround_noex_ctx): Likewise.
3092         [BZ #17748]
3093         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3094         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3095         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3096         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3097         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3098         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3099         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3100         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3101         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3102         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3103         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3104         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3105         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3106         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3107         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3108         libm_hidden_def.
3109         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3110         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3111         Likewise.
3112         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3113         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3114         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3115         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3116         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3117         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3118         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3119         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3120         __fesetenv instead of fesetenv.
3121         (libc_feresetround_noex_ctx): Likewise.
3122         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3123         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3124         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3125         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3126         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3127         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3128         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3129         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3130         (__feupdateenv): Likewise.
3131         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3132         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3133         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3134         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3136 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3138         [BZ #17806]
3139         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3140         addresses have been freed.
3142 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3144         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3145         and nservall.
3147 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3149         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3150         Clean up check_pf allocation pattern. addresses
3152 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3154         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3155         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3156         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3157         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3158         * nptl/pthread_join.c (pthread_join): Likewise.
3159         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3160         * sysdeps/posix/waitid.c (__waitid): Likewise.
3161         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3162         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3163         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3164         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3165         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3166         Likewise.
3167         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3168         (__libc_pread64): Likewise.
3169         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3170         (__libc_pwrite): Likewise.
3171         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3172         (__libc_pwrite64): Likewsie.
3173         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3174         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3175         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3176         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3177         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3178         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3179         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3181         Likewise.
3182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3183         (__libc_pread64): Likewise.
3184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3185         Likewise.
3186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3187         (__libc_pwrite64): Likewise.
3188         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3189         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3190         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3191         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3192         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3193         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3194         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3195         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3196         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3197         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3198         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3199         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3200         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3201         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3202         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3203         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3204         Likewise.
3206 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3208         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3209         (CFLAGS-test-double.c): Likewise.
3210         (CFLAGS-test-ldouble.c): Likewise.
3211         (CPPFLAGS-test-ifloat.c): Likewise.
3212         (CPPFLAGS-test-idouble.c): Likewise.
3213         (CPPFLAGS-test-ildoubl.c): Likewise.
3214         (CFLAGS-test-test-fenv.c): Remove variable.
3215         (CFLAGS-test-misc.c): Likewise.
3217 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3219         [BZ #17797]
3220         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3221         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3222         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3223         CLOCKS_PER_SEC == 1000000.
3224         * time/clocktest.c (main): Replace %ld with %jd and cast to
3225         intmax_t.
3227 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3229         * sysdeps/generic/unwind-resume.h: New file.
3230         * sysdeps/gnu/unwind-resume.c: Include it.
3231         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3232         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3233         argument list.
3234         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3235         global rather than static.
3236         (_Unwind_Resume): Update user.
3237         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3238         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3239         rather than static.  Add __attribute__ ((cold)).
3240         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3241         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3242         * sysdeps/arm/arm-unwind-resume.S: New file.
3243         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3244         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3245         * sysdeps/arm/Makefile [$(subdir) = csu]
3246         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3247         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3248         Add rt-arm-unwind-resume.
3249         [$(subdir) = nptl]
3250         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3251         Add pt-arm-unwind-resume.
3252         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3253         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3255 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3257         [BZ #17748]
3258         * include/fenv.h (__feholdexcept): Declare.  Use
3259         libm_hidden_proto.
3260         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3261         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3262         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3263         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3264         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3265         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3266         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3267         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3268         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3269         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3270         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3271         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3272         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3273         (feholdexcept): Likewise.
3274         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3275         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3276         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3277         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3278         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3279         __feholdexcept instead of feholdexcept.
3280         (default_libc_feholdexcept_setround): Likewise.
3282 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3284         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3285         to avoid using stl/str to align destination.
3287 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3289         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3291 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3293         [BZ #17796]
3294         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3295         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3296         Define as weak alias not strong alias.
3298 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3300         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3301         bltzal with addiupc.
3302         (RTLD_START): Ditto.
3304 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3306         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3307         for __vdso_* functions in declarations.
3308         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3309         definitions.
3310         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3311         INTERNAL_VSYSCALL): Use struct return types to check for error.
3313         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3314         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3315         function with cast from llround().
3316         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3317         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3318         Define.
3320 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3322         [BZ #17793]
3323         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3324         Define as weak alias not strong alias.
3326         [BZ #17635]
3327         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3328         ...
3329         * ctype/ctype-extn.c: ... here.
3330         (__isblank_l): Move to ...
3331         * ctype/ctype-c99_l.c: ... here.  New file.
3332         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3333         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3334         Remove variable.
3335         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3336         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3337         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3338         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3339         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3341         [BZ #17777]
3342         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3343         (posix_fadvise64): Define as weak alias not strong alias.
3344         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3345         (posix_fallocate64): Likewise.
3346         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3347         Remove variable.
3348         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3349         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3350         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3351         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3352         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3354 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3356         [BZ #16191]
3357         * NEWS: Mention bug fix.
3358         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3359         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3360         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3361         (HOST_STACK_END_ADDR): Likewise.
3363 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3365         [BZ #17748]
3366         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3367         * math/fegetround.c (fegetround): Rename to __fegetround and
3368         define as weak alias of __fegetround.  Use libm_hidden_weak.
3369         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3370         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3371         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3372         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3373         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3374         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3375         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3376         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3377         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3378         Undefine after rather than before function definition; use
3379         parentheses around function name in definition.
3380         (__fegetround): Also undefine macro after function definition.
3381         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3382         __fegetround and define as weak alias of __fegetround.  Use
3383         libm_hidden_weak.  Do not undefine as macro.
3384         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3385         Likewise.
3386         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3387         __fegetround and define as weak alias of __fegetround.  Use
3388         libm_hidden_weak.
3389         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3390         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3391         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3392         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3393         __fegetround and define as weak alias of __fegetround.  Use
3394         libm_hidden_weak.
3395         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3396         __fegetround instead of fegetround.
3398         [BZ #17782]
3399         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3400         Condition macro definition on [__USE_MISC].
3402         [BZ #17781]
3403         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3404         (struct sigaction): Change type of sa_flags field to int.
3406         [BZ #17780]
3407         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3408         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3409         __glibc_reserved0.
3411         * nptl/version.c (banner): Use single year in copyright notice.
3413         * NEWS: Update copyright dates.
3414         * catgets/gencat.c (print_version): Likewise.
3415         * csu/version.c (banner): Likewise.
3416         * debug/catchsegv.sh: Likewise.
3417         * debug/pcprofiledump.c (print_version): Likewise.
3418         * debug/xtrace.sh (do_version): Likewise.
3419         * elf/ldconfig.c (print_version): Likewise.
3420         * elf/ldd.bash.in: Likewise.
3421         * elf/pldd.c (print_version): Likewise.
3422         * elf/sotruss.sh: Likewise.
3423         * elf/sprof.c (print_version): Likewise.
3424         * iconv/iconv_prog.c (print_version): Likewise.
3425         * iconv/iconvconfig.c (print_version): Likewise.
3426         * locale/programs/locale.c (print_version): Likewise.
3427         * locale/programs/localedef.c (print_version): Likewise.
3428         * login/programs/pt_chown.c (print_version): Likewise.
3429         * malloc/memusage.sh (do_version): Likewise.
3430         * malloc/memusagestat.c (print_version): Likewise.
3431         * malloc/mtrace.pl: Likewise.
3432         * manual/libc.texinfo: Likewise.
3433         * nptl/version.c (banner): Likewise.
3434         * nscd/nscd.c (print_version): Likewise.
3435         * nss/getent.c (print_version): Likewise.
3436         * nss/makedb.c (print_version): Likewise.
3437         * posix/getconf.c (main): Likewise.
3438         * scripts/test-installation.pl: Likewise.
3439         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3441 2015-01-02  Will Newton  <will.newton@linaro.org>
3443         * sysdeps/arm/armv7/configure: Removed.
3444         * sysdeps/arm/armv7/configure.ac: Likewise.
3446 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3448         * All files with FSF copyright notices: Update copyright dates
3449         using scripts/update-copyrights.
3450         * intl/plural.c: Regenerated.
3451         * locale/programs/charmap-kw.h: Likewise.
3452         * locale/programs/locfile-kw.h: Likewise.
3454 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3456         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3458 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3460         [BZ #17748]
3461         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3462         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3463         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3464         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3465         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3466         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3467         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3468         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3469         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3470         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3471         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3472         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3473         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3474         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3475         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3476         libm_hidden_def.
3477         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3478         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3479         Likewise.
3480         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3481         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3482         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3483         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3484         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3485         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3486         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3487         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3488         __fegetenv instead of fegetenv.
3489         (libc_feholdsetround_noex_ctx): Likewise.
3491 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3493         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3494         (Elf_MIPS_ABIFlags_v0): New structure.
3495         (EF_MIPS_FP64): Define.
3496         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3497         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3498         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3499         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3500         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3501         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3502         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3503         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3504         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3505         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3506         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3507         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3508         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3509         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3510         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3511         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3512         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3513         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3514         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3515         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3516         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3517         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3518         field.
3519         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3520         EF_MIPS_FP64.
3521         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3522         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3523         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3524         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3525         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3526         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3527         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3528         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3529         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3530         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3531         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3532         record the current FP ABI extension.
3533         (mips-mode-switch): Define to show if kernel headers support mode
3534         switching.
3535         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3536         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3537         supported SYSV ABI version to 3.
3538         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3539         feature.
3541 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3542             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3544         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3545         path.
3546         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3548 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3550         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3551         __fegetround and redefine to call __fegetround.  Remove condition
3552         on [!__NO_MATH_INLINES].
3553         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3554         function.
3555         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3556         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3557         Remove macro.
3558         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3559         instead of <fenv_libc.h>.
3560         (__llrintl): Call fegetround instead of __fegetround.
3561         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3562         instead of <fenv_libc.h>.
3563         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3564         (__lrintl): Call fegetround instead of __fegetround.
3565         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3566         instead of <fenv_libc.h>.
3567         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3568         (__rintl): Call fegetround instead of __fegetround.
3570 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3572         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3573         arrays.
3575 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3577         [BZ #17775]
3578         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3579         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3580         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3582 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3584         * sysdeps/i386/tls-macros.h: Include <features.h>.
3585         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3586         (TLS_IE): Likewise.
3587         (TLS_LD): Likewise.
3588         (TLS_GD): Likewise.
3589         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3590         define for GCC >= 5.0.
3592 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3594         * math/test-fenv.c (test_single_exception, set_single_exc,
3595         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3596         feexcp_mask_test, feenable_test, fe_single_test): Add
3597         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3598         case where they are not used.
3599         * math/libm-test.inc: Likewise.
3600         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3601         unused in the absence of FP rounding/exception support.
3602         * stdio-common/tst-printf-round.c: Likewise.
3603         * stdlib/tst-strtod-round.c: Likewise.
3604         * stdlib/tst-strtod-underflow.c: Likewise.
3606 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3608         [BZ #17723]
3609         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3610         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3611         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3612         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3613         libm_hidden_weak.
3614         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3615         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3616         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3617         libm_hidden_def.
3618         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3619         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3620         libm_hidden_weak.
3621         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3622         Likewise.
3623         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3624         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3625         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3626         libm_hidden_weak.
3627         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3628         libm_hidden_def.
3629         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3630         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3631         (__feraiseexcept): Likewise.
3632         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3633         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3634         libm_hidden_weak.
3635         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3636         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3637         libm_hidden_def.
3638         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3639         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3640         Use libm_hidden_def.
3641         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3642         libm_hidden_def.
3643         (feraiseexcept): Define as weak not strong alias.  Use
3644         libm_hidden_weak.
3645         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3646         New inline function.  Factored out of ...
3647         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3648         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3649         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3650         feraiseexcept.
3651         * math/w_acos.c (__acos): Likewise.
3652         * math/w_asin.c (__asin): Likewise.
3653         * math/w_ilogb.c (__ilogb): Likewise.
3654         * math/w_j0.c (y0): Likewise.
3655         * math/w_j1.c (y1): Likewise.
3656         * math/w_jn.c (yn): Likewise.
3657         * math/w_log.c (__log): Likewise.
3658         * math/w_log10.c (__log10): Likewise.
3659         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3660         * sysdeps/aarch64/fpu/math_private.h
3661         (libc_feupdateenv_test_aarch64): Likewise.
3662         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3663         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3664         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3665         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3666         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3667         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3668         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3669         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3670         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3671         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3673 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3675         [BZ #17732]
3676         * io/test-utime.c (main): Replace %ld with %jd and cast to
3677         intmax_t.
3678         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3679         * nptl/tst-mutex5.c: Include <stdint.h>.
3680         (do_test): Replace %ld with %jd and cast to intmax_t.
3681         * posix/tst-regex.c (run_test): Likewise.
3682         (run_test_backwards): Likewise.
3683         * rt/tst-clock.c: Include <stdint.h>.
3684         (clock_test): Replace %ld with %jd and cast to intmax_t.
3685         * rt/tst-cpuclock1.c: Include <stdint.h>.
3686         (do_test): Replace %lu with %ju and cast to uintmax_t.
3687         * rt/tst-cpuclock2.c: Include <stdint.h>.
3688         (do_test): Replace %lu with %ju and cast to uintmax_t.
3689         * rt/tst-mqueue1.c: Include <stdint.h>.
3690         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3691         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3692         intmax_t.
3693         * rt/tst-mqueue4.c (do_test): Likewise.
3694         * rt/tst-timer4.c: Include <stdint.h>.
3695         (check_ts): Replace %ld with %jd and cast to intmax_t.
3696         (do_test): Likewise.
3697         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3698         and cast to intmax_t.
3699         * sysdeps/pthread/tst-timer.c (main): Likewise.
3700         * time/clocktest.c (main): Likewise.
3701         * time/tst-posixtz.c (do_test): Likewise.
3702         * timezone/tst-timezone.c (main): Likewise.
3704 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3705             H.J. Lu  <hongjiu.lu@intel.com>
3707         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3708         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3709         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3710         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3711         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3712         version if bit_Fast_Unaligned_Load is set.
3713         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3714         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3715         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3716         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3717         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3718         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3719         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3720         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3721         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3722         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3723         to 4.
3724         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3725         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3726         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3727         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3729 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3731         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3732         instead of #if to avoid a Wundef warning.
3733         * stdlib/tst-limits.c (do_test): Likewise.
3735         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3736         parallel other exception macros.
3737         (fegetenv): Convert from macro to extern inline so that it applies
3738         retroactively to inline functions already seen by the compiler.
3739         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3741         * posix/Makefile (before-compile): Use $(objpfx) for
3742         posix-conf-vars-def.h.
3744 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3746         * posix/getconf.c (main): Use size_t for type of I.
3747         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3748         NSPEC.
3750         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3751         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3752         * posix/posix-envs.def: Likewise.
3753         * sysdeps/posix/sysconf.c: Likewise.
3754         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3755         (specs): Remove array.
3756         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3757         array.
3759         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3760         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3761         (__sysconf): Use CONF_IS_* macros.
3763         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3764         ($(objpfx)posix-conf-vars-def.h): New target.
3765         * posix/posix-conf-vars.list: New file.
3766         * posix/posix-conf-vars.h: New file.
3767         * posix/confstr.c: Include posix-conf-vars.h.
3768         (confstr): Use CONF_IS_* macros.
3769         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3770         CONF_IS_* macros.
3771         * scripts/gen-posix-conf-vars.awk: New file.
3773 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3775         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3776         fegetround): Add no-op macros to avoid linknamespace issues.
3778         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3779         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3781         * sysdeps/unix/sysv/linux/tile/sysdep.h
3782         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3783         assembly-specific section to avoid a redefinition warning.
3785         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3786         long before casting to pointer to avoid a cast warning.
3788 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3790         * sysdeps/tile/tilegx/Implies: New file.
3792 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3794         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3796 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3798         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3800 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3802         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3803         not define.
3804         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3805         <kernel-features.h>.
3806         (__utimes) [__NR_utimes]: Make code unconditional.
3807         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3808         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3809         (__ASSUME_UTIMES): Do not undefine.
3810         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3811         (__ASSUME_UTIMES): Likewise.
3812         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3813         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3814         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3815         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3817 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3819         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3821 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3823         [BZ #17747]
3824         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3825         alias to weak alias for j0l, y0l.
3826         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3827         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3829         [BZ #17746]
3830         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3831         conversion.
3833 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3835         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3836         to zero if not already defined.
3838 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3840         [BZ #17724]
3841         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3842         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3843         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3844         (char *) casts added.
3845         * sysdeps/ieee754/k_standardf.c: New file.
3846         * sysdeps/ieee754/k_standardl.c: Likewise.
3847         * math/Makefile (libm-support): Remove k_standard.
3848         (libm-calls): Add k_standard.
3850 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3852         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3853         Optimize to avoid an unnecessary FPCR read.
3855 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3857         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3858         Optimize to reduce FPCR/FPSR accesses.
3860 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3862         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3863         Call libc_fetestexcept_aarch64.
3865 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3867         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3868         Call libc_fesetround_aarch64.
3870 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3872         [BZ #17733]
3873         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3874         (__bind): Do not define as weak alias.
3875         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3876         define.
3877         (__getsockname): Do not define as weak alias.
3879 2014-12-22  Will Newton  <will.newton@linaro.org>
3881         * manual/install.texi: Document that we require bison 2.7
3882         or above.
3883         * INSTALL: Regenerate.
3884         * configure.ac: Use AC_CHECK_PROG_VER instead of
3885         AC_PATH_PROG when checking for bison and check for
3886         version 2.7 or above.
3887         * configure: Regenerate.
3889 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3891         [BZ #17745]
3892         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3893         * sysdeps/tile/ffsll.c (ffsll): To here.
3895         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3897 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3899         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3900         if not defined.
3901         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3902         definition.
3903         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3904         hidden ___tls_get_addr.
3905         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3906         hidden __tls_get_addr.
3907         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3908         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3909         Likewise.
3911 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3913         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3914         _dl_init call.
3916 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3918         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3919         from "call _dl_init@PLT".
3920         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3922 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3924         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3925         guarantees.
3927 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3929         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3931 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3933         [BZ #17744]
3934         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3935         strnlen.
3937 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3939         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3940         of multu on MIPSr6.
3941         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3942         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3943         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3944         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3945         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3947 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3949         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3950         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3951         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3952         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3953         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3954         mips32r6/mips64r6.
3955         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3957 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3959         * string/strncat.c (STRNCAT): Simplify implementation.
3961 2014-12-19  David S. Miller  <davem@davemloft.net>
3963         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3964         access the quad as both a long double and as a series of 4 words.
3966         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3967         link_map->l_info array access.
3969 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3971         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3973         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3974         * math/atest-exp2.c (TIMEOUT): Likewise.
3975         * math/atest-sincos.c (TIMEOUT): Likewise.
3977 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3979         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3980         -Wno-error with -fno-builtin-lround.
3982 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3984         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3985         Contains futex constants and functions moved over from ...
3986         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3987         <lowlevellock-futex.h>.
3988         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3989         (lll_timedwait_tid): Add comments and parentheses around macro
3990         arguments.
3992 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3994         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3995         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3996         (__lll_private_flag): Remove.
3997         (lll_futex_wait): Likewise.
3998         (lll_futex_timed_wait): Likewise.
3999         (lll_futex_wake): Likewise.
4000         (lll_futex_requeue): Likewise.
4001         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4002         (__lll_timedwait_tid): Spell out argument names.
4003         (lll_timedwait_tid): Add comments and parentheses around macro
4004         arguments.
4005         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4006         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4008 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4010         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4011         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4012         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4013         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4014         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4015         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4016         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4017         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4018         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4019         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4020         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4021         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4022         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4023         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4024         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4025         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4026         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4027         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4028         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4030 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4032         * sysdeps/x86_64/x32/Makefile: New file.
4034 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4036         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4037         1L with (mp_limb_t) 1.
4039 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4041         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4042         * nptl/libc_pthread_init.c: ... here.
4043         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4044         * nptl/register-atfork.c: ... here.
4046         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4047         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4048         Use assert_perror to check its return value.
4049         (__gai_create_helper_thread): Likewise.
4051         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4053         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4055 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4057         [BZ #17725]
4058         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4059         __profil_counter.
4060         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4061         Likewise.
4062         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4063         Likewise.
4064         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4065         Likewise.
4066         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4067         (profil_counter): Likewise.
4068         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4069         (profil_counter): Likewise.
4070         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4071         Likewise.
4072         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4073         Likewise.
4074         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4075         (profil_counter): Likewise.
4076         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4077         Likewise.
4078         [!__profil_counter] (profil_counter): Define as weak alias of
4079         __profil_counter.
4080         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4081         (profil_counter): Rename to __profil_counter.
4082         [!__profil_counter] (profil_counter): Define as weak alias of
4083         __profil_counter.
4084         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4085         (profil_counter): Rename to __profil_counter.
4086         [!__profil_counter] (profil_counter): Define as weak alias of
4087         __profil_counter.
4088         * sysdeps/posix/profil.c: Update comment referring to
4089         profil_counter.
4090         (__profil): Use __profil_counter instead of profil_counter.
4091         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4092         __profil_counter.  Use __profil_counter_ushort and
4093         __profil_counter_uint in definitions.
4094         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4095         instead of profil_counter_uint and profil_counter_ushort.
4097         [BZ #17722]
4098         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4099         define as weak alias of __inet_makeaddr.
4100         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4101         as weak alias of __inet_addr.
4102         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4103         as weak alias of __inet_pton.  Use libc_hidden_weak.
4104         * include/arpa/inet.h (__inet_pton): Declare.  Use
4105         libc_hidden_proto.
4106         (inet_makeaddr): Don't use libc_hidden_proto.
4107         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4108         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4109         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4110         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4111         Remove variable.
4112         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4113         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4115 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4117         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4119 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4121         * stdio-common/bug-vfprintf-nargs.c (do_test):
4122         Cast value to intptr_t to avoid format warning
4123         for usage with PRIdPTR printing macro.
4125 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4127         * libio/tst-widetext.c (do_test):
4128         Use format type %td instead of %Zd for ptrdiff_t
4129         in order to avoid format warning.
4131 2014-12-17  Andreas Schwab  <schwab@suse.de>
4133         * nscd/mem.c (gc): Add size_t cast to match printf format.
4135 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4137         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4138         (init): Apply PTR_MANGLE to pointers before storing them.
4139         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4140         before using them.
4142 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4144         [BZ #17719]
4145         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4146         define as weak alias of __memrchr.
4147         (__memrchr): Do not define as strong alias of memrchr.
4148         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4149         Remove variable.
4150         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4151         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4152         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4154         [BZ #17717]
4155         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4156         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4157         (if_indextoname): Rename to __if_indextoname and define as weak
4158         alias of __if_indextoname.  Use libc_hidden_weak.
4159         (if_freenameindex): Rename to __if_freenameindex and define as
4160         weak alias of __if_freenameindex.
4161         (if_nameindex): Rename to __if_nameindex and define as weak alias
4162         of __if_nameindex.
4163         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4164         __if_nametoindex and define as weak alias of __if_nametoindex.
4165         Use libc_hidden_weak.
4166         (if_freenameindex): Rename to __if_freenameindex and define as
4167         weak alias of __if_freenameindex.
4168         (if_nameindex): Rename to __if_nameindex and define as weak alias
4169         of __if_nameindex.
4170         (if_indextoname): Rename to __if_indextoname and define as weak
4171         alias of __if_indextoname.  Use libc_hidden_weak.
4172         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4173         __if_nametoindex and define as weak alias of __if_nametoindex.
4174         Use libc_hidden_weak.
4175         (if_freenameindex): Rename to __if_freenameindex and define as
4176         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4177         (if_nameindex_netlink): Use __if_freenameindex instead of
4178         if_freenameindex.
4179         (if_nameindex): Rename to __if_nameindex and define as weak alias
4180         of __if_nameindex.  Use libc_hidden_weak.
4181         (if_indextoname): Rename to __if_indextoname and define as weak
4182         alias of __if_indextoname.  Use libc_hidden_weak.
4183         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4184         libc_hidden_proto.
4185         [!_ISOMAC] (__if_freenameindex): Likewise.
4186         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4187         if_nametoindex.
4188         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4189         variable.
4190         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4191         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4192         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4193         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4194         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4195         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4196         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4198         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4199         Remove variable.
4200         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4201         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4203 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4205         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4206         subscript above bounds'
4208         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4209         bounds.
4211 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4213         * libio/tst-fopenloc.c: Use test-skeleton.c.
4215         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4216         (entry): Rename to ITEM.
4217         (do_test, comp): Adjust.
4219         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4221 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4223         * string/tester.c: Include <libc-internal.h>.
4224         (test_memset): Ignore -Wmemset-transposed-args.
4226 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4228         * misc/tst-mntent2.c (do_test): Fix warning.
4230 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4232         * elf/tst-unique4lib.cc(a): Mark as used.
4234 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4236         [BZ #17630]
4237         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4238         names.
4240 2014-12-16  Allan McRae  <allan@archlinux.org>
4242         * stdio-common/Makefile (tests): Re-add bug26.
4244 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4246         [BZ #17657]
4247         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4248         static array.
4250 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4252         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4253         (__lll_lock_wait): Likewise.
4254         (__lll_timedlock_wait): Likewise.
4255         (__lll_timedwait_tid): Likewise.
4256         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4257         (__lll_robust_timedlock_wait): Likewise.
4258         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4259         (lll_cond_trylock): Likewise.
4260         (__lll_lock): Likewise.
4261         (__lll_robust_lock): Likewise.
4262         (__lll_cond_lock): Likewise.
4263         (lll_robust_cond_lock): Likewise.
4264         (__lll_timedlock): Likewise.
4265         (__lll_robust_timedlock): Likewise.
4266         (__lll_unlock): Likewise.
4267         (__lll_robust_unlock): Likewise.
4268         (lll_wait_tid): Likewise.
4269         (lll_timedwait_tid): Likewise.
4271 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4273         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4275 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4277         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4279 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4281         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4282         * stdio-common/tst-sprintf.c: Likewise.
4284 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4286         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4288 2014-12-15  Jeff Law  <law@redhat.com>
4290         [BZ #16617]
4291         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4292         on the heap.  (CVE-2012-3406)
4293         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4294         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4295         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4297 2014-12-15  Will Newton  <will.newton@linaro.org>
4299         * manual/install.texi: Bump required version of texinfo
4300         to 4.7 from 4.5.
4301         * INSTALL: Regenerated.
4302         * configure.ac: Check for makeinfo version 4.7 and above.
4303         * configure: Regenerated.
4305 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4307         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4308         PREFIX, string constant to insert between directory and name.
4309         * sysdeps/posix/shm_open.c: Update caller.
4310         * sysdeps/posix/shm_unlink.c: Likewise.
4311         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4312         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4313         (SEM_SHM_PREFIX): New macro.
4314         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4315         [$(have-thread-library) = no].
4316         * nptl/Makefile (libpthread-routines): Add shm-directory.
4317         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4318         * sysdeps/nptl/shm-directory.h: New file.
4319         * sysdeps/posix/shm-directory.c
4320         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4321         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4322         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4323         INTERNAL_SYSCALL.
4324         (__where_is_shmfs): Function removed.
4325         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4326         Variables removed.
4327         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4328         Use SHM_GET_NAME.
4329         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4331         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4332         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4333         unconditional for use inside libpthread.
4334         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4336 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4338         * nptl/pthread_getaffinity.c: New file.
4339         * nptl/pthread_setaffinity.c: New file.
4340         * nptl/pthread_getname.c: New file.
4341         * nptl/pthread_setname.c: New file.
4343         * nptl/pthread_create.c (START_THREAD_DEFN)
4344         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4346 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4347             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4349         * resolv/res_send.c (send_vc): Disable warning resplen may
4350         be used uninitialized.
4352 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4354         * nptl/tst-mutex6.c
4355         (ATTR_NULL): New define checks ATTR against NULL.
4356         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4357         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4359 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4361         [BZ #17581]
4362         * malloc/hooks.c
4363         (mem2mem_check): Revert my previous change.
4364         (malloc_check_get_size): Revert my previous change.
4365         (mem2chunk_check): Revert my previous change.
4367 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4369         * sysdeps/posix/shm-directory.c: New file.
4370         * sysdeps/posix/shm-directory.h: New file.
4371         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4372         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4373         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4374         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4375         Transmute EPERM to EACCES.
4376         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4377         from ...
4378         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4379         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4381 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4383         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4384         pointer and cast to uintptr_t.
4385         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4386         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4387         Add cast to avoid warning.
4388         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4390 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4392         * nptl/semaphore.h: Move to ...
4393         * sysdeps/pthread/semaphore.h: ... here.
4394         * Makefile (installed-headers): Change nptl/semaphore.h to
4395         sysdeps/pthread/semaphore.h.
4397 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4399         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4400         generated error format strings.
4402         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4403         -Wformat-extra-args warnings for scanf formats.
4404         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4405         test of zero-length format (duh).
4406         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4407         corner-case scanf format test.
4408         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4409         generated fprintf format string.
4410         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4411         corner-case sprintf format tests.
4412         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4413         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4414         -Wformat-extra-args warnings throughout.
4415         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4416         (CFLAGS-scanf4.c): Likewise.
4417         (CFLAGS-scanf7.c): Likewise.
4418         (CFLAGS-tst-sprintf.c): Likewise.
4419         (CFLAGS-tst-printf.c): Likewise.
4420         (CFLAGS-tst-printfsz.c): Likewise.
4422 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4424         * include/cpio.h: New file.
4425         * include/fmtmsg.h: Likewise.
4427         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4428         corresponding format argument to size_t.
4429         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4430         arguments.
4431         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4432         corresponding format argument to size_t.
4433         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4434         arguments.
4435         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4436         corresponding format argument to size_t.
4437         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4438         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4439         (CFLAGS-tst-mbswcs2.c): Likewise.
4440         (CFLAGS-tst-mbswcs3.c): Likewise.
4441         (CFLAGS-tst-mbswcs4.c): Likewise.
4442         (CFLAGS-tst-mbswcs5.c): Likewise.
4443         (CFLAGS-tst-trans.c): Likewise
4445 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4447         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4448         rather than assuming they won't contain any '%'s.
4450 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4452         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4453         inhibit_loop_to_libcall to avoid recursive calls.
4454         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4455         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4457 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4459         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4460         prototype.
4462 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4464         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4465         integer value instead of boolean.
4467 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4469         * malloc/malloc.c: Fix powerof2 check.
4471 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4473         * locale/programs/locfile.h (maybe_swap_uint32):
4474         Remove inline and add unused attribute.
4476 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4478         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4479         Truncating assembler expression to a .long expression.
4481 2014-12-11  Andreas Schwab  <schwab@suse.de>
4483         * elf/rtld.c (struct map_args): Constify str member.
4484         (do_preload): Constify fname argument.
4486 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4488         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4489         constants definition.
4491 2014-12-11  Andreas Schwab  <schwab@suse.de>
4493         [BZ #16657]
4494         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4495         FORCE_ELISION instead of DO_ELISION.
4496         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4497         Remove.
4498         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4499         Likewise.
4501         * iconvdata/gconv-modules: Remove duplicate entry.
4503 2014-12-11  Will Newton  <will.newton@linaro.org>
4505         Merge gettext 0.19.3 into intl/.
4507         This involves a number of cosmetic changes to comments
4508         and ANSI function definitions and prototypes throughout
4509         all the files. The gettext copyright header is used but
4510         with the date ranges taken from the glibc copy.
4512         * NEWS: Add gettext merge to 2.21.
4513         * intl/bindtextdom.c: Switch to gettext copyright.
4514         Use ANSI definitions and prototypes.
4515         Use gl_* locking primitives rather than __libc_* ones.
4516         Use __builtin_expect rather than __glibc_likely/unlikely.
4517         * intl/dcgettext.c: Switch to gettext copyright.
4518         Use ANSI definitions and prototypes.
4519         * intl/dcigettext.c: Switch to gettext copyright.
4520         Use ANSI definitions and prototypes.
4521         (INTDIV0_RAISES_SIGFPE): New define.
4522         Use gl_* locking primitives rather than __libc_* ones.
4523         Include eval-plural.h instead of plural-eval.c.
4524         Use __builtin_expect rather than __glibc_likely/unlikely.
4525         * intl/dcngettext.c: Switch to gettext copyright.
4526         Use ANSI definitions and prototypes.
4527         * intl/dgettext.c: Likewise.
4528         * intl/dngettext.c: Likewise.
4529         * intl/plural-eval.c: Renamed to...
4530         * intl/eval-plural.h: ...this.
4531         * intl/explodename.c: Switch to gettext copyright.
4532         Use ANSI definitions and prototypes.
4533         (_nl_explode_name): Use strchr instead of __rawmemchr.
4534         * intl/finddomain.c: Switch to gettext copyright.
4535         Use ANSI definitions and prototypes.
4536         Use gl_* locking primitives rather than __libc_* ones.
4537         (_nl_find_domain): Use malloc rather than alloca for
4538         allocation of temporary locale name.
4539         * intl/gettext.c: Switch to gettext copyright.
4540         Use ANSI definitions and prototypes.
4541         * intl/gettextP.h: Switch to gettext copyright.
4542         Use ANSI definitions and prototypes.
4543         Use gl_* locking primitives rather than __libc_* ones.
4544         * intl/gmo.h: Switch to gettext copyright.
4545         (struct sysdep_string): Move struct segment_pair outside of
4546         struct definition.
4547         * intl/hash-string.c: Use ANSI definitions and prototypes.
4548         * intl/hash-string.h: Switch to gettext copyright.
4549         Use ANSI definitions and prototypes.
4550         * intl/l10nflist.c: Switch to gettext copyright.
4551         Use ANSI definitions and prototypes.
4552         (_nl_normalize_codeset): Avoid integer overflow.
4553         * intl/loadinfo.h: Switch to gettext copyright.
4554         Use ANSI definitions and prototypes.
4555         (LIBINTL_DLL_EXPORTED): New define.
4556         (PATH_SEPARATOR): New define.
4557         * intl/loadmsgcat.c: Switch to gettext copyright.
4558         * intl/localealias.c: Switch to gettext copyright.
4559         Use ANSI definitions and prototypes.
4560         (_nl_expand_alias): Use PATH_SEPARATOR.
4561         * intl/ngettext.c: Switch to gettext copyright.
4562         Use ANSI definitions and prototypes.
4563         * intl/plural-exp.c: Likewise.
4564         * intl/plural-exp.h: Switch to gettext copyright.
4565         Use ANSI definitions and prototypes.
4566         (struct expression): Move definition of enum operator outside
4567         of struct definition.
4568         * intl/plural.c: Regenerate.
4569         * intl/plural.y: Switch to gettext copyright.
4570         Use ANSI definitions and prototypes.
4571         Port to bison 3.0.
4572         * intl/textdomain.c: Switch to gettext copyright.
4573         Use ANSI definitions and prototypes.
4574         Use gl_* locking primitives rather than __libc_* ones.
4576 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4578         * debug/warning-nop.c: Add used atrribute.
4580 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4582         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4584         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4585         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4586         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4588 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4589             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4591         [BZ #17634]
4592         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4593         Undefine after defining function.  Define as weak alias of
4594         __wcschr.  Use libc_hidden_weak.
4595         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4596         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4597         (libc_hidden_def): Also define __GI___wcschr alias.
4598         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4599         __wcschr and define as weak alias of __wcschr.
4600         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4601         __wcschr.
4602         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4603         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4604         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4605         libc_hidden_weak.  Do not use libc_hidden_def.
4606         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4607         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4608         __GI___wcschr alias.
4609         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4610         [IS_IN (libc)] (wcschr): Define as macro expanding to
4611         __redirect_wcschr.
4612         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4613         [IS_IN (libc)] (__wcschr_power6): Likewise.
4614         [IS_IN (libc)] (__wcschr_power7): Likewise.
4615         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4616         instead of wcschr.
4617         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4618         __libc_wcschr.
4619         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4620         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4621         __wcschr and define as weak alias of __wcschr.  Use
4622         libc_hidden_builtin_def.
4623         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4624         as weak alias of __wcschr.  Use libc_hidden_weak.
4625         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4626         wcschr.
4627         * time/era.c (_nl_init_era_entries): Likewise.
4628         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4629         variable.
4630         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4631         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4633 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4635         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4636         format for long int variable.
4638 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4640         [BZ #10672]
4641         * manual/search.texi: (Array Sort Function): Remove claim how to make
4642         qsort stable.
4644 2014-12-10  Andreas Schwab  <schwab@suse.de>
4646         [BZ #12847]
4647         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4648         user-controlled locks.
4650 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4652         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4653         register.
4655 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4657         * configure.ac (--disable-werror): New configure option.
4658         (enable_werror): New AC_SUBST.
4659         * configure: Regenerated.
4660         * config.make.in (enable-werror): New variable.
4661         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4662         -Wno-error=undef.
4663         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4664         * manual/install.texi (Configuring and compiling): Document
4665         --disable-werror.
4666         * INSTALL: Regenerated.
4667         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4668         (CFLAGS-tst-chk2.c): Likewise.
4669         (CFLAGS-tst-chk3.c): Likewise.
4670         (CFLAGS-tst-chk4.cc): Likewise.
4671         (CFLAGS-tst-chk5.cc): Likewise.
4672         (CFLAGS-tst-chk6.cc): Likewise.
4673         (CFLAGS-tst-lfschk1.c): Likewise.
4674         (CFLAGS-tst-lfschk2.c): Likewise.
4675         (CFLAGS-tst-lfschk3.c): Likewise.
4676         (CFLAGS-tst-lfschk4.cc): Likewise.
4677         (CFLAGS-tst-lfschk5.cc): Likewise.
4678         (CFLAGS-tst-lfschk6.cc): Likewise.
4680         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4681         (main): Disable -Wdeprecated-declarations around calls to
4682         register_printf_function.
4684         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4685         (do_test): Disable -Wdiv-by-zero around some calls to
4686         fwrite_unlocked and fread_unlocked.
4688         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4689         (DIAG_POP_NEEDS_COMMENT): Likewise.
4690         (_DIAG_STR1): Likewise.
4691         (_DIAG_STR): Likewise.
4692         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4693         * stdio-common/bug21.c: Include <libc-internal.h>.
4694         (do_test): Disable -Wformat around call to sscanf.
4695         * stdio-common/scanf14.c: Include <libc-internal.h>.
4696         (main): Disable -Wformat around some calls to scanf functions.
4698 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4700         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4702 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4704         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4705         stack variable alignment.
4707 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4709         [BZ #17682]
4710         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4711         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4712         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4713         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4714         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4715         __getrlimit instead of getrlimit.
4716         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4717         __gettimeofday instead of gettimeofday.
4718         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4719         Likewise.
4720         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4721         Likewise.
4722         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4723         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4724         Remove variable.
4725         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4726         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4728 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4730         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4731         for wide-character tests.
4733 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4735         * io/openat64.c: #include <libc-internal.h>
4736         (__openat64): Prototypify.  Use ignore_value on MODE.
4737         * io/openat.c: Likewise.
4738         * misc/reboot.c: #include <libc-internal.h>
4739         (reboot): Prototypify.  Use ignore_value on HOWTO.
4740         * misc/ptrace.c: #include <libc-internal.h>
4741         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4743 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4745         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4746         XPG4, UNIX98 and XOPEN2K.
4747         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4748         Remove variable.
4749         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4751 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4753         * libio/fileops.c: Use ISO C style for function definitions.
4754         * libio/iofopen.c: Likewise.
4755         * libio/wfileops.c: Likewise.
4757         [BZ #17653]
4758         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4759         offset on EOF.
4760         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4761         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4762         (fgets_func): Function pointer to fgets and fgetws.
4763         (do_ftell_test): Add test to verify ftell value after read
4764         EOF.
4765         (do_test): Set fgets_func.
4767         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4768         O_TRUNC flag for w and w+ modes.
4769         (do_rewind_test): Likewise.
4770         (do_ftell_test): Likewise.
4771         (do_write_test): Likewise.
4773         [BZ #17647]
4774         * libio/fileops.c (do_ftell): Seek only when there are
4775         unflushed writes.
4776         * libio/wfileops.c (do_ftell_wide): Likewise.
4777         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4778         test case.
4779         (do_one_test): Call it.
4781 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4783         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4784         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4785         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4786         Remove variable.
4787         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4788         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4789         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4791 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4793         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4794         Remove variable.
4795         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4797         [BZ #17668]
4798         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4799         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4800         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4801         __freeifaddrs.  Use libc_hidden_weak.
4802         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4803         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4804         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4805         __freeifaddrs.  Use libc_hidden_weak.
4806         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4807         __getifaddrs and define as weak alias of __getifaddrs.  Use
4808         libc_hidden_weak.
4809         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4810         __freeifaddrs.  Use libc_hidden_weak.
4811         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4812         Remove variable.
4813         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4814         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4816 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4818         [BZ #17601]
4819         * sysdeps/mips/start.S (__start): Use indirect jump to call
4820         __libc_start_main.
4822 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4824         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4826         * nptl/tst-mutex1.c: Include <stdbool.h>.
4827         [!ATTR] (ATTR_NULL): New macro.
4828         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4829         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4830         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4832         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4833         to char *.
4835         [BZ #17665]
4836         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4837         Change conditional to [__USE_MISC].
4839         [BZ #17664]
4840         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4841         fgets_unlocked.
4842         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4843         __fgets_unlocked.
4844         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4845         fgets_unlocked.
4846         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4847         Remove variable.
4848         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4849         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4850         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4851         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4852         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4853         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4854         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4855         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4856         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4858         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4860 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4862         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4863         Remove strpbrk objects.
4864         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4865         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4866         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4867         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4868         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4869         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4871         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4872         Remove strcspn objects.
4873         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4874         (__libc_ifunc_impl_list): Remove strcspn implementation.
4875         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4876         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4877         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4878         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4880         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4881         Remove strspn objetcs.
4882         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4883         (__libc_ifunc_impl_list): Remove strspn implementation.
4884         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4885         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4886         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4887         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4889 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4891         [BZ #17581]
4892         * malloc/hooks.c
4893         (mem2mem_check): Add a terminator to the chain of checking blocks.
4894         (malloc_check_get_size): Use it here.
4895         (mem2chunk_check): Ditto.
4897 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4899         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4900         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4902 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4904         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4906         * nptl/nptl-init.c: Include libc-internal.h.
4907         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4909         * elf/ldconfig.c (search_dir): Expand comment.
4911 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4913         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4914         variable.
4915         (linknamespace-symlist-stdlibs-tests): Likewise.
4916         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4917         instead of $(objpfx)symlist-stdlibs.
4918         (linknamespace-libs-isoc): New variable.
4919         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4920         (linknamespace-libs-ISO): New variable.
4921         (linknamespace-libs-ISO99): Likewise.
4922         (linknamespace-libs-ISO11): Likewise.
4923         (linknamespace-libs-XPG3): Likewise.
4924         (linknamespace-libs-XPG4): Likewise.
4925         (linknamespace-libs-POSIX): Likewise.
4926         (linknamespace-libs-UNIX98): Likewise.
4927         (linknamespace-libs-XOPEN2K): Likewise.
4928         (linknamespace-libs-POSIX2008): Likewise.
4929         (linknamespace-libs-XOPEN2K8): Likewise.
4930         ($(objpfx)symlist-stdlibs): Replace by
4931         $(linknamespace-symlist-stdlibs-tests).  Use
4932         $(linknamespace-libs-$*) as set of libraries.
4933         ($(linknamespace-header-tests)): Update dependencies.  Use
4934         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4935         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4936         * conform/linknamespace.pl: Remove comment about considering
4937         definitions of symbols from irrelevant libraries.
4939 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4941         [BZ #13862]
4942         * elf/dl-tls.c: Include <atomic.h>.
4943         (oom): Remove #ifdef SHARED/#endif.
4944         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4945         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4946         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4947         big enough.
4948         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4949         * nptl/Makefile (tests): Add tst-stack4.
4950         (modules-names): Add tst-stack4mod.
4951         ($(objpfx)tst-stack4): New.
4952         (tst-stack4mod.sos): Likewise.
4953         ($(objpfx)tst-stack4.out): Likewise.
4954         ($(tst-stack4mod.sos)): Likewise.
4955         (clean): Likewise.
4956         * nptl/tst-stack4.c: New file.
4957         * nptl/tst-stack4mod.c: Likewise.
4959 2014-11-27  J. Brown  <jb999@gmx.de>
4961         * sysdeps/x86/bits/string.h: Add recent CPUs.
4963 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4965         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4966         sigblock.
4968         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4969         feof.
4971         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4972         variable.
4974 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4976         * nscd/connections.c: Include libc-internal.h because of macro
4977         usage ignore_value.
4979 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4981         * string/bits/string3.h (__warn_memset_zero_len): Don't
4982         declare for gcc newer than 5.0.
4983         (memset): Don't test for zero-length __LEN for gcc newer than
4984         5.0.
4986 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4988         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4989         size_t for %zu format.
4991         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4992         difference, not %ju.
4994 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4996         * include/libc-internal.h (ignore_value): New macro.
4997         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4998         with ignore_value.
5000         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5001         definition.
5003         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5004         pthread_cleanup_push to void *.
5006         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5007         Undefine.
5009         [BZ #16619]
5010         [BZ #16740]
5011         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5012         instead of 1L << 52.
5014         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5015         * libio/bug-rewind2.c (do_test): Likewise.
5017         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5018         * debug/test-strcpy_chk-ifunc.c: Likewise.
5019         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5020         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5021         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5022         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5023         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5024         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5025         * Rules [$(multi-arch) = no] (tests): Do not filter out
5026         $(tests-ifunc).
5027         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5028         * debug/Makefile (tests-ifunc): Remove variable.
5029         (tests): Do not add $(tests-ifunc).
5030         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5031         (tests): Do not add $(tests-ifunc).
5032         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5033         [TEST_IFUNC]: Remove conditionals.
5034         * string/test-string.h (TEST_IFUNC): Remove macro.
5035         [TEST_IFUNC]: Remove conditionals.
5037         * string/test-strchr.c [!WIDE] (L): New macro.
5038         [WIDE] (L): Likewise.
5039         (check1): Use CHAR instead of char.  Use L on string and character
5040         constants.
5042 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5044         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5045         tests.
5046         * sysdeps/powerpc/bits/atomic.h
5047         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5048         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5049         (atomic_exchange_and_add_acq): Likewise.
5050         (atomic_exchange_and_add_rel): Likewise.
5051         * sysdeps/powerpc/powerpc32/bits/atomic.h
5052         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5053         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5054         * sysdeps/powerpc/powerpc64/bits/atomic.h
5055         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5056         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5058 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5060         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5061         Change synchronization of __sched_fifo_min_prio and
5062         __sched_fifo_max_prio.
5063         * nptl/pthread_mutexattr_getprioceiling.c
5064         (pthread_mutexattr_getprioceiling): Likewise.
5065         * nptl/pthread_mutexattr_setprioceiling.c
5066         (pthread_mutexattr_setprioceiling): Likewise.
5067         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5068         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5069         Likewise.
5071 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5073         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5074         void.
5076 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5078         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5079         third argument const.
5081 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5083         fnmatch: work around GCC compiler warning bug with uninit var
5084         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5085         This works around a bug with x86-64 GCC 4.9.2 and earlier
5086         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5087         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5088         used uninitialized in this function [-Wmaybe-uninitialized]".
5090 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5092         * posix/bug-regex31.c (main): Return RES not 0.
5094 2014-11-25  Anton Blanchard <anton@samba.org>
5096         * sysdeps/powerpc/bits/atomic.h
5097         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5099 2014-11-24  Sterling Augustine  <saugustine@google.com>
5101         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5103 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5105         [BZ #17608]
5106         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5108 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5110         [BZ #17633]
5111         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5112         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5113         variable.
5114         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5115         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5117 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5119         * string/strncpy.c (strncpy): Improve performance by using memset.
5121 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5123         * string/strcpy.c (strcpy):
5124         Improve performance by using strlen and memcpy.
5126 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5128         * string/strcoll_l.c (get_next_seq): __always_inline.
5129         * string/strcoll_l.c (do_compare): __always_inline.
5131 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5133         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5134         defined.
5135         * include/mqueue.h: Likewise.
5136         * include/stdlib.h: Likewise.
5138         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5139         (get_null_defines): Adjust.
5140         * sunrpc/Makefile: Adjust comment.
5141         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5142         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5143         (CFLAGS-interp.c): Likewise.
5144         (CFLAGS-ldconfig.c): Likewise.
5145         (CPPFLAGS-.os): Likewise.
5146         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5147         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5148         * extra-modules.mk (extra-modules.mk): Likewise.
5149         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5150         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5151         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5152         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5153         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5154         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5155         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5156         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5157         * iconvdata/Makefile (CPPFLAGS): Likewise.
5158         (cpp-srcs-left): Add libof for all iconvdata routines.
5159         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5160         * include/assert.h: Likewise.
5161         * include/ctype.h: Likewise.
5162         * include/errno.h: Likewise.
5163         * include/libc-symbols.h: Likewise.
5164         * include/math.h: Likewise.
5165         * include/netdb.h: Likewise.
5166         * include/resolv.h: Likewise.
5167         * include/stdio.h: Likewise.
5168         * include/stdlib.h: Likewise.
5169         * include/string.h: Likewise.
5170         * include/sys/stat.h: Likewise.
5171         * include/wctype.h: Likewise.
5172         * intl/l10nflist.c: Likewise.
5173         * libidn/idn-stub.c: Likewise.
5174         * libio/libioP.h: Likewise.
5175         * nptl/libc_multiple_threads.c: Likewise.
5176         * nptl/pthreadP.h: Likewise.
5177         * posix/regex_internal.h: Likewise.
5178         * resolv/res_hconf.c: Likewise.
5179         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5180         * sysdeps/arm/memmove.S: Likewise.
5181         * sysdeps/arm/sysdep.h: Likewise.
5182         * sysdeps/generic/_itoa.h: Likewise.
5183         * sysdeps/generic/symbol-hacks.h: Likewise.
5184         * sysdeps/gnu/errlist.awk: Likewise.
5185         * sysdeps/gnu/errlist.c: Likewise.
5186         * sysdeps/i386/i586/memcpy.S: Likewise.
5187         * sysdeps/i386/i586/memset.S: Likewise.
5188         * sysdeps/i386/i686/memcpy.S: Likewise.
5189         * sysdeps/i386/i686/memmove.S: Likewise.
5190         * sysdeps/i386/i686/mempcpy.S: Likewise.
5191         * sysdeps/i386/i686/memset.S: Likewise.
5192         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5193         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5194         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5195         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5196         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5197         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5198         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5199         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5200         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5201         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5202         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5203         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5204         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5205         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5206         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5207         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5208         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5209         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5210         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5211         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5212         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5213         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5214         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5215         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5216         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5217         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5218         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5219         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5220         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5221         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5222         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5223         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5224         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5225         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5226         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5227         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5228         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5229         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5230         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5231         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5232         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5233         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5234         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5235         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5236         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5237         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5238         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5239         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5240         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5241         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5242         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5243         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5244         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5245         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5246         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5247         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5248         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5249         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5250         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5251         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5252         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5253         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5254         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5255         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5256         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5257         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5258         * sysdeps/posix/closedir.c: Likewise.
5259         * sysdeps/posix/opendir.c: Likewise.
5260         * sysdeps/posix/readdir.c: Likewise.
5261         * sysdeps/posix/rewinddir.c: Likewise.
5262         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5263         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5264         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5265         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5266         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5267         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5268         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5269         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5270         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5271         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5272         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5273         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5274         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5275         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5276         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5277         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5278         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5279         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5280         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5281         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5282         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5283         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5284         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5285         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5286         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5287         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5288         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5289         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5290         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5291         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5292         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5293         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5294         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5295         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5296         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5297         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5298         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5299         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5300         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5301         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5302         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5303         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5304         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5305         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5306         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5307         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5308         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5309         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5310         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5311         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5312         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5313         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5314         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5315         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5316         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5317         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5318         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5319         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5320         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5321         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5322         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5323         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5324         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5325         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5326         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5327         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5328         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5329         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5330         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5331         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5332         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5333         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5334         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5335         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5336         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5337         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5338         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5339         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5340         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5341         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5342         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5343         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5344         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5345         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5346         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5347         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5348         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5349         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5350         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5351         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5352         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5353         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5354         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5355         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5356         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5357         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5358         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5359         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5360         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5361         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5362         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5363         * sysdeps/unix/alpha/sysdep.S: Likewise.
5364         * sysdeps/unix/alpha/sysdep.h: Likewise.
5365         * sysdeps/unix/make-syscalls.sh: Likewise.
5366         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5367         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5368         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5369         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5370         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5371         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5372         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5373         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5374         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5375         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5376         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5377         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5378         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5379         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5380         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5381         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5382         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5383         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5384         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5385         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5386         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5387         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5388         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5389         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5390         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5391         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5392         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5395         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5396         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5397         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5398         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5399         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5400         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5401         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5402         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5403         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5404         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5405         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5406         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5407         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5408         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5409         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5410         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5411         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5412         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5413         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5414         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5415         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5416         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5417         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5418         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5419         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5420         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5421         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5422         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5423         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5424         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5425         * sysdeps/x86_64/memcpy.S: Likewise.
5426         * sysdeps/x86_64/memmove.c: Likewise.
5427         * sysdeps/x86_64/memset.S: Likewise.
5428         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5429         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5430         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5431         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5432         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5433         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5434         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5435         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5436         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5437         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5438         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5439         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5440         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5441         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5442         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5443         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5444         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5445         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5446         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5447         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5448         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5449         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5450         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5451         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5452         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5453         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5454         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5455         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5456         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5457         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5458         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5459         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5460         * sysdeps/x86_64/strcmp.S: Likewise.
5462         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5464         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5465         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5466         * elf/rtld-Rules: Likewise.
5467         * elf/setup-vdso.h: Likewise.
5468         * include/assert.h: Likewise.
5469         * include/bits/stdlib-float.h: Likewise.
5470         * include/errno.h: Likewise.
5471         * include/sys/stat.h: Likewise.
5472         * include/unistd.h: Likewise.
5473         * sysdeps/aarch64/setjmp.S: Likewise.
5474         * sysdeps/alpha/setjmp.S: Likewise.
5475         * sysdeps/arm/__longjmp.S: Likewise.
5476         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5477         * sysdeps/arm/setjmp.S: Likewise.
5478         * sysdeps/arm/sysdep.h: Likewise.
5479         * sysdeps/generic/_itoa.h: Likewise.
5480         * sysdeps/generic/dl-sysdep.h: Likewise.
5481         * sysdeps/generic/ldsodefs.h: Likewise.
5482         * sysdeps/i386/dl-tls.h: Likewise.
5483         * sysdeps/i386/setjmp.S: Likewise.
5484         * sysdeps/m68k/setjmp.c: Likewise.
5485         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5486         * sysdeps/mach/hurd/opendir.c: Likewise.
5487         * sysdeps/posix/getcwd.c: Likewise.
5488         * sysdeps/posix/opendir.c: Likewise.
5489         * sysdeps/posix/profil.c: Likewise.
5490         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5491         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5492         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5493         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5494         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5495         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5496         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5497         * sysdeps/s390/dl-tls.h: Likewise.
5498         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5499         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5500         * sysdeps/sh/sh3/setjmp.S: Likewise.
5501         * sysdeps/sh/sh4/setjmp.S: Likewise.
5502         * sysdeps/unix/alpha/sysdep.h: Likewise.
5503         * sysdeps/unix/arm/sysdep.S: Likewise.
5504         * sysdeps/unix/i386/sysdep.S: Likewise.
5505         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5506         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5507         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5508         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5509         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5510         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5511         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5512         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5513         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5514         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5515         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5516         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5517         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5520         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5521         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5522         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5523         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5524         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5525         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5526         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5527         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5528         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5529         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5530         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5531         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5532         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5533         * sysdeps/x86_64/setjmp.S: Likewise.
5535         * include/math.h: Use IS_IN instead of IS_IN_libm.
5536         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5537         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5538         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5539         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5540         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5541         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5542         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5543         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5544         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5545         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5546         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5547         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5548         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5549         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5550         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5551         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5552         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5553         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5554         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5555         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5556         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5557         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5558         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5559         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5560         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5561         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5562         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5563         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5564         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5565         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5566         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5567         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5568         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5570         Likewise.
5571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5572         Likewise.
5573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5574         Likewise.
5575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5576         Likewise.
5577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5578         Likewise.
5579         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5580         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5581         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5582         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5583         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5584         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5585         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5586         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5587         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5589         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5590         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5591         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5592         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5593         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5594         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5595         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5596         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5597         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5598         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5599         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5600         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5601         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5602         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5603         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5604         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5605         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5607         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5608         * nptl/pthreadP.h: Likewise.
5609         * nptl_db/structs.def: Likewise.
5610         * sysdeps/arm/sysdep.h: Likewise.
5611         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5612         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5613         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5614         * sysdeps/unix/alpha/sysdep.h: Likewise.
5615         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5616         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5617         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5618         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5619         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5620         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5621         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5622         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5623         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5624         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5625         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5626         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5627         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5628         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5631         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5632         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5633         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5634         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5635         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5636         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5637         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5638         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5639         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5640         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5642         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5643         * nptl/pthreadP.h: Likewise.
5644         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5645         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5646         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5647         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5648         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5649         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5650         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5651         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5652         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5653         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5654         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5655         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5657         Likewise.
5658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5659         Likewise.
5660         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5661         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5662         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5663         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5664         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5665         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5666         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5667         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5669         * dlfcn/dladdr.c: Use IS_IN.
5670         * dlfcn/dladdr1.c: Likewise.
5671         * dlfcn/dlclose.c: Likewise.
5672         * dlfcn/dlerror.c: Likewise.
5673         * dlfcn/dlinfo.c: Likewise.
5674         * dlfcn/dlmopen.c: Likewise.
5675         * dlfcn/dlopen.c: Likewise.
5676         * dlfcn/dlsym.c: Likewise.
5677         * dlfcn/dlvsym.c: Likewise.
5679         * include/ifaddrs.h: Use IS_IN.
5680         * inet/check_pf.c: Likewise.
5681         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5682         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5684         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5685         IS_IN_ldconfig.
5686         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5687         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5689         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5690         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5691         IS_IN (libc).
5693         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5695         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5696         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5697         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5698         * include/libc-symbols.h (IS_IN_LIB): New macro.
5699         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5700         * include/netdb.h: Likewise.
5701         * include/stap-probe.h: Remove all uses of IN_LIB.
5703         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5704         instead of IN_MODULE.
5705         * include/libc-symbols.h (IN_MODULE): Define using
5706         MODULE_NAME.
5707         (PASTE_NAME, PASTE_NAME1): New macros.
5708         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5709         of IN_LIB.
5710         (STAP_PROBE_ASM): Likewise.
5712 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5714         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5715         __mach_init in dlopened libc.
5717 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5719         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5720         * sysdeps/arm/preconfigure: Regenerate.
5722 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5724         * nptl/pthread_create.c (__pthread_create_2_1): Set
5725         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5726         when copying values from IATTR into PD.
5728 2014-11-21  Will Newton  <will.newton@linaro.org>
5729             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5731         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5732         Refactor inline-asm.  Also add comment.
5734         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5735         ElfW macro instead of hardcoded Elf64 types.
5736         (la_aarch64_gnu_pltenter): Likewise.
5737         * sysdeps/aarch64/dl-machine.h
5738         (elf_machine_runtime_setup): Use ElfW(Addr).
5740         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5741         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5742         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5743         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5744         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5745         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5746         (R_AARCH64_TLS_DTPMOD): This.
5747         (R_AARCH64_TLS_DTPREL64): Rename to ...
5748         (R_AARCH64_TLS_DTPREL): This.
5749         (R_AARCH64_TLS_TPREL64): Rename to ...
5750         (R_AARCH64_TLS_TPREL): This.
5751         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5752         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5753         R_AARCH64_TLS_TPREL64.
5754         (elf_machine_rela): Likewise.
5756 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5758         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5759         by setting it to 0.  64b atomics are not supported currently.
5761 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5763         [BZ #16469]
5764         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5765         search domain names.
5767 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5769         [BZ #16469]
5770         * NEWS: Update.
5771         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5772         trailing dot.
5773         * posix/tst-getaddrinfo5.c: New.
5774         * posix/Makefile (tests): Add it.
5776 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5778         [BZ #14498]
5779         * NEWS: Fixed.
5780         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5781         after parsing line but before break_if_match.
5782         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5783         if there is a protocol mismatch.
5785 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5787         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5788         because the potential race is on the user-supplied stream.
5790 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5792         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5793         string literal if not passed a buffer.
5794         * manual/job.texi (ctermid): Update reasoning, note deviation
5795         from posix, suggest mtasurace when not passed a buffer, for
5796         future non-preliminary safety notes.
5798 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5800         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5801         of not passing it a buffer.
5802         Reported by Peng Haitao.
5804 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5806         * manual/Makefile ($(objpfx)stamp-summary): Require
5807         check-safety.sh to pass.
5808         * manual/check-safety.sh: Wish for verification that every
5809         @deftypefn and @deftypefun is followed by a @safety remark.
5811 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5813         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5815         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5816         PTHREAD_CANCEL_ASYNCHRONOUS.
5817         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5818         send SIGCANCEL.
5820         * nptl/default-sched.h: New file.
5821         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5822         * nptl/pthread_create.c: Include it.
5823         (__pthread_create_2_1): Use collect_default_sched instead of making
5824         Linux syscalls here directly.
5826 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5828         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5829         __pthread_once): Use C11 atomics.
5831 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5833         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5835 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5837         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5838         atomic_thread_fence_acquire, atomic_thread_fence_release,
5839         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5840         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5841         atomic_compare_exchange_weak_relaxed,
5842         atomic_compare_exchange_weak_acquire,
5843         atomic_compare_exchange_weak_release,
5844         atomic_exchange_acquire, atomic_exchange_release,
5845         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5846         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5847         atomic_fetch_and_acquire,
5848         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5850 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5852         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5853         USE_ATOMIC_COMPILER_BUILTINS): Define.
5854         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5855         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5856         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5857         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5858         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5859         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5860         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5861         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5862         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5863         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5864         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5865         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5866         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5867         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5868         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5869         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5870         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5871         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5872         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5873         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5874         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5875         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5876         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5877         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5878         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5879         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5880         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5881         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5882         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5883         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5884         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5885         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5886         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5887         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5888         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5889         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5890         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5891         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5892         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5893         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5895 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5897         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5898         the sched_priority value here.  It was already checked when the user
5899         called pthread_attr_setschedparam.
5901         * nptl/tst-bad-schedattr.c: New file.
5902         * nptl/Makefile (tests): Add it.
5904 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5905             Florian Weimer  <fweimer@redhat.com>
5906             Joseph Myers  <joseph@codesourcery.com>
5907             Adam Conrad  <adconrad@0c3.net>
5908             Andreas Schwab  <schwab@suse.de>
5909             Brooks  <bmoses@google.com>
5911         [BZ #17625]
5912         * wordexp-test.c (__dso_handle): Add prototype.
5913         (__register_atfork): Likewise.
5914         (__app_register_atfork): New function.
5915         (registered_forks): New global.
5916         (register_fork): New function.
5917         (test_case): Add 3 new tests for WRDE_CMDSUB.
5918         (main): Call __app_register_atfork.
5919         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5920         fork count is non-zero fail the test.
5921         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5922         is set.
5923         (parse_dollars): Remove check for WRDE_NOCMD.
5924         (parse_dquote): Likewise.
5926 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5928         * Makeconfig (built-modules): List non-library modules to be
5929         built.
5930         (module-cppflags): Include libc-modules.h for
5931         everything except shlib-versions.v.i.
5932         (CPPFLAGS): Use it.
5933         (before-compile): Add libc-modules.h.
5934         ($(common-objpfx)libc-modules.h,
5935         $(common-objpfx)libc-modules.stmp): New targets.
5936         (common-generated): Add libc-modules.h and libc-modules.stmp.
5937         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5938         * include/libc-symbols.h: Don't include libc-modules.h.
5939         * include/libc-modules.h: Remove file.
5940         * scripts/gen-libc-modules.awk: New script to generate
5941         libc-modules.h.
5942         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5943         Depend on libc-modules.stmp.
5945         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5947         * Makeconfig (in-module): Get value of libof set for the
5948         translation unit.
5949         (CPPFLAGS): Use $(in-module).
5950         * Makerules: Don't suffix routine names for nonlib.
5951         * include/libc-modules.h: New file.
5952         * include/libc-symbols.h: Include libc-modules.h
5953         (IS_IN): New macro to replace IS_IN_* macros.
5954         * elf/Makefile: Set libof-* for each routine.
5955         * elf/rtld-Rules: Likewise.
5956         * extra-modules.mk: Likewise.
5957         * iconv/Makefile: Likewise.
5958         * iconvdata/Makefile: Likewise.
5959         * locale/Makefile: Likewise.
5960         * malloc/Makefile: Likewise.
5961         * nss/Makefile: Likewise.
5962         * sysdeps/gnu/Makefile: Likewise.
5963         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5964         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5965         * sysdeps/s390/s390-64/Makefile: Likewise.
5966         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5967         CPPFLAGS for nscd instead of nonlib.
5969 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5971         * nptl/createthread.c: New file.
5973         * nptl/createthread.c: Moved ...
5974         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5976         * nptl/createthread.c: Add proper top-line comment.
5977         (do_clone): Folded into ...
5978         (create_thread): ... here.  Take new arguments STOPPED_START and
5979         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5980         increment __nptl_threads, do event-reporting logic, do
5981         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5982         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5983         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5984         just send SIGCANCEL.
5985         * nptl/pthread_create.c: Forward-declare create_thread before
5986         including createthread.c.
5987         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5988         declaration, and new macro START_THREAD_SELF to replace argument.
5989         Remove return statement.
5990         (report_thread_creation): New function.
5991         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5992         synchronization logic, and __nptl_nthreads increment here, around
5993         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5994         PD->parent_cancelhandling here, before create_thread.  When
5995         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5996         __deallocate_stack, and ENOMEM translation here.
5998 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6000         [BZ #17616]
6001         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6002         (mptwo): Rename to __mptwo.
6003         (__inv): Use __mptwo instead of mptwo.
6004         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6005         (mptwo): Rename to __mptwo.
6006         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6007         of mpone and __mptwo instead of mptwo.
6008         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6009         instead of mpone.
6010         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6011         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6012         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6013         of mpone and __mptwo instead of mptwo.
6014         (__mpranred): Use __mpone instead of mpone.
6015         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6016         variable.
6017         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6018         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6019         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6020         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6021         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6022         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6023         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6024         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6025         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6026         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6027         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6028         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6029         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6030         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6031         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6032         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6033         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6034         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6035         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6037 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6039         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6040         replace BSD Handler xref with BSD Signal Handling.
6042 2014-11-17  Richard Henderson  <rth@redhat.com>
6044         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6045         (_FP_PACK_RAW_2): Remove.
6046         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6047         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6048         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6049         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6050         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6051         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6052         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6053         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6054         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6055         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6056         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6057         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6058         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6059         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6060         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6061         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6063 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6065         * signal/signal.h [__USE_MISC]
6066         (struct sigvec): Remove type.
6067         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6068         (sigvec): Remove declaration.
6069         * sysdeps/posix/sigvec.c: Moved ...
6070         * signal/sigvec.c: ... here, replacing old file.
6071         (struct sigvec): New type, copied from old signal.h definition.
6072         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6073         (__sigvec): Convert definition to prototype.
6074         (sigvec): Replace weak_alias with compat_symbol.
6075         * signal/Versions (libc: GLIBC_2.21): New version set.
6076         * include/signal.h: Remove __sigvec declaration.
6077         * sysdeps/unix/bsd/sigvec.c: Remove file.
6078         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6079         * manual/signal.texi (BSD Handler): Remove subsection.
6080         Move siginterrupt up to ...
6081         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6082         (Blocking in BSD): Fold subsection into its parent.
6083         * NEWS: Mention sigvec removal.
6085 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6087         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6088         (DLA_FMS): Make definition conditional only on [__FMA4__].
6089         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6090         definition.
6092         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6093         Make definition conditional only on [PROF].
6094         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6095         definition.
6096         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6097         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6099         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6100         !__GNUC__].
6101         * include/signal.h (__sigpause): Move declaration above call to
6102         libc_hidden_proto.
6103         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6104         variable.
6105         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6106         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6108 2014-11-14  David S. Miller  <davem@davemloft.net>
6110         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6111         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6113 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6115         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6116         * configure: Regenerated.
6117         * manual/install.texi (Tools for Compilation): Document a
6118         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6119         compiler verified to work.
6120         * INSTALL: Regenerated.
6122         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6123         redeclare with asm name.
6124         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6125         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6126         including <string.h>.
6127         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6128         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6129         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6130         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6131         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6132         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6133         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6135 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6137         * stdlib/strtol.c (__strtol): Use prototype definition.
6139         [BZ #17594]
6140         * stdlib/strtol.c (SYM__): New macro.
6141         (SYM__1): Likewise.
6142         (__strtol): Likewise.
6143         (strtol): Rename to __strtol and define as weak alias of
6144         __strtol.  Use libc_hidden_weak.
6146 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6148         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6149         Use numbered labels in inline assembly.
6151 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6153         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6154         Add setjmp LIBC_PROBE.
6155         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6156         Likewise.
6157         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6158         Add longjmp, longjmp_target LIBC_PROBE.
6159         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6160         Likewise.
6162 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6164         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6165         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6166         to get rid of unused variable warning.
6168 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6170         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6171         Check for unwind_backtrace ==  NULL only in SHARED case.
6172         (__backchain_backtrace): Compile only in SHARED case.
6173         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6174         Likewise.
6175         (__backchain_backtrace): Declare as static.
6177 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6179         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6180         (__libc_multiple_threads_ptr): Variable moved ...
6181         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6183 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6185         * conform/GlibcConform.pm: New file.
6186         * conform/conformtest.pl: Use GlibcConform module.
6187         * conform/linknamespace.pl: New file.
6188         * conform/list-header-symbols.pl: Likewise.
6189         * conform/Makefile (linknamespace-symlists-base): New variable.
6190         (linknamespace-symlists-tests): Likewise.
6191         (linknamespace-header-base): Likewise.
6192         (linknamespace-header-tests): Likewise.
6193         (tests-special): Add new tests.
6194         ($(linknamespace-symlists-tests)): New rule.
6195         (linknamespace-libs): New variable.
6196         ($(objpfx)symlist-stdlibs): New rule.
6197         ($(linknamespace-header-tests)): Likewise.
6198         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6199         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6200         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6201         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6202         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6203         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6204         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6205         (test-xfail-ISO/math.h/linknamespace): Likewise.
6206         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6207         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6208         (test-xfail-ISO/time.h/linknamespace): Likewise.
6209         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6210         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6211         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6212         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6213         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6214         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6215         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6216         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6217         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6218         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6219         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6220         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6221         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6222         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6223         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6224         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6225         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6226         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6227         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6228         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6229         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6230         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6231         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6232         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6233         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6234         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6235         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6236         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6237         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6238         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6239         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6240         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6241         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6242         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6243         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6244         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6245         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6246         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6247         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6248         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6249         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6250         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6251         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6252         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6253         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6254         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6255         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6256         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6257         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6258         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6259         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6260         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6261         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6262         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6263         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6264         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6265         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6266         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6267         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6268         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6269         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6270         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6271         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6272         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6273         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6274         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6275         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6276         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6277         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6278         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6279         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6280         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6281         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6282         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6283         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6284         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6285         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6286         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6287         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6288         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6289         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6290         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6291         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6292         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6293         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6294         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6295         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6296         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6297         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6298         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6299         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6300         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6301         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6302         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6303         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6304         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6305         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6306         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6307         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6308         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6309         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6310         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6311         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6312         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6313         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6314         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6315         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6316         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6317         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6318         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6319         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6320         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6321         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6322         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6323         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6324         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6325         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6326         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6327         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6328         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6329         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6330         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6331         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6332         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6333         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6334         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6335         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6336         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6337         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6338         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6339         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6340         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6341         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6342         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6343         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6344         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6345         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6346         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6347         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6348         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6349         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6350         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6351         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6352         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6353         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6354         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6355         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6356         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6357         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6358         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6360         [BZ #17589]
6361         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6362         of fgets_unlocked.
6364         [BZ #17585]
6365         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6366         (memmem): Rename to __memmem and define as weak alias of
6367         __memmem.  Use libc_hidden_weak.
6368         (__memmem): Use libc_hidden_def.
6369         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6370         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6371         memmem.
6373         [BZ #17582]
6374         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6375         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6376         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6377         and define as weak alias of __fgets_unlocked.  Use
6378         libc_hidden_weak.
6379         (__fgets_unlocked): Use libc_hidden_def.
6380         * include/stdio.h (__fgets_unlocked): Declare.  Use
6381         libc_hidden_proto.
6382         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6383         __fgets_unlocked instead of fgets_unlocked.
6384         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6385         (GET_NPROCS_CONF_PARSER): Likewise.
6386         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6387         (GET_NPROCS_CONF_PARSER): Likewise.
6389         [BZ #17574]
6390         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6391         weak alias of __wmemset.  Use libc_hidden_weak.
6392         (__wmemset): Use libc_hidden_def.
6393         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6394         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6395         of wmemset.
6397         [BZ #17573]
6398         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6399         with asm name __mempcpy.
6400         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6402         [BZ #17572]
6403         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6404         and define as weak alias of __rawmemchr.
6405         (__rawmemchr): Do not define as strong alias of rawmemchr.
6407         [BZ #17571]
6408         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6409         alias of __qsort_r.
6410         (qsort): Call __qsort_r instead of qsort_r.
6411         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6412         (__qsort_r): Declare.  Call libc_hidden_proto.
6413         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6414         instead of qsort_r.
6415         * nscd/gai.c (__qsort_r): Define to qsort_r.
6416         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6417         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6418         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6420         [BZ #17570]
6421         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6422         define as weak alias of __malloc_info.
6424         [BZ #17584]
6425         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6426         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6427         (__rewinddir): Use libc_hidden_def.
6428         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6429         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6430         (__rewinddir): Use libc_hidden_def.
6431         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6432         weak alias of __rewinddir.  Don't use libc_hidden_def.
6433         (__rewinddir): Use libc_hidden_def.
6434         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6435         (__rewinddir): Use libc_hidden_proto.
6436         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6437         rewinddir.
6438         (__getcwd): Use __rewinddir instead of rewinddir.
6440         [BZ #17583]
6441         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6442         alias of __fileno.  Use libc_hidden_weak.
6443         (__fileno): Use libc_hidden_def.
6444         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6445         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6446         alias of __ftello.
6447         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6448         __ftello.
6449         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6450         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6451         libc_hidden_def.
6452         (fread_unlocked): Don't use libc_hidden_ver.
6453         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6454         and define as weak alias of __fread_unlocked.  Don't use
6455         libc_hidden_def.
6456         (__fread_unlocked): Use libc_hidden_def.
6457         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6458         (ftello): Don't use libc_hidden_proto.
6459         (__ftello): Declare.  Use libc_hidden_proto.
6460         (fread_unlocked): Don't use libc_hidden_proto.
6461         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6462         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6463         and __ftello instead of fileno, fread_unlocked and ftello.
6465 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6467         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6468         GOT12.
6469         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6470         Likewise.
6471         (_dl_start_user): Likewise.
6472         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6474 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6475             Siddhesh Poyarekar  <siddhesh@redhat.com>
6477         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6478         Move argv and envp down instead of moving argc up.
6479         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6481 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6483         [BZ #17506]
6484         * test-skeleton.c (main): Return successful if one of
6485         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6486         * string/tst-strcoll-overflow.c: Define expected status.
6488 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6490         [BZ #17475]
6491         * locale/iso-639.def: Define Bhili and Tulu language codes.
6493 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6495         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6497 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6499         [BZ #17555]
6500         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6502 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6504         * configure.ac: Updated check of minimal required version to
6505         2.22.
6506         * manual/install.texi (Tools for Compilation): Updated version
6507         number.
6508         * configure: Regenerated.
6509         * INSTALL: Likewise.
6511 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6513         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6514         __tls_get_addr.
6516 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6518         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6519         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6520         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6521         libc_hidden_weak.
6522         (waitpid): Define as alias of __waitpid.
6523         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6524         __waitpid.
6525         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6526         libc_hidden_weak.
6527         (waitpid): Define as alias of __waitpid.
6528         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6529         __libc_waitpid alias.
6530         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6531         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6532         Likewise.
6533         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6534         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6535         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6536         alias.
6537         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6538         __waitpid.
6539         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6540         libc_hidden_weak.
6541         (waitpid): Define as alias of __waitpid.
6543 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6545         * manual/llio.texi: Add comment that write safety has been
6546         fixed in Linux.
6548         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6549         (localplt-build-dso): Add elf/ld.so.
6550         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6551         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6552         and free for ld.so.
6553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6554         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6556         Likewise.
6557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6558         Likewise.
6559         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6560         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6561         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6562         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6563         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6564         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6565         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6566         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6567         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6568         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6569         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6571 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6573         [BZ #14132]
6574         * include/libc-symbols.h (INTUSE): Remove macro.
6575         (INTDEF): Likewise.
6576         (INTVARDEF): Likewise.
6577         (_INTVARDEF): Likewise.
6578         (INTDEF2): Likewise.
6579         (INTVARDEF2): Likewise.
6580         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6581         rtld_hidden_def instead of INTVARDEF.
6582         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6583         (_dl_starting_up_internal): Remove declaration.
6584         (_dl_starting_up): Use rtld_hidden_proto.
6585         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6586         declaration.
6587         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6588         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6589         _dl_starting_up.
6590         * elf/dl-writev.h (_dl_writev): Likewise.
6591         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6592         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6593         _dl_starting_up_internal.
6595 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6597         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6598         test-skeleton.c.
6600 2014-11-05  Will Newton  <will.newton@linaro.org>
6602         * benchtests/Makefile: (bench-malloc): Add malloc thread
6603         scalability benchmark.
6604         * benchtests/bench-malloc-threads.c: New file.
6606 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6608         * sysdeps/aarch64/strchrnul.S: New file.
6610 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6612         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6613         definition.
6614         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6615         Likwise.
6616         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6617         Likewise.
6618         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6619         Likewise.
6620         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6621         Likewise.
6622         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6623         Likewise.
6625 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6627         * catgets/test-gencat.c: Use test-skeleton.c.
6628         * catgets/tst-catgets.c: Likewise.
6629         * csu/tst-empty.c: Likewise.
6630         * elf/tst-audit2.c: Likewise.
6631         * elf/tst-global1.c: Likewise.
6632         * elf/tst-pathopt.c: Likewise.
6633         * elf/tst-piemod1.c: Likewise.
6634         * elf/tst-tls10.c: Likewise.
6635         * elf/tst-tls11.c: Likewise.
6636         * elf/tst-tls12.c: Likewise.
6637         * gnulib/tst-gcc.c: Likewise.
6638         * iconvdata/tst-e2big.c: Likewise.
6639         * iconvdata/tst-loading.c: Likewise.
6640         * iconv/tst-iconv1.c: Likewise.
6641         * iconv/tst-iconv2.c: Likewise.
6642         * inet/test-inet6_opt.c: Likewise.
6643         * inet/tst-gethnm.c: Likewise.
6644         * inet/tst-network.c: Likewise.
6645         * inet/tst-ntoa.c: Likewise.
6646         * intl/tst-codeset.c: Likewise.
6647         * intl/tst-gettext2.c: Likewise.
6648         * intl/tst-gettext3.c: Likewise.
6649         * intl/tst-ngettext.c: Likewise.
6650         * intl/tst-translit.c: Likewise.
6651         * io/test-stat.c: Likewise.
6652         * libio/test-fmemopen.c: Likewise.
6653         * libio/tst-freopen.c: Likewise.
6654         * libio/tst-sscanf.c: Likewise.
6655         * libio/tst-ungetwc1.c: Likewise.
6656         * libio/tst-ungetwc2.c: Likewise.
6657         * libio/tst-widetext.c: Likewise.
6658         * localedata/tst-ctype.c: Likewise.
6659         * localedata/tst-digits.c: Likewise.
6660         * localedata/tst-leaks.c: Likewise.
6661         * localedata/tst-mbswcs1.c: Likewise.
6662         * localedata/tst-mbswcs2.c: Likewise.
6663         * localedata/tst-mbswcs3.c: Likewise.
6664         * localedata/tst-mbswcs4.c: Likewise.
6665         * localedata/tst-mbswcs5.c: Likewise.
6666         * localedata/tst-setlocale.c: Likewise.
6667         * localedata/tst-trans.c: Likewise.
6668         * localedata/tst-wctype.c: Likewise.
6669         * localedata/tst-xlocale1.c: Likewise.
6670         * login/tst-grantpt.c: Likewise.
6671         * malloc/tst-calloc.c: Likewise.
6672         * malloc/tst-malloc.c: Likewise.
6673         * malloc/tst-mallocstate.c: Likewise.
6674         * malloc/tst-mcheck.c: Likewise.
6675         * malloc/tst-mtrace.c: Likewise.
6676         * malloc/tst-obstack.c: Likewise.
6677         * math/atest-exp2.c: Likewise.
6678         * math/atest-exp.c: Likewise.
6679         * math/atest-sincos.c: Likewise.
6680         * math/test-matherr.c: Likewise.
6681         * math/test-misc.c: Likewise.
6682         * math/test-powl.c: Likewise.
6683         * math/tst-definitions.c: Likewise.
6684         * misc/tst-dirname.c: Likewise.
6685         * misc/tst-efgcvt.c: Likewise.
6686         * misc/tst-fdset.c: Likewise.
6687         * misc/tst-hsearch.c: Likewise.
6688         * misc/tst-mntent2.c: Likewise.
6689         * nptl/tst-sem7.c: Likewise.
6690         * nptl/tst-sem8.c: Likewise.
6691         * nptl/tst-sem9.c: Likewise.
6692         * nss/test-netdb.c: Likewise.
6693         * posix/tst-fnmatch.c: Likewise.
6694         * posix/tst-getlogin.c: Likewise.
6695         * posix/tst-gnuglob.c: Likewise.
6696         * posix/tst-mmap.c: Likewise.
6697         * pwd/tst-getpw.c: Likewise.
6698         * resolv/tst-inet_ntop.c: Likewise.
6699         * rt/tst-timer.c: Likewise.
6700         * stdio-common/test-fseek.c: Likewise.
6701         * stdio-common/test-popen.c: Likewise.
6702         * stdio-common/test-vfprintf.c: Likewise.
6703         * stdio-common/tst-cookie.c: Likewise.
6704         * stdio-common/tst-fileno.c: Likewise.
6705         * stdio-common/tst-gets.c: Likewise.
6706         * stdio-common/tst-obprintf.c: Likewise.
6707         * stdio-common/tst-perror.c: Likewise.
6708         * stdio-common/tst-sprintf2.c: Likewise.
6709         * stdio-common/tst-sprintf3.c: Likewise.
6710         * stdio-common/tst-sprintf.c: Likewise.
6711         * stdio-common/tst-swprintf.c: Likewise.
6712         * stdio-common/tst-tmpnam.c: Likewise.
6713         * stdio-common/tst-unbputc.c: Likewise.
6714         * stdio-common/tst-wc-printf.c: Likewise.
6715         * stdlib/tst-environ.c: Likewise.
6716         * stdlib/tst-fmtmsg.c: Likewise.
6717         * stdlib/tst-limits.c: Likewise.
6718         * stdlib/tst-rand48-2.c: Likewise.
6719         * stdlib/tst-rand48.c: Likewise.
6720         * stdlib/tst-random2.c: Likewise.
6721         * stdlib/tst-random.c: Likewise.
6722         * stdlib/tst-strtol.c: Likewise.
6723         * stdlib/tst-strtoll.c: Likewise.
6724         * stdlib/tst-tls-atexit.c: Likewise.
6725         * stdlib/tst-xpg-basename.c: Likewise.
6726         * string/test-ffs.c: Likewise.
6727         * string/tst-bswap.c: Likewise.
6728         * string/tst-inlcall.c: Likewise.
6729         * string/tst-strtok.c: Likewise.
6730         * string/tst-strxfrm.c: Likewise.
6731         * sysdeps/x86_64/tst-audit10.c: Likewise.
6732         * sysdeps/x86_64/tst-audit3.c: Likewise.
6733         * sysdeps/x86_64/tst-audit4.c: Likewise.
6734         * sysdeps/x86_64/tst-audit5.c: Likewise.
6735         * time/tst-ftime_l.c: Likewise.
6736         * time/tst-getdate.c: Likewise.
6737         * time/tst-mktime3.c: Likewise.
6738         * time/tst-mktime.c: Likewise.
6739         * time/tst-posixtz.c: Likewise.
6740         * time/tst-strptime2.c: Likewise.
6741         * time/tst-strptime3.c: Likewise.
6742         * wcsmbs/tst-btowc.c: Likewise.
6743         * wcsmbs/tst-mbrtowc.c: Likewise.
6744         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6745         * wcsmbs/tst-wchar-h.c: Likewise.
6746         * wcsmbs/tst-wcpncpy.c: Likewise.
6747         * wcsmbs/tst-wcrtomb.c: Likewise.
6748         * wcsmbs/tst-wcsnlen.c: Likewise.
6749         * wcsmbs/tst-wcstof.c: Likewise.
6751 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6753         [BZ #14132]
6754         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6755         INTDEF.
6756         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6757         declaration.
6758         (_dl_mcount): Use rtld_hidden_proto.
6759         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6760         _dl_mcount.
6761         * elf/rtld.c (_rtld_global_ro): Likewise.
6763         [BZ #14132]
6764         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6765         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6766         of _dl_init_internal.
6767         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6768         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6769         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6770         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6771         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6772         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6773         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6774         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6775         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6776         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6777         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6778         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6779         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6780         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6781         * sysdeps/tile/dl-start.S (_start): Likewise.
6782         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6783         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6785         [BZ #14132]
6786         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6787         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6788         (rtld_progname): Make macro definition unconditional.
6789         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6790         INTDEF.
6791         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6792         (dl_main): Likewise.
6793         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6794         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6795         instead of _dl_argv_internal.
6796         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6797         __GI__dl_argv instead of INTUSE(_dl_argv).
6798         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6799         __GI__dl_argv instead of _dl_argv_internal.
6801         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6802         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6803         macro.
6804         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6805         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6806         New macro.
6807         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6808         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6809         macro.
6810         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6811         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6813 2014-11-04  Andreas Schwab  <schwab@suse.de>
6815         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6817 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6819         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6820         mtvsrd instruction in binary form.
6822 2014-11-03  Andreas Schwab  <schwab@suse.de>
6824         [BZ #17522]
6825         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6826         for less than MB_LEN_MAX use a local buffer of that size.
6827         * libio/tst-fputws.c: New file.
6828         * libio/Makefile (tests): Add tst-fputws.
6830 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6832         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6833         the size of the fpu_fr.fpu_dregs[] array.
6835 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6837         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6838         (__nanosleep): Do not define as alias.
6839         (nanosleep): Define as alias of __nanosleep.
6840         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6841         __libc_nanosleep name.
6843 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6845         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6846         install.texi in comment.
6848 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6850         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6851         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6852         ... add here and use lwsync or sync ...
6853         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6854         ... and add here using lwsync.
6856 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6858         * elf/dl-machine-reject-phdr.h: New file.
6859         * elf/dl-load.c: #include that.
6860         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6861         if that returned true.
6863 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6865         [BZ #17496]
6866         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6867         gen-as-const-headers chunk.  Add a big scare comment after the last
6868         safe place to touch before-compile.
6870 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6872         * manual/install.texi (Tools for Compilation): Update autoconf
6873         version requirements.
6874         * INSTALL: Regenerated.
6876         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6877         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6878         (__libc_pselect): Likewise.
6880         [BZ #14138]
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6886 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6888         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6889         correct barrier instruction.
6890         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6891         Likewise.
6892         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6893         Likewise.
6895 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6897         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6898         after defining inlines.  Instead, just use parens to defeat macro
6899         expansion of __isctype in its declaration.
6901 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6903         * include/sys/uio.h (__libc_readv): Remove declaration.
6904         (__libc_writev): Likewise.
6905         * misc/readv.c (__libc_readv): Rename to __readv.
6906         (__readv): Do not define as alias.
6907         (readv): Define as alias of __readv.
6908         * misc/writev.c (__libc_writev): Rename to __writev.
6909         (__writev): Do not define as alias.
6910         (writev): Define as alias of __writev.
6911         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6912         (__readv): Do not define as alias.
6913         (readv): Define unconditionally as alias of __readv.
6914         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6915         (__writev): Do not define as alias.
6916         (writev): Define unconditionally as alias of __writev.
6917         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6918         name.
6919         (writev): Do not define __libc_writev name.
6921 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6923         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6924         (convert_charseq): New function, broken out of ...
6925         (use_from_charmap): ... here.  Call it.
6926         (use_to_charmap): Use convert_charseq and free instead of duplicating
6927         its code with a variable-length stack struct.
6929 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6931         * include/fcntl.h (__libc_creat): Remove declaration.
6932         * io/creat.c (__libc_creat): Rename to creat.
6933         (creat): Do not define as alias.
6934         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6935         of creat instead of __libc_creat.
6936         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6937         to creat.
6938         (creat): Do not define as alias.
6939         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6940         __libc_creat.
6941         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6942         __libc_creat name.
6943         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6944         Likewise.
6946 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6948         * manual/llio.texi: Add comments discussing why write() may be
6949         considered MT-unsafe on Linux.
6951 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6953         * dl-load.c (local_strdup): Remove.
6954         (expand_dynamic_string_token): Use __strdup.
6955         (decompose_rpath): Likewise.
6956         (_dl_map_object): Likewise.
6958 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6960         [BZ #14132]
6961         * sysdeps/generic/unwind-dw2-fde.c
6962         (__register_frame_info_bases_internal): Do not declare.
6963         (__register_frame_info_table_bases_internal): Likewise.
6964         (__deregister_frame_info_bases_internal): Likewise.
6965         (__register_frame_info_bases): Declare and use hidden_proto before
6966         definition.  Use hidden_def instead of INTDEF.
6967         (__register_frame_info_table_bases): Likewise.
6968         (__deregister_frame_info_bases): Likewise.
6969         (__register_frame_info): Do not use INTUSE.
6970         (__register_frame): Likewise.
6971         (__register_frame_info_table): Likewise.
6972         (__register_frame_table): Likewise.
6973         (__deregister_frame_info): Likewise.
6974         (__deregister_frame): Likewise.
6976 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6978         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6979         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6980         not undefine.
6981         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6982         Likewise.
6983         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6984         Likewise.
6986 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6988         [BZ #14138]
6989         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6990         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6991         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6992         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6993         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6994         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6995         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6996         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6997         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6998         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6999         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7000         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7001         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7002         syscall.
7003         (setfsuid): Likewise.
7004         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7005         (setfsuid): Likewise.
7006         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7007         (setfsuid): Likewise.
7008         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7009         Likewise.
7010         (setfsuid): Likewise.
7011         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7012         (setfsuid): Likewise.
7013         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7014         Likewise.
7015         (setfsuid): Likewise.
7017 2014-10-27  Andreas Schwab  <schwab@suse.de>
7019         [BZ #17501]
7020         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7021         check for Slow_SSE4_2 feature bit.
7022         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7023         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7024         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7025         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7027 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7029         * configure.ac: Validate compiler version with a empirical test of
7030         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7031         $CC -v output.
7032         * configure: Regenerated.
7034         * inet/htons.c (htons): Prototypify.
7035         * inet/htonl.c (htonl): Likewise.
7037 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7039         * string/strncat.c (strncat): Improve performance by using strlen.
7041 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7043         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7045 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7047         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7048         Call libc_fetestexcept_aarch64.
7050 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7052         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7053         Call libc_feholdexcept_aarch64.
7055 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7057         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7058         Call get_rounding_mode.
7060 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7062         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7063         Simplify logic.
7065 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7067         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7068         Simplify logic.
7070 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7072         [BZ #14138]
7073         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7074         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7075         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7076         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7077         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7078         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7079         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7080         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7081         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7082         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7083         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7084         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7085         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7086         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7087         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7088         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7089         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7090         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7091         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7092         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7093         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7094         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7095         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7096         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7097         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7098         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7099         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7100         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7101         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7102         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7103         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7104         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7105         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7106         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7107         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7108         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7109         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7110         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7111         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7112         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7113         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7114         syscall.
7115         (geteuid): Likewise.
7116         (getgid): Likewise.
7117         (getuid): Likewise.
7118         (getresgid): Likewise.
7119         (getresuid): Likewise.
7120         (getgroups): Likewise.
7121         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7122         (geteuid): Likewise.
7123         (getgid): Likewise.
7124         (getuid): Likewise.
7125         (getresgid): Likewise.
7126         (getresuid): Likewise.
7127         (getgroups): Likewise.
7128         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7129         (geteuid): Likewise.
7130         (getgid): Likewise.
7131         (getuid): Likewise.
7132         (getresgid): Likewise.
7133         (getresuid): Likewise.
7134         (getgroups): Likewise.
7135         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7136         Likewise.
7137         (geteuid): Likewise.
7138         (getgid): Likewise.
7139         (getuid): Likewise.
7140         (getresgid): Likewise.
7141         (getresuid): Likewise.
7142         (getgroups): Likewise.
7143         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7144         (geteuid): Likewise.
7145         (getgid): Likewise.
7146         (getuid): Likewise.
7147         (getresgid): Likewise.
7148         (getresuid): Likewise.
7149         (getgroups): Likewise.
7150         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7151         Likewise.
7152         (geteuid): Likewise.
7153         (getgid): Likewise.
7154         (getuid): Likewise.
7155         (getgroups): Likewise.
7157         [BZ #14138]
7158         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7159         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7160         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7161         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7162         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7163         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7164         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7165         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7166         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7167         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7168         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7169         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7170         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7171         __chown.
7172         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7173         (lchown): Likewise.
7174         (fchown): Likewise.
7175         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7176         Likewise.
7177         (lchown): Likewise.
7178         (fchown): Likewise.
7179         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7180         (lchown): Likewise.
7181         (fchown): Likewise.
7182         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7183         Likewise.
7184         (lchown): Likewise.
7185         (fchown): Likewise.
7187 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7189         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7190         Simplify logic.
7192 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7194         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7195         Cleanup logic.
7197 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7199         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7200         Remove unused include.
7202 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7204         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7205         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7206         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7207         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7209 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7210             Helge Deller <deller@gmx.de>
7212         [BZ #17508]
7213         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7214         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7215         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7217 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7219         [BZ #14132]
7220         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7221         Remove macro definition.
7222         (__ashrdi3_v_glibc20): Likewise.
7223         (__lshrdi3_v_glibc20): Likewise.
7224         (__cmpdi2_v_glibc20): Likewise.
7225         (__ucmpdi2_v_glibc20): Likewise.
7226         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7227         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7228         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7229         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7230         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7231         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7233 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7235         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7236         old GNU extension [0] syntax.
7237         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7238         alloca rather than an array member with variable length.
7239         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7240         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7241         (parse_opt): ... here.  Likewise use alloca there.
7242         Validate the -i argument before checking for rootness.
7243         (send_shutdown): New function, broken out of ...
7244         (parse_opt): ... here.
7246 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7248         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7249         macro to get at the _rt_local_ro field.
7250         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7251         ([PIC] case) or _dl_hwcap ([!PIC] case).
7252         * sysdeps/arm/setjmp.S: Likewise.
7254         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7255         * sysdeps/arm/configure.ac: New check to define it.
7256         * sysdeps/arm/configure: Regenerated.
7257         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7258         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7259         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7260         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7261         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7262         Use move/movt pair instead of a load.
7263         (LDST_GLOBAL): Macro removed.
7264         (LDR_GLOBAL): New macro replaces it.
7265         (LDR_HIDDEN): New macro.
7266         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7267         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7269         * setjmp/tst-setjmp-static.c: New file.
7270         * setjmp/Makefile (tests): Add it.
7271         (tests-static): New variable.
7273 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7275         [BZ #17485]
7276         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7278 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7280         [BZ #14132]
7281         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7283 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7285         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7287 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7289         * io/fts.c (dirent_not_directory): New function.
7290         (fts_build): Call it.
7292 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7294         * nptl/version.c (__nptl_main): Use normal __write rather than
7295         INTERNAL_SYSCALL.
7296         (banner): Update copyright years.
7298         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7299         gettimeofday.
7300         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7301         * nptl/pthread_cond_timedwait.c: Likewise.
7302         * nptl/pthread_mutex_timedlock.c: Likewise.
7303         * nptl/sem_timedwait.c: Likewise.
7305         * sysdeps/nptl/bits/libc-lock.h
7306         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7307         (__libc_lock_init_recursive): Return void, not 0.
7308         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7309         (__libc_rwlock_init): Likewise.
7310         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7312 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7314         [BZ #15215]
7315         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7316         (__pthread_once_slow): ... here.
7317         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7318         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7320 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7322         [BZ #15215]
7323         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7324         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7325         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7326         * nptl/pthread_once.c (__pthread_once): Likewise.
7327         Update comments.
7329 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7331         [BZ #14138]
7332         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7333         name.
7334         (writev): Use __libc_writev as strong name.
7335         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7336         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7338 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7340         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7342         * sysdeps/i386/nptl/tls.h
7343         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7344         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7345         New macros.
7346         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7347         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7348         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7349         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7350         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7351         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7353         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7354         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7355         on [__NR_futex].
7356         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7357         broken out of ...
7358         (__pthread_mutex_init): ... here.  Call it.
7359         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7360         Conditionalize PI cases on [__NR_futex].
7361         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7362         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7363         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7365         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7366         conditional on [SIGSETXID].
7367         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7368         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7369         is defined.  Likewise for SIGSETXID.
7370         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7371         Conditionalize definitions on [SIGSETXID].
7372         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7373         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7374         unblocking on [SIGCANCEL].
7376         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7377         [__NR_set_robust_list].
7379 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7381         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7382         (do_compare): Likewise.
7384 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7386         [BZ #15884]
7387         * string/strcoll_l.c: Don't include stdio.h.
7388         (coll_seq): Remove members idxarr and rulearr.
7389         (get_next_seq_cached): Remove function.
7390         (get_next_seq): Likewise.
7391         (get_next_seq_nocache): Rename to get_next_seq.
7392         (do_compare): Remove function.
7393         (do_compare_nocache): Rename to do_compare.
7394         (STRCOLL): Remove weight and rules cache.
7396 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7398         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7399         * sysdeps/arm/sfp-machine.h: ... to here.
7400         * sysdeps/arm/Implies: Remove arm/soft-fp.
7402 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7404         * conform/data/sys/utsname.h-data (*_t): Allow.
7405         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7406         [POSIX] (WEXITED): Do not expect constant.
7407         [POSIX] (WSTOPPED): Likewise.
7408         [POSIX] (WNOHANG): Likewise.
7409         [POSIX] (WNOWAIT): Likewise.
7410         [POSIX] (siginfo_t): Do not expect type or elements.
7411         [POSIX] (pid_t): Do not expect type.
7412         [POSIX] (signal.h): Do not allow header.
7413         [POSIX] (sys/resource.h): Likewise.
7414         [POSIX] (si_*): Do not allow pattern.
7415         [POSIX] (W*): Likewise.
7416         [POSIX] (P_*): Likewise.
7417         [POSIX] (BUS_*): Likewise.
7418         [POSIX] (CLD_*): Likewise.
7419         [POSIX] (FPE_*): Likewise.
7420         [POSIX] (ILL_*): Likewise.
7421         [POSIX] (POLL_*): Likewise.
7422         [POSIX] (SEGV_*): Likewise.
7423         [POSIX] (SI_*): Likewise.
7424         [POSIX] (TRAP_*): Likewise.
7425         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7426         variable.
7428 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7430         [BZ #12926]
7431         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7432         infinite loop when __recvmsg returns 0.
7434 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7436         * CANCEL-FCT-WAIVE: Remove file.
7437         * CANCEL-FILE-WAIVE: Likewise.
7439         [BZ #14132]
7440         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7441         instead of INTVARDEF.
7442         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7443         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7444         rtld_hidden_data_def instead of INTVARDEF.
7445         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7446         * elf/dl-deps.c (expand_dst): Likewise.
7447         * elf/dl-load.c (_dl_dst_count): Likewise.
7448         (_dl_dst_substitute): Likewise.
7449         (decompose_rpath): Likewise.
7450         (_dl_init_paths): Likewise.
7451         (open_path): Likewise.
7452         (_dl_map_object): Likewise.
7453         * elf/rtld.c (dl_main): Likewise.
7454         (process_dl_audit): Likewise.
7455         (process_envvars): Likewise.
7456         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7457         Remove declaration.
7458         (__libc_enable_secure): Use rtld_hidden_proto.
7460 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7462         * elf/dl-load.c
7463         (add_path): New function broken out of _dl_rtld_di_serinfo.
7464         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7466 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7468         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7469         parentheses around macro arguments.
7470         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7471         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7472         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7473         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7474         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7475         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7476         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7477         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7478         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7479         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7480         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7481         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7482         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7483         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7484         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7485         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7486         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7487         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7488         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7489         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7490         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7491         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7492         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7493         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7494         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7495         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7496         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7497         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7498         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7499         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7500         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7501         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7502         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7503         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7504         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7505         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7506         Likewise.
7507         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7508         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7509         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7510         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7511         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7512         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7513         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7514         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7515         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7516         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7517         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7518         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7519         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7520         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7521         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7522         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7523         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7524         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7525         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7526         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7527         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7528         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7529         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7530         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7531         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7532         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7533         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7534         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7535         (_FP_FRAC_SRS_1): Likewise.
7536         (_FP_FRAC_CLZ_1): Likewise.
7537         (_FP_MUL_MEAT_1_imm): Likewise.
7538         (_FP_MUL_MEAT_1_wide): Likewise.
7539         (_FP_MUL_MEAT_1_hard): Likewise.
7540         (_FP_SQRT_MEAT_1): Likewise.
7541         (_FP_FRAC_ASSEMBLE_1): Likewise.
7542         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7543         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7544         (__FP_CLZ_2): Likewise.
7545         (_FP_MUL_MEAT_2_wide): Likewise.
7546         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7547         (_FP_MUL_MEAT_2_gmp): Likewise.
7548         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7549         (_FP_SQRT_MEAT_2): Likewise.
7550         (_FP_FRAC_ASSEMBLE_2): Likewise.
7551         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7552         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7553         (_FP_FRAC_CLZ_4): Likewise.
7554         (_FP_MUL_MEAT_4_wide): Likewise.
7555         (_FP_MUL_MEAT_4_gmp): Likewise.
7556         (_FP_SQRT_MEAT_4): Likewise.
7557         (_FP_FRAC_ASSEMBLE_4): Likewise.
7558         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7559         * soft-fp/op-common.h (_FP_CMP): Likewise.
7560         (_FP_CMP_EQ): Likewise.
7561         (_FP_CMP_UNORD): Likewise.
7562         (_FP_TO_INT): Likewise.
7563         (_FP_FROM_INT): Likewise.
7564         [!__FP_CLZ] (__FP_CLZ): Likewise.
7565         (_FP_DIV_HELP_imm): Likewise.
7566         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7567         Likewise.
7568         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7569         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7570         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7571         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7572         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7573         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7574         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7575         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7576         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7577         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7578         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7579         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7580         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7581         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7582         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7583         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7584         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7585         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7586         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7587         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7588         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7589         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7590         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7591         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7592         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7593         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7594         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7595         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7596         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7597         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7598         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7599         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7600         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7601         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7602         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7603         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7604         (FP_UNPACK_RAW_SP): Likewise.
7605         (FP_PACK_RAW_S): Likewise.
7606         (FP_PACK_RAW_SP): Likewise.
7607         (FP_UNPACK_S): Likewise.
7608         (FP_UNPACK_SP): Likewise.
7609         (FP_UNPACK_SEMIRAW_S): Likewise.
7610         (FP_UNPACK_SEMIRAW_SP): Likewise.
7611         (FP_PACK_S): Likewise.
7612         (FP_PACK_SP): Likewise.
7613         (FP_PACK_SEMIRAW_S): Likewise.
7614         (FP_PACK_SEMIRAW_SP): Likewise.
7615         (_FP_SQRT_MEAT_S): Likewise.
7616         (FP_CMP_S): Likewise.
7617         (FP_CMP_EQ_S): Likewise.
7618         (FP_CMP_UNORD_S): Likewise.
7619         (FP_TO_INT_S): Likewise.
7620         (FP_FROM_INT_S): Likewise.
7622         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7624         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7625         (FP_EX_INVALID_IMZ): Likewise.
7626         (FP_EX_INVALID_IMZ_FMA): Likewise.
7627         (FP_EX_INVALID_ISI): Likewise.
7628         (FP_EX_INVALID_ZDZ): Likewise.
7629         (FP_EX_INVALID_IDI): Likewise.
7630         (FP_EX_INVALID_SQRT): Likewise.
7631         (FP_EX_INVALID_CVI): Likewise.
7632         (FP_EX_INVALID_VC): Likewise.
7633         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7634         "invalid" exceptions.
7635         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7636         (_FP_ADD_INTERNAL): Likewise.
7637         (_FP_MUL): Likewise.
7638         (_FP_FMA): Likewise.
7639         (_FP_DIV): Likewise.
7640         (_FP_CMP_CHECK_NAN): Likewise.
7641         (_FP_SQRT): Likewise.
7642         (_FP_TO_INT): Likewise.
7643         (FP_EXTEND): Likewise.
7645 2014-10-09  Allan McRae  <allan@archlinux.org>
7647         * po/fr.po: Update French translation from translation project.
7649 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7651         [BZ #14132]
7652         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7653         of INTDEF.
7654         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7655         (__cxa_atexit): Use libc_hidden_proto.
7656         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7658         [BZ #14132]
7659         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7660         declaration.
7661         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7662         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7663         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7664         [!_ISOMAC] (__iswctype_internal): Likewise.
7665         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7666         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7667         alias.
7668         (fcntl): Remove __fcntl_internal alias.
7669         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7670         __connect_internal alias.
7671         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7672         Likewise.
7674         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7675         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7676         FP_DENORM_ZERO.
7677         (_FP_CHECK_FLUSH_ZERO): New macro.
7678         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7679         (_FP_CMP): Likewise.
7680         (_FP_CMP_EQ): Likewise.
7681         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7682         FP_DENORM_ZERO.
7683         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7684         (FP_TRUNC): Likewise.
7686         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7687         treated as invalid conversion, not as normal exponent.
7689         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7690         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7691         (_FP_CMP_EQ): Likewise.
7692         (_FP_CMP_UNORD): Likewise.
7693         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7694         (FP_CMP_EQ_D): Likewise.
7695         (FP_CMP_UNORD_D): Likewise.
7696         * soft-fp/extended.h (FP_CMP_E): Likewise.
7697         (FP_CMP_EQ_E): Likewise.
7698         (FP_CMP_UNORD_E): Likewise.
7699         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7700         (FP_CMP_EQ_Q): Likewise.
7701         (FP_CMP_UNORD_Q): Likewise.
7702         * soft-fp/single.h (FP_CMP_S): Likewise.
7703         (FP_CMP_EQ_S): Likewise.
7704         (FP_CMP_UNORD_S): Likewise.
7705         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7706         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7707         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7708         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7709         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7710         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7711         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7712         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7713         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7714         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7715         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7716         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7717         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7718         to FP_CMP_Q.
7719         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7720         FP_CMP_Q.
7721         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7722         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7723         FP_CMP_EQ_Q.
7724         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7725         FP_CMP_Q.
7726         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7727         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7728         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7729         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7730         FP_CMP_EQ_Q.
7731         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7732         FP_CMP_Q.
7733         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7734         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7735         FP_CMP_EQ_Q.
7736         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7737         FP_CMP_Q.
7738         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7739         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7740         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7741         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7742         FP_CMP_EQ_Q.
7744         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7745         a subnormal result, set the underflow exception if trapping on
7746         underflow is enabled.
7747         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7748         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7749         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7750         redefine to 0.
7751         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7752         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7753         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7754         * soft-fp/extendxftf2.c (__extendxftf2): Use
7755         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7757         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7758         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7759         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7760         FP_HANDLE_EXCEPTIONS.
7761         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7762         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7763         FP_HANDLE_EXCEPTIONS.
7764         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7765         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7766         FP_HANDLE_EXCEPTIONS.
7767         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7768         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7769         FP_HANDLE_EXCEPTIONS.
7771 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7773         [BZ #14132]
7774         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7775         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7776         use INTUSE.
7777         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7778         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7779         Remove alias.
7780         (__adjtimex): Define using libc_hidden_ver.
7781         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7782         Remove declaration.
7783         (ntp_gettime): Call __adjtimex directly.
7784         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7785         Remove declaration.
7786         (ntp_gettimex): Call __adjtimex directly.
7787         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7788         __adjtimex_internal alias.
7790 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7792         [BZ #17460]
7793         * nscd/nscd.c (more_help): Rewrite list of tables collection
7794         using xstrdup and asprintf.
7796         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7798 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7799             Roland McGrath  <roland@hack.frob.com>
7801         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7802         (do_lookup_unique): ... local function 'enter' here; update callers.
7804 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7806         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7807         compat_symbol calls on [SHARED].
7808         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7809         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7810         Remove.
7811         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7812         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7813         (oldsetrlimit): Remove.
7814         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7816         (lchown): New syscall entry.
7817         (oldsetrlimit): Remove.
7818         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7819         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7820         (oldsetrlimit): Remove.
7821         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7823         [BZ #14138]
7824         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7825         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7826         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7827         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7828         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7829         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7830         (fchown): Likewise.
7831         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7832         (fchown): Likewise.
7833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7834         Likewise.
7836 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7838         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7839         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7840         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7841         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7842         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7843         Likewise.
7844         (__old_sem_post): Likewise.
7846 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7848         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7849         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7850         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7851         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7852         Use INLINE_VSYSCALL macro.
7853         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7854         __vdso_clock_gettime.
7855         * sysdeps/unix/sysv/linux/tile/init-first.c
7856         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7857         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7858         __vdso_clock_gettime.
7860         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7861         to set up frame more cleanly.
7863         * sysdeps/tile/memcmp.c: New file.
7865         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7867         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7868         * sysdeps/tile/tilegx/strcasestr.c: New file.
7869         * sysdeps/tile/tilegx/strnlen.c: New file.
7870         * sysdeps/tile/tilegx/strstr.c: New file.
7872         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7874 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7876         * nptl/tst-setuid3.c: Write errors to stdout.
7878 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7880         * elf/dl-deps.c
7881         (preload): New functions broken out of _dl_map_object_deps.
7882         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7884 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7886         [BZ #14138]
7887         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7888         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7890 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7892         * sysdeps/mips/strcmp.S: New.
7894 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7896         [BZ #14138]
7897         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7898         (linkat): Likewise.
7899         (mkdirat): Likewise.
7900         (readlinkat): Likewise.
7901         (renameat): Likewise.
7902         (symlinkat): Likewise.
7903         (unlinkat): Likewise.
7904         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7905         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7906         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7907         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7908         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7909         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7910         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7912 2014-09-30  Will Newton  <will.newton@linaro.org>
7914         * math/math.h: Define long double math functions if
7915         _LIBC_TEST is defined.
7916         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7918         * localedata/Makefile: Move assignment to tests-special
7919         into an ifdef testing run-built-tests.
7920         * timezone/Makefile: Likewise.
7922 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7924         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7925         with $(BASH) not $(SHELL).
7927 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7928             Matthew LeGendre  <legendre1@llnl.gov>
7930         [BZ #17411]
7931         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7932         l_reloc_result.
7934 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7936         * stdio-common/printf_fp.c
7937         (hack_digit): New function, broken out of ...
7938         (__printf_fp): ... local function here.  Update call sites.
7939         hack_digit now takes an additional parameter that is a pointer
7940         to a struct of the referenced locals.  Those locals moved inside
7941         the struct and references updated.
7943 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7945         * aclocal.m4: Require autoconf 2.69.
7946         * configure: Regenerated.
7947         * sysdeps/aarch64/configure: Likewise.
7948         * sysdeps/alpha/configure: Likewise.
7949         * sysdeps/arm/armv7/configure: Likewise.
7950         * sysdeps/arm/configure: Likewise.
7951         * sysdeps/ia64/configure: Likewise.
7952         * sysdeps/mach/configure: Likewise.
7953         * sysdeps/mips/configure: Likewise.
7954         * sysdeps/s390/configure: Likewise.
7955         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7958         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7959         file.
7960         * sysdeps/ia64/configure.ac: Likewise.
7962 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7965         specify symbol version for ld.so.  Do not include entry for
7966         libpthread.
7967         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7968         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7969         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7971         [BZ #14171]
7972         * Makeconfig [$(build-shared) = yes]
7973         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7974         makefiles.
7975         [$(build-shared) = yes && $(soversions.mk-done) = t]
7976         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7977         [$(build-shared) = yes && $(soversions.mk-done) = t]
7978         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7979         to Makerules.
7980         [$(build-shared) = yes && $(soversions.mk-done) = t]
7981         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7982         here.
7983         [$(build-shared) = yes && $(soversions.mk-done) = t]
7984         (common-generated): Don't append gnu/lib-names.h and
7985         gnu/lib-names.stmp here.
7986         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7987         (lib-names-h-abi): New variable.
7988         [$(build-shared) = yes && $(soversions.mk-done) = t]
7989         (lib-names-stmp-abi): Likewise.
7990         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7991         abi-variants] (before-compile): Append
7992         $(common-objpfx)$(lib-names-h-abi).
7993         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7994         abi-variants] (common-generated): Append gnu/lib-names.h.
7995         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7996         abi-variants] (install-others-nosubdir): Depend on
7997         $(inst_includedir)/$(lib-names-h-abi).
7998         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7999         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8000         [$(build-shared) = yes && $(soversions.mk-done) = t]
8001         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8002         [$(build-shared) = yes && $(soversions.mk-done) = t]
8003         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8004         [$(build-shared) = yes && $(soversions.mk-done) = t]
8005         (common-generated): Append $(lib-names-h-abi) and
8006         $(lib-names-stmp-abi).
8007         * scripts/lib-names.awk: Do not handle multi being set.
8008         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8009         Remove variable.
8010         (abi-lp64_be-ld-soname): Likewise.
8011         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8012         Likewise.
8013         (abi-hard-ld-soname): Likewise.
8014         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8015         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8016         Remove variable.
8017         (abi-o32_hard-ld-soname): Likewise.
8018         (abi-o32_soft_2008-ld-soname): Likewise.
8019         (abi-o32_hard_2008-ld-soname): Likewise.
8020         (abi-n32_soft-ld-soname): Likewise.
8021         (abi-n32_hard-ld-soname): Likewise.
8022         (abi-n32_soft_2008-ld-soname): Likewise.
8023         (abi-n32_hard_2008-ld-soname): Likewise.
8024         (abi-n64_soft-ld-soname): Likewise.
8025         (abi-n64_hard-ld-soname): Likewise.
8026         (abi-n64_soft_2008-ld-soname): Likewise.
8027         (abi-n64_hard_2008-ld-soname): Likewise.
8028         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8029         Likewise.
8030         (abi-64-v2-ld-soname): Likewise.
8031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8032         ld.so entries.
8033         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8034         variable.
8035         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8036         entry.
8037         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8038         variable.
8039         (abi-64-ld-soname): Likewise.
8040         (abi-x32-ld-soname): Likewise.
8041         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8042         entry.
8043         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8045 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8047         [BZ #14138]
8048         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8049         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8050         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8051         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8052         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8053         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8054         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8055         syscall entry for GLIBC_2.2 symbol version.
8056         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8057         Likewise.
8058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8059         (setrlimit): Likewise.
8060         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8061         Likewise.
8063 2014-09-23  Will Newton  <will.newton@linaro.org>
8065         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8066         _LINUX_ARM_SYSDEP_H include guard too.
8067         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8068         define.
8070 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8072         * sysdeps/unix/sysv/linux/eventfd.c:
8073         Make first argument unsigned.
8074         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8075         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8077 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8079         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8080         * socket/sys/socket.h: Likewise
8081         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8083 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8085         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8087 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8089         * time/tst-ftime.c: New test.
8090         * time/Makefile (tests): Add tst-ftime.
8092 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8094         * soft-fp/extended.h: Fix comment formatting.
8095         * soft-fp/op-1.h: Likewise.
8096         * soft-fp/op-2.h: Likewise.
8097         * soft-fp/op-4.h: Likewise.
8098         * soft-fp/op-8.h: Likewise.
8099         * soft-fp/op-common.h: Likewise.
8100         * soft-fp/soft-fp.h: Likewise.
8102         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8104 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8106         [BZ #6652]
8107         * Makeconfig (soversions-default-setname): Remove variable.
8108         ($(common-objpfx)soversions.i): Don't pass default_setname to
8109         soversions.awk.
8110         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8111         oldest_abi to abi-versions.awk.
8112         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8113         * config.make.in (oldest-abi): Remove variable.
8114         * configure.ac (--enable-oldest-abi): Remove configure option.
8115         * configure: Regenerated.
8116         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8117         text.
8118         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8119         * scripts/soversions.awk: Do not handle default_setname variable.
8120         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8121         variable.
8122         * sysdeps/mach/hurd/configure: Regenerated.
8123         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8124         variable.
8125         * sysdeps/unix/sysv/linux/configure: Regenerated.
8127 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8129         * elf/Makefile (CFLAGS-interp.c): Remove.
8130         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8131         path string.
8132         * elf/interp.c: Include generated runtime-linker.h
8134         * Makerules (lib%.so): Don't include $(+interp) in
8135         prerequisites.
8136         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8137         * dlfcn/eval.c: Remove file.
8139         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8140         macros.
8142         [BZ #17266]
8143         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8144         4.2 and newer.
8146         [BZ #17370]
8147         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8149 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8150             Jakub Jelinek  <jakub@redhat.com>
8152         [BZ #17266]
8153         * libio/stdio.h: Check definition of __fortify_function
8154         instead of __extern_always_inline to include bits/stdio2.h.
8155         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8156         check if __extern_always_inline is defined.
8157         [__USE_MISC || __USE_XOPEN]: Likewise.
8158         [__USE_ISOC99] Likewise.
8159         * misc/sys/cdefs.h (__fortify_function): Define only if
8160         __extern_always_inline is defined.
8161         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8162         __extern_always_inline and __extern_inline only for g++-4.3
8163         and newer or a compatible gcc.
8165 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8167         [BZ #17371]
8168         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8169         last change to handle zero prefix length.
8171 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8173         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8174         _SC_REGEX_VERSION.
8176         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8177         _POSIX_RAW_SOCKETS.
8179 2014-09-13  Allan McRae  <allan@archlinux.org>
8181         * po/ru.po: Update Russian translation from translation project.
8183 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8185         * locale/programs/locale.c (show_locale_vars): Inline local function
8186         into its sole call site.  Clean up some style nits.
8187         (print_item): New function, broken out of ...
8188         (show_info): ... local function here.  Clean up style nits.
8190         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8191         out of ...
8192         (set_class_defaults): ... local function set_default here.
8193         Define set_default as a macro locally to pass constant parameters.
8194         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8195         rather than a shared local.
8197         * stdlib/rpmatch.c (try): New function, broken out of ...
8198         (rpmatch): ... local function here.  Also, prototypify definition.
8200 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8202         * scripts/soversions.awk: Do not handle configuration names.
8203         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8204         vendor and os variables to soversions.awk.
8205         * configure.ac: Do not modify gnu-* host_os.
8206         * configure: Regenerated
8207         * shlib-versions: Remove first column with configuration names.
8208         * nptl/shlib-versions: Likewise.
8209         * nptl_db/shlib-versions: Likewise.
8210         * sysdeps/hppa/shlib-versions: Likewise.
8211         * sysdeps/m68k/shlib-versions: Likewise.
8212         * sysdeps/mach/hurd/shlib-versions: Likewise.
8213         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8214         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8215         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8216         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8217         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8218         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8219         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8220         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8222         Likewise.
8223         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8224         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8225         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8226         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8227         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8228         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8229         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8230         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8233         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8235         Regenerated.
8236         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8238         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8240         * shlib-versions: Remove OS-specific entries.  Moved to files in
8241         sysdeps.
8242         * sysdeps/mach/hurd/shlib-versions: New file.
8243         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8245         * nptl/shlib-versions: Remove architecture-specific entries.
8246         Moved to files in sysdeps.
8247         * shlib-versions: Likewise.
8248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8249         file.
8250         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8251         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8252         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8253         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8255         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8256         (UDP_NO_CHECK6_RX): Likewise.
8258 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8260         * sysdeps/posix/sysconf.c (__sysconf): Spell
8261         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8263 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8265         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8266         loading.
8267         * iconv/Versions (__gconv_transliterate): Export for use from
8268         gconv modules.
8269         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8270         (struct __gconv_trans_data, __gconv_trans_fct,
8271         __gconv_trans_context_fct, __gconv_trans_query_fct,
8272         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8273         definitions.
8274         (struct __gconv_step_data): Remove __trans member.
8275         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8276         longer hidden.  Remove unused trans_data argument.
8277         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8278         (__gconv_translit_find): Remove declaration.
8279         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8280         prototype.
8281         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8282         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8283         trans_data argument.  Add hidden definition.
8284         (__gconv_translit_find): Remove.
8285         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8286         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8287         * iconv/skeleton.c: Remove transliteration initialization.
8288         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8289         __gconv_step_data initialization.
8290         * libio/iofwide.c (__libio_translit_): Remove.
8291         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8292         * wcsmbs/btowc.c (__btowc): Likewise.
8293         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8294         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8295         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8296         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8297         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8298         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8299         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8300         * wcsmbs/wctob.c (wctob): Likewise.
8302 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8304         [BZ #16194]
8305         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8306         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8307         register usage.
8308         * sysdeps/x86/Makefile: Adjust.
8310 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8311             Roland McGrath  <roland@hack.frob.com>
8313         * locale/weight.h: Add include guard.
8314         (findidx): Make static rather than auto; take new parameters
8315         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8316         * locale/weightwc.h: Likewise.
8317         * posix/fnmatch_loop.c
8318         (FCT): Change type of EXTRA from int32_t to wint_t.
8319         Don't include either header inside the function.
8320         Call FINDIDX rather than findidx, and pass new arguments.
8321         #undef FINDIDX at the end of the file.
8322         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8323         FINDIDX before including fnmatch_loop.c for the non-wide version.
8324         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8325         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8326         for the wide version.
8327         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8328         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8329         Pass new arguments to findidx.
8330         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8331         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8332         Don't #include it inside the function.  Pass new arguments to findidx.
8333         * posix/regex_internal.h
8334         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8335         (re_string_elem_size_at): Don't #include it inside the function.
8336         Pass new arguments to findidx.
8337         * string/strcoll_l.c: #include WEIGHT_H at top level.
8338         (get_next_seq): Don't #include it inside the function.
8339         Pass new arguments to findidx.
8340         (get_next_seq_nocache): Likewise.
8341         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8342         (STRXFRM): Don't #include it inside the function.
8343         Pass new arguments to findidx.
8345 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8347         [BZ #17344]
8348         * malloc/malloc.c (unlink): Turn asserts into a call to
8349         malloc_printerr.
8351 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8353         [BZ #17370]
8354         * libio/wfileops (do_ftell_wide): Free OUT.
8356 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8358         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8360 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8362         [BZ #17363]
8363         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8364         group if the current group is empty.
8366 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8368         * benchtests/bench-memset.c (test_main): Add more test from size
8369         from 32 to 512 bytes.
8370         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8371         Add POWER8 memset object.
8372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8373         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8374         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8375         implementation.
8376         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8377         Likewise.
8378         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8379         multiarch POWER8 memset optimization.
8380         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8381         POWER8 memset optimization.
8383         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8384         Remove bzero multiarch objects.
8385         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8386         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8387         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8388         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8389         Remove define.
8390         [__bzero]: Redefine to specific name.
8391         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8392         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8393         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8394         define.
8395         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8396         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8398 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8400         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8401         warnings into errors.
8403         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8404         __cxa_thread_atexit_impl prototype.
8406 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8408         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8409         Fix capitalization of error message.
8411 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8413         * sysdeps/mips/preconfigure: Modify ABI tests.
8415 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8417         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8419 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8420             Carlos O'Donell  <carlos@systemhalted.org>
8422         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8423         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8424         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8425         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8426         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8427         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8428         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8429         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8430         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8431         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8432         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8433         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8434         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8435         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8436         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8437         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8438         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8439         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8440         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8441         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8442         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8443         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8444         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8445         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8446         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8447         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8448         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8449         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8450         Deconditionalize the code that was previously under [RESET_PID].
8451         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8452         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8453         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8454         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8455         include sysdep.h.
8457 2014-09-08  Allan McRae  <allan@archlinux.org>
8459         * version.h (RELEASE): Set to "development".
8460         (VERSION): Set to "2.20.90"
8462 2014-09-07  Allan McRae  <allan@archlinux.org
8464         * version.h (RELEASE): Set to "stable".
8465         (VERSION): Set to "2.20"
8466         * include/features.h (__GLIBC_MINOR__): Set to 20.
8468         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8469         Liebler.
8471         * po/ko.po: Update Korean translation from translation project.
8473 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8475         [BZ #17354]
8476         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8477         macro for handling signed relocations.
8479 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8481         [BZ #17325]
8482         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8483         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8484         assert.
8485         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8486         * iconvdata/ibm935.c (BODY): Likewise.
8487         * iconvdata/ibm937.c (BODY): Likewise.
8488         * iconvdata/ibm939.c (BODY): Likewise.
8489         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8490         assert.
8491         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8492         script.
8493         * iconvdata/run-iconv-test.sh: New test loop for checking for
8494         decoder crashers.
8496 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8498         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8499         libm_hidden_ver.
8501 2014-09-01  Allan McRae  <allan@archlinux.org>
8503         * po/eo.po: Update Esperanto translation from translation project.
8505         * po/ca.po: Update Catalan translation from translation project.
8507 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8509         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8510         __proc_dostop call.
8512 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8514         [BZ #17319]
8515         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8516         to call set_thread_area instead of hand written asm.
8517         (__NR_set_thread_area): Removed define.
8518         (TLS_FLAG_WRITABLE): Likewise.
8519         (__ASSUME_SET_THREAD_AREA): Remove check.
8520         (TLS_EBX_ARG): Remove define.
8521         (TLS_LOAD_EBX): Likewise.
8523 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8525         Simplify atomicity of socket creation in bind.
8527         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8528         looking up the name after linking the file.
8530 2014-08-27  Allan McRae  <allan@archlinux.org>
8532         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8534 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8536         [BZ #17187]
8537         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8538         trans_compare, open_translit, __gconv_translit_find):
8539         Remove module loading code.
8541 2014-08-26  Allan McRae  <allan@archlinux.org>
8543         * po/vi.po: Update Vietnamese translation from translation project.
8545         * po/uk.po: Update Ukrainian translation from translation project.
8547         * po/fr.po: Update French translation from translation project.
8549         * po/ru.po: Update Russian translation from translation project.
8551         * po/pl.po: Update Polish translation from translation project.
8553         * po/cs.po: Update Czech translation from translation project.
8555         * po/de.po: Update German translation from translation project.
8557         * po/bg.po: Update Bulgarian translation from translation project.
8559         * po/sv.po: Update Sweedish translation from translation project.
8561         * po/nl.po: Update Dutch translation from translation project.
8563         * po/es.po: Update Spanish translation from translation project.
8565 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8567         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8569         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8570         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8571         (CPPFLAGS-iconvconfig): Likewise.
8572         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8574         * include/libc-symbols.h: Remove unnecessary check for
8575         NOT_IN_libc.
8576         * nptl/pthreadP.h: Likewise.
8577         * sysdeps/aarch64/setjmp.S: Likewise.
8578         * sysdeps/alpha/setjmp.S: Likewise.
8579         * sysdeps/arm/sysdep.h: Likewise.
8580         * sysdeps/i386/setjmp.S: Likewise.
8581         * sysdeps/m68k/setjmp.c: Likewise.
8582         * sysdeps/posix/getcwd.c: Likewise.
8583         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8584         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8585         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8586         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8587         * sysdeps/sh/sh3/setjmp.S: Likewise.
8588         * sysdeps/sh/sh4/setjmp.S: Likewise.
8589         * sysdeps/unix/alpha/sysdep.h: Likewise.
8590         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8591         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8592         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8593         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8596         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8597         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8598         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8599         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8600         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8601         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8602         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8603         * sysdeps/x86_64/setjmp.S: Likewise.
8605 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8607         [BZ #17263]
8608         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8609         <stdint.h>.
8610         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8611         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8613 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8615         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8617         [BZ #17262]
8618         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8619         and __x86_64__ when disabling x87 inline functions.
8621 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8623         [BZ #17259]
8624         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8625         asm statement with __cpuid_count.
8627 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8629         * configure.ac: Change __ehdr_start code to dereference the struct.
8630         Run readelf on the output to look for relocations.
8631         * configure: Regenerated.
8633 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8635         [BZ #17261]
8636         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8637         value to 0.
8638         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8640 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8642         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8644 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8646         [BZ #16892]
8647         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8648         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8650 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8652         * malloc/malloc.c: Fix typo in comment.
8654 2014-08-09  Allan McRae  <allan@archlinux.org>
8656         * Regenerate libc.po.
8658 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8660         * intl/tst-gettext2.sh: Check every lang file for creation.
8662 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8664         * sysdeps/aarch64/fpu/math_private.h
8665         (libc_feholdsetround_noex_aarch64_ctx): New function.
8667 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8669         * sysdeps/arm/armv6/strcpy.S (strcpy):
8670         Fix performance issue in misaligned cases.
8672 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8674         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8675         Move definition from termios.h.
8676         (struct termio): Likewise.
8677         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8678         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8679         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8680         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8681         Likewise.
8682         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8683         Move definition to ioctl-types.h
8684         (struct termio): Likewise.
8685         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8686         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8687         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8688         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8689         Likewise.
8691 2014-08-05  Richard Henderson  <rth@redhat.com>
8693         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8694         exceptions.
8695         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8696         Add fraiseexcpt.
8697         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8698         Use __feraiseexcept.
8699         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8700         Protect libm symbols with IS_IN_libm.
8702         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8704 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8706         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8708 2014-08-04  Will Newton  <will.newton@linaro.org>
8710         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8711         file.
8713 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8715         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8716         variants for each function.
8718 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8720         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8721         appended ...
8722         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8723         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8724         appended ...
8725         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8726         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8727         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8728         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8729         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8730         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8731         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8732         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8733         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8734         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8735         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8736         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8737         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8738         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8739         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8740         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8741         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8742         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8743         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8744         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8745         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8746         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8747         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8748         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8749         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8750         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8751         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8752         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8753         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8754         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8755         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8756         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8757         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8758         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8759         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8760         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8761         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8762         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8763         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8764         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8765         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8766         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8767         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8768         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8769         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8770         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8771         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8772         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8773         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8774         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8775         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8776         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8777         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8778         Update #include.
8779         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8780         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8782 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8784         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8785         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8786         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8787         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8788         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8789         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8791 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8793         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8794         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8795         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8796         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8798 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8800         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8801         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8802         (__libc_vfork): Define function under this name.
8803         (__vfork): Define as an alias.
8804         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8805         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8807 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8809         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8810         that was previously under [RESET_PID].
8811         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8813 2014-08-04  Andreas Schwab  <schwab@suse.de>
8815         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8817 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8819         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8820         (main): Likewise.
8822 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8824         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8826 2014-08-01  Richard Henderon  <rth@redhat.com>
8828         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8829         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8830         typo in exact zero test.
8831         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8832         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8833         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8835 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8837         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8838         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8839         * sysdeps/arm/sysdep.h: ... here.
8840         [!__ASSEMBLER__]: Include <stdint.h>.
8842 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8844         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8845         (HAVE_WCTYPE_H): Likewise.
8846         (HAVE_ISWCTYPE): Likewise.
8847         (ENABLE_NLS): Likewise.
8848         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8849         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8851         * posix/regex_internal.c: Check if DEBUG is defined and is
8852         set.
8854         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8855         (HAVE_MBSRTOWCS): Likewise.
8856         * posix/fnmatch.c: Include string.h unconditionally.
8858 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8860         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8861         reversal.
8863 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8865         * sysdeps/generic/safe-fatal.h: New file.
8866         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8867         * nptl/forward.c: Include it.
8868         (__pthread_unwind): Use __safe_fatal as default action, rather
8869         than a bogus use of INTERNAL_SYSCALL that could never work.
8871         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8872         * configure.ac (libc_cv_builtin_trap): New test.
8873         * configure: Regenerated.
8874         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8875         (ABORT_INSTRUCTION): Define using __builtin_trap.
8877         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8878         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8879         * sysdeps/nptl/nptl-signals.h: New file.
8880         * nptl/pthreadP.h: Include <nptl-signals.h>.
8882 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8884         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8885         (ONE_DIRECTION): Define.
8886         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8887         (ONE_DIRECTION): Define.
8888         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8889         (ONE_DIRECTION): Define.
8891 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8893         * sysdeps/s390/Makefile: Delete file.
8894         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8895         * sysdeps/s390/__longjmp.c: Delete file.
8896         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8897         Remove fields __flags and __reserved.
8898         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8899         and add versioning.
8900         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8901         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8902         * sysdeps/s390/rtld-setjmp.S: Likewise.
8903         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8904         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8905         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8906         * sysdeps/s390/s390-32/setjmp.S: ... here.
8907         Add versioning.
8908         (__sigsetjmp): Remove setting __flags field.
8909         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8910         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8911         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8912         * sysdeps/s390/s390-64/setjmp.S: ... here.
8913         Add versioning.
8914         (__sigsetjmp): Remove setting __flags field.
8915         * sysdeps/s390/setjmp.S: Delete file.
8916         * sysdeps/s390/sigjmp.c: Likewise.
8917         * sysdeps/s390/v1-longjmp.c: Likewise.
8918         * sysdeps/s390/v1-setjmp.h: Likewise.
8919         * sysdeps/s390/v1-sigjmp.c: Likewise.
8920         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8921         Remove v1-longjmp_chk.
8922         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8923         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8924         Include debug/longjmp_chk.c and add versioning.
8925         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8926         Include nptl/pt-longjmp.c and add versioning.
8927         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8928         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8929         Include __longjmp.c.
8930         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8931         Move to ...
8932         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8933         (__getcontext): Remove setting __flags field.
8934         Add versioning.
8935         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8936         Don't restore upper high grps.
8937         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8938         Likewise.
8939         (__swapcontext): Remove setting uc_flags field.
8940         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8941         Delete file.
8942         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8943         Include __longjmp.c.
8944         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8945         Move to ...
8946         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8947         (__getcontext): Remove setting __flags field.
8948         Add versioning.
8949         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8950         (__swapcontext): Remove setting uc_flags field.
8951         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8952         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8953         Remove fields uc_high_gprs and __reserved.
8954         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8955         New file with reverted content.
8956         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8957         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8958         Regenerated.
8959         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8960         Regenerated.
8962 2014-07-31  Andreas Schwab  <schwab@suse.de>
8964         * config.h.in (HAVE_IFUNC): Define to 0.
8965         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8966         definedness.
8968 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8970         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8971         memmove-avx-unaligned, memcpy-avx-unaligned and
8972         mempcpy-avx-unaligned.
8973         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8974         Add tests for AVX memcpy functions.
8975         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8976         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8977         memcpy_chk.
8978         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8979         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8980         memmove_chk.
8981         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8982         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8983         mempcpy_chk.
8984         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8985         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8986         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8988 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8990         [BZ #17213]
8991         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8992         powerpc64le.
8994 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8996         [BZ #16839]
8997         * manual/llio.texi: Add section about open file description locks.
8998         * manual/examples/ofdlocks.c: Example of open file description
8999         lock usage.
9000         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9001         F_OFD_SETLK, and F_OFD_SETLKW.
9003 2014-07-23  Allan McRae  <allan@archlinux.org>
9005         * po/es.po: Update Spanish translation from translation project.
9007 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9009         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9011 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9013         [BZ #17078]
9014         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9015         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9016         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9018 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9020         [BZ #17088]
9021         * math/fesetenv.c (__fesetenv)
9022         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9023         * math/feupdateenv.c (__feupdateenv)
9024         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9026         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9027         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9028         (__ASSUME_SOCKETCALL): Do not define.
9030         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9031         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9032         (__ASSUME_SOCKETCALL): Do not define.
9033         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9034         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9035         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9036         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9037         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9038         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9039         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9040         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9042         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9043         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9044         (__ASSUME_SOCKETCALL): Do not define.
9045         (__ASSUME_IPC64): Define unconditionally.
9046         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9047         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9048         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9049         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9050         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9051         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9052         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9053         Likewise.
9055         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9056         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9057         (__ASSUME_SOCKETCALL): Do not define.
9058         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9059         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9060         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9061         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9062         (__ASSUME_REQUEUE_PI): Define unconditionally.
9063         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9064         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9065         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9066         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9067         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9068         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9070         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9071         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9072         (__ASSUME_SOCKETCALL): Do not define.
9073         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9074         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9075         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9076         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9077         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9078         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9080         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9081         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9082         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9083         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9084         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9085         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9086         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9087         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9088         (__ASSUME_GETCPU_SYSCALL): Likewise.
9090         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9091         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9092         cases for individual architectures.
9093         * sysdeps/gnu/configure: Regenerated.
9094         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9095         LIBC_SLIBDIR_RTLDDIR.
9096         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9097         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9098         LIBC_SLIBDIR_RTLDDIR.
9099         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9101         LIBC_SLIBDIR_RTLDDIR.
9102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9103         Regenerated.
9104         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9105         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9106         file.
9107         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9108         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9109         file.
9110         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9111         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9112         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9113         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9115         * sysdeps/aarch64/shlib-versions: Move to ...
9116         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9117         * sysdeps/alpha/shlib-versions: Move to ...
9118         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9119         * sysdeps/arm/shlib-versions: Move to ...
9120         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9121         * sysdeps/hppa/shlib-versions: Move all contents except for
9122         libgcc_s entry to ...
9123         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9124         entry from ...
9125         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9126         * sysdeps/ia64/shlib-versions: Move to ...
9127         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9128         entry from ...
9129         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9130         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9131         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9132         * sysdeps/microblaze/shlib-versions: Move to ...
9133         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9134         * sysdeps/mips/shlib-versions: Move to ...
9135         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9136         entry from ...
9137         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9138         * sysdeps/tile/shlib-versions: Move to ...
9139         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9140         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9141         from ...
9142         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9143         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9144         entry from ...
9145         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9147 2014-07-17  Will Newton  <will.newton@linaro.org>
9149         * sysdeps/arm/bits/atomic.h
9150         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9151         (__arch_compare_and_exchange_bool_16_int): Likewise.
9152         (__arch_compare_and_exchange_bool_64_int): Likewise.
9154         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9155         into an #else block.
9157 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9159         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9160         just Linux configurations.  Test empirically that the compiler sets
9161         __ARM_EABI__, rather than using the tuple to decide.
9162         * sysdeps/arm/preconfigure: Regenerated.
9163         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9164         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9165         contents appended ...
9166         * sysdeps/arm/configure.ac: ... here.
9167         * sysdeps/arm/configure: Regenerated.
9169 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9171         * nptl/pthread_kill.c: New file.
9172         * nptl/pthread_sigmask.c: New file.
9173         * nptl/pthread_sigqueue.c: New file.
9175         * sysdeps/nptl/lowlevellock.h: New file.
9176         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9177         * sysdeps/nptl/lowlevellock-futex.h: New file.
9179         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9180         Remove dead declarations.
9182 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9184         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9185         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9186         config-cflags-avx2.
9187         * sysdeps/x86_64/configure.ac: Likewise.
9188         * sysdeps/i386/configure: Regenerated.
9189         * sysdeps/x86_64/configure: Likewise.
9190         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9191         memset-avx2 only if config-cflags-avx2 is yes.
9192         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9193         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9194         defined.
9195         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9196         only if HAVE_AVX2_SUPPORT is defined.
9197         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9199 2014-07-14  Alan Modra  <amodra@gmail.com>
9201         [BZ #17153]
9202         * elf/elf.h (DT_PPC64_NUM): Correct value.
9203         * NEWS: Add to fixed bug list.
9205 2014-07-13  Jim Meyering  <meyering@fb.com>
9207         [BZ 17150]
9208         regex: don't deref NULL upon heap allocation failure
9209         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9210         failure in one more place.
9211         To trigger the segfault, configure grep -with-included-regex,
9212         build it, and run these commands:
9213         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9215 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9217         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9219 2014-07-11  Richard Henderson  <rth@redhat.com>
9221         * sysdeps/aarch64/libm-test-ulps: Update.
9223 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9225         [BZ #17135]
9226         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9227         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9228         (__nptl_setxid): Initialize error member.  Call
9229         __nptl_setxid_error.
9230         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9231         * nptl/descr.h (struct xid_command): Add error member.
9232         * nptl/tst-setuid3.c: New file.
9233         * nptl/Makefile (tests): Add it.
9235 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9237         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9238         New define.
9239         (__lll_trylock): Use __lll_base_trylock.
9240         (__lll_cond_trylock): Likewise.
9242 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9244         * nptl/pthread_create.c (start_thread): Use atomic_or and
9245         lll_futex_wake directly rather than lll_robust_dead.
9246         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9247         (lll_robust_dead): Macro removed.
9248         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9249         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9250         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9251         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9252         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9253         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9254         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9255         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9256         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9257         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9258         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9259         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9260         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9261         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9262         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9264         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9265         Use atomic_compare_and_exchange_val_acq directly rather than
9266         lll_robust_trylock.
9267         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9268         (__lll_robust_trylock, lll_robust_trylock): Removed.
9269         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9270         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9271         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9272         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9273         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9274         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9275         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9276         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9277         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9278         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9279         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9280         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9281         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9282         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9284 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9286         * manual/locale.texi (Locale Names): New section documenting
9287         locale name syntax.  Adjust menu and node chaining accordingly.
9288         (Choosing Locale): Reference Locale Names, Locale Categories.
9289         Mention setting LC_ALL=C.  Reflect that name syntax is now
9290         documented.
9291         (Locale Categories): New section title.  Reference Locale Names.
9292         LC_ALL is an environment variable, but not a category.
9293         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9294         description, now in Locale Name.  Reference that section.  Locale
9295         name syntax is now documented.
9297 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9299         [BZ #17137]
9300         * locale/findlocale.c (name_present, valid_locale_name): New
9301         functions.
9302         (_nl_find_locale): Use the loc_name variable to store name
9303         candidates.  Call name_present and valid_locale_name to check and
9304         validate locale names.  Return an error if the locale is invalid.
9306 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9308         * locale/setlocale.c (setlocale): Use strdup for allocating
9309         composite name copy.
9311 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9313         Sync up with gnulib.
9314         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9315         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9316         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9317         and _GL_ARG_NONNULL.
9318         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9319         [!_LIBC]: Include code for Windows and Cygwin.
9320         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9321         Include prototype for int strerror_r.
9322         [!_LIBC] (is_open): New function.
9323         (flush_stdout): New function.
9324         (print_errno_message): Use it.
9325         (error): Likewise.
9326         (error_at_line): Likewise.
9327         (error_tail) Add function attribute macros.  Use
9328         __builtin_expect.
9330         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9332         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9334         * io/ftw.c: Include sys/param.h unconditionally.
9336         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9338         [BZ #17125]
9339         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9340         libc_freeres_ptr.
9341         (freecache): New function to free CACHE on exit.
9343         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9344         initialization.
9346 2014-07-09  David S. Miller  <davem@davemloft.net>
9348         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9350         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9351         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9352         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9353         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9354         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9355         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9356         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9357         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9358         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9359         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9360         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9361         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9362         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9364 2014-07-09  Andreas Schwab  <schwab@suse.de>
9366         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9367         output.
9368         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9369         (do_test): Likewise.
9371         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9373 2014-07-09  Will Newton  <will.newton@linaro.org>
9375         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9376         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9377         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9378         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9379         * sysdeps/hppa/start.S (_start): Likewise.
9381 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9383         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9385         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9386         defined.
9388 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9390         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9391         after checking that it is non-NULL.
9393         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9395 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9397         * sysdeps/powerpc/memmove.c: Remove file.
9398         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9399         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9400         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9401         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9402         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9403         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9404         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9405         string memmove instead of removed powerpc one.
9407         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9408         [weak_alias]: Fix compiler warning due trailing data.
9409         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9410         [weak_alias]: Likewise.
9411         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9412         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9414         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9415         (__libc_ifunc_impl_list): Add memmove functions.
9417 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9419         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9420         Remove code.
9421         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9422         Likewise
9423         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9424         Likewise
9425         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9426         Likewise
9427         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9428         Likewise
9429         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9430         Likewise
9431         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9432         Likewise
9433         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9434         Likewise
9435         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9436         Likewise
9437         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9438         Likewise
9439         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9440         Likewise
9441         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9442         Likewise
9443         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9444         Likewise
9445         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9446         Likewise
9447         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9448         Likewise
9449         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9450         Likewise
9451         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9452         Likewise
9454 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9456         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9457         to avoid alignment traps in non-cacheable memory.
9458         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9460         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9461         multiarch objects.
9462         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9463         file: multiarch power7 memmove.
9464         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9465         multiarch default memmove.
9466         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9467         multiarch memove for powerpc32/power4.
9469         * string/bcopy.c: Use full path to include memmove.c.
9470         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9471         multiarch objects.
9472         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9473         bcopy for powerpc64.
9474         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9475         bcopy for powerpc64.
9476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9477         and memmove implementations.
9478         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9479         optimized multiarch memmove for POWER7/powerpc64.
9480         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9481         default multiarch memmove for powerpc64.
9482         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9483         multiarch for powerpc64.
9484         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9485         for POWER7/powerpc64.
9486         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9487         memmove for POWER7/powerpc64.
9489         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9490         glibc default one.
9492         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9493         __ELF_NATIVE_CLASS equal to 64.
9495 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9497         * sysdeps/nptl/lowlevellock.h: File removed.
9499         * NEWS: NPTL is no longer an add-on!
9500         * nptl/internaltypes.h: Moved ...
9501         * sysdeps/nptl/internaltypes.h: ... here.
9502         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9503         * sysdeps/nptl/fork.c: Likewise.
9504         * sysdeps/nptl/gai_misc.h: Likewise.
9505         * sysdeps/nptl/librt-cancellation.c: Likewise.
9506         * sysdeps/nptl/jmp-unwind.c: Likewise.
9507         * sysdeps/nptl/setxid.h: Likewise.
9508         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9509         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9510         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9511         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9512         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9513         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9514         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9515         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9516         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9517         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9518         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9519         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9520         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9521         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9522         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9523         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9524         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9525         * nptl/Makeconfig: Moved ...
9526         * sysdeps/nptl/Makeconfig: ... here.
9527         * nptl/configure: File removed.
9528         * nptl/ANNOUNCE: File removed.
9529         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9530         * sysdeps/unix/sysv/linux/configure: Regenerated.
9532         * nptl/Makefile (routines): Add libc_pthread_init,
9533         libc_multiple_threads, register-atfork and unregister-atfork.
9534         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9535         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9536         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9537         pthread-pi-defines.sym, structsem.sym.
9538         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9539         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9540         [$(subdir) = nptl] (tests): Add tst-setgetname.
9541         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9542         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9543         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9544         [!LIBC_SIGACTION]: Remove aliases.
9545         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9546         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9547         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9548         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9549         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9550         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9551         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9552         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9553         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9554         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9555         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9556         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9557         __libc_allocate_rtsig_private.
9558         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9559         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9560         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9561         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9562         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9563         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9564         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9565         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9566         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9567         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9568         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9569         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9570         * nptl/internaltypes.h: ... here.
9571         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9572         * sysdeps/nptl/jmp-unwind.c: ... here.
9573         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9574         * nptl/libc-lowlevellock.c: ... here.
9575         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9576         * nptl/libc_multiple_threads.c: ... here.
9577         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9578         * nptl/libc_pthread_init.c: ... here.
9579         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9580         * nptl/lowlevelbarrier.sym: ... here.
9581         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9582         * nptl/lowlevelcond.sym: ... here.
9583         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9584         * nptl/lowlevellock.c: ... here.
9585         * nptl/lowlevellock.h: Moved ...
9586         * sysdeps/nptl/lowlevellock.h: ... here.
9587         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9588         * nptl/lowlevelrobustlock.c: ... here.
9589         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9590         * nptl/lowlevelrobustlock.sym: ... here.
9591         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9592         * nptl/lowlevelrwlock.sym: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9594         * nptl/pt-fork.c: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9596         * nptl/pthread-pi-defines.sym: ... here.
9597         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9598         * nptl/pthread_attr_getaffinity.c: ... here.
9599         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9600         * nptl/pthread_attr_setaffinity.c: ... here.
9601         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9602         * nptl/pthread_mutex_cond_lock.c: ... here.
9603         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9604         Update #include.
9605         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9606         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9607         * nptl/pthread_once.c: ... here, replacing old file.
9608         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9609         * nptl/pthread_yield.c: ... here.
9610         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9611         * nptl/register-atfork.c: ... here.
9612         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9613         * nptl/sem_post.c: ... here.
9614         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9615         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9616         * nptl/sem_timedwait.c: ... here.
9617         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9618         * nptl/sem_trywait.c: ... here.
9619         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9620         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9621         * nptl/sem_wait.c: ... here.
9622         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9623         * nptl/structsem.sym: ... here.
9624         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9625         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9626         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9627         * nptl/unregister-atfork.c: ... here.
9628         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9629         * nptl/unwindbuf.sym: ... here.
9630         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9631         * sysdeps/nptl/fork.c: ... here.
9632         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9633         * sysdeps/nptl/fork.h: ... here.
9634         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9635         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9636         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9637         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9638         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9639         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9640         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9641         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9642         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9643         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9644         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9645         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9646         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9647         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9648         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9649         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9650         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9651         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9652         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9653         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9654         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9655         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9656         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9657         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9658         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9659         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9660         * sysdeps/unix/sysv/linux/raise.c: ... here.
9661         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9662         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9663         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9664         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9665         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9666         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9667         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9668         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9669         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9670         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9671         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9672         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9674         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9675         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9677 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9679         * sysdeps/generic/memcopy.h: Add comment for
9680         MEMCPY_OK_FOR_FWD_MEMMOVE.
9682 2014-07-04  Will Newton  <will.newton@linaro.org>
9684         * string/memchr.c: Merge from gnulib.
9685         [_LIBC]: Remove conditionals.
9686         (__ptr_t): Remove define.
9687         (LONG_MAX_32_BITS): Likewise.
9688         (LONG_MAX): Likewise.
9689         (MEMCHR): Use ANSI prototype and optimize algorithm.
9691         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9693 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9695         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9696         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9698         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9699         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9700         in a bare environment with no <stdlib.h> installed.
9701         * sysdeps/nptl/configure: Regenerated.
9703         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9705         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9706         AC_EGREP_CPP for kernel header checks, so they only succeed if
9707         including <linux/version.h> actually works right.
9708         * sysdeps/unix/sysv/linux/configure: Regenerated.
9710         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9711         value so it's not diagnosed as unused.
9713         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9714         thing) with "ifeq ($(subdir),rt)".
9716 2014-07-03  Richard Henderson  <rth@redhat.com>
9718         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9719         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9720         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9722         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9723         (math_force_eval): New.
9725         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9726         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9728         * sysdeps/alpha/fpu/s_round.c: Remove file.
9729         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9731         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9732         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9733         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9734         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9735         (_dl_start, print_statistics): Likewise.
9736         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9737         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9739         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9740         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9741         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9742         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9743         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9744         (HP_SMALL_TIMING_AVAIL): Define.
9745         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9746         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9747         (HP_SMALL_TIMING_AVAIL): Define.
9748         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9749         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9751         * sysdeps/aarch64/hp-timing.h: New file.
9753         * sysdeps/generic/hp-timing.h: Remove dead comment.
9754         * sysdeps/generic/hp-timing-common.h: New file.
9755         * sysdeps/alpha/hp-timing.h: Include it.
9756         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9757         * sysdeps/i386/i686/hp-timing.h: Likewise.
9758         * sysdeps/ia64/hp-timing.h: Likewise.
9759         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9760         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9761         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9762         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9763         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9764         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9765         (hp_timing_t): New.
9767         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9768         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9769         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9770         * elf/rtld.c (_dl_start_final): Likewise.
9771         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9772         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9773         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9774         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9775         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9776         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9777         (HP_TIMING_DIFF_INIT): Remove.
9778         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9779         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9780         (HP_TIMING_DIFF_INIT): Remove.
9781         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9782         * sysdeps/i386/i686/hp-timing.c: Remove file.
9783         * sysdeps/x86_64/hp-timing.c: Remove file.
9784         * sysdeps/ia64/hp-timing.c: Remove file.
9785         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9786         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9787         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9788         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9790         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9791         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9792         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9793         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9794         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9795         (HP_TIMING_ACCUM): Remove.
9796         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9797         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9798         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9800         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9801         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9802         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9803         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9804         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9805         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9806         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9807         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9809         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9811 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9813         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9815 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9817         Sync up with gettext.
9818         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9819         [_MSC_VER]: Include malloc.h
9820         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9821         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9822         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9823         TEMP_FAILURE_RETRY.  Cast return of alloca.
9824         [!_LIBC] Call gl_rwlock_init.
9825         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9827 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9829         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9830         before checking its value.
9832 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9834         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9836         * debug/memcpy_chk.c: Don't include pagecopy.h.
9837         * debug/mempcpy_chk.c: Likewise.
9838         * string/memcpy.c: Likewise.
9839         * string/memmove.c: Likewise.
9840         * sysdeps/powerpc/memmove.c: Likewise.
9841         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9842         definition of PAGE_COPY_FWD_MAYBE here...
9843         * sysdeps/generic/pagecopy.h: ... from here.
9844         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9846 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9847             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9849         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9850         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9851         optimizations.
9852         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9853         (__libc_ifunc_impl_list): Likewise.
9854         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9855         multiarch strcat for PPC64.
9856         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9857         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9859 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9861         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9863 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9865         * intl/loadmsgcat.c: Remove declaration of
9866         get_sysdep_segment_value.
9867         (get_sysdep_segment_value): Use ISO C style.
9868         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9869         semicolon.  Fix typo and formatting in comment.
9870         (_nl_unload_domain): Use ISO C style.
9872         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9874 2014-07-02  Will Newton  <will.newton@linaro.org>
9876         * malloc/obstack.c: Merge from gnulib master.
9877         [HAVE_CONFIG_H]: Remove conditional code.
9878         [!_LIBC]: Include config.h.
9879         [!ELIDE_CODE]: Don't include inttypes.h, include
9880         stdint.h unconditionally.
9881         (print_and_abort): Mark as _Noreturn.
9882         (_obstack_allocated_p): Mark as __attribute_pure__.
9883         (obstack_free): Rename to __obstack_free.
9884         [!__attribute__]: Remove conditional code.
9885         * malloc/obstack.h: Merge from gnulib master.
9886         [__cplusplus]: Move conditional down.
9887         [!__attribute_pure__]: Define __attribute_pure__ here
9888         if it is not already defined.
9889         (_obstack_memory_used): Mark as __attribute_pure__.
9890         [!__obstack_free]: Define as obstack_free.
9891         [__GNUC__]: Remove check for ancient NeXT gcc.
9893 2014-07-02  Will Newton  <will.newton@linaro.org>
9894             Paul Eggert  <eggert@cs.ucla.edu>
9896         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9898 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9900         * resolv/gethnamaddr.c: Add comment warning that the file is
9901         not maintained.
9903 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9905         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9906         entries.
9908         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9909         entry for aio_cancel and aio_cancel64.
9910         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9911         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9912         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9913         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9914         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9915         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9916         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9917         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9918         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9919         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9920         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9921         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9922         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9924 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9926         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9927         * nptl/pthread_mutex_lock.c: Likewise.
9928         * nptl/pthread_mutex_timedlock.c: Likewise.
9929         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9931 2014-07-01  Richard henderson  <rth@redhat.com>
9933         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9934         (__isnan, __isnanl): Remove.
9935         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9937         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9939 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9941         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9943 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9945         * resolv/nss_dns/dns-host.c (getanswer_r)
9946         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9948 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9950         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9951         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9952         undefine.
9953         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9954         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9956 2014-07-01  Roland McGrath <roland@hack.frob.com>
9958         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9959         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9961         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9962         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9964         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9965         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9966         ... here.
9967         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9968         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9970         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9971         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9972         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9973         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9975         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9976         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9977         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9978         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9979         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9980         Moved ...
9981         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9982         ... here.
9983         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9984         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9985         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9986         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9988         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9989         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9990         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9991         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9992         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9994         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9995         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9996         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9997         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9998         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9999         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10000         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10001         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10002         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10003         ... here.
10004         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10005         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10006         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10007         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10008         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10009         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10010         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10011         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10013 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10015         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10016         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10017         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10018         Add sysdep.
10020 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10022         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10024 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10026         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10027         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10029         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10031         * sysdeps/arm/libm-test-ulps: Regenerated.
10033 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10034             Roland McGrath <roland@hack.frob.com>
10036         * test-skeleton.c (signal_handler): Kill the whole process group
10037         before killing the child individually.
10038         (main): Report any failure on `setpgid'.
10040 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10042         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10043         from _TLS_H to _ARM_NPTL_TLS_H.
10044         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10045         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10047 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10049         [BZ #16539]
10050         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10051         (__expm1l): Return argument unchanged when small but not
10052         subnormal.
10054         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10055         include macro name.
10056         (_FP_UNPACK_RAW_1_P): Likewise.
10057         (_FP_PACK_RAW_1): Likewise.
10058         (_FP_PACK_RAW_1_P): Likewise.
10059         (_FP_MUL_MEAT_1_wide): Likewise.
10060         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10061         (_FP_MUL_MEAT_1_hard): Likewise.
10062         (_FP_DIV_MEAT_1_imm): Likewise.
10063         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10064         (_FP_DIV_MEAT_1_udiv): Likewise.
10065         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10066         (_FP_UNPACK_RAW_2): Likewise.
10067         (_FP_UNPACK_RAW_2_P): Likewise.
10068         (_FP_PACK_RAW_2): Likewise.
10069         (_FP_PACK_RAW_2_P): Likewise.
10070         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10071         (_FP_MUL_MEAT_2_wide): Likewise.
10072         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10073         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10074         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10075         (_FP_MUL_MEAT_2_gmp): Likewise.
10076         (_FP_DIV_MEAT_2_udiv): Likewise.
10077         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10078         (_FP_FRAC_SRL_4): Likewise.
10079         (_FP_FRAC_SRST_4): Likewise.
10080         (_FP_FRAC_SRS_4): Likewise.
10081         (_FP_UNPACK_RAW_4): Likewise.
10082         (_FP_UNPACK_RAW_4_P): Likewise.
10083         (_FP_PACK_RAW_4): Likewise.
10084         (_FP_PACK_RAW_4_P): Likewise.
10085         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10086         (_FP_MUL_MEAT_4_wide): Likewise.
10087         (_FP_MUL_MEAT_4_gmp): Likewise.
10088         (umul_ppppmnnn): Likewise.
10089         (_FP_DIV_MEAT_4_udiv): Likewise.
10090         (__FP_FRAC_ADD_4): Likewise.
10091         (__FP_FRAC_SUB_3): Likewise.
10092         (__FP_FRAC_SUB_4): Likewise.
10093         (__FP_FRAC_DEC_3): Likewise.
10094         (__FP_FRAC_DEC_4): Likewise.
10095         (__FP_FRAC_ADDI_4): Likewise.
10096         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10097         (_FP_FRAC_SRL_8): Likewise.
10098         (_FP_FRAC_SRS_8): Likewise.
10100         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10101         include macro name.
10102         (FP_UNPACK_RAW_EP): Likewise.
10103         (FP_PACK_RAW_E): Likewise.
10104         (FP_PACK_RAW_EP): Likewise.
10105         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10106         (_FP_ISSIGNAN): Likewise.
10107         (_FP_ADD_INTERNAL): Likewise.
10108         (_FP_FMA): Likewise.
10109         (_FP_CMP): Likewise.
10110         (_FP_SQRT): Likewise.
10111         (_FP_TO_INT): Likewise.
10112         (_FP_FROM_INT): Likewise.
10113         (FP_EXTEND): Likewise.
10114         (_FP_DIV_MEAT_N_loop): Likewise.
10116 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10118         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10119         throughout.
10121 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10123         [BZ #17097]
10124         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10125         result with correct sign in case of exponents that produce
10126         overflow except for X very close to 1.
10128 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10130         mktime: merge #if/#ifdef usage from glibc
10131         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10132         as that works with both Glibc's and Gnulib's style.
10133         See thread starting at Siddhesh Poyarekar's bug report at:
10134         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10136 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10138         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10139         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10140         * sysdeps/tile/tilegx/memmove.c: Remove file.
10142 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10144         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10145         abi-name definition.
10146         * scripts/soversions.awk: Do not handle or generate ABI lines.
10147         * shlib-versions: Remove ABI entries.
10148         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10149         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10151 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10153         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10154         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10155         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10156         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10157         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10158         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10159         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10160         Moved ...
10161         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10162         ... here.
10163         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10164         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10165         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10166         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10167         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10168         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10169         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10170         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10171         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10172         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10173         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10174         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10175         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10176         Moved ...
10177         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10178         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10179         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10180         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10181         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10182         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10183         Moved ...
10184         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10185         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10186         Moved ...
10187         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10188         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10189         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10190         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10191         Moved ...
10192         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10193         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10194         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10195         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10196         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10197         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10198         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10199         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10200         Moved ...
10201         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10202         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10203         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10204         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10205         Moved ...
10206         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10207         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10208         Moved ...
10209         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10210         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10211         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10212         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10213         Moved ...
10214         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10215         ... here.
10216         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10217         Identical file removed.
10218         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10219         Moved ...
10220         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10221         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10222         Identical file removed.
10223         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10224         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10225         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10226         Moved ...
10227         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10228         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10229         Identical file removed.
10230         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10231         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10232         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10233         Identical file removed.
10234         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10235         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10236         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10237         Identical file removed.
10238         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10239         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10240         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10241         Identical file removed.
10242         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10243         Moved ...
10244         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10245         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10246         Identical file removed.
10247         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10248         Moved ...
10249         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10250         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10251         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10252         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10253         Identical file removed.
10254         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10255         Moved ...
10256         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10257         ... here.
10258         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10259         Identical file removed.
10260         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10261         Moved ...
10262         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10263         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10264         Identical file removed.
10265         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10266         Moved ...
10267         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10268         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10269         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10270         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10271         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10272         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10273         Moved ...
10274         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10275         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10276         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10278         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10279         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10280         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10281         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10282         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10284 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10286         [BZ #17092]
10287         * nscd/nscd.c (monitor_child): Return exit status of child
10288         instead of return value from wait syscall.
10290 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10292         * configure.ac (libc_commonpagesize): Remove variable.
10293         (libc_relro_required): Likewise.
10294         (libc_cv_z_relro): Remove configure test.
10295         * configure: Regenerated.
10296         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10297         variable.
10298         (libc_relro_required): Likewise.
10299         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10300         (libc_relro_required): Likewise.
10301         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10302         (libc_relro_required): Likewise.
10303         * sysdeps/arm/preconfigure: Regenerated.
10304         * sysdeps/ia64/preconfigure: Remove file.
10305         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10306         variable.
10307         (libc_relro_required): Likewise.
10309         [BZ #16561]
10310         [BZ #16562]
10311         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10312         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10313         recompute overflowing results in original rounding mode.
10314         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10315         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10316         recompute overflowing results in original rounding mode.
10317         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10318         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10319         recompute overflowing results in original rounding mode.
10320         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10321         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10322         recompute overflowing results in original rounding mode.
10323         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10324         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10325         recompute overflowing results in original rounding mode.
10326         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10327         (libc_feholdsetround_ctx): New macro.
10328         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10329         * sysdeps/i386/fpu/libm-test-ulps: Update.
10330         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10332 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10334         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10335         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10336         corresponding .cpsetup call.
10338 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10340         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10341         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10342         * sysdeps/arm/Makefile [$(subdir) = csu]
10343         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10344         (static-only-routines): Add aeabi_read_tp here.
10345         (shared-only-routines): Add libc-aeabi_read_tp here.
10346         (CFLAGS-libc-start.c): Add -fexceptions here.
10347         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10348         (sysdep_routines, static-only-routines, shared-only-routines):
10349         Don't add to these here.
10350         (CFLAGS-libc-start.c): Likewise.
10352         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10353         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10354         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10355         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10356         * sysdeps/arm/Makefile [$(subdir) = rt]
10357         (librt-sysdep_routines, librt-shared-only-routines):
10358         Append rt-aeabi_unwind_cpp_pr1 here.
10359         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10360         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10361         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10362         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10363         Append nptl-aeabi_unwind_cpp_pr1 here.
10364         (tests): Filter out tst-cleanupx4 here.
10365         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10366         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10367         Don't do those here.
10369 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10371         * scripts/list-sources.sh: Do not handle ports specially.
10373 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10375         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10376         * sysdeps/arm/feupdateenv.c: Likewise.
10378         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10380 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10382         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10383         trailing whitespace removed.
10384         * scripts/config.guess: Update to version 2014-03-23.
10385         * scripts/config.sub: Update to version 2014-05-01
10386         * scripts/install-sh: Update to version 2013-12-25.23.
10387         * scripts/move-if-change: Update from gnulib.
10389 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10391         * debug/memmove_chk.c: Remove pagecopy.h include.
10393 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10395         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10396         identical to gnulib mktime.
10398 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10400         * configure.ac: Do not test for machine being rs6000.  Do not test
10401         for powerpc*-*soft.
10402         * configure: Regenerated.
10404         [BZ #11505]
10405         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10406         test.
10407         * configure: Regenerated.
10408         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10409         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10410         Remove configure test.
10411         * sysdeps/arm/configure: Regenerated.
10412         * sysdeps/nptl/configure.ac: Do not check
10413         libc_cv_asm_cfi_directives.
10414         * sysdeps/nptl/configure: Regenerated.
10415         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10416         * sysdeps/x86_64/nptl/configure: Remove generated file.
10417         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10418         unconditional.
10419         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10421 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10423         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10424         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10425         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10426         it is defined.
10428         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10429         instead of whether it is defined.
10430         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10431         * sysdeps/hppa/dl-machine.h: Likewise.
10432         * sysdeps/ia64/dl-machine.h: Likewise.
10433         * sysdeps/m68k/dl-machine.h: Likewise.
10434         * sysdeps/microblaze/dl-machine.h: Likewise.
10435         * sysdeps/mips/dl-machine.: Likewise.
10436         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10437         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10438         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10439         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10440         * sysdeps/sh/dl-machine.h: Likewise.
10441         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10442         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10443         * sysdeps/tile/dl-machine.h: Likewise.
10444         * sysdeps/x86_64/dl-machine.h: Likewise.
10446         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10447         code.
10448         (verify_persistent_db): Likewise.
10450 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10452         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10453         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10454         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10455         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10456         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10457         Moved ...
10458         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10459         ... here.
10460         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10461         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10463         Identical file removed.
10464         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10465         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10466         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10467         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10468         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10469         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10470         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10471         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10472         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10473         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10474         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10475         Moved ...
10476         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10477         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10478         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10479         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10480         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10481         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10482         Moved ...
10483         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10487         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10488         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10489         Identical file removed.
10490         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10491         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10492         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10495         Moved ...
10496         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10497         ... here.
10498         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10499         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10500         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10501         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10503         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10504         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10505         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10506         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10507         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10508         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10509         Moved ...
10510         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10511         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10512         Moved ...
10513         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10515         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10517         Moved ...
10518         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10520         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10522         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10523         folded into ...
10524         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10525         * sysdeps/unix/sysv/linux/s390/Versions
10526         (libpthread: GLIBC_2.19): New version set.
10527         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10528         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10529         (librt: GLIBC_2.3.3): New version set.
10530         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10531         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10532         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10533         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10534         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10535         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10536         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10537         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10538         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10539         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10540         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10541         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10542         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10543         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10544         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10545         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10546         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10547         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10548         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10549         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10550         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10551         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10552         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10553         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10554         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10555         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10556         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10557         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10558         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10559         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10560         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10561         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10562         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10563         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10564         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10565         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10566         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10567         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10568         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10569         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10570         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10571         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10572         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10573         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10574         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10576         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10577         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10578         (__libc_vfork): Define the function under this name.
10579         [!NOT_IN_libc] (__vfork): Make this an alias.
10580         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10581         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10582         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10583         (__libc_vfork): Define the function under this name.
10584         [!NOT_IN_libc] (__vfork): Make this an alias.
10585         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10586         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10587         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10588         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10589         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10590         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10592         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10593         code that was previously under [RESET_PID].
10594         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10595         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10596         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10598         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10599         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10600         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10601         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10602         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10603         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10604         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10605         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10606         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10607         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10608         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10609         Moved ...
10610         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10611         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10612         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10613         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10614         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10615         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10616         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10617         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10618         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10619         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10620         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10621         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10622         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10623         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10624         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10625         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10626         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10627         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10628         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10629         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10630         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10631         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10632         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10633         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10634         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10635         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10636         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10637         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10638         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10640 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10642         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10643         that was previously under [RESET_PID].
10644         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10646 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10648         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10649         not undefine and redefine.
10650         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10651         [O_CLOEXEC]: Make code unconditional.
10652         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10653         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10654         <kernel-features.h>.
10655         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10656         conditional variable definition.
10657         (shm_open) [O_CLOEXEC]: Make code unconditional.
10658         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10659         code.
10661         * configure.ac (USE_REGPARMS): Don't define here.
10662         * configure: Regenerated.
10663         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10664         * sysdeps/i386/configure: Regenerated.
10666         * nptl/createthread.c: Don't include kernel-features.h.
10667         * nptl/pthread_cancel.c: Likewise.
10668         * nptl/pthread_condattr_setclock.c: Likewise.
10669         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10670         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10671         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10672         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10673         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10674         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10675         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10676         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10677         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10678         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10679         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10680         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10681         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10682         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10683         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10684         * nscd/gai.c: Likewise.
10685         * nss/nss_db/db-open.c: Likewise.
10686         * sysdeps/generic/ldsodefs.h: Likewise.
10687         * sysdeps/sh/nptl/tls.h: Likewise.
10688         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10689         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10690         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10691         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10692         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10693         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10694         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10695         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10696         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10697         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10698         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10699         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10700         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10701         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10702         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10703         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10704         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10705         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10706         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10707         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10708         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10709         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10710         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10711         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10712         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10713         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10714         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10715         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10716         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10717         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10718         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10719         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10720         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10721         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10722         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10723         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10724         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10725         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10726         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10727         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10728         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10729         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10730         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10731         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10732         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10733         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10734         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10735         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10736         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10737         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10738         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10739         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10740         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10741         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10742         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10743         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10744         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10745         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10768         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10769         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10770         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10771         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10772         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10773         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10774         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10775         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10776         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10777         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10778         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10779         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10780         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10781         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10782         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10783         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10784         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10785         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10786         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10787         * sysdeps/unix/sysv/linux/system.c: Likewise.
10788         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10789         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10790         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10791         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10792         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10793         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10794         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10796         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10797         * configure: Regenerated.
10798         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10800         * configure.ac (base_machine): Do not set specially for particular
10801         machines here.
10802         * configure: Regenerated.
10803         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10804         settings from configure.ac.
10805         * sysdeps/i386/preconfigure: New file.
10806         * sysdeps/s390/preconfigure: Likewise.
10807         * sysdeps/sh/preconfigure: Likewise.
10808         * sysdeps/sparc/preconfigure: Likewise.
10810 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10812         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10813         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10814         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10815         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10816         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10817         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10818         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10819         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10820         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10821         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10822         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10823         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10824         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10825         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10826         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10827         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10828         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10829         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10830         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10832         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10833         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10834         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10835         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10836         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10837         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10838         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10839         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10840         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10841         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10842         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10843         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10844         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10845         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10846         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10847         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10848         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10849         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10850         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10851         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10852         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10853         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10854         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10855         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10856         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10857         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10858         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10859         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10860         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10861         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10862         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10863         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10864         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10865         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10866         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10867         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10868         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10869         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10871         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10872         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10873         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10874         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10875         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10876         Moved ...
10877         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10878         ... here.
10879         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10880         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10882         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10883         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10884         Moved ...
10885         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10886         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10887         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10888         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10889         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10890         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10891         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10892         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10893         Moved ...
10894         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10895         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10896         Moved ...
10897         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10898         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10899         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10900         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10901         Moved ...
10902         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10903         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10904         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10905         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10906         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10907         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10908         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10909         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10910         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10911         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10912         Moved ...
10913         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10914         ... here.
10915         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10916         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10917         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10918         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10919         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10920         Moved ...
10921         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10922         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10923         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10924         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10925         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10926         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10927         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10928         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10929         Moved ...
10930         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10932         Moved ...
10933         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10935         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10937         Moved ...
10938         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10939         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10940         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10941         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10942         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10944 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10946         * timezone/checktab.awk: Update from tzcode 2014e.
10947         * timezone/private.h: Likewise.
10948         * timezone/tzfile.h: Likewise.
10949         * timezone/zdump.c: Likewise.
10950         * timezone/zic.c: Likewise.
10952         * sysdeps/unix/sysv/linux/kernel-features.h
10953         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10954         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10955         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10956         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10957         Remove conditional code.
10959 2014-06-25  Will Newton  <will.newton@linaro.org>
10961         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10962         (_dl_arm_cap_flags): Add HWCAP2 values.
10963         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10964         (_DL_HWCAP_COUNT): Increase to 37.
10965         (_DL_HWCAP_LAST): New define.
10966         (_DL_HWCAP2_LAST): New define.
10967         (_dl_procinfo): Add support for printing
10968         AT_HWCAP2 entries.
10969         (_dl_string_hwcap): Use _dl_hwcap_string.
10971 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10973         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10975 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10977         * README: Do not mention ports directory.
10979         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10980         Remove macro.
10981         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10982         <kernel-features.h>.
10983         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10984         conditional variable definition.
10985         (__futimes): Update comment.
10986         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10987         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10989         [BZ #16560]
10990         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10991         arguments close to 0.
10992         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10993         Likewise.
10994         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10995         Likewise.
10996         * math/auto-libm-test-in: Add more tests of exp10.
10997         * math/auto-libm-test-out: Regenerated.
10998         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11000         * sysdeps/unix/sysv/linux/kernel-features.h
11001         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11002         * sysdeps/unix/sysv/linux/readv.c: Do not include
11003         <kernel-features.h>.
11004         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11005         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11006         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11007         unconditional.
11008         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11009         conditional code.
11010         * sysdeps/unix/sysv/linux/writev.c: Do not include
11011         <kernel-features.h>.
11012         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11013         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11014         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11015         unconditional.
11016         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11017         conditional code.
11019 2014-06-25  Will Newton  <will.newton@linaro.org>
11021         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11022         comment changes throughout the file.  Remove checks
11023         for HAVE_*_H definitions that are not required.
11024         (__gen_tempname): Call abort if an unknown kind value is
11025         passed.
11027 2014-06-25  Andreas Schwab  <schwab@suse.de>
11029         [BZ #17086]
11030         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11031         scalbln, scalblnf, scalblnl in libc.
11033 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11035         [BZ #17086]
11036         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11037         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11038         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11040 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11042         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11043         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11044         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11045         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11046         Update #include.
11047         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11048         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11049         Update #include.
11050         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11051         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11052         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11053         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11054         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11055         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11056         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11057         * sysdeps/x86/bits/semaphore.h: ... here.
11058         * sysdeps/x86/nptl/elide.h: Moved ...
11059         * sysdeps/x86/elide.h: ... here.
11060         * sysdeps/x86_64/nptl/Implies: File removed.
11061         * sysdeps/i386/nptl/Implies: File removed.
11063 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11065         [BZ #16539]
11066         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11067         return the argument for normal arguments with exponent below -64.
11068         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11069         Likewise.
11070         * math/auto-libm-test-in: Add another test of expm1.
11071         * math/auto-libm-test-out: Regenerated.
11073         [BZ #16287]
11074         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11075         calling __erfcl for arguments at least 16.
11076         * math/auto-libm-test-in: Add more tests of erf.
11077         * math/auto-libm-test-out: Regenerated.
11079         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11080         individual architectures.
11081         * sysdeps/unix/sysv/linux/configure: Regenerated.
11082         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11083         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11084         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11085         (ldd_rewrite_script): Define variable.
11086         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11088         file.
11089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11090         generated file.
11091         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11092         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11093         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11094         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11095         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11096         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11097         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11098         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11100 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11102         [BZ #17084]
11103         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11104         Rename member __data.d to __data.__elision_data.
11106 2014-06-24  Wilco  <wdijkstr@arm.com>
11108         * NEWS: Add 16918 to fixed bug list.
11110 2014-06-24  Wilco  <wdijkstr@arm.com>
11112         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11114 2014-06-24  Wilco  <wdijkstr@arm.com>
11116         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11117         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11118         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11119         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11120         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11121         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11122         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11123         Use _FPU_MASK_RM.
11125 2014-06-24  Wilco  <wdijkstr@arm.com>
11127         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11129 2014-06-24  Wilco  <wdijkstr@arm.com>
11131         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11132         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11133         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11134         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11136 2014-06-24  Wilco  <wdijkstr@arm.com>
11138         [BZ #16918]
11139         * sysdeps/arm/feupdateenv.c (feupdateenv):
11140         Rewrite to reduce FPSCR accesses and fix return value.
11142 2014-06-24  Wilco  <wdijkstr@arm.com>
11144         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11145         Optimize to avoid unnecessary FPSCR writes.
11146         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11147         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11148         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11149         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11151 2014-06-24  Wilco  <wdijkstr@arm.com>
11153         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11154         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11155         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11156         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11157         Call libc_fetestexcept_vfp.
11158         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11159         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11160         __SOFTFP__ ifdef so that they can be built for softfp.
11162 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11164         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11165         argument type signed char.
11167         * Makerules (check-abi): Dump diff of symlist if the test
11168         fails.
11170 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11172         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11173         using abort.
11175         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11176         Remove unused variable ST.
11178 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11180         [BZ #16354]
11181         [BZ #17061]
11182         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11183         small arguments before calling __expm1.
11184         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11185         small arguments before calling __expm1f.
11186         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11187         small arguments before calling __expm1l.
11188         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11189         Likewise.
11190         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11191         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11192         spurious underflow for some cosh tests.
11193         * math/auto-libm-test-out: Regenerated.
11194         * sysdeps/i386/fpu/libm-test-ulps: Update.
11196         [BZ #17050]
11197         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11198         (__ieee754_y1): Set errno if return value overflows.
11199         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11200         (__ieee754_y1f): Set errno if return value overflows.
11201         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11202         (__ieee754_y1l): Set errno if return value overflows.
11203         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11204         (__ieee754_y1l): Set errno if return value overflows.
11205         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11206         * math/auto-libm-test-out: Regenerated.
11208         * math/gen-auto-libm-tests.c: Document use of
11209         ignore-zero-inf-sign.
11210         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11211         (input_flags): Add ignore-zero-inf-sign.
11212         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11213         * math/gen-libm-test.pl (generate_testfile): Handle
11214         ignore-zero-inf-sign.
11215         * math/auto-libm-test-in: Mark some cpow tests with
11216         ignore-zero-inf-sign and some with xfail-rounding.
11217         * math/auto-libm-test-out: Regenerated.
11218         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11219         * sysdeps/i386/fpu/libm-test-ulps: Update.
11220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11222         [BZ #16315]
11223         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11224         overflowing or underflowing operations take place with sign of
11225         result.
11226         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11227         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11228         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11229         (__ieee754_pow): Recompute overflowing and underflowing results in
11230         original rounding mode.
11231         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11232         (__powl_helper): Allow negative argument X and scale negated value
11233         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11234         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11235         overflowing or underflowing operations take place with sign of
11236         result.
11237         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11238         Include <math.h>.
11239         * math/auto-libm-test-in: Add more tests of pow.
11240         * math/auto-libm-test-out: Regenerated.
11241         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11242         (pow_tonearest_test_data): Remove.
11243         (pow_test_tonearest): Likewise.
11244         (pow_towardzero_test_data): Likewise.
11245         (pow_test_towardzero): Likewise.
11246         (pow_downward_test_data): Likewise.
11247         (pow_test_downward): Likewise.
11248         (pow_upward_test_data): Likewise.
11249         (pow_test_upward): Likewise.
11250         (main): Don't call removed functions.
11251         * sysdeps/i386/fpu/libm-test-ulps: Update.
11252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11254 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11257         Moved ...
11258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11260         Moved ...
11261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11263         Moved ...
11264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11266         Moved ...
11267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11269         File removed.
11270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11271         File removed.
11272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11273         File removed.
11274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11275         File removed.
11276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11277         File removed.
11278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11279         File removed.
11280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11281         File removed.
11282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11283         File removed.
11284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11285         File removed.
11286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11287         File removed.
11288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11289         File removed.
11290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11291         File removed.
11292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11293         Moved ...
11294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11296         Moved ...
11297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11298         ... here.
11299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11300         Moved ...
11301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11303         Moved ...
11304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11306         Moved ...
11307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11309         Moved ...
11310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11312         Moved ...
11313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11315         Moved ...
11316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11318         Moved ...
11319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11322         ... here.
11323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11324         Moved ...
11325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11327         Moved ...
11328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11329         ... here.
11330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11331         Moved ...
11332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11333         ... here.
11334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11335         Moved ...
11336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11337         ... here.
11338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11339         Moved ...
11340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11342         Moved ...
11343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11347         Moved ...
11348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11349         ... here.
11350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11351         Moved ...
11352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11353         ... here.
11354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11355         Moved ...
11356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11358         Moved ...
11359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11361         Moved ...
11362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11364         Moved ...
11365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11367         Moved ...
11368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11369         ... here.
11370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11371         Moved ...
11372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11374         Moved ...
11375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11377         Moved ...
11378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11380         Moved ...
11381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11385         Moved ...
11386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11388         Moved ...
11389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11391         Moved ...
11392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11393         ... here.
11394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11395         Moved ...
11396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11397         ... here.
11398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11399         Moved ...
11400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11401         ... here.
11402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11403         Moved ...
11404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11406         Moved ...
11407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11409         Moved ...
11410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11412         Moved ...
11413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11414         ... here.
11415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11416         Moved ...
11417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11418         ... here.
11419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11420         Moved ...
11421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11422         ... here.
11423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11424         Moved ...
11425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11427         Moved ...
11428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11430 2014-06-23  Will Newton  <will.newton@linaro.org>
11431             Wilco  <wdijkstr@arm.com>
11433         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11434         implementation.  Include get-rounding-mode.h.
11435         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11436         [!libc_feholdsetround_noex_ctx]: Define
11437         libc_feholdsetround_noex_ctx.
11438         [!libc_feholdsetround_noexf_ctx]: Define
11439         libc_feholdsetround_noexf_ctx.
11440         [!libc_feholdsetround_noexl_ctx]: Define
11441         libc_feholdsetround_noexl_ctx.
11442         (libc_feholdsetround_ctx): New function.
11443         (libc_feresetround_ctx): New function.
11444         (libc_feholdsetround_noex_ctx): New function.
11445         (libc_feresetround_noex_ctx): New function.
11447 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11449         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11450         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11451         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11452         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11453         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11454         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11456         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11457         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11458         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11459         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11460         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11461         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11462         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11463         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11464         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11465         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11466         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11467         Moved ...
11468         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11469         ... here.
11470         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11471         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11472         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11473         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11474         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11475         Moved ...
11476         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11477         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11478         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11479         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11480         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11481         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11482         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11483         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11484         Moved ...
11485         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11486         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11487         Moved ...
11488         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11489         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11490         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11491         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11492         Moved ...
11493         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11494         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11495         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11496         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11497         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11498         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11499         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11500         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11501         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11502         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11503         Moved ...
11504         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11505         ... here.
11506         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11507         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11508         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11509         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11510         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11511         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11512         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11513         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11514         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11515         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11516         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11517         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11518         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11519         Moved ...
11520         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11521         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11522         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11523         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11524         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11525         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11526         Moved ...
11527         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11528         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11529         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11530         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11531         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11533         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11534         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11535         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11536         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11537         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11538         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11539         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11540         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11541         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11542         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11543         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11544         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11545         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11546         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11547         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11548         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11549         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11550         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11551         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11552         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11553         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11554         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11555         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11556         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11557         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11558         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11559         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11560         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11562 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11564         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11565         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11566         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11567         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11568         (IPV6_PMTUDISC_INTERFACE): Likewise.
11569         (IPV6_PMTUDISC_OMIT): Likewise.
11571 2014-06-23  Andreas Schwab  <schwab@suse.de>
11573         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11574         Remove unused errout label.
11576 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11578         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11579         macro: hardware supports Vector Crypto instructions.
11581 2014-06-23  Will Newton  <will.newton@linaro.org>
11583         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11584         rather than __builtin_expect.
11586         * elf/dl-lookup.c (undefined_msg): Remove variable.
11587         (_dl_lookup_symbol_x): Replace undefined_msg with string
11588         literal.
11590         * elf/dl-lookup.c (do_lookup_unique): New function.
11591         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11592         to a separate function.
11594 2014-06-23  Andreas Schwab  <schwab@suse.de>
11596         [BZ #17079]
11597         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11598         before reading the next line.
11600 2014-06-23  Will Newton  <will.newton@linaro.org>
11602         * test-skeleton.c (signal_handler): Use printf and %m
11603         rather than perror.  Use printf rather than fprintf to
11604         stderr.  Use puts rather than fputs to stderr.
11605         (main): Likewise.
11607 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11609         * nscd/nscd.c (thread_info_t): Remove typedef.
11610         (thread_info): Remove variable.
11612 2014-06-21  Allan McRae  <allan@archlinux.org>
11614         * NEWS: Mention CVE-2014-4043.
11616 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11618         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11619         * nptl/smp.h: ... here.
11621         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11623         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11624         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11625         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11626         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11628         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11629         * nptl/stack-aliasing.h: New file.
11630         * sysdeps/i386/i686/stack-aliasing.h: New file.
11631         * sysdeps/i386/i686/nptl/Makefile: File removed.
11632         * sysdeps/x86_64/stack-aliasing.h: New file.
11633         * sysdeps/x86_64/nptl/Makefile
11634         (CFLAGS-pthread_create.c): Variable removed.
11636         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11637         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11638         old file.
11639         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11640         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11641         old file.
11643 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11645         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11646         (__ASSUME_SIGFRAME_V2): Remove macro.
11647         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11648         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11649         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11650         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11651         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11652         Declare as function.  Remove conditional macro definitions.
11653         (__default_rt_sa_restorer): Likewise.
11654         (__default_sa_restorer_v1): Remove declaration.
11655         (__default_sa_restorer_v2): Likewise.
11656         (__default_rt_sa_restorer_v1): Likewise.
11657         (__default_rt_sa_restorer_v2): Likewise.
11658         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11659         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11660         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11662 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11664         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11665         (libpthread-routines): Add sysdep.
11666         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11667         * sysdeps/unix/sysv/linux/sparc/Versions
11668         (libpthread: GLIBC_2.3.3): New version set.
11669         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11670         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11671         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11672         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11673         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11674         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11675         Moved ...
11676         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11677         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11678         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11679         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11680         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11681         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11682         * sysdeps/sparc/nptl/sem_init.c: ... here.
11683         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11684         * sysdeps/sparc/nptl/sem_post.c: ... here.
11685         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11686         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11687         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11688         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11689         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11690         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11691         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11692         (libpthread-routines): Add cpu_relax.
11693         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11694         File removed.
11695         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11696         (librt: GLIBC_2.3.3): New version set.
11697         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11698         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11699         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11700         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11701         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11702         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11703         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11704         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11705         Moved ...
11706         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11707         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11708         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11709         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11710         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11711         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11712         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11713         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11714         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11715         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11716         Moved ...
11717         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11718         Update #include.
11719         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11720         Moved ...
11721         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11722         Update #include.
11723         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11724         Moved ...
11725         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11726         Update #include.
11727         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11728         Moved ...
11729         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11730         Update #include.
11731         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11732         Moved ...
11733         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11734         Update #include.
11735         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11736         Moved ...
11737         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11738         Update #include.
11739         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11740         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11741         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11742         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11743         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11744         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11745         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11746         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11747         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11748         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11749         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11750         Moved ...
11751         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11752         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11753         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11754         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11755         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11757 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11759         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11760         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11761         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11762         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11763         * nscd/nscd.c: Likewise.
11764         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11765         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11766         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11767         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11769         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11770         <kernel-features.h>.
11771         (init_mq_netlink): Remove conditional have_sock_cloexec
11772         definitions.  Remove code conditional on have_sock_cloexec < 0.
11773         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11774         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11775         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11776         <kernel-features.h>.
11777         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11778         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11780 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11782         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11783         Add tests for memset_chk and memset.
11785         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11786         with AVX2_Usable.
11788 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11790         [BZ #16046]
11791         * elf/tst-dl-iter-static.c: New file.
11792         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11794         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11795         error.
11797 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11799         * sysdeps/unix/sysv/linux/kernel-features.h
11800         (__ASSUME_F_GETOWN_EX): Remove macro.
11801         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11802         <kernel-features.h>.
11803         (miss_F_GETOWN_EX): Remove variable or macro.
11804         (do_fcntl): Do not check miss_F_GETOWN_EX.
11805         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11807         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11808         Remove macro.
11809         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11810         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11811         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11813         * sysdeps/unix/sysv/linux/kernel-features.h
11814         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11815         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11816         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11817         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11819 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11821         [BZ #17075]
11822         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11823         Fix calculation of the symbol's value.
11824         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11825         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11826         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11827         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11828         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11829         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11830         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11831         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11832         (modules-names): Add `tst-armtlsdescmod',
11833         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11834         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11835         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11836         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11837         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11838         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11839         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11840         ($(objpfx)tst-armtlsdescloc): New dependency.
11841         ($(objpfx)tst-armtlsdescextnow): Likewise.
11842         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11843         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11844         TLS scheme support.
11845         * sysdeps/arm/configure: Regenerate.
11847 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11849         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11850         (__atfct_seterrno_2): Likewise.
11851         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11852         <kernel-features.h>.
11853         (__ASSUME_ATFCTS): Do not undefine and redefine.
11854         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11855         (__have_atfcts): Remove conditional definition.
11856         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11857         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11858         unreachable if [__ASSUME_ATFCTS].
11859         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11860         not undefine and redefine.
11861         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11862         <kernel-features.h>.
11863         (faccessat) [__NR_faccessat]: Make code unconditional.
11864         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11865         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11866         <kernel-features.h>.
11867         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11868         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11869         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11870         <kernel-features.h>.
11871         (fchownat) [__NR_fchownat]: Make code unconditional.
11872         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11873         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11874         <kernel-features.h>.
11875         (futimesat) [__NR_futimesat]: Make code unconditional.
11876         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11877         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11878         <kernel-features.h>.
11879         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11880         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11881         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11882         <kernel-features.h>.
11883         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11884         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11885         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11886         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11887         <kernel-features.h>.
11888         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11889         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11890         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11891         <kernel-features.h>.
11892         (linkat) [__NR_linkat]: Make code unconditional.
11893         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11894         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11895         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11896         <kernel-features.h>.
11897         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11898         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11899         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11900         <kernel-features.h>.
11901         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11902         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11903         * sysdeps/unix/sysv/linux/openat.c: Do not include
11904         <kernel-features.h>.
11905         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11906         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11907         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11908         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11909         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11910         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11911         <kernel-features.h>.
11912         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11913         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11914         result of INLINE_SYSCALL directly, not via int variable.
11915         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11916         <kernel-features.h>.
11917         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11918         (renameat) [__NR_renameat]: Make code unconditional.
11919         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11920         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11921         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11922         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11923         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11924         (__ASSUME_ATFCTS): Do not undefine and redefine.
11925         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11926         <kernel-features.h>.
11927         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11928         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11929         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11930         <kernel-features.h>.
11931         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11932         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11933         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11934         (__ASSUME_ATFCTS): Do not undefine and redefine.
11935         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11936         <kernel-features.h>.
11937         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11938         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11939         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11940         <kernel-features.h>.
11941         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11942         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11944 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11946         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11948 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11950         [BZ #17069]
11951         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11952         constructed tree before returning error.
11953         * posix/bug-regexp36.c: Expand test case.
11955 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11957         [BZ #6803]
11958         * math/libm-test.inc (scalbln_test_date):
11959         Add errno expectations.
11960         * math/w_scalblnf.c: New File.
11961         Add wrapper which checks for setting errno to ERANGE.
11962         Add weak_alias for corresponding scalbln function.
11963         * math/w_scalbln.c: Likewise.
11964         * math/w_scalblnl.c: Likewise.
11965         * math/Makefile (libm-calls): Add w_scalbln.
11966         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11967         Remove weak_alias for corresponding scalbln function.
11968         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11969         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11970         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11971         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11972         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11973         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11974         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11975         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11976         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11977         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11978         Remove long_double_symbol for scalblnl function in libm, libc.
11979         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11980         Add wrapper which checks for setting errno to ERANGE.
11981         Add long_double_symbol for scalblnl function in libm, libc.
11982         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11983         Remove long_double_symbol for scalblnl in libm.
11984         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11985         Add wrapper which checks for setting errno to ERANGE.
11986         Add long_double_symbol for scalblnl function in libm.
11987         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11988         Do not use wrapper because of own implementation.
11990 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11992         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11993         3 bytes for __pad1 for x32.
11994         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11996 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11997             H.J. Lu  <hongjiu.lu@intel.com>
11999         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12000         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12001         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12002         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12003         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12005 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12007         [BZ #17069]
12008         * posix/regcomp.c (parse_expression): Deallocate partially
12009         constructed tree before returning error.
12010         * posix/Makefile.c (tests): Add bug-regex36.
12011         (generated): Add bug-regex36.mtrace.
12012         (tests-special): Add $(objpfx)bug-regex36-mem.out
12013         (bug-regex36-ENV): New variable.
12014         ($(objpfx)bug-regex36-mem.out): New rule.
12015         * posix/bug-regex36.c: New file.
12017 2014-06-19  Will Newton  <will.newton@linaro.org>
12019         * malloc/malloc.c (systrim): If extra is zero then return
12020         early.
12022 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12024         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12026 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12028         * sysdeps/aarch64/strchr.S: New file.
12030 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12032         [BZ #17022]
12033         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12034         from arguments -2 or below.
12035         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12036         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12038 2014-06-18  Andreas Schwab  <schwab@suse.de>
12040         [BZ #17062]
12041         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12042         of a bracket expr not to run off the end of the string.
12043         * posix/Makefile (tests): Add tst-fnmatch3.
12044         * posix/tst-fnmatch3.c: New file.
12046 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12048         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12049         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12050         [$(cross-compiling) = no]: Likewise.
12051         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12052         [$(cross-compiling) = no]: Likewise.
12054 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12056         [BZ #17031]
12057         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12058         double, adjusted for any remainder from the high double.
12059         * math/libm-test.inc (nearbyint): Add tests.
12060         (rint): Likewise.
12062 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12064         * nptl/sysdeps/powerpc/Makefile: Moved ...
12065         * sysdeps/powerpc/nptl/Makefile: ... here.
12066         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12067         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12068         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12069         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12070         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12071         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12072         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12073         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12074         * nptl/sysdeps/powerpc/tls.h: Moved ...
12075         * sysdeps/powerpc/nptl/tls.h: ... here.
12077 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12079         [BZ #16681]
12080         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12081         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12082         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12083         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12084         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12085         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12086         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12087         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12088         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12090 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12092         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12094 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12096         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12097         defined operator.
12099         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12100         $TIMEOUTFACTOR.
12102 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12104         [BZ #17058]
12105         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12106         non-executed part of the test.
12108 2014-06-16  Andreas Schwab  <schwab@suse.de>
12110         * string/bits/string2.h (strdup, strndup): Update feature guard.
12112 2014-06-14  David S. Miller  <davem@davemloft.net>
12114         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12116 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12118         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12119         that was previously under [RESET_PID].
12120         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12122         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12123         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12124         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12125         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12126         (__libc_vfork): New strong alias.
12127         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12129 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12131         * sysdeps/generic/elide.h: New file.
12133 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12135         * Makefile (installed-headers): Adjust path of pthread.h header.
12137 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12139         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12140         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12141         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12142         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12144         * nptl/sysdeps/s390/Makefile: Moved ...
12145         * sysdeps/s390/nptl/Makefile: ... here.
12146         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12147         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12148         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12149         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12150         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12151         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12152         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12153         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12154         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12155         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12156         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12157         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12158         * nptl/sysdeps/s390/tls.h: Moved ...
12159         * sysdeps/s390/nptl/tls.h: ... here.
12161         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12162         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12164 2014-06-13  David S. Miller  <davem@davemloft.net>
12166         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12167         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12168         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12169         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12170         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12171         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12172         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12173         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12174         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12175         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12176         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12177         Remove RESET_PID cpp guards.
12178         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12179         Remove RESET_PID cpp guards.
12180         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12182 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12184         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12185         __sp to uintptr_t.
12187 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12189         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12190         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12191         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12192         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12193         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12194         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12195         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12196         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12197         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12198         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12199         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12200         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12201         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12202         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12203         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12204         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12205         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12206         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12207         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12208         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12210         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12211         (pthread_rwlock_rdlock): Add elision.
12212         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12213         (pthread_rwlock_wrlock): Add elision.
12214         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12215         (pthread_rwlock_trywrlock): Add elision.
12216         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12217         (pthread_rwlock_tryrdlock): Add elision.
12218         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12219         (pthread_rwlock_tryrdlock): Add elision unlock.
12220         * nptl/sysdeps/pthread/pthread.h:
12221         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12222         (PTHREAD_RWLOCK_INITIALIZER,
12223         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12224         Handle new elision field.
12225         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12226         * sysdeps/arm/nptl/bits/pthreadtypes.h
12227         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12228         * sysdeps/sh/nptl/bits/pthreadtypes.h
12229         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12230         * sysdeps/tile/nptl/bits/pthreadtypes.h
12231         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12232         * sysdeps/a/nptl/bits/pthreadtypes.h
12233         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12234         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12235         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12236         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12237         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12238         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12239         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12240         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12241         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12242         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12243         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12244         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12245         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12246         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12247         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12248         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12249         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12250         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12251         (elision_init): Set try_xbegin to zero when no RTM.
12252         * sysdeps/x86/nptl/bits/pthreadtypes.h
12253         (pthread_rwlock_t): Change __pad1 to __rwelision.
12254         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12256 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12258         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12259         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12260         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12261         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12263 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12265         [BZ #16996]
12266         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12267         that the cached result has been set before returning it.
12269 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12271         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12272         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12273         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12274         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12275         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12276         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12278         * nptl/sysdeps/sparc/Makefile: Moved ...
12279         * sysdeps/sparc/nptl/Makefile: ... here.
12280         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12281         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12282         * nptl/sysdeps/sparc/tls.h: Moved ...
12283         * sysdeps/sparc/nptl/tls.h: ... here.
12284         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12285         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12286         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12287         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12288         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12289         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12290         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12291         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12292         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12293         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12294         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12295         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12296         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12297         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12298         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12299         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12300         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12301         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12302         Update #include.
12303         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12304         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12305         Update #include.
12306         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12307         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12308         Update #include.
12309         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12310         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12311         Update #include.
12313         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12315         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12316         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12318         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12319         (struct list_links): Type removed.
12320         (struct thread_node, struct timer_node): Replace struct list_links
12321         with struct list_head.
12322         (list_unlink_ip): Likewise.
12323         * sysdeps/pthread/timer_routines.c
12324         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12325         (list_append, list_insbefore): Likewise.
12326         (list_init): Function removed.
12327         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12328         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12329         * sysdeps/pthread/Makefile: ... here, new file.
12331         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12332         * sysdeps/nptl/Implies: ... here.
12333         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12334         * nptl/sysdeps/pthread/list.h: Moved ...
12335         * include/list.h: ... here.
12336         * nptl/sysdeps/pthread/createthread.c: Moved ...
12337         * nptl/createthread.c: ... here.
12338         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12339         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12340         * nptl/pt-longjmp.c: ... here.
12341         * nptl/sysdeps/pthread/Makefile: Moved ...
12342         * sysdeps/nptl/Makefile: ... here.
12343         * nptl/sysdeps/pthread/Subdirs: Moved ...
12344         * sysdeps/nptl/Subdirs: ... here.
12345         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12346         * sysdeps/nptl/aio_misc.h: ... here.
12347         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12348         * sysdeps/nptl/bits/libc-lock.h: ... here.
12349         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12350         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12351         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12352         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12353         * nptl/sysdeps/pthread/configure: Moved ...
12354         * sysdeps/nptl/configure: ... here.
12355         * nptl/sysdeps/pthread/configure.ac: Moved ...
12356         * sysdeps/nptl/configure.ac: ... here.
12357         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12358         * sysdeps/nptl/gai_misc.h: ... here.
12359         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12360         * sysdeps/nptl/librt-cancellation.c: ... here.
12361         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12362         * sysdeps/nptl/malloc-machine.h: ... here.
12363         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12364         * sysdeps/nptl/pthread-functions.h: ... here.
12365         * nptl/sysdeps/pthread/pthread.h: Moved ...
12366         * sysdeps/nptl/pthread.h: ... here.
12367         * nptl/sysdeps/pthread/setxid.h: Moved ...
12368         * sysdeps/nptl/setxid.h: ... here.
12369         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12370         * sysdeps/nptl/sigfillset.c: ... here.
12371         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12372         * sysdeps/nptl/tcb-offsets.h: ... here.
12373         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12374         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12375         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12376         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12377         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12378         * sysdeps/pthread/allocalim.h: ... here.
12379         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12380         * sysdeps/pthread/bits/sigthread.h: ... here.
12381         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12382         * sysdeps/pthread/flockfile.c: ... here.
12383         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12384         * sysdeps/pthread/ftrylockfile.c: ... here.
12385         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12386         * sysdeps/pthread/funlockfile.c: ... here.
12387         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12388         * sysdeps/pthread/posix-timer.h: ... here.
12389         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12390         * sysdeps/pthread/timer_create.c: ... here.
12391         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12392         * sysdeps/pthread/timer_delete.c: ... here.
12393         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12394         * sysdeps/pthread/timer_getoverr.c: ... here.
12395         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12396         * sysdeps/pthread/timer_gettime.c: ... here.
12397         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12398         * sysdeps/pthread/timer_routines.c: ... here.
12399         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12400         * sysdeps/pthread/timer_settime.c: ... here.
12401         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12402         * sysdeps/pthread/tst-timer.c: ... here.
12403         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12404         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12406         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12407         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12409         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12410         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12411         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12412         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12413         Update #include target.
12414         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12415         * sysdeps/i386/i686/nptl/Makefile: ... here.
12416         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12417         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12418         Update #include target.
12419         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12420         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12421         * nptl/sysdeps/i386/Makefile: Moved ...
12422         * sysdeps/i386/nptl/Makefile: ... here.
12423         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12424         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12425         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12426         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12427         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12428         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12429         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12430         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12431         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12432         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12433         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12434         * nptl/sysdeps/i386/tls.h: Moved ...
12435         * sysdeps/i386/nptl/tls.h: ... here.
12437         * sysdeps/sh/Makefile [$(subdir) = csu]
12438         (gen-as-const-headers): Add tcb-offsets.sym.
12439         * nptl/sysdeps/sh/Makefile: File removed.
12440         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12441         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12442         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12443         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12444         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12445         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12446         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12447         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12448         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12449         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12450         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12451         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12452         * nptl/sysdeps/sh/tls.h: Moved ...
12453         * sysdeps/sh/nptl/tls.h: ... here.
12454         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12455         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12456         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12457         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12458         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12459         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12460         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12461         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12462         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12463         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12464         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12465         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12466         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12467         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12468         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12469         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12470         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12471         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12472         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12473         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12474         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12475         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12476         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12477         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12478         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12479         Moved ...
12480         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12481         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12482         Moved ...
12483         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12484         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12485         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12486         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12487         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12488         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12489         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12490         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12491         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12492         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12493         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12494         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12495         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12496         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12497         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12498         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12499         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12500         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12501         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12503 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12505         * posix/spawn_faction_addopen.c: Include string.h.
12507 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12509         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12510         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12511         * nptl/sysdeps/x86_64/Makefile: Moved ...
12512         * sysdeps/x86_64/nptl/Makefile: ... here.
12513         * nptl/sysdeps/x86_64/configure: Moved ...
12514         * sysdeps/x86_64/nptl/configure: ... here.
12515         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12516         * sysdeps/x86_64/nptl/configure.ac: ... here.
12517         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12518         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12519         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12520         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12521         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12522         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12523         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12524         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12525         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12526         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12527         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12528         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12529         * nptl/sysdeps/x86_64/tls.h: Moved ...
12530         * sysdeps/x86_64/nptl/tls.h: ... here.
12531         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12532         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12533         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12534         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12536         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12538 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12540         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12542 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12544         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12545         type.
12546         [POSIX] (off_t): Likewise.
12547         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12548         [POSIX] (S_ISBLK): Require macro.
12549         [POSIX] (S_ISCHR): Likewise.
12550         [POSIX] (S_ISDIR): Likewise.
12551         [POSIX] (S_ISFIFO): Likewise.
12552         [POSIX] (S_ISREG): Likewise.
12553         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12554         optional-macro.
12555         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12556         type.
12557         [POSIX] (time_t): Likewise.
12558         [POSIX] (timer_t): Likewise.
12560 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12562         [BZ #17048]
12563         * posix/spawn_int.h (struct __spawn_action): Make the path string
12564         non-const to support deallocation.
12565         * posix/spawn_faction_addopen.c
12566         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12567         * posix/spawn_faction_destroy.c
12568         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12569         path in all spawn_do_open actions.
12570         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12571         posix_spawn_file_actions_addopen.
12573 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12575         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12576         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12577         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12578         conditional code always true.
12579         (__libc_vfork): New alias.
12581 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12583         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12584         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12586         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12588         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12589         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12591         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12592         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12594         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12595         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12597 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12599         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12600         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12601         multiarch strcmp for PPC64.
12602         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12603         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12604         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12605         multiarch optimizations.
12606         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12607         (__libc_ifunc_impl_list): Likewise.
12609 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12611         * benchtests/scripts/validate_benchout.py: New script.
12612         * benchtests/Makefile (bench-func): Call it.
12613         * benchtests/scripts/benchout.schema.json: New file.
12615 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12617         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12618         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12619         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12620         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12621         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12622         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12623         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12624         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12625         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12626         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12627         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12628         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12629         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12630         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12631         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12632         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12633         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12634         Moved ...
12635         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12636         ... here.
12637         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12638         Moved ...
12639         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12641         Moved ...
12642         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12643         ... here.
12644         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12645         Moved ...
12646         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12647         ... here.
12648         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12649         Moved ...
12650         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12651         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12652         Moved ...
12653         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12654         ... here.
12655         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12656         Moved ...
12657         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12658         ... here.
12659         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12660         Moved ...
12661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12663         Moved ...
12664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12665         ... here.
12666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12667         Moved ...
12668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12669         ... here.
12670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12671         Moved ...
12672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12673         ... here.
12674         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12675         Moved ...
12676         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12678         Moved ...
12679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12680         ... here.
12681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12682         Moved ...
12683         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12684         ... here.
12685         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12686         Moved ...
12687         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12688         ... here.
12689         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12690         Moved ...
12691         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12693         Moved ...
12694         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12695         ... here.
12696         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12697         Moved ...
12698         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12699         ... here.
12700         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12701         Moved ...
12702         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12704         Moved ...
12705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12706         ... here.
12707         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12708         Moved ...
12709         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12711         Moved ...
12712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12713         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12714         Moved ...
12715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12716         ... here.
12717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12718         Moved ...
12719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12720         ... here.
12721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12722         Moved ...
12723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12724         ... here.
12725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12726         Moved ...
12727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12728         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12729         Moved ...
12730         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12731         ... here.
12732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12733         Moved ...
12734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12735         ... here.
12736         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12737         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12738         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12739         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12740         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12741         Moved ...
12742         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12743         ... here.
12744         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12745         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12746         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12747         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12748         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12749         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12750         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12751         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12752         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12753         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12754         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12755         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12756         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12757         Moved ...
12758         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12759         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12760         Moved ...
12761         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12762         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12763         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12764         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12765         Moved ...
12766         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12767         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12768         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12769         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12770         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12771         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12772         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12774 2014-06-10  Wilco  <wdijkstr@arm.com>
12776         * math/test-fenv-return.c: New file.
12777         * math/Makefile: Add new test test-fenv-return.
12779 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12781         [BZ #17042]
12782         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12783         when x - 1 is zero.
12784         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12785         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12786         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12787         0.0L for an argument of 1.0L.
12788         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12789         Likewise.
12790         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12791         value when x - 1 is zero.
12792         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12793         * sysdeps/i386/fpu/libm-test-ulps: Update.
12794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12796 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12798         [BZ #15119]
12799         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12801 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12803         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12804         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12806 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12808         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12809         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12811         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12812         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12814         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12815         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12817         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12818         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12820         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12821         if not already defined.
12822         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12823         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12824         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12825         (TLS_INIT_TP): Use it.
12826         (TLS_DEFINE_INIT_TP): New macro.
12827         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12829 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12831         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12832         constant.
12833         [POSIX] (IXANY): Likewise.
12834         [POSIX] (OLCUC): Likewise.
12835         [POSIX || POSIX2008] (CBAUD): Do not allow.
12836         [POSIX || POSIX2008] (DEFECHO): Likewise.
12837         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12838         [POSIX || POSIX2008] (ECHOKE): Likewise.
12839         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12840         [POSIX || POSIX2008] (EXTA): Likewise.
12841         [POSIX || POSIX2008] (EXTB): Likewise.
12842         [POSIX || POSIX2008] (FLUSHO): Likewise.
12843         [POSIX || POSIX2008] (LOBLK): Likewise.
12844         [POSIX || POSIX2008] (PENDIN): Likewise.
12845         [POSIX || POSIX2008] (SWTCH): Likewise.
12846         [POSIX || POSIX2008] (VDISCARD): Likewise.
12847         [POSIX || POSIX2008] (VDSUSP): Likewise.
12848         [POSIX || POSIX2008] (VLNEXT): Likewise.
12849         [POSIX || POSIX2008] (VREPRINT): Likewise.
12850         [POSIX || POSIX2008] (VSTATUS): Likewise.
12851         [POSIX || POSIX2008] (VWERASE): Likewise.
12852         (B*): Change to B[0123456789]*.
12853         * conform/data/time.h-data [POSIX || UNIX98]
12854         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12855         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12856         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12857         [POSIX] (tm_*): Do not allow.
12859 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12861         * Makefile (install): Don't set LANGUAGE.
12862         * Makefile.in (install): Likewise.
12863         * assert/Makefile (test-assert-ENV): Remove variable.
12864         (test-assert-perr-ENV): Likewise.
12865         * elf/Makefile (neededtest4-ENV): Likewise.
12866         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12867         [$(cross-compiling) = no]: Don't set LANGUAGE.
12868         * io/ftwtest-sh (LANG): Remove variable.
12869         * libio/Makefile (tst-widetext-ENV): Likewise.
12870         * manual/install.texi (Running make install): Don't refer to
12871         environment settings for make install.
12872         * INSTALL: Regenerated.
12873         * nptl/tst-tls6.sh: Don't set LANG.
12874         * posix/globtest.sh (LANG): Remove variable.
12875         * string/Makefile (tester-ENV): Likewise.
12876         (inl-tester-ENV): Likewise.
12877         (noinl-tester-ENV): Likewise.
12878         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12879         [$(cross-compiling) = no]: Don't set LANGUAGE.
12880         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12881         without explicit environment settings.
12883 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12885         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12886         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12887         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12888         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12890 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12892         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12893         other files in the crypt directory.
12894         * crypt/crypt.c: Remove duplicate includes.
12895         * crypt/crypt-entry.c: Likewise.
12896         * crypt/crypt_util.c: Likewise.
12898 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12900         * Makeconfig (run-program-env): New variable.
12901         (run-program-prefix-before-env): Likewise.
12902         (run-program-prefix-after-env): Likewise.
12903         (run-program-prefix): Define in terms of new variables.
12904         (built-program-cmd-before-env): New variable.
12905         (built-program-cmd-after-env): Likewise.
12906         (built-program-cmd): Define in terms of new variables.
12907         (test-program-prefix-before-env): New variable.
12908         (test-program-prefix-after-env): Likewise.
12909         (test-program-prefix): Define in terms of new variables.
12910         (test-program-cmd-before-env): New variable.
12911         (test-program-cmd-after-env): Likewise.
12912         (test-program-cmd): Define in terms of new variables.
12913         * Rules (make-test-out): Use $(run-program-env).
12914         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12915         (help): Do not mention environment variables.  Mention
12916         --timeoutfactor option.
12917         (timeoutfactor): New variable.
12918         (blacklist_exports): Remove function.
12919         (exports): Remove variable.
12920         (command): Do not include ${exports}.
12921         * manual/install.texi (Configuring and compiling): Do not mention
12922         test wrappers preserving environment variables.  Mention that last
12923         assignment to a variable must take precedence.
12924         * INSTALL: Regenerated.
12925         * benchtests/Makefile (run-bench): Use $(run-program-env).
12926         * catgets/Makefile ($(objpfx)test1.cat): Use
12927         $(built-program-cmd-before-env), $(run-program-env) and
12928         $(built-program-cmd-after-env).
12929         ($(objpfx)test2.cat): Do not specify environment variables
12930         explicitly.
12931         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12932         $(run-program-env) and $(built-program-cmd-after-env).
12933         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12934         $(run-program-env) and $(test-program-cmd-after-env).
12935         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12936         explicitly.
12937         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12938         run_program_env and test_program_cmd_after_env arguments.
12939         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12940         * elf/tst-pathopt.sh: Use run_program_env argument.
12941         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12942         $(test-wrapper-env) and $(run-program-env).
12943         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12944         run_program_env arguments.
12945         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12946         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12947         $(test-program-prefix-before-env), $(run-program-env) and
12948         $(test-program-prefix-after-env).
12949         ($(objpfx)tst-gettext2.out): Likewise.
12950         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12951         run_program_env and test_program_prefix_after_env arguments.
12952         * intl/tst-gettext2.sh: Likewise.
12953         * intl/tst-gettext4.sh: Do not set environment variables
12954         explicitly.
12955         * intl/tst-gettext6.sh: Likewise.
12956         * intl/tst-translit.sh: Likewise.
12957         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12958         $(test-program-prefix-before-env), $(run-program-env) and
12959         $(test-program-prefix-after-env).
12960         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12961         run_program_env and test_program_prefix_after_env arguments.
12962         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12963         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12964         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12965         explicitly with each use of ${test_wrapper_env}.
12966         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12967         $(test-program-prefix-before-env), $(run-program-env) and
12968         $(test-program-prefix-after-env).
12969         * posix/tst-getconf.sh: Do not set environment variables
12970         explicitly.
12971         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12972         run_program_env and test_program_prefix_after_env arguments.
12973         * stdio-common/tst-printf.sh: Do not set environment variables
12974         explicitly.
12975         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12976         $(test-program-prefix-before-env), $(run-program-env) and
12977         $(test-program-prefix-after-env).
12978         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12979         run_program_env and test_program_prefix_after_env arguments.
12980         Split $test calls into $test_pre and $test.
12981         * timezone/Makefile (build-testdata): Use
12982         $(built-program-cmd-before-env), $(run-program-env) and
12983         $(built-program-cmd-after-env).
12985 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12987         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12988         strlen for non SHARED builds.
12990 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12992         * nptl/allocatestack.c (check_list): Inlined function...
12993         (__reclaim_stacks): ... here.
12995 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12997         [BZ #15698]
12998         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12999         memory overrun.
13001 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13003         * Rules (make-test-out): Include
13004         LOCPATH=$(common-objpfx)localedata in default environment.
13005         * debug/Makefile (tst-chk1-ENV): Remove variable.
13006         (tst-chk2-ENV): Likewise.
13007         (tst-chk3-ENV): Likewise.
13008         (tst-chk4-ENV): Likewise.
13009         (tst-chk5-ENV): Likewise.
13010         (tst-chk6-ENV): Likewise.
13011         (tst-lfschk1-ENV): Likewise.
13012         (tst-lfschk2-ENV): Likewise.
13013         (tst-lfschk3-ENV): Likewise.
13014         (tst-lfschk4-ENV): Likewise.
13015         (tst-lfschk5-ENV): Likewise.
13016         (tst-lfschk6-ENV): Likewise.
13017         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13018         (tst-iconv7-ENV): Likewise.
13019         * intl/Makefile (LOCPATH-ENV): Likewise.
13020         (tst-codeset-ENV): Likewise.
13021         (tst-gettext3-ENV): Likewise.
13022         (tst-gettext5-ENV): Likewise.
13023         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13024         (tst-fopenloc-ENV): Likewise.
13025         (tst-fgetws-ENV): Remove variable.
13026         (tst-ungetwc1-ENV): Likewise.
13027         (tst-ungetwc2-ENV): Likewise.
13028         (bug-ungetwc2-ENV): Likewise.
13029         (tst-swscanf-ENV): Likewise.
13030         (bug-ftell-ENV): Likewise.
13031         (tst-fgetwc-ENV): Likewise.
13032         (tst-fseek-ENV): Likewise.
13033         (tst-ftell-partial-wide-ENV): Likewise.
13034         (tst-ftell-active-handler-ENV): Likewise.
13035         (tst-ftell-append-ENV): Likewise.
13036         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13037         (tst-regexloc-ENV): Likewise.
13038         (bug-regex1-ENV): Likewise.
13039         (tst-regex-ENV): Likewise.
13040         (tst-regex2-ENV): Likewise.
13041         (bug-regex5-ENV): Likewise.
13042         (bug-regex6-ENV): Likewise.
13043         (bug-regex17-ENV): Likewise.
13044         (bug-regex18-ENV): Likewise.
13045         (bug-regex19-ENV): Likewise.
13046         (bug-regex20-ENV): Likewise.
13047         (bug-regex22-ENV): Likewise.
13048         (bug-regex23-ENV): Likewise.
13049         (bug-regex25-ENV): Likewise.
13050         (bug-regex26-ENV): Likewise.
13051         (bug-regex30-ENV): Likewise.
13052         (bug-regex32-ENV): Likewise.
13053         (bug-regex33-ENV): Likewise.
13054         (bug-regex34-ENV): Likewise.
13055         (bug-regex35-ENV): Likewise.
13056         (tst-rxspencer-ENV): Likewise.
13057         (tst-rxspencer-no-utf8-ENV): Likewise.
13058         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13059         (tst-sscanf-ENV): Likewise.
13060         (tst-swprintf-ENV): Likewise.
13061         (tst-swscanf-ENV): Likewise.
13062         (test-vfprintf-ENV): Likewise.
13063         (scanf13-ENV): Likewise.
13064         (bug14-ENV): Likewise.
13065         (tst-grouping-ENV): Likewise.
13066         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13067         (tst-strtod3-ENV): Likewise.
13068         (tst-strtod4-ENV): Likewise.
13069         (tst-strtod5-ENV): Likewise.
13070         (testmb2-ENV): Likewise./
13071         * string/Makefile (tst-strxfrm-ENV): Likewise.
13072         (tst-strxfrm2-ENV): Likewise.
13073         (bug-strcoll1-ENV): Likewise.
13074         (test-strcasecmp-ENV): Likewise.
13075         (test-strncasecmp-ENV): Likewise.
13076         * time/Makefile (tst-strptime-ENV): Likewise.
13077         (tst-ftime_l-ENV): Likewise.
13078         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13079         (tst-mbrtowc-ENV): Likewise.
13080         (tst-wcrtomb-ENV): Likewise.
13081         (tst-mbrtowc2-ENV): Likewise.
13082         (tst-c16c32-1-ENV): Likewise.
13083         (tst-mbsnrtowcs-ENV): Likewise.
13085 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13087         * manual/resource.texi (How to get information about the memory
13088         subsystem?): Fix typo.
13089         Reported by Peon de la Parra Ivan <peon@keba.com>
13091 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13093         [BZ #16882]
13094         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13095         (pthread_spin_lock): Branch out of spin loop to proper location.
13096         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13097         (pthread_spin_lock): Likewise.
13099         * nptl/tst-spin4.c: New test.
13100         * nptl/Makefile (tests): Add tst-spin4.
13102 2014-06-03  Andreas Schwab  <schwab@suse.de>
13104         [BZ #15946]
13105         * resolv/res_send.c (send_dg): Reload file descriptor after
13106         calling reopen.
13108 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13110         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13112 2014-06-03  Richard Henderson  <rth@redhat.com>
13114         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13115         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13116         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13117         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13118         in the SAVE_PID block.
13119         (__libc_vfork): New alias.
13120         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13122         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13123         child in registers, not on the stack.  Remove RESET_PID conditionals.
13124         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13126 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13128         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13130 2014-06-03  Wilco  <wdijkstr@arm.com>
13132         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13133         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13134         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13135         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13136         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13137         Likewise.
13139 2014-06-03  Wilco  <wdijkstr@arm.com>
13141         * sysdeps/aarch64/fpu/math_private.h
13142         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13143         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13144         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13145         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13146         Fix declarations.
13148 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13150         * crypt/crypt-private.h: Include ufc-crypt.h.
13151         (__b64_from_24bit): Declare extern.
13152         * crypt/crypt_util.c(__b64_from_24bit): New function.
13153         (b64t): New static const variable.
13154         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13155         (b64t): Remove variable.
13156         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13157         * crypt/sha256-crypt.c: Include crypt-private.h.
13158         (b64t): Remove variable.
13159         (__sha256_crypt_r): Remove b64_from_24bit and replace
13160         with __b64_from_24bit.
13161         * crypt/sha512-crypt.c: Likewise.
13163 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13165         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13166         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13167         Label the code __libc_vfork rather than __vfork.
13168         [!NOT_IN_libc] (vfork): Define as weak alias.
13169         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13170         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13171         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13173 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13175         * malloc/malloc.c (malloc_info): Fix format specifier for
13176         n_mmaps.
13178 2014-06-02  Wilco  <wdijkstr@arm.com>
13180         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13181         FPCR write.
13183 2014-06-02  Wilco  <wdijkstr@arm.com>
13185         [BZ #17009]
13186         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13187         Rewrite to reduce FPCR/FPSR accesses.
13189 2014-06-01  David S. Miller  <davem@davemloft.net>
13191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13193 2014-05-31  David S. Miller  <davem@davemloft.net>
13195         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13196         to occur in round to nearest mode when |x| >= 2.0
13198 2014-05-30  Richard Henderson  <rth@twiddle.net>
13200         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13201         (PSEUDO_RET_NOERRNO): Remove.
13202         (ret): Don't redefine.
13203         (ret_NOERRNO): Define in terms of ret.
13204         (ret_ERRVAL): Likewise.
13206         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13207         use of PSEUDO_RET; perform the error check directly.
13209 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13211         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13212         with __int128_t.
13214 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13216         * malloc/malloc (malloc_info): Fix formatting.
13218 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13219             Roland McGrath  <roland@hack.frob.com>
13221         * malloc/malloc (malloc_info): Also print mmapped statistics.
13223 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13225         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13226         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13228 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13230         * malloc/malloc.c (malloc_info): Inline mi_arena.
13232 2014-05-29  Richard Henderson  <rth@twiddle.net>
13234         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13235         Remove comma before expanding ASM_ARGS_##nr.
13236         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13237         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13238         of ASM_ARGS_##nr.
13239         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13240         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13241         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13242         (ASM_ARGS_1): Add leading comma.
13244         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13245         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13246         to __errno_location.
13247         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13248         Remove the expected plt for __errno_location.
13250         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13251         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13252         call to __read_tp.
13254         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13255         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13256         it and break it down.
13257         (DOCARGS_0, DOCARGS_1): Do nothing.
13258         (DOCARGS_2): Update to store into the new stack frame.
13259         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13260         (UNDOCARGS_1): Update to restore from the new stack frame.
13261         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13262         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13264         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13265         (SINGLE_THREAD_P): New parameter for result regno.
13266         (PSEUDO): Update to match; use cbz instead of beq.
13268         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13269         Use ENTRY to define the _nocancel entry point.  Share the syscall
13270         and syscall error check paths with the cancel path.
13271         (PSEUDO_END): New.
13273         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13274         whitespace; tabs before and after asm mnemonics.
13276 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13278         [BZ #15132]
13279         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13280         Call fstat64 or stat64 internally, depending on arguments passed.
13281         Replace stat buffer argument with file descriptor argument.
13282         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13283         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13284         Pass fd to __internal_statvfs instead of calling fstat64.
13285         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13286         Pass fd to __internal_statvfs64 instead of calling fstat64.
13287         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13288         Pass -1 to __internal_statvfs instead of calling stat64.
13289         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13290         Pass -1 to __internal_statvfs64 instead of calling stat64.
13292 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13294         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13295         that was previously under [RESET_PID].
13296         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13298         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13299         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13301 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13303         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13305         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13306         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13308 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13310         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13312 2014-05-27  Andreas Schwab  <schwab@suse.de>
13314         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13315         TLS_INIT_TP macro.
13316         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13317         * elf/rtld.c (init_tls, dl_main): Likewise.
13318         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13319         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13320         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13321         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13322         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13323         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13324         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13325         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13326         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13327         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13328         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13329         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13330         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13331         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13332         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13333         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13334         * sysdeps/generic/tls.h: Update description.
13336 2014-05-27  Will Newton  <will.newton@linaro.org>
13338         [BZ #16990]
13339         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13340         and restore r2 rather than just restoring.
13342 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13344         [BZ #16724]
13345         * libio/tst-ftell-append.c: New test case.
13346         * libio/Makefile (tests): Add test case.
13347         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13348         append mode.
13349         * libio/wfileops.c (do_ftell_wide): Likewise.
13351 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13355         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13356         ...
13357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13359         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13360         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13361         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13362         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13363         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13364         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13365         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13366         Moved ...
13367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13368         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13369         Moved ...
13370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13371         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13372         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13373         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13374         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13375         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13376         ...
13377         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13378         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13379         Moved ...
13380         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13381         here.
13382         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13383         ...
13384         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13385         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13386         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13388         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13389         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13390         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13391         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13393         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13394         merge into ...
13395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13396         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13397         ...
13398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13399         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13400         ...
13401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13402         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13403         Moved ...
13404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13405         here.
13406         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13407         Moved ...
13408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13409         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13410         Moved ...
13411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13414         conditional [RESET_PID].
13415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13416         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13417         removed.
13418         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13419         removed.
13421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13422         <tcb-offsets.h>.
13423         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13424         (__libc_vfork): New strong alias.
13425         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13426         removed.
13427         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13428         Removed.
13430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13431         <tcb-offsets.h>.
13432         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13433         (__libc_vfork): New strong alias.
13434         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13435         removed.
13436         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13437         removed.
13439 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13441         * malloc/malloc.c (mi_arena): New function.
13442         (malloc_info): Remove nested function mi_arena. Call non-nosted
13443         function mi_arena.
13445 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13447         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13448         by insrwi.
13449         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13450         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13451         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13452         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13453         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13454         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13455         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13457 2014-05-26  Andreas Schwab  <schwab@suse.de>
13459         [BZ #16984]
13460         * locale/programs/repertoire.c (repertoire_read): Add slash
13461         between I18NPATH element and file name.
13462         * locale/programs/locfile.c (locfile_read): Likewise.
13464 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13466         * nptl/pthread_mutexattr_settype.c
13467         (__pthread_mutexattr_settype):
13468         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13470 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13472         * nptl/tst-mutex5 (do_test):
13473         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13475 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13477         * benchtests/README: Document 'init' directive.
13478         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13479         BENCH_INIT.
13480         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13481         (parse_file): Recognize 'init' directive.
13483 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13485         [BZ #16796]
13486         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13487         alignment of struct pthread.
13489 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13491         [BZ #16878]
13492         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13493         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13494         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13495         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13497 2014-05-25  Richard Henderson  <rth@twiddle.net>
13499         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13500         (SINGLE_THREAD_P_PIC): Remove.
13501         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13502         (SINGLE_THREAD_P_PIC): Remove.
13504         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13505         branch to syscall error ...
13506         (PSEUDO): ... here.
13507         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13508         from __local_syscall_error to .Lsyscall_error.
13509         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13510         (SYSCALL_ERROR): Update label name.
13512         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13513         Do not use DOARGS/UNDOARGS.
13514         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13515         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13516         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13517         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13518         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13520         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13521         block comment.
13523         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13524         define if !NOT_IN_libc.
13525         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13526         define with non-default symbol versions.
13528 2014-05-23  Richard Henderson  <rth@twiddle.net>
13530         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13531         (vfork, __vfork): Define via compat_symbol.
13533         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13534         [!HAVE_IFUNC] (vfork_compat): Remove.
13535         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13537 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13539         [BZ #16978]
13540         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13541         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13542         variable.
13544 2014-05-23  Richard Henderson  <rth@twiddle.net>
13546         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13547         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13548         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13549         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13551         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13552         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13553         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13554         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13555         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13556         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13557         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13558         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13559         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13560         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13561         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13562         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13563         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13564         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13565         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13566         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13567         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13568         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13569         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13570         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13571         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13572         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13573         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13574         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13575         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13576         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13577         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13578         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13579         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13580         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13581         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13582         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13583         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13584         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13585         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13586         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13587         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13588         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13589         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13590         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13591         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13592         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13593         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13594         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13595         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13596         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13597         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13598         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13599         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13600         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13601         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13602         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13603         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13604         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13605         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13606         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13608         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13609         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13610         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13611         before exiting on error.
13612         (__libc_vfork): New strong alias.
13613         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13614         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13616         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13617         that was previously under [RESET_PID].
13618         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13620         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13622 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13624         [BZ #16977]
13625         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13626         value when x - 1 is zero.
13627         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13628         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13629         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13630         0.0L for an argument of 1.0L.
13631         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13632         Likewise.
13633         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13634         value when x - 1 is zero.
13635         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13636         * sysdeps/i386/fpu/libm-test-ulps: Update.
13637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13639 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13641         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13642         alphasort and versionsort.
13644 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13646         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13647         macro.
13648         [copysignf]: Likewise.
13650 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13652         * crypt/md5-crypt.c: Fix formatting.
13654 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13656         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13657         (b64_from_24bit): New function.
13659 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13661         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13662         libc_hidden_builtin_def to ifunc.
13663         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13664         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13666 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13668         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13669         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13671 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13673         * nscd/Depend (linuxthreads): Remove.
13674         (nptl): Add.
13675         * resolv/Depend (linuxthreads): Remove.
13676         * rt/Depend (linuxthreads): Remove.
13678         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13679         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13680         $(common-objpfx)elf/.
13681         (link-libc-before-gnulib): Likewise.
13682         (elfobjdir): Remove variable.
13683         * Makefile (install): Use $(elf-objpfx) instead of
13684         $(common-objpfx)elf/.
13685         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13686         $(elfobjdir)/.
13687         (link-libc-deps): Likewise.
13688         ($(common-objpfx)libc.so): Likewise.
13689         ($(common-objpfx)linkobj/libc.so): Likewise.
13690         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13691         instead of $(common-objpfx)elf/.
13692         (symbolic-link-list): Likewise.
13693         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13694         [$(cross-compiling) = no]: Likewise.
13695         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13696         $(elfobjdir)/.
13697         (static-gnulib-arch): Likewise.
13698         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13699         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13700         $(common-objpfx)elf/.
13702 2014-05-21  Richard Henderson  <rth@redhat.com>
13704         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13705         (SINGLE_THREAD_P): Use the correct width load.  Fold
13706         into the ldr offset.
13708         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13709         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13711 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13713         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13714         (libgcc_s_resume): Use __attribute_used__.
13715         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13716         Likewise.
13718 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13720         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13721         optimization when used with float constants.
13723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13725 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13727         [BZ #16915]
13728         * locale/nl_langinfo_l.c: Make direct reference to every
13729         _nl_current_CATEGORY symbol.
13730         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13731         (tests-static): Add tst-langinfo-static.
13732         (tests-special): Add tst-langinfo-static.out.
13733         ($(objpfx)tst-langinfo.out): Redirect output.
13734         ($(objpfx)tst-langinfo-static.out): New.
13735         * localedata/tst-langinfo.sh: Send output to stdout.
13736         * localedata/tst-langinfo-static.c: New file.
13738         [BZ #16965]
13739         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13740         when the shift amount is modulo the limb size.
13742 2014-05-20  Richard Henderson  <rth@redhat.com>
13744         [BZ #16967]
13745         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13746         Change type of sa_flags from unsigned int to int.
13748         [BZ #16966]
13749         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13751         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13753 2014-05-20  Will Newton  <will.newton@linaro.org>
13755         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13756         Test the return value of the system call in the nocancel case.
13758 2014-05-20  Will Newton  <will.newton@linaro.org>
13759             Yvan Roux  <yvan.roux@linaro.org>
13761         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13762         #include of asm/ptrace.h.
13763         (PTRACE_GET_THREAD_AREA): Remove #undef.
13764         (PTRACE_GETHBPREGS): Likewise.
13765         (PTRACE_SETHBPREGS): Likewise.
13766         (struct user_regs_struct): New structure.
13767         (struct user_fpsimd_struct): New structure.
13768         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13769         #include of asm/ptrace.h and second #include of sys/user.h.
13770         (PTRACE_GET_THREAD_AREA): Remove #undef.
13771         (PTRACE_GETHBPREGS): Likewise.
13772         (PTRACE_SETHBPREGS): Likewise.
13773         (ELF_NGREG): Use new struct user_regs_struct.
13774         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13776 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13778         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13779         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13781 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13783         [BZ #16958]
13784         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13785         membar to avoid block loads/stores to overlap previous stores.
13787 2014-05-17  Richard Henderson  <rth@redhat.com>
13789         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13790         Create the __##syscall_name##_nocancel entry point.
13791         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13792         Remove; let the sysdep-cancel.h code create it.
13794 2014-05-17  David S. Miller  <davem@davemloft.net>
13796         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13797         Protect with __USE_GNU.
13798         (TIOCSET_TEMPT): Likewise.
13799         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13800         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13801         these are already provided in bits/ioctl-types.h
13803 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13805         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13806         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13808         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13809         Use wait4 regardless of [__NR_waitpid].
13811 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13813         PR libgcc/60166
13814         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13815         (_FP_NANSIGN_Q): Set the quiet bit.
13817 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13819         * benchtests/Makefile
13820         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13821         not $(common-objpfx)math/libm.so.
13822         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13823         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13824         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13825         $(common-objpfx)dlfcn/libdl.so.
13826         ($(objpfx)tst-audit8): Depend on $(libm), not
13827         $(common-objpfx)math/libm.so.
13828         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13829         not $(common-objpfx)dlfcn/libdl.so.
13830         * math/Makefile
13831         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13832         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13833         [$(build-shared) = yes].
13834         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13835         $(common-objpfx)nptl/libpthread.so.
13836         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13837         $(common-objpfx)math/libm.so$(libm.so-version) or
13838         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13839         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13840         $(common-objpfx)dlfcn/libdl.so.
13841         * setjmp/Makefile (link-libm): Remove variable.
13842         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13843         * stdio-common/Makefile (link-libm): Remove variable.
13844         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13845         * stdlib/Makefile (link-libm): Remove variable.
13846         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13847         ($(objpfx)tst-strtod-round): Likewise.
13848         ($(objpfx)tst-tininess): Likewise.
13849         ($(objpfx)tst-strtod-underflow): Likewise.
13850         ($(objpfx)tst-strtod6): Likewise.
13851         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13852         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13853         $(common-objpfx)dlfcn/libdl.so.
13855 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13857         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13858         BSD terminal modes definitions.
13860 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13862         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13863         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13865         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13866         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13867         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13868         Don't do #include_next.
13869         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13870         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13871         Don't do #include_next.
13872         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13873         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13874         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13875         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13877 2014-05-16  Allan McRae  <allan@archlinux.org>
13879         * po/sv.po: Update Swedish translation from translation project.
13881         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13882         in sed expression.
13884 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13886         [BZ #16917]
13887         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13888         errno if the TIOCGPTN ioctl fails with an error different than
13889         EINVAL.
13890         * login/tst-ptsname.c: New file.
13891         * login/Makefile (tests): Add tst-ptsname.
13893         [BZ #16943]
13894         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13895         and prlimit64.
13897 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13899         [BZ #16849]
13900         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13901         herrno to return EAI_AGAIN.
13903 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13905         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13906         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13907         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13908         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13909         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13910         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13911         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13912         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13913         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13914         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13915         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13916         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13917         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13918         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13919         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13920         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13921         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13922         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13923         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13924         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13925         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13926         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13927         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13928         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13929         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13930         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13931         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13932         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13933         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13934         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13935         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13936         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13937         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13938         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13939         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13940         Moved ...
13941         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13942         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13943         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13944         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13945         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13946         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13947         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13948         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13949         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13950         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13951         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13952         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13953         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13954         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13955         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13956         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13957         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13958         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13959         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13960         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13961         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13962         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13963         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13964         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13965         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13967         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13969         Moved ...
13970         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13971         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13972         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13973         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13974         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13975         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13976         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13977         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13978         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13979         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13980         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13981         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13982         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13983         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13984         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13985         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13986         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13987         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13988         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13989         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13990         Moved ...
13991         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13992         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13993         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13995         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13996         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13997         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13998         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13999         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14000         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14001         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14002         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14003         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14004         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14005         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14006         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14007         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14008         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14009         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14010         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14011         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14012         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14013         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14014         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14015         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14016         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14017         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14018         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14019         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14020         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14021         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14022         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14023         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14024         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14025         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14027         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14028         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14030         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14031         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14032         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14033         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14034         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14035         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14036         Moved ...
14037         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14038         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14039         Moved ...
14040         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14041         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14042         Moved ...
14043         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14044         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14045         Moved ...
14046         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14047         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14048         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14049         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14050         Moved ...
14051         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14052         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14053         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14054         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14055         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14056         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14057         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14058         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14059         Moved ...
14060         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14061         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14062         Moved ...
14063         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14064         ... here.
14065         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14066         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14067         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14068         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14069         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14070         Moved ...
14071         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14072         ... here.
14073         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14074         Moved ...
14075         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14076         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14077         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14078         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14079         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14080         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14081         Moved ...
14082         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14083         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14084         Moved ...
14085         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14086         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14087         Moved ...
14088         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14089         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14090         Moved ...
14091         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14092         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14093         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14094         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14095         Moved ...
14096         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14097         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14098         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14099         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14100         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14101         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14102         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14103         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14104         Moved ...
14105         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14106         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14107         Moved ...
14108         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14109         ... here.
14110         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14111         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14112         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14113         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14114         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14115         Moved ...
14116         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14117         ... here.
14118         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14119         Moved ...
14120         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14121         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14122         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14123         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14124         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14125         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14126         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14127         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14128         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14129         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14130         Moved ...
14131         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14132         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14133         Moved ...
14134         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14135         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14136         Moved ...
14137         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14138         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14139         Moved ...
14140         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14141         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14142         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14143         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14144         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14145         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14146         Moved ...
14147         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14148         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14149         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14150         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14151         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14152         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14153         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14154         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14155         Moved ...
14156         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14157         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14158         Moved ...
14159         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14160         ... here.
14161         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14162         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14163         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14164         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14165         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14166         Moved ...
14167         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14168         ... here.
14169         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14170         Moved ...
14171         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14172         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14173         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14174         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14175         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14176         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14177         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14178         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14179         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14180         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14181         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14183         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14184         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14186         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14187         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14189         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14190         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14191         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14192         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14193         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14194         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14195         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14196         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14197         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14198         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14199         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14200         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14201         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14202         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14203         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14204         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14205         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14206         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14207         Moved ...
14208         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14209         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14210         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14211         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14212         Moved ...
14213         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14214         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14215         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14216         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14217         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14218         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14219         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14220         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14221         Moved ...
14222         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14223         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14224         Moved ...
14225         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14226         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14227         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14228         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14229         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14230         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14231         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14232         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14233         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14234         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14235         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14236         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14237         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14238         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14239         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14240         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14241         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14243         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14244         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14245         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14246         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14247         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14249         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14250         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14251         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14252         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14253         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14254         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14255         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14256         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14257         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14258         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14260         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14261         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14263         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14264         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14265         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14266         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14267         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14268         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14269         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14270         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14271         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14272         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14273         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14274         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14275         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14276         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14277         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14278         Update #include.
14279         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14280         Likewise.
14281         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14282         Likewise.
14283         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14284         Likewise.
14285         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14286         Likewise.
14287         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14288         Likewise.
14289         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14290         Likewise.
14291         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14292         Likewise.
14293         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14294         Likewise.
14295         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14296         Likewise.
14297         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14298         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14299         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14300         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14301         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14302         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14303         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14304         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14305         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14306         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14307         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14308         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14309         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14310         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14311         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14313         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14314         that was previously under [RESET_PID].
14315         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14316         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14317         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14319         * sysdeps/i386/nptl/Implies: New file.
14320         * sysdeps/x86_64/nptl/Implies: New file.
14321         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14322         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14323         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14324         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14326         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14327         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14328         (__libc_vfork): New strong alias.
14329         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14330         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14332         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14333         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14334         (__libc_vfork): New strong alias.
14335         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14336         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14338         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14339         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14340         (__libc_vfork): New strong alias.
14341         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14342         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14343         * nptl/pt-vfork.c: New file.
14344         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14345         (libpthread: GLIBC_2.20): New version set (empty).
14347 2014-05-14  Will Newton  <will.newton@linaro.org>
14349         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14350         rather than #if.
14352 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14354         [BZ #16564]
14355         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14356         arguments with exponent 65 or above.
14357         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14358         arguments 0x1p113L or above.
14359         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14360         to arguments 0x1p107L or above.
14361         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14362         positive arguments with exponent 65 or above.
14363         * math/auto-libm-test-in: Add more tests of log1p.
14364         * math/auto-libm-test-out: Regenerated.
14366         [BZ #16928]
14367         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14368         non-finite arguments is +0.
14369         * math/s_cacosf.c (__cacosf): Likewise.
14370         * math/s_cacosl.c (__cacosl): Likewise.
14371         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14372         * sysdeps/i386/fpu/libm-test-ulps: Update.
14373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14375         [BZ #16927]
14376         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14377         value.
14378         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14379         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14380         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14381         for explicit high bit of mantissa when testing for argument equal
14382         to 1.
14383         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14384         * sysdeps/i386/fpu/libm-test-ulps: Update.
14385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14387         [BZ #16516]
14388         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14389         (__erf): Scale by 16 instead of 8 in potentially underflowing
14390         case.  Ensure exception if result actually underflows.
14391         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14392         (__erff): Scale by 16 instead of 8 in potentially underflowing
14393         case.  Ensure exception if result actually underflows.
14394         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14395         (efx8): Remove variable.
14396         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14397         case.  Ensure exception if result actually underflows.
14398         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14399         (efx8): Remove variable.
14400         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14401         case.  Ensure exception if result actually underflows.
14402         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14403         (efx8): Remove variable.
14404         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14405         case.  Ensure exception if result actually underflows.
14406         * math/auto-libm-test-in: Add more tests of erf.
14407         * math/auto-libm-test-out: Regenerated.
14409 2014-05-14  Andreas Schwab  <schwab@suse.de>
14411         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14412         Remove code conditionalized on USE___THREAD.
14414         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14415         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14416         not definedness.
14418 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14420         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14421         Define unconditionally.
14422         (__ASSUME_O_CLOEXEC): Likewise.
14423         (__ASSUME_SOCK_CLOEXEC): Likewise.
14424         (__ASSUME_IN_NONBLOCK): Likewise.
14425         (__ASSUME_PIPE2): Likewise.
14426         (__ASSUME_EVENTFD2): Likewise.
14427         (__ASSUME_SIGNALFD4): Likewise.
14428         (__ASSUME_DUP3): Likewise.
14429         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14430         (__ASSUME_DUP3): Do not define.
14431         (__ASSUME_EVENTFD2): Likewise.
14432         (__ASSUME_IN_NONBLOCK): Likewise.
14433         (__ASSUME_O_CLOEXEC): Likewise.
14434         (__ASSUME_PIPE2): Likewise.
14435         (__ASSUME_SIGNALFD4): Likewise.
14436         (__ASSUME_SOCK_CLOEXEC): Likewise.
14437         (__ASSUME_UTIMES): Undefine.
14438         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14439         (__ASSUME_UTIMES): Do not define.
14440         (__ASSUME_O_CLOEXEC): Likewise.
14441         (__ASSUME_SOCK_CLOEXEC): Likewise.
14442         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14443         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14444         0x020621].
14445         (__ASSUME_PIPE2): Likewise.
14446         (__ASSUME_EVENTFD2): Likewise.
14447         (__ASSUME_SIGNALFD4): Likewise.
14448         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14449         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14450         Do not define.
14451         (__ASSUME_EVENTFD2): Likewise.
14452         (__ASSUME_SIGNALFD4): Likewise.
14453         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14454         (__ASSUME_32BITUIDS): Likewise.
14455         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14456         (__ASSUME_IPC64): Likewise.
14457         (__ASSUME_ST_INO_64_BIT): Likewise.
14458         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14459         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14460         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14461         (__ASSUME_UTIMES): Do not define.
14462         (__ASSUME_PSELECT): Likewise.
14463         (__ASSUME_PPOLL): Likewise.
14464         (__ASSUME_O_CLOEXEC): Likewise.
14465         (__ASSUME_SOCK_CLOEXEC): Likewise.
14466         (__ASSUME_IN_NONBLOCK): Likewise.
14467         (__ASSUME_PIPE2): Likewise.
14468         (__ASSUME_EVENTFD2): Likewise.
14469         (__ASSUME_SIGNALFD4): Likewise.
14470         (__ASSUME_DUP3): Likewise.
14471         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14472         (__ASSUME_UTIMES): Likewise.
14473         (__ASSUME_O_CLOEXEC): Likewise.
14474         (__ASSUME_SOCK_CLOEXEC): Likewise.
14475         (__ASSUME_IN_NONBLOCK): Likewise.
14476         (__ASSUME_PIPE2): Likewise.
14477         (__ASSUME_EVENTFD2): Likewise.
14478         (__ASSUME_SIGNALFD4): Likewise.
14479         (__ASSUME_DUP3): Likewise.
14480         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14481         (__ASSUME_UTIMES): Likewise.
14482         (__ASSUME_O_CLOEXEC): Likewise.
14483         (__ASSUME_SOCK_CLOEXEC): Likewise.
14484         (__ASSUME_IN_NONBLOCK): Likewise.
14485         (__ASSUME_PIPE2): Likewise.
14486         (__ASSUME_EVENTFD2): Likewise.
14487         (__ASSUME_SIGNALFD4): Likewise.
14488         (__ASSUME_DUP3): Likewise.
14489         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14490         Likewise.
14491         (__ASSUME_UTIMES): Likewise.
14492         (__ASSUME_EVENTFD2): Likewise.
14493         (__ASSUME_SIGNALFD4): Likewise.
14494         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14495         (__ASSUME_O_CLOEXEC): Likewise.
14496         (__ASSUME_SOCK_CLOEXEC): Likewise.
14497         (__ASSUME_IN_NONBLOCK): Likewise.
14498         (__ASSUME_PIPE2): Likewise.
14499         (__ASSUME_EVENTFD2): Likewise.
14500         (__ASSUME_SIGNALFD4): Likewise.
14501         (__ASSUME_DUP3): Likewise.
14502         (__ASSUME_UTIMES): Undefine.
14504         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14505         feclearexcept.  Remove symbol versioning code.
14506         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14507         symbol versioning code.
14508         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14509         symbol versioning code.
14510         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14511         feupdateenv.  Remove symbol versioning code.
14512         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14513         fegetexceptflag.  Remove symbol versioning code.
14514         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14515         fesetexceptflag.  Remove symbol versioning code.
14516         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14517         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14518         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14519         (__posix_fadvise64_l32): Remove prototype.
14520         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14521         code.
14523 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14525         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14526         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14527         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14528         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14530 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14532         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14533         current working directory
14535 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14537         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14538         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14539         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14540         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14541         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14542         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14543         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14544         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14545         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14546         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14547         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14548         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14549         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14550         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14551         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14552         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14553         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14554         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14555         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14556         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14557         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14558         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14559         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14560         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14561         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14562         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14563         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14564         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14565         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14566         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14567         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14568         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14569         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14570         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14571         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14572         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14573         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14574         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14575         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14576         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14577         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14578         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14580         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14581         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14583         * sysdeps/unix/sysv/linux/arm/Makefile
14584         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14585         Add rt-aeabi_unwind_cpp_pr1.
14586         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14587         Add nptl-aeabi_unwind_cpp_pr1.
14588         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14589         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14590         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14591         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14592         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14593         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14595         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14596         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14597         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14598         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14600         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14601         Deconditionalize the code that was previously under [RESET_PID].
14602         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14604         * sysdeps/generic/exit-thread.h: New file.
14605         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14606         * include/unistd.h (__exit_thread): Remove declaration.
14607         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14608         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14609         * csu/libc-start.c: Include <exit-thread.h>.
14610         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14611         * nptl/pthread_create.c: Include <exit-thread.h>.
14612         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14613         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14614         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14615         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14616         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14617         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14618         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14619         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14620         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14621         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14622         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14623         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14624         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14625         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14626         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14627         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14628         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14630 2014-05-13  Andreas Schwab  <schwab@suse.de>
14632         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14634 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14636         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14637         (__ASSUME_UTIMES): Do not condition on kernel version.
14638         (__ASSUME_PSELECT): Define unconditionally.
14639         (__ASSUME_PPOLL): Likewise.
14640         (__ASSUME_ATFCTS): Likewise.
14641         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14642         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14643         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14644         (__ASSUME_UTIMENSAT): Define unconditionally.
14645         (__ASSUME_PRIVATE_FUTEX): Likewise.
14646         (__ASSUME_FALLOCATE): Likewise.
14647         (__ASSUME_O_CLOEXEC): Likewise.
14648         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14649         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14650         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14651         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14652         (__ASSUME_IN_NONBLOCK): Likewise.
14653         (__ASSUME_PIPE2): Likewise.
14654         (__ASSUME_EVENTFD2): Likewise.
14655         (__ASSUME_SIGNALFD4): Likewise.
14656         (__ASSUME_DUP3): Likewise.
14657         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14658         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14659         (__ASSUME_AT_RANDOM): Likewise.
14660         (__ASSUME_PREADV): Likewise.
14661         (__ASSUME_PWRITEV): Likewise.
14662         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14663         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14664         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14665         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14666         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14667         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14668         (__ASSUME_O_CLOEXEC): Define unconditionally.
14669         (__ASSUME_PSELECT): Do not undefine conditionally.
14670         (__ASSUME_PPOLL): Likewise.
14671         (__ASSUME_ATFCTS): Likewise.
14672         (__ASSUME_SET_ROBUST_LIST): Likewise.
14673         (__ASSUME_UTIMENSAT): Likewise.
14674         (__ASSUME_FDATASYNC): Define unconditionally.
14675         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14676         (__ASSUME_SIGFRAME_V2): Likewise.
14677         )__ASSUME_EVENTFD2): Likewise.
14678         (__ASSUME_SIGNALFD4): Likewise.
14679         (__ASSUME_PSELECT): Do not undefine conditionally.
14680         (__ASSUME_PPOLL): Likewise.
14681         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14682         (__ASSUME_PSELECT): Define unconditionally.
14683         (__ASSUME_PPOLL): Likewise.
14684         (__ASSUME_O_CLOEXEC): Likewise.
14685         (__ASSUME_SOCK_CLOEXEC): Likewise.
14686         (__ASSUME_IN_NONBLOCK): Likewise.
14687         (__ASSUME_PIPE2): Likewise.
14688         (__ASSUME_EVENTFD2): Likewise.
14689         (__ASSUME_SIGNALFD4): Likewise.
14690         (__ASSUME_DUP3): Likewise.
14691         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14692         (__ASSUME_O_CLOEXEC): Likewise.
14693         (__ASSUME_SOCK_CLOEXEC): Likewise.
14694         (__ASSUME_IN_NONBLOCK): Likewise.
14695         (__ASSUME_PIPE2): Likewise.
14696         (__ASSUME_EVENTFD2): Likewise.
14697         (__ASSUME_SIGNALFD4): Likewise.
14698         (__ASSUME_DUP3): Likewise.
14699         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14700         (__ASSUME_EVENTFD2): Likewise.
14701         (__ASSUME_SIGNALFD4): Likewise.
14702         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14704 2014-05-12  Andreas Schwab  <schwab@suse.de>
14706         [BZ #16932]
14707         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14708         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14709         than maximum RPC packet size.
14710         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14711         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14712         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14713         (_nss_nis_getservbyport_r): Likewise.
14715 2014-05-12  Will Newton  <will.newton@linaro.org>
14717         * malloc/Makefile (tests): Add tst-mallopt.
14718         * malloc/tst-mallopt.c: New file.
14720 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14722         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14723         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14725 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14727         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14728         (tst-tlsmod6.so): Likewise.
14730 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14732         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14734 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14736         [BZ #16064]
14737         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14738         and <dl-procinfo.h>.
14739         (__fegetenv): Save SSE state in envp->__eip if supported.
14740         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14741         envp->__eip if supported.
14742         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14743         and <dl-procinfo.h>.
14744         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14745         __data_offset and __data_selector in environment to 0.  Set SSE
14746         state if supported.
14747         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14748         test-fenv-sse.
14749         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14750         -mfpmath=sse.
14751         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14753 2014-05-09  Will Newton  <will.newton@linaro.org>
14755         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14756         and libc_relro_required for ARM.
14757         * sysdeps/arm/preconfigure: Regenerate.
14759 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14760             Stefan Liebler  <stli@linux.vnet.ibm.com>
14762         * config.make.in (enable-lock-elision): New Makefile variable.
14763         * configure.ac: Likewise.
14764         * configure: Regenerate.
14765         * sysdeps/s390/configure.ac:
14766         Add check for gcc transactions support.
14767         * sysdeps/s390/configure: Regenerate.
14768         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14769         Build elision files if enabled.
14770         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14771         Add lock elision support for s390.
14772         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14773         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14774         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14775         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14776         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14777         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14778         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14779         Likewise.
14780         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14781         Likewise.
14782         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14783         Likewise.
14784         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14785         Likewise.
14786         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14787         (__lll_timedlock_elision, __lll_lock_elision)
14788         (__lll_unlock_elision, __lll_trylock_elision)
14789         (lll_timedlock_elision, lll_lock_elision)
14790         (lll_unlock_elision, lll_trylock_elision): Add.
14791         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14792         (pthread_mutex_t): Add lock elision support for s390.
14794 2014-05-14  Wilco  <wdijkstr@arm.com>
14796         * sysdeps/arm/fclrexcpt.c: Cleanup.
14797         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14798         * sysdeps/arm/feenablxcpt.c: Cleanup.
14799         * sysdeps/arm/fegetenv.c: Cleanup.
14800         * sysdeps/arm/fegetexcept.c: Cleanup.
14801         * sysdeps/arm/fegetround.c: Cleanup.
14802         * sysdeps/arm/feholdexcpt.c: Cleanup.
14803         * sysdeps/arm/fesetenv.c: Cleanup.
14804         * sysdeps/arm/fesetround.c: Cleanup.
14805         * sysdeps/arm/feupdateenv.c: Cleanup.
14806         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14807         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14808         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14809         * sysdeps/arm/ftestexcept.c: Cleanup.
14810         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14811         * sysdeps/arm/setfpucw.c: Cleanup.
14813 2014-05-09  Will Newton  <will.newton@linaro.org>
14815         * sysdeps/arm/armv7/strcmp.S: New file.
14816         * NEWS: Mention addition of ARMv7 optimized strcmp.
14818 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14820         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14821         look for %.ac rather than %.in.
14823         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14824         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14825         * sysdeps/mach/hurd/configure: Regenerated.
14826         * sysdeps/unix/sysv/linux/configure: Regenerated.
14828         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14830 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14832         [BZ# 16922]
14833         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14834         (LONG_SUB): Ditto.
14835         (PTR_SUB): Ditto.
14837 2014-05-07  Andreas Schwab  <schwab@suse.de>
14839         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14840         when skipping over non-matching result from nscd.
14842 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14844         [BZ #16876]
14845         * nptl/sockperf.c (client): Check socket return value.
14847         [BZ #16877]
14848         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14849         nscd security class.
14851 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14853         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14854         * sysdeps/arm/unwind.h: ... here.
14856 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14858         [BZ# 16916]
14859         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14860         Define.
14862 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14864         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14865         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14866         multiarch strncpy for PPC64.
14867         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14868         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14869         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14870         multiarch optimizations.
14871         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14872         (__libc_ifunc_impl_list): Likewise.
14873         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14874         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14875         multiarch stpncpy for PPC64.
14876         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14877         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14879 2014-05-06  Andreas Schwab  <schwab@suse.de>
14881         [BZ #16912]
14882         * gmon/mcount.c (_MCOUNT_DECL): Use
14883         atomic_compare_and_exchange_bool_acq instead of
14884         catomic_compare_and_exchange_bool_acq.
14886 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14888         * elf/Makefile (others, install-bin): Remove pldd.
14889         (pldd-modules): Variable removed.
14890         ($(objpfx)pldd): Target removed.
14891         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14892         (others, install-bin): Append pldd here.
14893         ($(objpfx)pldd): New target.
14895         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14896         to 0, so the first #if test emitted later doesn't see it undefined.
14897         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14898         * sysdeps/gnu/errlist.c: Regenerated.
14900 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14902         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14903         [libc_hidden_builtin_def]: Define to empty value.
14904         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14905         [libc_hidden_builtin_def]: Likewise.
14906         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14907         [libc_hidden_builtin_def]: Likewise.
14908         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14909         [libc_hidden_builtin_def]: Likewise.
14910         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14911         __redirect_memcpy and define ifunc as default hidden symbol.
14912         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14913         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14915 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14917         * locale/iso-4217.def: Reintroduce XDR currency.
14919 2014-05-04  Allan McRae  <allan@archlinux.org>
14921         * po/eo.po: Update Esperanto translation from translation project.
14923 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14925         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14926         and FEATURE_INDEX_MAX to 1.
14927         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14929 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14931         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14932         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14933         * iconvdata/big5.c (ONE_DIRECTION): Define.
14934         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14935         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14936         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14937         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14938         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14939         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14940         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14941         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14942         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14943         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14944         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14945         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14946         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14947         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14948         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14949         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14950         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14951         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14952         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14953         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14954         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14955         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14956         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14957         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14958         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14959         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14960         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14961         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14962         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14963         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14964         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14965         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14966         * iconvdata/johab.c (ONE_DIRECTION): Define.
14967         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14968         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14969         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14970         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14971         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14972         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14973         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14974         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14975         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14976         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14978 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14980         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14981         (_IO_JUMPS_OFFSET): Define to 0.
14983         * nptl/sysdeps/pthread/bits/libc-lock.h
14984         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14985         (__libc_lock_define_initialized_recursive): Always define using
14986         initializer.  Modern compilers treat uninitialized (implicit zero) and
14987         explicit zero initializers the same (i.e. put the datum in bss).
14989 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14991         * nscd/nscd-client.h: Include <string.h>.
14993 2014-05-01  David S. Miller  <davem@davemloft.net>
14995         [BZ #16885]
14996         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14997         multiple zero bytes exist at the end of a string.
14998         Reported by Aurelien Jarno <aurelien@aurel32.net>
15000         * string/test-strcmp.c (check): Add explicit test for situations where
15001         there are multiple zero bytes after the first.
15003 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15005         [BZ #16890]
15006         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15007         when compiling wprintf.
15008         * stdio-common/tstdiomisc.c (t3): New function.
15009         (main): Call it.
15011 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15013         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15014         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15015         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15016         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15018 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15020         * stdlib/longlong.h: Updated from GCC.
15022 2014-05-01  Will Newton  <will.newton@linaro.org>
15023             Bernard Ogden  <bernie.ogden@linaro.org>
15025         * NEWS: Update fixed bug list.
15027         [BZ #15119]
15028         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15030 2014-04-30  David S. Miller  <davem@davemloft.net>
15032         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15033         (libc_feholdexcept_setround_sparc_ctx): New function.
15034         (libc_fesetenv_sparc_ctx): Likewise.
15035         (libc_feupdateenv_sparc_ctx): Likewise.
15036         (libc_feholdsetround_sparc_ctx): Likewise.
15037         (libc_feholdexcept_setround_ctx): Define.
15038         (libc_feholdexcept_setroundf_ctx): Likewise.
15039         (libc_feholdexcept_setroundl_ctx): Likewise.
15040         (libc_fesetenv_ctx): Likewise.
15041         (libc_fesetenvf_ctx): Likewise.
15042         (libc_fesetenvl_ctx): Likewise.
15043         (libc_feupdateenv_ctx): Likewise.
15044         (libc_feupdateenvf_ctx): Likewise.
15045         (libc_feupdateenvl_ctx): Likewise.
15046         (libc_feresetround_ctx): Likewise.
15047         (libc_feresetroundf_ctx): Likewise.
15048         (libc_feresetroundl_ctx): Likewise.
15049         (libc_feholdsetround_ctx): Likewise.
15050         (libc_feholdsetroundf_ctx): Likewise.
15051         (libc_feholdsetroundl_ctx): Likewise.
15053         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15054         with __USE_GNU instead of XOPEN cpp guards.
15056         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15057         0.
15059         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15060         with XOPEN cpp guards.
15062 2014-04-30  Julian Brown  <julian@codesourcery.com>
15064         [BZ #16888]
15065         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15066         handling.
15068 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15070         [BZ #9894]
15071         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15072         Change to 2.6.32.
15073         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15074         * sysdeps/unix/sysv/linux/configure: Regenerated.
15075         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15076         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15077         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15078         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15079         * README: Update reference to required Linux kernel version.
15080         * manual/install.texi (Linux): Update reference to required Linux
15081         kernel headers version.
15082         * INSTALL: Regenerated.
15084         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15085         header inclusion.
15086         [POSIX] (limits.h): Likewise.
15087         [POSIX] (math.h): Likewise.
15088         [POSIX] (sys/wait.h): Likewise.
15089         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15090         function.
15091         [POSIX] (stddef.h): Do not allow header inclusion.
15093 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15095         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15097 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15099         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15100         Return immediately after lll_futex_wake.
15102 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15104         [BZ #16791]
15105         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15106         structure.
15107         (datahead_init_pos): Call datahead_init_common early.
15108         (datahead_init_neg): Likewise.
15110         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15111         datahead_init_neg): New functions.
15112         * nscd/aicache.c (addhstaiX): Use them.
15113         * nscd/grpcache.c (cache_addgr): Likewise.
15114         * nscd/hstcache.c (cache_addhst): Likewise.
15115         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15116         * nscd/netgroupcache.c (do_notfound): Likewise.
15117         (addgetnetgrentX): Likewise.
15118         (addinnetgrX): Likewise.
15119         * nscd/pwdcache.c (cache_addpw): Likewise.
15120         * nscd/servicescache.c (cache_addserv): Likewise.
15122 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15123             Atsushi Onoe  <atsushi@onoe.org>
15125         [BZ #14308]
15126         [BZ #12994]
15127         [BZ #13651]
15128         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15129         one response is valid.
15130         * resolv/res_send.c (send_dg): Check for validity of other
15131         response if the current response is a referral.
15133 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15135         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15137 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15139         [BZ #16823]
15140         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15141         Always divide by positive zero when computing -Inf result.
15142         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15143         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15145 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15147         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15148         FPSCR if value do not change.
15149         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15150         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15151         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15152         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15153         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15154         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15155         function.
15157 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15159         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15160         * sysdeps/unix/sysv/linux/hppa: Move directory from
15161         ports/systeps/unix/sysv/linux/hppa.
15162         * README: Update listing for hppa-*-linux-gnu.
15164 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15166         [BZ #16754]
15167         * manual/stdio.texi (Hook functions): Fix types of stream hook
15168         functions.
15169         [BZ #16854]
15170         * socket/sys/socket.h: Fix typo in comment.
15172 2014-04-28  Wilco  <wdijkstr@arm.com>
15174         * sysdeps/arm/fenv_private.h: New file.
15175         * sysdeps/arm/math_private.h: New file.
15176         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15178 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15180         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15181         with __int128_t.
15182         (La_x86_64_retval): Likewise.
15184 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15186         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15187         fpsr if value didn't change.
15188         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15189         to fpcr if value didn't change.
15190         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15191         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15192         fpsr or fpcr if value didn't change.
15193         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15194         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15195         fpcr if value didn't change.
15196         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15197         to fpsr if value didn't change.
15199 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15201         * nptl/tst-sem3.c: Use test-skeleton.c
15202         (main): Rename to do_test.  Use return instead of
15203         exit.
15204         * nptl/tst-sem4.c: Use test-skeleton.c
15205         (main): Rename to do_test.
15207 2014-04-22  David S. Miller  <davem@davemloft.net>
15209         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15210         (struct sigaction): New struct member __glibc_reserved0, change
15211         type of sa_flags to int.
15213 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15215         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15216         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15218 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15220         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15221         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15223 2014-04-22  Will Newton  <will.newton@linaro.org>
15224             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15226         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15227         (__longjmp): Add longjmp and longjmp_target SystemTap
15228         probes.
15229         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15230         (__sigsetjmp): Add setjmp SystemTap probe.
15232 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15234         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15235         match manual order.
15237 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15239         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15241         * sysdeps/powerpc/fpu/fenv_private.h
15242         (libc_feholdexcept_setroundl_ctx): Define to
15243         libc_feholdexcept_setround_ppc_ctx.
15244         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15245         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15246         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15247         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15249 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15251         * sysdeps/aarch64/math-tests.h: New file.
15253 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15255         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15256         New.
15257         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15258         Check and set bit_AVX2_Usable.
15259         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15260         macro.
15261         (bit_AVX2): Likewise.
15262         (index_AVX2_Usable): Likewise.
15263         (CPUID_AVX2): Likewise.
15264         (HAS_AVX2): Likewise.
15266 2014-04-17  Will Newton  <will.newton@linaro.org>
15268         * manual/setjmp.texi (System V contexts): Add note that
15269         calling setcontext on a context created by a call to a
15270         signal handler is undefined.  Update text to note that
15271         setcontext from a signal handler is possible but not
15272         recommended.
15274         [BZ #16629]
15275         * stdlib/tst-setcontext.c: Include signal.h.
15276         (main): Check that the signal stack before and
15277         after swapcontext is the same.
15279         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15280         Re-implement to restore registers in user code and avoid
15281         rt_sigreturn system call.
15283 2014-04-17  Wilco  <wdijkstr@arm.com>
15285         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15286         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15287         * math/test-fenv.c: Skip exception trap tests on targets which only
15288         support non-stop mode.
15290 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15291             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15293         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15294         (libc_feholdsetround_aarch64_ctx)
15295         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15296         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15297         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15298         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15299         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15300         (libc_feresetround_noexl_ctx): Define.
15302 2014-04-16  Richard Henderson  <rth@redhat.com>
15304         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15306         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15307         unwind tables.
15309         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15310         const from the non-libc, non-ldso copy.
15312         * sysdeps/alpha/libm-test-ulps: Regenerate.
15314 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15315             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15317         * sysdeps/aarch64/fpu/math_private.h: New file.
15319 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15321         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15323 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15325         [BZ #16275]
15326         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15327         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15328         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15329         Intel MPX bound registers before _dl_profile_fixup.
15330         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15331         registers after _dl_profile_fixup.  Save and restore bound
15332         registers bnd0/bnd1 when calling _dl_call_pltexit.
15333         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15334         (LR_BND_OFFSET): Likewise.
15335         (LRV_BND0_OFFSET): Likewise.
15336         (LRV_BND1_OFFSET): Likewise.
15338 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15340         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15341         to...
15342         * sysdeps/mach/hurd/i386/tls.h: ... here.
15343         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15344         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15345         fields.
15347 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15349         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15351 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15353         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15355 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15357         [BZ #14770]
15358         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15359         * sysdeps/s390/configure: Regenerate.
15361         [BZ #16824]
15362         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15363         Set round-to-nearest internally to reduce error accumulation.
15365 2014-04-16  Alan Modra  <amodra@gmail.com>
15367         [BZ #16740]
15368         [BZ #16619]
15369         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15370         * math/libm-test.inc (frexp_test_data): Add tests.
15371         * NEWS: Update fixed bug list.
15373 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15375         * benchtests/Makefile: Depend on libraries in build directory.
15376         (bench-math): Separate out math tests.
15377         (bench-pthread): Separate out pthread tests.
15378         (bench): Include math and pthread tests.
15380 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15382         [BZ #16831]
15383         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15384         _dl_debug_initialize.
15386         * configure.ac: Remove SELinux header check.
15387         * configure: Regenerate.
15388         * nscd/selinux.c (perms): Array of const char* to permission names.
15389         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15390         default policy. Call string_to_security_class and string_to_av_perm to
15391         translate strings. Enforce default policy and call avs_has_perm with
15392         results of translated strings.
15394 2014-04-13  David S. Miller  <davem@davemloft.net>
15396         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15398 2014-04-12  Allan McRae  <allan@archlinux.org>
15400         [BZ #16838]
15401         * manual/string.texi (Collation Functions): Fix qsort argument
15402         order in example.
15403         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15405 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15407         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15408         Make the test a no-op if there are no exceptions defined.
15410 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15412         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15413         enable-hardcoded-path-in-tests
15415 2014-04-11  Will Newton  <will.newton@linaro.org>
15417         * benchtests/Makefile (extra-objs): Add json-lib.o.
15418         (bench-func): Tidy up JSON output.
15419         * benchtests/bench-skeleton.c: Include json-lib.h.
15420         (main): Use JSON library functions to do output of
15421         benchmark results.
15422         * benchtests/bench-timing-type.c (main): Output the
15423         timing type simply, leaving formatting to the user.
15424         * benchtests/json-lib.c: New file.
15425         * benchtests/json-lib.h: Likewise.
15427 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15429         [BZ #15215]
15430         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15431         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15432         memory barriers.  Add comments.
15433         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15434         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15435         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15436         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15437         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15438         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15440 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15442         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15443         * sysdeps/s390/s390-64/configure.ac: ... this ...
15444         * sysdeps/s390/configure.ac: ... to here.
15445         * sysdeps/s390/s390-32/configure: Delete file.
15446         * sysdeps/s390/s390-64/configure: Delete file.
15447         * sysdeps/s390/configure: Regenerate.
15449 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15451         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15453 2014-04-11  Will Newton  <will.newton@linaro.org>
15455         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15456         to zero if it is not defined elsewhere.  (mtrim): Test
15457         the value of MALLOC_DEBUG with #if rather than #ifdef.
15459 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15461         * benchtests/pthread_once-inputs: New file.
15462         * benchtests/pthread_once-source.c: New file.
15463         * benchtests/README: Update documentation.
15465 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15466             H.J. Lu  <hongjiu.lu@intel.com>
15468         [BZ #16275]
15469         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15470         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15471         * sysdeps/x86_64/configure: Regenerated.
15472         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15473         macro.
15474         (REGISTER_SAVE_RAX): Likewise.
15475         (REGISTER_SAVE_RCX): Likewise.
15476         (REGISTER_SAVE_RDX): Likewise.
15477         (REGISTER_SAVE_RSI): Likewise.
15478         (REGISTER_SAVE_RDI): Likewise.
15479         (REGISTER_SAVE_R8): Likewise.
15480         (REGISTER_SAVE_R9): Likewise.
15481         (REGISTER_SAVE_BND0): Likewise.
15482         (REGISTER_SAVE_BND1): Likewise.
15483         (REGISTER_SAVE_BND2): Likewise.
15484         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15485         bound registers when calling _dl_fixup.
15487 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15489         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15490         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15491         of its definition.
15492         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15493         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15494         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15495         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15496         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15497         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15498         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15500 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15502         [BZ #15514]
15503         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15504         pathconf(_PC_NAME_MAX).
15506 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15508         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15509         Remove macro usage.
15510         (__PTHREAD_SPINS): Move definition to ...
15511         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15512         (__PTHREAD_SPINS): ... here.
15513         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15514         (__PTHREAD_SPIN): Likewise.
15515         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15516         (__PTHREAD_SPIN): Likewise.
15517         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15518         (__PTHREAD_SPIN): Likewise.
15519         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15520         (__PTHREAD_SPIN): Likewise.
15521         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15522         (__PTHREAD_SPIN): Likewise.
15523         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15524         (__PTHREAD_SPIN): Likewise.
15525         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15526         (__PTHREAD_SPIN): Likewise.
15527         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15528         (__PTHREAD_SPIN): Likewise.
15529         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15530         (__PTHREAD_SPIN): Likewise.
15531         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15532         (__PTHREAD_SPIN): Likewise.
15533         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15534         (__PTHREAD_SPIN): Likewise.
15535         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15536         (__PTHREAD_SPIN): Likewise.
15538         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15539         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15540         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15541         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15542         imply folder.
15543         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15544         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15545         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15546         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15547         correct imply path.
15548         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15549         strlen symbol for non multi-arch builds.
15550         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15551         missing hidden_def and weak_alias.
15553 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15555         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15557 2014-04-07  Will Newton  <will.newton@linaro.org>
15559         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15560         and contents.  [!_LIBC] Remove #ifndef and contents.
15561         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15562         * string/memccpy.c (__memccpy): Use ANSI prototype.
15563         * string/memfrob.c (memfrob): Likewise.
15564         * string/strcoll.c (STRCOLL): Likewise.
15565         * string/strlen.c (strlen): Likewise.
15566         * string/strtok.c (STRTOK): Likewise.
15567         * string/strcat.c: Remove unused #include of memcopy.h.
15568         (strcat): Use ANSI prototype.
15569         * string/strchr.c: Remove unused #include of memcopy.h.
15570         (strchr): Use ANSI prototype.
15571         * string/strcmp.c: Remove unused #include of memcopy.h.
15572         (strcmp): Use ANSI prototype.
15573         * string/strcpy.c: Remove unused #include of memcopy.h.
15574         (strcpy): Use ANSI prototype.
15576 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15578         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15579         * config.make.in (config-extra-cppflags): Set it from
15580         libc_extra_cppflags.
15581         * configure.ac (libc_extra_cflags): Make it accumulate over
15582         configure fragments.
15583         (libc_extra_cppflags): New flag.
15584         * configure. Regenerate.
15585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15586         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15587         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15590         [BZ #16815]
15591         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15592         result for FE_DOWNWARD rounding mode.
15593         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15594         Likewise.
15595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15597 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15599         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15600         in function argument name.
15602 2014-04-03  David Svoboda  <svoboda@cert.org>
15604         [BZ #5666]
15605         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15606         explicitly.
15608 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15610         * elf/dl-unmap-segments.h: New file.
15611         * sysdeps/generic/ldsodefs.h
15612         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15613         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15614         * elf/dl-fptr.c: Likewise.
15615         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15616         * sysdeps/aarch64/tlsdesc.c: Likewise.
15617         * sysdeps/arm/tlsdesc.c: Likewise.
15618         * sysdeps/i386/tlsdesc.c: Likewise.
15619         * sysdeps/tile/dl-runtime.c: Likewise.
15620         * sysdeps/x86_64/tlsdesc.c: Likewise.
15621         * elf/dl-load.h: New file.
15622         * elf/dl-load.c: Include it.
15623         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15624         Macros moved to dl-load.h.
15625         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15626         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15627         Use _dl_unmap_segments in place of __munmap.
15628         Break out segment-mapping loop into ...
15629         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15631 2014-04-03  Will Newton  <will.newton@linaro.org>
15633         * elf/dl-lookup.c (do_lookup_x): Remove comment
15634         referring to nested function and move variable
15635         declarations down to before first use.
15637 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15639         [BZ #16799]
15640         [BZ #16800]
15641         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15642         with 0 numerator.
15643         * math/s_catanf.c (__catanf): Likewise.
15644         * math/s_catanh.c (__catanh): Likewise.
15645         * math/s_catanhf.c (__catanhf): Likewise.
15646         * math/s_catanhl.c (__catanhl): Likewise.
15647         * math/s_catanl.c (__catanl): Likewise.
15648         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15649         by positive zero when computing -Inf result.
15650         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15651         (catanh_test): Likewise.
15652         * sysdeps/i386/fpu/libm-test-ulps: Update.
15653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15655         [BZ #16789]
15656         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15657         instead of using underflowing value in computing result.
15658         * math/s_clog10.c (__clog10): Likewise.
15659         * math/s_clog10f.c (__clog10f): Likewise.
15660         * math/s_clog10l.c (__clog10l): Likewise.
15661         * math/s_clogf.c (__clogf): Likewise.
15662         * math/s_clogl.c (__clogl): Likewise.
15663         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15664         (clog10_test): Likewise.
15665         * sysdeps/i386/fpu/libm-test-ulps: Update.
15666         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15668 2014-04-02  Alan Modra  <amodra@gmail.com>
15670         [BZ #16739]
15671         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15672         output when value is near a power of two.  Use int64_t for lx and
15673         remove casts.  Use decimal rather than hex exponent constants.
15674         Don't use long double multiplication when double will suffice.
15675         * math/libm-test.inc (nextafter_test_data): Add tests.
15676         * NEWS: Add 16739 and 16786 to bug list.
15678         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15680         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15682 2014-04-01  Will Newton  <will.newton@linaro.org>
15684         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15685         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15687 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15689         [BZ #13347]
15690         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15691         * nptl/tst-setuid2.c: New file.
15692         * nptl/Makefile (xtests): Add tst-setuid2.
15694 2014-04-01  Alan Modra  <amodra@gmail.com>
15696         [BZ #16786]
15697         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15699 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15701         [BZ #6803]
15702         [BZ #6804]
15703         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15704         set errno as appropriate.
15705         * math/w_scalbf.c (__scalbf): Likewise.
15706         * math/w_scalbl.c (__scalbl): Likewise.
15707         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15708         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15709         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15710         Add more NaN tests.
15712         [BZ #16349]
15713         * math/w_atan2.c: Include <errno.h>.
15714         (__atan2): Set errno for result underflowing to zero.
15715         * math/w_atan2f.c: Include <errno.h>.
15716         (__atan2f): Set errno for result underflowing to zero.
15717         * math/w_atan2l.c: Include <errno.h>.
15718         (__atan2l): Set errno for result underflowing to zero.
15719         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15720         tests.
15721         * math/auto-libm-test-out: Regenerated.
15723 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15725         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15726         Encode instruction correctly in little endian.
15727         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15728         Likewise.
15729         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15730         Likewise.
15731         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15732         Likewise.
15733         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15734         Likewise.
15736 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15738         [BZ #9894]
15739         * sysdeps/unix/sysv/linux/kernel-features.h
15740         [__sparc__ && !__arch64__ && !__sparc_v9__]
15741         (__ASSUME_SET_ROBUST_LIST): Do not define.
15742         [__sparc__ && !__arch64__ && !__sparc_v9__]
15743         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15744         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15745         Likewise.
15746         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15747         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15748         (__ASSUME_REQUEUE_PI): Likewise.
15749         (__ASSUME_SET_ROBUST_LIST): Likewise.
15750         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15751         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15752         Undefine.
15753         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15754         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15755         Likewise.
15756         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15757         Likewise.
15758         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15759         Likewise.
15760         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15761         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15762         Undefine.
15763         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15764         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15765         Likewise.
15767         [BZ #16648]
15768         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15769         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15770         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15772 2014-03-31  Will Newton  <will.newton@linaro.org>
15774         * benchtests/Makefile (bench): Add ffs and ffsll to list
15775         of tests.
15776         * benchtests/ffs-inputs: New file.
15777         * benchtests/ffsll-inputs: Likewise.
15779 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15781         [BZ #16770]
15782         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15783         too large before casting to int.
15784         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15785         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15786         * math/libm-test.inc (scalb_test_data): Add more tests.
15788 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15790         * benchtests/Makefile (DETAILED_OPT): New make option.
15791         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15792         set.
15793         * benchtests/bench-skeleton.c: Include stdbool.h.
15794         (main): Store and print timings per input.
15795         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15796         member to each argument value.
15797         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15798         (_print_arg_data): Initialize per-input timing to 0.
15800         * benchtests/Makefile (timing-type): New binary.
15801         (bench-clean): Also remove bench-timing-type.
15802         (bench): New target for timing-type.
15803         (bench-func): Print output in JSON format.
15804         * benchtests/bench-skeleton.c (main): Print output in JSON
15805         format.
15806         * benchtests/bench-timing-type.c: New file.
15807         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15808         (TIMING_PRINT_STATS): Remove.
15809         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15810         name separately.
15812         * benchtests/bench-modf.c: Remove.
15813         * benchtests/modf-inputs: New inputs file.
15815 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15817         [BZ #16362]
15818         * math/s_clog10.c (M_PI_LOG10E): New macro.
15819         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15820         imaginary parts are 0.
15821         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15822         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15823         imaginary parts are 0.
15824         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15825         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15826         imaginary parts are 0.
15827         * math/libm-test.inc (clog10_test_data): Update expected results
15828         for when real and imaginary parts are 0.
15830 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15832         * elf/dl-load.c: Finish conversion of __builtin_expect into
15833         __glibc_{un}likely.
15835 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15837         [BZ #16348]
15838         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15839         1+x for argument with exponent below -67.
15840         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15841         Likewise.
15842         * math/auto-libm-test-in: Add more tests of exp.
15843         * math/auto-libm-test-out: Regenerated.
15845 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15847         [BZ #16759]
15848         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15849         (nscd_getnetgrent): Use it.
15851         [BZ #16760]
15852         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15853         of stpcpy.
15855 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15857         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15858         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15859         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15860         (lll_robust_unlock): Remove out of line section. Use cfi
15861         intrinsics.
15862         (LLL_STUB_UNWIND_INFO*): Remove.
15863         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15864         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15865         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15866         (lll_robust_unlock): Remove out of line section. Use cfi
15867         intrinsics.
15868         (LLL_STUB_UNWIND_INFO*): Remove.
15870 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15872         [BZ #16758]
15873         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15874         blank values.
15876 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15878         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15880 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15882         [BZ #16198]
15883         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15884         fnstenv.
15885         * math/test-fenv-preserve.c: New file.
15886         * math/Makefile (tests): Add test-fenv-preserve.
15888 2014-03-26  Will Newton <will.newton@linaro.org>
15890         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15892 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15894         * scripts/versionlist.awk: Partition the version sets and emit all
15895         GLIBC_* (sorted) before all others (sorted).
15897 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15899         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15900         GLIBC_2.2.5 version.
15902 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15904         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15905         calls.
15907         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15908         previous change.
15910         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15912 2014-03-25  Andreas Schwab  <schwab@suse.de>
15914         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15915         label to be used after in6ailist is initialized.
15917 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15919         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15920         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15922 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15924         [BZ #16357]
15925         [BZ #16599]
15926         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15927         min_plus_half.
15928         (fp_formats): Update initializers.
15929         (init_fp_formats): Initialize new field.
15930         (output_for_one_input_case): Allow underflow for results up to
15931         min_plus_half.
15932         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15933         * math/auto-libm-test-in: Don't mark some underflows from asin and
15934         atanh as spurious.
15935         * math/auto-libm-test-out: Regenerated.
15936         * sysdeps/i386/fpu/libm-test-ulps: Update.
15937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15939 2014-03-25  Andreas Schwab  <schwab@suse.de>
15941         * libio/Makefile (tst-ftell-partial-wide-ENV)
15942         (tst-ftell-active-handler-ENV): Define.
15944 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15946         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15948 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15950         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15952 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15954         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15955         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15956         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15958 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15960         [BZ #16634]
15961         * elf/dl-load.c (open_verify): Add mode parameter.
15962         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15963         (open_path): Change from boolean 'secure' to complete flag 'mode'
15964         (_dl_map_object): Adjust.
15965         * elf/Makefile (tests): Add tst-dlopen-aout.
15966         * elf/tst-dlopen-aout.c: New test.
15968 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15970         [BZ #16714]
15971         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15972         (struct stat): Rename member pad0 to __glibc_reserved0.
15974         [BZ #16712]
15975         * sysdeps/s390/s390-32/bits/wordsize.h
15976         (__WORDSIZE32_SIZE_ULONG): New define.
15977         * sysdeps/s390/s390-64/bits/wordsize.h
15978         (__WORDSIZE32_SIZE_ULONG): Likewise.
15979         * sysdeps/generic/stdint.h (SIZE_MAX):
15980         Define as UL if __WORDSIZE32_SIZE_ULONG.
15982         [BZ #16713]
15983         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15984         (__glibc_reserved0): New variable.
15985         (sa_flags): Change type to int.
15987         * posix/Makefile (before-compile): Use += before-compile instead
15988         of a :=.
15990         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15991         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15993 2014-03-20  Andreas Schwab  <schwab@suse.de>
15995         [BZ #16743]
15996         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15997         non-matching result from nscd.
15999 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16001         * scripts/bench.py: Moved to ...
16002         * benchtests/scripts/bench.py: ... here.
16003         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16005 2014-03-24  Andreas Schwab  <schwab@suse.de>
16007         [BZ #16002]
16008         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16009         alloca_account and account alloca use for struct in6ailist.
16011 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16013         [BZ #16284]
16014         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16015         rounding mode to recompute results that overflow to infinity or
16016         underflow to zero.
16017         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16018         bug 16284.
16019         * math/auto-libm-test-out: Regenerated.
16020         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16021         (ccosh_test): Likewise.
16022         (csin_test_data): Use plus_oflow.
16023         (csin_test): Use ALL_RM_TEST.
16024         (csinh_test_data): Use plus_oflow.
16025         (csinh_test): Use ALL_RM_TEST.
16026         * sysdeps/i386/fpu/libm-test-ulps: Update.
16027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16029 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16031         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16032         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16033         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16035         [BZ #16731]
16036         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16037         when x - 1 is zero.
16038         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16039         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16040         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16041         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16042         argument is 1.
16043         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16044         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16045         zero.
16046         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16047         * sysdeps/i386/fpu/libm-test-ulps: Update.
16048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16050 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16052         * scripts/bench.pl: Remove file.
16053         * scripts/bench.py: New benchmark script.
16054         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16055         * benchtests/README: Mention python dependency.
16056         * scripts/pylintrc: New file.
16057         * scripts/pylint: New file.
16059         * bits/mathdef.h: Use #ifdef instead of #if.
16060         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16061         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16062         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16063         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16064         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16065         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16067 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16068             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16070         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16071         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16072         and strpbrk-ppc64 objects.
16073         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16074         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16075         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16076         multiarch strpbrk for POWER7.
16077         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16078         multiarch strpbrk for PPC64.
16079         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16080         ifunc selector.
16081         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16082         strpbrk for POWER7.
16084 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16086         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16087         (atan_test): Likewise.
16088         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16089         (atanh_test): Use ALL_RM_TEST.
16090         (atan2_test_data): Likewise.
16091         (cabs_test): Likewise.
16092         (cacosh_test): Likewise.
16093         (carg_test): Likewise.
16094         (casin_test): Likewise.
16095         (casinh_test): Likewise.
16096         (cbrt_test): Likewise.
16097         (csqrt_test): Likewise.
16098         (erf_test): Likewise.
16099         (erfc_test): Likewise.
16100         (pow10_test): Likewise.
16101         (exp2_test): Likewise.
16102         (hypot_test): Likewise.
16103         (j0_test): Likewise.
16104         (j1_test): Likewise.
16105         (lgamma_test): Likewise.
16106         (gamma_test): Likewise.
16107         (sincos_test): Likewise.
16108         (tanh_test): Likewise.
16109         (y0_test): Likewise.
16110         (y1_test): Likewise.
16111         * sysdeps/i386/fpu/libm-test-ulps: Update.
16112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16114 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16116         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16117         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16118         and strcspn-ppc64 objects.
16119         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16120         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16121         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16122         multiarch strcspn for POWER7.
16123         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16124         multiarch strcspn for PPC64.
16125         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16126         ifunc selector.
16127         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16128         strcspn for POWER7.
16130 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16132         * math/gen-libm-test.pl (generate_testfile): Expect only function
16133         name as argument to AUTO_TESTS_* and pass results for all rounding
16134         modes to parse_args.
16135         (parse_auto_input): Separate inputs of automatic tests from
16136         outputs before storing in %auto_tests.
16137         * math/libm-test.inc (acos_test_data): Update call to
16138         AUTO_TESTS_f_f.
16139         (acos_test): Use ALL_RM_TEST.
16140         (acos_tonearest_test_data): Remove.
16141         (acos_test_tonearest): Likewise.
16142         (acos_towardzero_test_data): Likewise.
16143         (acos_test_towardzero): Likewise.
16144         (acos_downward_test_data): Likewise.
16145         (acos_test_downward): Likewise.
16146         (acos_upward_test_data): Likewise.
16147         (acos_test_upward): Likewise.
16148         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16149         (asin_test_data): Likewise.
16150         (asin_test): Use ALL_RM_TEST.
16151         (asin_tonearest_test_data): Remove.
16152         (asin_test_tonearest): Likewise.
16153         (asin_towardzero_test_data): Likewise.
16154         (asin_test_towardzero): Likewise.
16155         (asin_downward_test_data): Likewise.
16156         (asin_test_downward): Likewise.
16157         (asin_upward_test_data): Likewise.
16158         (asin_test_upward): Likewise.
16159         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16160         (atan_test_data): Likewise.
16161         (atanh_test_data): Likewise.
16162         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16163         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16164         (carg_test_data): Likewise.
16165         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16166         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16167         (ccosh_test_data): Likewise.
16168         (cexp_test_data): Likewise.
16169         (clog_test_data): Likewise.
16170         (clog10_test_data): Likewise.
16171         (cos_test_data): Update call to AUTO_TESTS_f_f.
16172         (cos_test): Use ALL_RM_TEST.
16173         (cos_tonearest_test_data): Remove.
16174         (cos_test_tonearest): Likewise.
16175         (cos_towardzero_test_data): Likewise.
16176         (cos_test_towardzero): Likewise.
16177         (cos_downward_test_data): Likewise.
16178         (cos_test_downward): Likewise.
16179         (cos_upward_test_data): Likewise.
16180         (cos_test_upward): Likewise.
16181         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16182         (cosh_test): Use ALL_RM_TEST.
16183         (cosh_tonearest_test_data): Remove.
16184         (cosh_test_tonearest): Likewise.
16185         (cosh_towardzero_test_data): Likewise.
16186         (cosh_test_towardzero): Likewise.
16187         (cosh_downward_test_data): Likewise.
16188         (cosh_test_downward): Likewise.
16189         (cosh_upward_test_data): Likewise.
16190         (cosh_test_upward): Likewise.
16191         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16192         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16193         (ctan_test_data): Likewise.
16194         (ctan_test): Use ALL_RM_TEST.
16195         (ctan_tonearest_test_data): Remove.
16196         (ctan_test_tonearest): Likewise.
16197         (ctan_towardzero_test_data): Likewise.
16198         (ctan_test_towardzero): Likewise.
16199         (ctan_downward_test_data): Likewise.
16200         (ctan_test_downward): Likewise.
16201         (ctan_upward_test_data): Likewise.
16202         (ctan_test_upward): Likewise.
16203         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16204         (ctanh_test): Use ALL_RM_TEST.
16205         (ctanh_tonearest_test_data): Remove.
16206         (ctanh_test_tonearest): Likewise.
16207         (ctanh_towardzero_test_data): Likewise.
16208         (ctanh_test_towardzero): Likewise.
16209         (ctanh_downward_test_data): Likewise.
16210         (ctanh_test_downward): Likewise.
16211         (ctanh_upward_test_data): Likewise.
16212         (ctanh_test_upward): Likewise.
16213         (erf_test_data): Update call to AUTO_TESTS_f_f.
16214         (erfc_test_data): Likewise.
16215         (exp_test_data): Likewise.
16216         (exp_test): Use ALL_RM_TEST.
16217         (exp_tonearest_test_data): Remove.
16218         (exp_test_tonearest): Likewise.
16219         (exp_towardzero_test_data): Likewise.
16220         (exp_test_towardzero): Likewise.
16221         (exp_downward_test_data): Likewise.
16222         (exp_test_downward): Likewise.
16223         (exp_upward_test_data): Likewise.
16224         (exp_test_upward): Likewise.
16225         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16226         (exp10_test): Use ALL_RM_TEST.
16227         (exp10_tonearest_test_data): Remove.
16228         (exp10_test_tonearest): Likewise.
16229         (exp10_towardzero_test_data): Likewise.
16230         (exp10_test_towardzero): Likewise.
16231         (exp10_downward_test_data): Likewise.
16232         (exp10_test_downward): Likewise.
16233         (exp10_upward_test_data): Likewise.
16234         (exp10_test_upward): Likewise.
16235         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16236         (expm1_test_data): Likewise.
16237         (expm1_test): Use ALL_RM_TEST.
16238         (expm1_tonearest_test_data): Remove.
16239         (expm1_test_tonearest): Likewise.
16240         (expm1_towardzero_test_data): Likewise.
16241         (expm1_test_towardzero): Likewise.
16242         (expm1_downward_test_data): Likewise.
16243         (expm1_test_downward): Likewise.
16244         (expm1_upward_test_data): Likewise.
16245         (expm1_test_upward): Likewise.
16246         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16247         (fma_test): Use ALL_RM_TEST.
16248         (fma_towardzero_test_data): Remove.
16249         (fma_test_towardzero): Likewise.
16250         (fma_downward_test_data): Likewise.
16251         (fma_test_downward): Likewise.
16252         (fma_upward_test_data): Likewise.
16253         (fma_test_upward): Likewise.
16254         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16255         (j0_test_data): Update call to AUTO_TESTS_f_f.
16256         (j1_test_data): Likewise.
16257         (jn_test_data): Update call to AUTO_TESTS_if_f.
16258         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16259         (log_test_data): Update call to AUTO_TESTS_f_f.
16260         (log10_test_data): Likewise.
16261         (log1p_test_data): Likewise.
16262         (log2_test_data): Likewise.
16263         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16264         (pow_tonearest_test_data): Likewise.
16265         (sin_test_data): Update call to AUTO_TESTS_f_f.
16266         (sin_test): Use ALL_RM_TEST.
16267         (sin_tonearest_test_data): Remove.
16268         (sin_test_tonearest): Likewise.
16269         (sin_towardzero_test_data): Likewise.
16270         (sin_test_towardzero): Likewise.
16271         (sin_downward_test_data): Likewise.
16272         (sin_test_downward): Likewise.
16273         (sin_upward_test_data): Likewise.
16274         (sin_test_upward): Likewise.
16275         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16276         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16277         (sinh_test): Use ALL_RM_TEST.
16278         (sinh_tonearest_test_data): Remove.
16279         (sinh_test_tonearest): Likewise.
16280         (sinh_towardzero_test_data): Likewise.
16281         (sinh_test_towardzero): Likewise.
16282         (sinh_downward_test_data): Likewise.
16283         (sinh_test_downward): Likewise.
16284         (sinh_upward_test_data): Likewise.
16285         (sinh_test_upward): Likewise.
16286         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16287         (sqrt_test): Use ALL_RM_TEST.
16288         (sqrt_tonearest_test_data): Remove.
16289         (sqrt_test_tonearest): Likewise.
16290         (sqrt_towardzero_test_data): Likewise.
16291         (sqrt_test_towardzero): Likewise.
16292         (sqrt_downward_test_data): Likewise.
16293         (sqrt_test_downward): Likewise.
16294         (sqrt_upward_test_data): Likewise.
16295         (sqrt_test_upward): Likewise.
16296         (tan_test_data): Update call to AUTO_TESTS_f_f.
16297         (tan_test): Use ALL_RM_TEST.
16298         (tan_tonearest_test_data): Remove.
16299         (tan_test_tonearest): Likewise.
16300         (tan_towardzero_test_data): Likewise.
16301         (tan_test_towardzero): Likewise.
16302         (tan_downward_test_data): Likewise.
16303         (tan_test_downward): Likewise.
16304         (tan_upward_test_data): Likewise.
16305         (tan_test_upward): Likewise.
16306         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16307         (tgamma_test_data): Likewise.
16308         (y0_test_data): Likewise.
16309         (y1_test_data): Likewise.
16310         (yn_test_data): Update call to AUTO_TESTS_if_f.
16311         (main): Do not call removed functions.
16313 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16315         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16316         (ldexp_test_data): Remove.
16317         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16318         scalbn_test_data.
16319         (scalb_test): Use ALL_RM_TEST.
16321 2014-03-19  Andreas Schwab  <schwab@suse.de>
16323         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16325 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16327         [BZ #16649]
16328         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16329         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16330         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16331         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16332         (__ASSUME_PREADV): Undefine.
16333         (__ASSUME_PWRITEV): Likewise.
16335 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16337         * bits/mman-linux.h: Add comment about non-Linux use.
16338         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16339         bits/mman-linux.h resting place.
16341         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16342         * bits/mman-linux.h: ... here.
16344 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16346         * conform/conformtest.pl: Add standard definition when calling C
16347         preprocessor on data files.
16348         (checknamespace): Remove unused variable.
16350 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16352         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16353         minus_oflow, plus_uflow and minus_uflow in expected results.
16354         * math/libm-test.inc (scalbn_test_data): Add more tests of
16355         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16356         minus_uflow.
16357         (scalbn_test): Use ALL_RM_TEST.
16358         (scalbln_test_data): Add more tests of negative arguments.  Use
16359         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16360         (scalbln_test): Use ALL_RM_TEST.
16362 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16364         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16366 2014-03-18  Will Newton  <will.newton@linaro.org>
16368         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16369         inaccurate comment.
16371 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16373         * Makerules [!subdir] (check-abi): Exit with error status if a
16374         test failed.
16376 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16378         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16379         for rint.  Include results for all rounding modes.
16380         (nearbyint_test): Use ALL_RM_TEST.
16381         (rint_test_data): Include all tests used for nearbyint.
16383 2014-03-17  Will Newton  <will.newton@linaro.org>
16385         * nptl/sysdeps/pthread/pthread.h: Revert previous
16386         change.
16388         * sysdeps/generic/ldsodefs.h: Revert previous
16389         change.
16391         * libio/genops.c: Revert previous change.
16392         * libio/libioP.h: Likewise.
16393         * stdio-common/vfprintf.c: Likewise.
16395         * sysdeps/generic/math_private.h: Revert previous
16396         change.
16398         * sysdeps/generic/math_private.h: Check whether
16399         HAVE_RM_CTX is defined with #ifdef rather
16400         than #if.
16402         * argp/argp-fmtstream.h: Check whether
16403         __STRICT_ANSI__ is defined with #ifdef rather
16404         than #if.
16405         * argp/argp.h: Likewise.
16407         * libio/genops.c: Check whether
16408         _IO_JUMPS_OFFSET is defined with #ifdef rather
16409         than #if.
16410         * libio/libioP.h: Likewise.
16411         * stdio-common/vfprintf.c: Likewise.
16413         * sysdeps/generic/ldsodefs.h: Check whether
16414         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16415         than #if.
16417         * nptl/sysdeps/pthread/pthread.h: Check
16418         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16419         its value.
16421 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16423         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16424         setting O_APPEND.
16425         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16426         test case.
16428         [BZ #16680]
16429         * libio/fileops.c (_IO_file_open): Seek to end of file but
16430         don't cache the offset.
16431         (get_file_offset): Remove function.
16432         (do_ftell): Use cached offset when available.
16433         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16434         don't cache the offset.
16435         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16436         case.
16437         (do_one_test): Call it.
16438         (do_ftell_test): Fix up expected old offset for a+ mode.
16439         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16440         available.
16442         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16443         up test status with function return status.
16444         (do_write_test): Likewise.
16445         (do_append_test): Likewise.
16447         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16448         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16449         Remove.
16451 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16453         * math/gen-libm-test.pl (parse_args): Handle results specified for
16454         each rounding mode separately.
16455         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16456         tests and results from lrint_tonearest_test_data,
16457         lrint_towardzero_test_data, lrint_downward_test_data and
16458         lrint_upward_test_data.
16459         (lrint_test): Use ALL_RM_TEST.
16460         (lrint_tonearest_test_data): Remove.
16461         (lrint_test_tonearest): Likewise.
16462         (lrint_towardzero_test_data): Likewise.
16463         (lrint_test_towardzero): Likewise.
16464         (lrint_downward_test_data): Likewise.
16465         (lrint_test_downward): Likewise.
16466         (lrint_upward_test_data): Likewise.
16467         (lrint_test_upward): Likewise.
16468         (llrint_test_data): Merge in per-rounding-mode tests and results
16469         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16470         llrint_downward_test_data and llrint_upward_test_data.
16471         (llrint_test): Use ALL_RM_TEST.
16472         (llrint_tonearest_test_data): Remove.
16473         (llrint_test_tonearest): Likewise.
16474         (llrint_towardzero_test_data): Likewise.
16475         (llrint_test_towardzero): Likewise.
16476         (llrint_downward_test_data): Likewise.
16477         (llrint_test_downward): Likewise.
16478         (llrint_upward_test_data): Likewise.
16479         (llrint_test_upward): Likewise.
16480         (rint_test_data): Merge in per-rounding-mode tests and results
16481         from rint_tonearest_test_data, rint_towardzero_test_data,
16482         rint_downward_test_data and rint_upward_test_data.  Add
16483         per-rounding-mode results for tests not in those arrays.
16484         (rint_test): Use ALL_RM_TEST.
16485         (rint_tonearest_test_data): Remove.
16486         (rint_test_tonearest): Likewise.
16487         (rint_towardzero_test_data): Likewise.
16488         (rint_test_towardzero): Likewise.
16489         (rint_downward_test_data): Likewise.
16490         (rint_test_downward): Likewise.
16491         (rint_upward_test_data): Likewise.
16492         (rint_test_upward): Likewise.
16493         (main): Don't call removed functions.
16495 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16497         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16498         "Compiled on ..." crapola.  It is anti-useful.
16500 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16502         * scripts/evaluate-test.sh: Handle fourth argument to determine
16503         whether test run should stop on failure.
16504         * Makeconfig (stop-on-test-failure): New variable.
16505         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16506         $(stop-on-test-failure).
16507         * Makefile (tests): Give a summary of results from testing and
16508         exit with failure status if they include an ERROR or FAIL.
16509         (xtests): Likewise.
16510         * manual/install.texi (Configuring and compiling): Mention
16511         stop-on-test-failure=y.
16512         * INSTALL: Regenerated.
16514 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16516         * scripts/versionlist.awk: New file.
16517         * Makerules [$(build-shared) = yes]
16518         (postclean-generated): Add Versions.def, not Versions.def.v and
16519         Versions.def.v.i.
16520         ($(common-objpfx)Versions.def.v.i): Target removed.
16521         ($(common-objpfx)Versions.def): New target.
16522         ($(common-objpfx)Versions.all): Depend on that rather that
16523         $(common-objpfx)Versions.def.v.
16524         * Versions.def: File removed.
16526         * Makeconfig (+gccwarn): Add -Wundef.
16527         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16528         a dl-sysdep.h breaking its contract.
16529         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16530         * include/stackinfo.h: New file.
16531         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16532         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16533         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16534         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16535         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16536         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16537         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16538         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16539         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16540         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16541         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16542         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16543         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16544         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16545         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16547 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16549         [BZ #16707]
16550         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16551         implementation.
16552         * math/libm-test.inc (round_test_data): Add more tests.
16554         [BZ #16706]
16555         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16556         implementation.
16557         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16559         [BZ #16701]
16560         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16561         implementation.
16562         * math/libm-test.inc (ceil_test_data): Add more tests.
16564         * math/libm-test.inc (trunc_test_data): Add more tests related to
16565         BZ#16414.
16567 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16569         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16570         with #if rather than #ifdef.
16571         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16573 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16575         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16576         first.  Disable AVX-512 GCC support if assembler doesn't support
16577         it.
16578         * sysdeps/x86_64/configure: Regenerated.
16580 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16582         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16583         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16584         (__old_pthread_attr_setstack): Likewise.
16585         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16586         [!_STACK_GROWS_DOWN]: Likewise.
16588 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16590         * config.make.in (have-bash2): Delete.
16591         * configure.ac (libc_cv_have_bash2): Delete.
16592         * configure: Regenerate.
16593         * elf/Makefile (common-ldd-rewrite): Rename to ...
16594         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16595         (sh-ldd-rewrite): Delete.
16596         (bash-ldd-rewrite): Delete.
16597         (have-bash2): Delete checks.
16598         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16599         ldd-rewrite.
16601         * config.make.in (have-ksh): Delete.
16602         (KSH): Delete.
16603         * configure.ac (libc_cv_have_ksh): Delete.
16604         * configure: Regenerate.
16606         * elf/Makefile: Delete $(have-ksh) check.
16607         ($(objpfx)sotruss): Change KSH to BASH.
16608         * elf/sotruss.ksh: Rename to ...
16609         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16610         function style to match POSIX.  Drop ksh vim mode setting.
16612         * manual/time.texi (Specifying the Time Zone with TZ): Change
16613         Tuesday to Thursday.
16615         * debug/tst-longjmp_chk2.c: Update header comment.
16616         (stackoverflow_handler): Add comment.  Call assert on pass value.
16618 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16620         [BZ #16194]
16621         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16622         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16623         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16624         (La_x86_64_vector): Add zmm.
16625         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16626         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16627         ($(objpfx)tst-audit10): New target.
16628         ($(objpfx)tst-audit10.out): Likewise.
16629         (tst-audit10-ENV): New.
16630         (AVX512-CFLAGS): Likewise.
16631         (CFLAGS-tst-audit10.c): Likewise.
16632         (CFLAGS-tst-auditmod10a.c): Likewise.
16633         (CFLAGS-tst-auditmod10b.c): Likewise.
16634         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16635         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16636         * sysdeps/x86_64/configure: Regenerated.
16637         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16638         AVX-512 zmm register support.
16639         (_dl_x86_64_save_sse): Likewise.
16640         (_dl_x86_64_restore_sse): Likewise.
16641         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16642         size vector registers.
16643         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16644         (ZMM_SIZE): Likewise.
16645         * sysdeps/x86_64/tst-audit10.c: New file.
16646         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16647         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16649 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16651         * configure.ac (HAVE_EHDR_START): New check.
16652         * configure: Regenerated.
16653         * config.h.in (HAVE_EHDR_START): New #undef.
16654         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16655         assuming the lowest-addressed segment maps the start of the file.
16657 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16659         * INSTALL: Regenerated.
16661 2014-03-13  Will Newton  <will.newton@linaro.org>
16663         * manual/setjmp.texi (System V contexts): Improve
16664         clarity and grammar of documentation.
16666 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16668         [BZ #16381]
16669         * elf/Makefile (tests): Add tst-pie2.
16670         (tests-pie): Add tst-pie2.
16671         * elf/tst-pie2.c: New file.
16672         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16673         for ET_EXEC.
16674         * elf/rtld.c (map_doit): Load executable as lt_executable.
16675         (dl_main): Likewise.
16677 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16679         [BZ #16642]
16680         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16681         (__ASSUME_PSELECT): Undefine.
16683 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16685         [BZ #16689]
16686         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16687         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16688         static build.
16689         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16690         selector for static builds.
16692 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16694         [BZ #16695]
16695         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16696         key in the buffer.
16698 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16700         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16701         IFUNC selector for static builds.
16703 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16705         * sysdeps/mips/math_private.h [__mips_hard_float]
16706         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16707         libc_feresetround_mips_ctx.
16708         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16709         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16710         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16712         [BZ #16677]
16713         * math/s_nextafter.c (__nextafter): Do not return value from
16714         overflowing computation.
16715         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16716         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16717         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16718         Likewise.
16719         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16720         Likewise.
16721         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16722         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16724 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16726         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16727         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16728         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16729         the new mov targetting sp.
16731 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16733         [BZ #16683]
16734         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16735         Define it for static builds as well.
16736         (NO_BZERO_IMPL): Likewise.
16738 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16740         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16741         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16742         multiarch strspn for PPC64.
16743         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16744         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16745         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16746         (__libc_ifunc_impl_list): Likewise.
16747         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16748         multiarch optimizations
16749         * string/strspn.c (strspn): Using macro to redefine symbol name.
16751 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16752             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16754         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16755         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16756         multiarch strncat for PPC64.
16757         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16758         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16759         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16760         (__libc_ifunc_impl_list): Likewise.
16761         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16762         multiarch optimizations
16764 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16766         [BZ #16639]
16767         * nscd/nscd.service: Make service type forking.
16769 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16771         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16772         sign in non default rounding modes.
16773         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16775 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16777         * math/libm-test.inc (ALL_RM_TEST): New macro.
16778         (ceil_test): Use ALL_RM_TEST.
16779         (cimag_test): Likewise.
16780         (conj_test): Likewise.
16781         (copysign_test): Likewise.
16782         (cproj_test): Likewise.
16783         (creal_test): Likewise.
16784         (fabs_test): Likewise.
16785         (floor_test): Likewise.
16786         (fmax_test): Likewise.
16787         (fmin_test): Likewise.
16788         (fmod_test): Likewise.
16789         (fpclassify_test): Likewise.
16790         (frexp_test): Likewise.
16791         (ilogb_test): Likewise.
16792         (isfinite_test): Likewise.
16793         (finite_test): Likewise.
16794         (isgreater_test): Likewise.
16795         (isgreaterequal_test): Likewise.
16796         (isinf_test): Likewise.
16797         (isless_test): Likewise.
16798         (islessequal_test): Likewise.
16799         (islessgreater_test): Likewise.
16800         (isnan_test): Likewise.
16801         (isnormal_test): Likewise.
16802         (issignaling_test): Likewise.
16803         (isunordered_test): Likewise.
16804         (logb_test): Likewise.
16805         (logb_downward_test_data): Remove.
16806         (logb_test_downward): Likewise.
16807         (lround_test): Use ALL_RM_TEST.
16808         (llround_test): Likewise.
16809         (modf_test): Likewise.
16810         (nexttoward_test): Likewise.
16811         (remainder_test): Likewise.
16812         (drem_test): Likewise.
16813         (remainder_tonearest_test_data): Likewise.
16814         (remainder_test_tonearest): Likewise.
16815         (drem_test_tonearest): Likewise.
16816         (remainder_towardzero_test_data): Likewise.
16817         (remainder_test_towardzero): Likewise.
16818         (drem_test_towardzero): Likewise.
16819         (remainder_downward_test_data): Likewise.
16820         (remainder_test_downward): Likewise.
16821         (drem_test_downward): Likewise.
16822         (remainder_upward_test_data): Likewise.
16823         (remainder_test_upward): Likewise.
16824         (drem_test_upward): Likewise.
16825         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16826         (round_test): Use ALL_RM_TEST.
16827         (signbit_test): Likewise.
16828         (trunc_test): Likewise.
16829         (significand_test): Likewise.
16830         (main): Don't call removed functions.
16832 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16834         [BZ #16674]
16835         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16836         || __USE_XOPEN2K8].
16837         (ILL_ILLOPN): Likewise.
16838         (ILL_ILLADR): Likewise.
16839         (ILL_ILLTRP): Likewise.
16840         (ILL_PRVOPC): Likewise.
16841         (ILL_PRVREG): Likewise.
16842         (ILL_COPROC): Likewise.
16843         (ILL_BADSTK): Likewise.
16844         (FPE_INTDIV): Likewise.
16845         (FPE_INTOVF): Likewise.
16846         (FPE_FLTDIV): Likewise.
16847         (FPE_FLTOVF): Likewise.
16848         (FPE_FLTUND): Likewise.
16849         (FPE_FLTRES): Likewise.
16850         (FPE_FLTINV): Likewise.
16851         (FPE_FLTSUB): Likewise.
16852         (SEGV_MAPERR): Likewise.
16853         (SEGV_ACCERR): Likewise.
16854         (BUS_ADRALN): Likewise.
16855         (BUS_ADRERR): Likewise.
16856         (BUS_OBJERR): Likewise.
16857         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16858         (TRAP_TRACE): Likewise.
16859         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16860         __USE_XOPEN2K8].
16861         (CLD_KILLED): Likewise.
16862         (CLD_DUMPED): Likewise.
16863         (CLD_TRAPPED): Likewise.
16864         (CLD_STOPPED): Likewise.
16865         (CLD_CONTINUED): Likewise.
16866         (POLL_IN): Likewise.
16867         (POLL_OUT): Likewise.
16868         (POLL_MSG): Likewise.
16869         (POLL_ERR): Likewise.
16870         (POLL_PRI): Likewise.
16871         (POLL_HUP): Likewise.
16872         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16873         Likewise.
16874         (ILL_ILLOPN): Likewise.
16875         (ILL_ILLADR): Likewise.
16876         (ILL_ILLTRP): Likewise.
16877         (ILL_PRVOPC): Likewise.
16878         (ILL_PRVREG): Likewise.
16879         (ILL_COPROC): Likewise.
16880         (ILL_BADSTK): Likewise.
16881         (FPE_INTDIV): Likewise.
16882         (FPE_INTOVF): Likewise.
16883         (FPE_FLTDIV): Likewise.
16884         (FPE_FLTOVF): Likewise.
16885         (FPE_FLTUND): Likewise.
16886         (FPE_FLTRES): Likewise.
16887         (FPE_FLTINV): Likewise.
16888         (FPE_FLTSUB): Likewise.
16889         (SEGV_MAPERR): Likewise.
16890         (SEGV_ACCERR): Likewise.
16891         (BUS_ADRALN): Likewise.
16892         (BUS_ADRERR): Likewise.
16893         (BUS_OBJERR): Likewise.
16894         (BUS_MCEERR_AR): Likewise.
16895         (BUS_MCEERR_AO): Likewise.
16896         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16897         (TRAP_TRACE): Likewise.
16898         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16899         __USE_XOPEN2K8].
16900         (CLD_KILLED): Likewise.
16901         (CLD_DUMPED): Likewise.
16902         (CLD_TRAPPED): Likewise.
16903         (CLD_STOPPED): Likewise.
16904         (CLD_CONTINUED): Likewise.
16905         (POLL_IN): Likewise.
16906         (POLL_OUT): Likewise.
16907         (POLL_MSG): Likewise.
16908         (POLL_ERR): Likewise.
16909         (POLL_PRI): Likewise.
16910         (POLL_HUP): Likewise.
16911         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16912         (ILL_ILLOPN): Likewise.
16913         (ILL_ILLADR): Likewise.
16914         (ILL_ILLTRP): Likewise.
16915         (ILL_PRVOPC): Likewise.
16916         (ILL_PRVREG): Likewise.
16917         (ILL_COPROC): Likewise.
16918         (ILL_BADSTK): Likewise.
16919         (FPE_INTDIV): Likewise.
16920         (FPE_INTOVF): Likewise.
16921         (FPE_FLTDIV): Likewise.
16922         (FPE_FLTOVF): Likewise.
16923         (FPE_FLTUND): Likewise.
16924         (FPE_FLTRES): Likewise.
16925         (FPE_FLTINV): Likewise.
16926         (FPE_FLTSUB): Likewise.
16927         (SEGV_MAPERR): Likewise.
16928         (SEGV_ACCERR): Likewise.
16929         (BUS_ADRALN): Likewise.
16930         (BUS_ADRERR): Likewise.
16931         (BUS_OBJERR): Likewise.
16932         (BUS_MCEERR_AR): Likewise.
16933         (BUS_MCEERR_AO): Likewise.
16934         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16935         (TRAP_TRACE): Likewise.
16936         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16937         __USE_XOPEN2K8].
16938         (CLD_KILLED): Likewise.
16939         (CLD_DUMPED): Likewise.
16940         (CLD_TRAPPED): Likewise.
16941         (CLD_STOPPED): Likewise.
16942         (CLD_CONTINUED): Likewise.
16943         (POLL_IN): Likewise.
16944         (POLL_OUT): Likewise.
16945         (POLL_MSG): Likewise.
16946         (POLL_ERR): Likewise.
16947         (POLL_PRI): Likewise.
16948         (POLL_HUP): Likewise.
16949         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16950         Likewise.
16951         (ILL_ILLOPN): Likewise.
16952         (ILL_ILLADR): Likewise.
16953         (ILL_ILLTRP): Likewise.
16954         (ILL_PRVOPC): Likewise.
16955         (ILL_PRVREG): Likewise.
16956         (ILL_COPROC): Likewise.
16957         (ILL_BADSTK): Likewise.
16958         (ILL_BADIADDR): Likewise.
16959         (ILL_BREAK): Likewise.
16960         (FPE_INTDIV): Likewise.
16961         (FPE_INTOVF): Likewise.
16962         (FPE_FLTDIV): Likewise.
16963         (FPE_FLTOVF): Likewise.
16964         (FPE_FLTUND): Likewise.
16965         (FPE_FLTRES): Likewise.
16966         (FPE_FLTINV): Likewise.
16967         (FPE_FLTSUB): Likewise.
16968         (FPE_DECOVF): Likewise.
16969         (FPE_DECDIV): Likewise.
16970         (FPE_DECERR): Likewise.
16971         (FPE_INVASC): Likewise.
16972         (FPE_INVDEC): Likewise.
16973         (SEGV_MAPERR): Likewise.
16974         (SEGV_ACCERR): Likewise.
16975         (SEGV_PSTKOVF): Likewise.
16976         (BUS_ADRALN): Likewise.
16977         (BUS_ADRERR): Likewise.
16978         (BUS_OBJERR): Likewise.
16979         (BUS_MCEERR_AR): Likewise.
16980         (BUS_MCEERR_AO): Likewise.
16981         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16982         (TRAP_TRACE): Likewise.
16983         (TRAP_BRANCH): Likewise.
16984         (TRAP_HWBKPT): Likewise.
16985         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16986         __USE_XOPEN2K8].
16987         (CLD_KILLED): Likewise.
16988         (CLD_DUMPED): Likewise.
16989         (CLD_TRAPPED): Likewise.
16990         (CLD_STOPPED): Likewise.
16991         (CLD_CONTINUED): Likewise.
16992         (POLL_IN): Likewise.
16993         (POLL_OUT): Likewise.
16994         (POLL_MSG): Likewise.
16995         (POLL_ERR): Likewise.
16996         (POLL_PRI): Likewise.
16997         (POLL_HUP): Likewise.
16998         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16999         (ILL_ILLOPN): Likewise.
17000         (ILL_ILLADR): Likewise.
17001         (ILL_ILLTRP): Likewise.
17002         (ILL_PRVOPC): Likewise.
17003         (ILL_PRVREG): Likewise.
17004         (ILL_COPROC): Likewise.
17005         (ILL_BADSTK): Likewise.
17006         (FPE_INTDIV): Likewise.
17007         (FPE_INTOVF): Likewise.
17008         (FPE_FLTDIV): Likewise.
17009         (FPE_FLTOVF): Likewise.
17010         (FPE_FLTUND): Likewise.
17011         (FPE_FLTRES): Likewise.
17012         (FPE_FLTINV): Likewise.
17013         (FPE_FLTSUB): Likewise.
17014         (SEGV_MAPERR): Likewise.
17015         (SEGV_ACCERR): Likewise.
17016         (BUS_ADRALN): Likewise.
17017         (BUS_ADRERR): Likewise.
17018         (BUS_OBJERR): Likewise.
17019         (BUS_MCEERR_AR): Likewise.
17020         (BUS_MCEERR_AO): Likewise.
17021         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17022         (TRAP_TRACE): Likewise.
17023         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17024         __USE_XOPEN2K8].
17025         (CLD_KILLED): Likewise.
17026         (CLD_DUMPED): Likewise.
17027         (CLD_TRAPPED): Likewise.
17028         (CLD_STOPPED): Likewise.
17029         (CLD_CONTINUED): Likewise.
17030         (POLL_IN): Likewise.
17031         (POLL_OUT): Likewise.
17032         (POLL_MSG): Likewise.
17033         (POLL_ERR): Likewise.
17034         (POLL_PRI): Likewise.
17035         (POLL_HUP): Likewise.
17036         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17037         (ILL_ILLOPN): Likewise.
17038         (ILL_ILLADR): Likewise.
17039         (ILL_ILLTRP): Likewise.
17040         (ILL_PRVOPC): Likewise.
17041         (ILL_PRVREG): Likewise.
17042         (ILL_COPROC): Likewise.
17043         (ILL_BADSTK): Likewise.
17044         (FPE_INTDIV): Likewise.
17045         (FPE_INTOVF): Likewise.
17046         (FPE_FLTDIV): Likewise.
17047         (FPE_FLTOVF): Likewise.
17048         (FPE_FLTUND): Likewise.
17049         (FPE_FLTRES): Likewise.
17050         (FPE_FLTINV): Likewise.
17051         (FPE_FLTSUB): Likewise.
17052         (SEGV_MAPERR): Likewise.
17053         (SEGV_ACCERR): Likewise.
17054         (BUS_ADRALN): Likewise.
17055         (BUS_ADRERR): Likewise.
17056         (BUS_OBJERR): Likewise.
17057         (BUS_MCEERR_AR): Likewise.
17058         (BUS_MCEERR_AO): Likewise.
17059         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17060         (TRAP_TRACE): Likewise.
17061         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17062         __USE_XOPEN2K8].
17063         (CLD_KILLED): Likewise.
17064         (CLD_DUMPED): Likewise.
17065         (CLD_TRAPPED): Likewise.
17066         (CLD_STOPPED): Likewise.
17067         (CLD_CONTINUED): Likewise.
17068         (POLL_IN): Likewise.
17069         (POLL_OUT): Likewise.
17070         (POLL_MSG): Likewise.
17071         (POLL_ERR): Likewise.
17072         (POLL_PRI): Likewise.
17073         (POLL_HUP): Likewise.
17074         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17075         (ILL_ILLOPN): Likewise.
17076         (ILL_ILLADR): Likewise.
17077         (ILL_ILLTRP): Likewise.
17078         (ILL_PRVOPC): Likewise.
17079         (ILL_PRVREG): Likewise.
17080         (ILL_COPROC): Likewise.
17081         (ILL_BADSTK): Likewise.
17082         (FPE_INTDIV): Likewise.
17083         (FPE_INTOVF): Likewise.
17084         (FPE_FLTDIV): Likewise.
17085         (FPE_FLTOVF): Likewise.
17086         (FPE_FLTUND): Likewise.
17087         (FPE_FLTRES): Likewise.
17088         (FPE_FLTINV): Likewise.
17089         (FPE_FLTSUB): Likewise.
17090         (SEGV_MAPERR): Likewise.
17091         (SEGV_ACCERR): Likewise.
17092         (BUS_ADRALN): Likewise.
17093         (BUS_ADRERR): Likewise.
17094         (BUS_OBJERR): Likewise.
17095         (BUS_MCEERR_AR): Likewise.
17096         (BUS_MCEERR_AO): Likewise.
17097         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17098         (TRAP_TRACE): Likewise.
17099         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17100         __USE_XOPEN2K8].
17101         (CLD_KILLED): Likewise.
17102         (CLD_DUMPED): Likewise.
17103         (CLD_TRAPPED): Likewise.
17104         (CLD_STOPPED): Likewise.
17105         (CLD_CONTINUED): Likewise.
17106         (POLL_IN): Likewise.
17107         (POLL_OUT): Likewise.
17108         (POLL_MSG): Likewise.
17109         (POLL_ERR): Likewise.
17110         (POLL_PRI): Likewise.
17111         (POLL_HUP): Likewise.
17112         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17113         (ILL_ILLOPN): Likewise.
17114         (ILL_ILLADR): Likewise.
17115         (ILL_ILLTRP): Likewise.
17116         (ILL_PRVOPC): Likewise.
17117         (ILL_PRVREG): Likewise.
17118         (ILL_COPROC): Likewise.
17119         (ILL_BADSTK): Likewise.
17120         (ILL_DBLFLT): Likewise.
17121         (ILL_HARDWALL): Likewise.
17122         (FPE_INTDIV): Likewise.
17123         (FPE_INTOVF): Likewise.
17124         (FPE_FLTDIV): Likewise.
17125         (FPE_FLTOVF): Likewise.
17126         (FPE_FLTUND): Likewise.
17127         (FPE_FLTRES): Likewise.
17128         (FPE_FLTINV): Likewise.
17129         (FPE_FLTSUB): Likewise.
17130         (SEGV_MAPERR): Likewise.
17131         (SEGV_ACCERR): Likewise.
17132         (BUS_ADRALN): Likewise.
17133         (BUS_ADRERR): Likewise.
17134         (BUS_OBJERR): Likewise.
17135         (BUS_MCEERR_AR): Likewise.
17136         (BUS_MCEERR_AO): Likewise.
17137         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17138         (TRAP_TRACE): Likewise.
17139         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17140         __USE_XOPEN2K8].
17141         (CLD_KILLED): Likewise.
17142         (CLD_DUMPED): Likewise.
17143         (CLD_TRAPPED): Likewise.
17144         (CLD_STOPPED): Likewise.
17145         (CLD_CONTINUED): Likewise.
17146         (POLL_IN): Likewise.
17147         (POLL_OUT): Likewise.
17148         (POLL_MSG): Likewise.
17149         (POLL_ERR): Likewise.
17150         (POLL_PRI): Likewise.
17151         (POLL_HUP): Likewise.
17152         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17153         (ILL_ILLOPN): Likewise.
17154         (ILL_ILLADR): Likewise.
17155         (ILL_ILLTRP): Likewise.
17156         (ILL_PRVOPC): Likewise.
17157         (ILL_PRVREG): Likewise.
17158         (ILL_COPROC): Likewise.
17159         (ILL_BADSTK): Likewise.
17160         (FPE_INTDIV): Likewise.
17161         (FPE_INTOVF): Likewise.
17162         (FPE_FLTDIV): Likewise.
17163         (FPE_FLTOVF): Likewise.
17164         (FPE_FLTUND): Likewise.
17165         (FPE_FLTRES): Likewise.
17166         (FPE_FLTINV): Likewise.
17167         (FPE_FLTSUB): Likewise.
17168         (SEGV_MAPERR): Likewise.
17169         (SEGV_ACCERR): Likewise.
17170         (BUS_ADRALN): Likewise.
17171         (BUS_ADRERR): Likewise.
17172         (BUS_OBJERR): Likewise.
17173         (BUS_MCEERR_AR): Likewise.
17174         (BUS_MCEERR_AO): Likewise.
17175         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17176         (TRAP_TRACE): Likewise.
17177         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17178         __USE_XOPEN2K8].
17179         (CLD_KILLED): Likewise.
17180         (CLD_DUMPED): Likewise.
17181         (CLD_TRAPPED): Likewise.
17182         (CLD_STOPPED): Likewise.
17183         (CLD_CONTINUED): Likewise.
17184         (POLL_IN): Likewise.
17185         (POLL_OUT): Likewise.
17186         (POLL_MSG): Likewise.
17187         (POLL_ERR): Likewise.
17188         (POLL_PRI): Likewise.
17189         (POLL_HUP): Likewise.
17190         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17191         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17193         [BZ #16670]
17194         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17195         before #include of <time.h>.
17196         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17197         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17198         (test-xfail-UNIX98/sched.h/conform): Likewise.
17200 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17202         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17203         error absence of trapping exception support.
17204         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17206 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17208         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17209         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17210         * timezone/Makefile (testdata): Move definition above include of
17211         Rules.
17212         (test-zones): New variable.
17213         (tests-special): Add zone files.
17214         (build-testdata): Use $(evaluate-test).
17216         * elf/Makefile (tests-special): Rename tests to end with .out.
17217         ($(objpfx)noload-mem): Likewise.
17218         ($(objpfx)tst-leaks1-mem): Likewise.
17219         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17220         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17221         $(objpfx)test-iconvconfig.out.
17222         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17223         set -e inside subshell and redirect output to file.
17224         * iconvdata/Makefile (generated): Rename tests to end with .out.
17225         Correct type.
17226         (tests-special): Rename tests to end with .out.
17227         ($(objpfx)mtrace-tst-loading): Likewise.
17228         * intl/Makefile (generated): Likewise.
17229         (tests-special): Likewise.
17230         ($(objpfx)mtrace-tst-gettext): Likewise.
17231         * misc/Makefile (generated): Likewise.
17232         (tests-special): Likewise.
17233         ($(objpfx)tst-error1-mem): Likewise.
17234         * nptl/Makefile (tests-special): Likewise.
17235         ($(objpfx)tst-stack3-mem): Likewise.
17236         (generated): Likewise.
17237         * posix/Makefile (generated): Likewise.
17238         (tests-special): Likewise.
17239         (xtests-special): Likewise.
17240         ($(objpfx)tst-fnmatch-mem): Likewise.
17241         ($(objpfx)bug-regex2-mem): Likewise.
17242         ($(objpfx)bug-regex14-mem): Likewise.
17243         ($(objpfx)bug-regex21-mem): Likewise.
17244         ($(objpfx)bug-regex31-mem): Likewise.
17245         ($(objpfx)tst-vfork3-mem): Likewise.
17246         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17247         ($(objpfx)tst-pcre-mem): Likewise.
17248         ($(objpfx)tst-boost-mem): Likewise.
17249         ($(objpfx)bug-ga2-mem): Likewise.
17250         ($(objpfx)bug-glob2-mem): Likewise.
17251         * resolv/Makefile (generate): Likewise.
17252         (tests-special): Likewise.
17253         (xtests-special): Likewise.
17254         (generated): Likewise.
17255         ($(objpfx)mtrace-tst-leaks): Likewise.
17256         ($(objpfx)mtrace-tst-leaks2): Likewise.
17258         * scripts/merge-test-results.sh: New file.
17259         * Makefile (tests-special-notdir): New variable.
17260         (tests): Run merge-test-results.sh.
17261         (xtests): Likewise.
17262         * Rules (tests-special-notdir): New variable.
17263         (xtests-special-notdir): Likewise.
17264         (tests): Run merge-test-results.sh
17265         (xtests): Likewise.
17267         * Makeconfig (test-xfail-name): New variable.
17268         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17269         compute variable name for expected failures.
17270         * conform/Makefile (conformtest-headers-data): New variable.
17271         (conformtest-standards): Likewise.
17272         (conformtest-headers-ISO): Likewise.
17273         (conformtest-headers-ISO99): Likewise.
17274         (conformtest-headers-ISO11): Likewise.
17275         (conformtest-headers-POSIX): Likewise.
17276         (conformtest-headers-XPG3): Likewise.
17277         (conformtest-headers-XPG4): Likewise.
17278         (conformtest-headers-UNIX98): Likewise.
17279         (conformtest-headers-XOPEN2K): Likewise.
17280         (conformtest-headers-POSIX2008): Likewise.
17281         (conformtest-headers-XOPEN2K8): Likewise.
17282         (conformtest-header-list-base): Likewise.
17283         (conformtest-header-list-tests): Likewise.
17284         (conformtest-header-base): Likewise.
17285         (conformtest-header-tests): Likewise.
17286         (tests-special): Add $(conformtest-header-list-tests).  If
17287         [$(fast-check) && !$(cross-compiling)], add
17288         $(conformtest-header-tests) instead of
17289         $(objpfx)run-conformtest.out.
17290         (generated): Add $(conformtest-header-list-base).  If
17291         [$(fast-check) && !$(cross-compiling)], add
17292         $(conformtest-header-base).  Remove previous setting.
17293         ($(conformtest-header-list-tests)): New target.
17294         (test-xfail-run-conformtest): Remove variable.
17295         ($(objpfx)run-conformtest.out): Remove target.
17296         (test-xfail-ISO11/complex.h/conform): New variable.
17297         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17298         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17299         (test-xfail-XPG3/varargs.h/conform): Likewise.
17300         (test-xfail-XPG4/varargs.h/conform): Likewise.
17301         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17302         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17303         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17304         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17305         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17306         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17307         (test-xfail-XPG3/ftw.h/conform): Likewise.
17308         (test-xfail-XPG3/grp.h/conform): Likewise.
17309         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17310         (test-xfail-XPG3/limits.h/conform): Likewise.
17311         (test-xfail-XPG3/pwd.h/conform): Likewise.
17312         (test-xfail-XPG3/search.h/conform): Likewise.
17313         (test-xfail-XPG3/signal.h/conform): Likewise.
17314         (test-xfail-XPG3/stdio.h/conform): Likewise.
17315         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17316         (test-xfail-XPG3/string.h/conform): Likewise.
17317         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17318         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17319         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17320         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17321         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17322         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17323         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17324         (test-xfail-XPG3/termios.h/conform): Likewise.
17325         (test-xfail-XPG3/time.h/conform): Likewise.
17326         (test-xfail-XPG3/unistd.h/conform): Likewise.
17327         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17328         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17329         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17330         (test-xfail-XPG4/netdb.h/conform): Likewise.
17331         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17332         (test-xfail-XPG4/signal.h/conform): Likewise.
17333         (test-xfail-XPG4/stdio.h/conform): Likewise.
17334         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17335         (test-xfail-XPG4/stropts.h/conform): Likewise.
17336         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17337         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17338         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17339         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17340         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17341         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17342         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17343         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17344         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17345         (test-xfail-XPG4/termios.h/conform): Likewise.
17346         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17347         (test-xfail-XPG4/unistd.h/conform): Likewise.
17348         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17349         (test-xfail-POSIX/sched.h/conform): Likewise.
17350         (test-xfail-POSIX/signal.h/conform): Likewise.
17351         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17352         (test-xfail-POSIX/tar.h/conform): Likewise.
17353         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17354         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17355         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17356         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17357         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17358         (test-xfail-UNIX98/sched.h/conform): Likewise.
17359         (test-xfail-UNIX98/signal.h/conform): Likewise.
17360         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17361         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17362         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17363         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17364         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17365         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17366         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17367         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17368         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17369         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17370         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17371         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17372         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17373         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17374         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17375         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17376         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17377         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17378         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17379         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17380         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17381         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17382         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17383         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17384         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17385         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17386         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17387         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17388         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17389         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17390         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17391         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17392         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17393         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17394         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17395         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17396         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17397         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17398         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17399         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17400         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17401         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17402         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17403         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17404         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17405         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17406         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17407         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17408         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17409         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17410         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17411         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17412         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17413         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17414         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17415         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17416         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17417         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17418         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17419         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17420         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17421         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17422         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17423         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17424         (conformtest-cc-flags): Likewise.
17425         ($(conformtest-header-tests): New target.
17426         * conform/check-header-lists.sh: New file.
17427         * conform/run-conformtest.sh: Remove.
17429         * conform/conformtest.pl: Allow ' and \ in values given for
17430         constants.
17431         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17432         inclusion.
17433         [POSIX] (sys/types.h): Likewise.
17434         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17435         inclusion.
17436         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17437         inclusion.
17438         * conform/data/signal.h-data (SIGIO): Remove expectation.
17439         [XPG3] (SIGBUS): Do not expect.
17440         [POSIX || XPG3] (SIGPOLL): Likewise.
17441         [POSIX || XPG3] (SIGPROF): Likewise.
17442         [POSIX || XPG3] (SIGSYS): Likewise.
17443         [XPG3] (SIGTRAP): Likewise.
17444         [POSIX || XPG3] (SIGURG): Likewise.
17445         [POSIX || XPG3] (SIGVTALRM): Likewise.
17446         [POSIX || XPG3] (SIGXCPU): Likewise.
17447         [POSIX || XPG3] (SIGXFSZ): Likewise.
17448         [POSIX] (SA_SIGINFO): Expect.
17449         [XPG3] (siginfo_t): Do not expect type or contents.
17450         [POSIX] (si_pid): Do not expect element.
17451         [POSIX] (si_uid): Likewise.
17452         [POSIX] (si_addr): Likewise.
17453         [POSIX] (si_status): Likewise.
17454         [POSIX] (si_band): Likewise.
17455         [XPG4] (si_value): Likewise.
17456         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17457         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17458         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17459         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17460         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17461         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17462         [POSIX || XPG3] (ILL_COPROC): Likewise.
17463         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17464         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17465         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17466         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17467         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17468         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17469         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17470         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17471         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17472         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17473         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17474         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17475         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17476         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17477         [POSIX || XPG3] (CLD_EXITED): Likewise.
17478         [POSIX || XPG3] (CLD_KILLED): Likewise.
17479         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17480         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17481         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17482         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17483         [POSIX || XPG3] (POLL_IN): Likewise.
17484         [POSIX || XPG3] (POLL_OUT): Likewise.
17485         [POSIX || XPG3] (POLL_MSG): Likewise.
17486         [POSIX || XPG3] (POLL_ERR): Likewise.
17487         [POSIX || XPG3] (POLL_PRI): Likewise.
17488         [POSIX || XPG3] (POLL_HUP): Likewise.
17489         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17490         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17491         (SIG*): Do not allow.
17492         [XPG3] (si_*): Likewise.
17493         [XPG3] (SI_*): Likewise.
17494         [XPG3 || XPG4] (sigev_*): Likewise.
17495         [XPG3 || XPG4] (SIGEV_*): Likewise.
17496         [XPG3 || XPG4] (sival_*): Likewise.
17497         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17498         [POSIX || XPG3] (BUS_*): Likewise.
17499         [POSIX || XPG3] (CLD_*): Likewise.
17500         [POSIX || XPG3] (FPE_*): Likewise.
17501         [POSIX || XPG3] (ILL_*): Likewise.
17502         [POSIX || XPG3] (POLL_*): Likewise.
17503         [POSIX || XPG3] (SEGV_*): Likewise.
17504         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17505         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17506         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17507         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17508         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17509         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17510         Specify type and value.
17511         (TVERSLEN): Likewise.
17512         (REGTYPE): Likewise.
17513         (AREGTYPE): Likewise.
17514         (LNKTYPE): Likewise.
17515         (SYMTYPE): Likewise.
17516         (CHRTYPE): Likewise.
17517         (BLKTYPE): Likewise.
17518         (DIRTYPE): Likewise.
17519         (FIFOTYPE): Likewise.
17520         (CONTTYPE): Likewise.
17521         (TSUID): Likewise.
17522         (TSGID): Likewise.
17523         (TSVTX): Likewise.
17524         (TUREAD): Likewise.
17525         (TUWRITE): Likewise.
17526         (TUEXEC): Likewise.
17527         (TGREAD): Likewise.
17528         (TGWRITE): Likewise.
17529         (TGEXEC): Likewise.
17530         (TOREAD): Likewise.
17531         (TOWRITE): Likewise.
17532         (TOEXEC): Likewise.
17533         [POSIX] (TSVTX): Expect constant.
17535 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17537         * Makefile (tests): Change dependencies to ....
17538         (tests-special): ... additions to this variable.
17539         (tests): Depend on $(tests-special).
17540         * Makerules (check-abi-list): New variable.
17541         (check-abi): Depend on $(check-abi-list).
17542         [$(subdir) = elf] (tests-special): Add
17543         $(objpfx)check-abi-libc.out.
17544         [$(build-shared) = yes && subdir] (tests-special): Add
17545         $(check-abi-list).
17546         [$(build-shared) = yes && subdir] (tests): Do not depend on
17547         check-abi.
17548         * Rules (tests): Depend on $(tests-special).
17549         (xtests): Depend on $(xtests-special).
17550         * catgets/Makefile (tests): Change dependencies to ....
17551         (tests-special): ... additions to this variable.
17552         * conform/Makefile (tests): Change dependencies to ....
17553         (tests-special): ... additions to this variable.
17554         * elf/Makefile (tests): Change dependencies to ....
17555         (tests-special): ... additions to this variable.
17556         * grp/Makefile (tests): Change dependencies to ....
17557         (tests-special): ... additions to this variable.
17558         * iconv/Makefile (xtests): Change dependencies to ....
17559         (xtests-special): ... additions to this variable.
17560         * iconvdata/Makefile (tests): Change dependencies to ....
17561         (tests-special): ... additions to this variable.
17562         * intl/Makefile (tests): Change dependencies to ....
17563         (tests-special): ... additions to this variable.  Also add
17564         $(objpfx)tst-gettext.out.
17565         * io/Makefile (tests): Change dependencies to ....
17566         (tests-special): ... additions to this variable.
17567         * libio/Makefile (tests): Change dependencies to ....
17568         (tests-special): ... additions to this variable.
17569         * malloc/Makefile (tests): Change dependencies to ....
17570         (tests-special): ... additions to this variable.
17571         * misc/Makefile (tests): Change dependencies to ....
17572         (tests-special): ... additions to this variable.
17573         * nptl/Makefile (tests): Change dependencies to ....
17574         (tests-special): ... additions to this variable.
17575         * nptl_db/Makefile (tests): Change dependencies to ....
17576         (tests-special): ... additions to this variable.
17577         * posix/Makefile (tests): Change dependencies to ....
17578         (tests-special): ... additions to this variable.
17579         (xtests): Change dependencies to ....
17580         (xtests-special): ... additions to this variable.
17581         * resolv/Makefile (tests): Change dependencies to ....
17582         (tests-special): ... additions to this variable.
17583         (xtests): Change dependencies to ....
17584         (xtests-special): ... additions to this variable.
17585         * stdio-common/Makefile (tests): Change dependencies to ....
17586         (tests-special): ... additions to this variable.
17587         (do-tst-unbputc): Remove target.
17588         (do-tst-printf): Likewise.
17589         * stdlib/Makefile (tests): Change dependencies to ....
17590         (tests-special): ... additions to this variable.
17591         * string/Makefile (tests): Change dependencies to ....
17592         (tests-special): ... additions to this variable.
17593         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17594         (tests-special): ... additions to this variable.
17596         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17597         whole file.
17598         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17599         whole file.
17600         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17601         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17603         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17604         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17605         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17606         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17607         * conform/data/libgen.h-data [XPG3]: Likewise.
17608         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17609         * conform/data/ndbm.h-data [XPG3]: Likewise.
17610         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17611         * conform/data/netdb.h-data [XPG3]: Likewise.
17612         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17613         * conform/data/poll.h-data [XPG3]: Likewise.
17614         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17615         * conform/data/strings.h-data [XPG3]: Likewise.
17616         * conform/data/stropts.h-data [XPG3]: Likewise.
17617         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17618         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17619         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17620         Likewise.
17621         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17622         * conform/data/sys/time.h-data [XPG3]: Likewise.
17623         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17624         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17625         * conform/data/sys/un.h-data [XPG3]: Likewise.
17626         * conform/data/syslog.h-data [XPG3]: Likewise.
17627         * conform/data/ucontext.h-data [XPG3]: Likewise.
17628         * conform/data/utmpx.h-data [XPG3]: Likewise.
17629         * conform/data/varargs.h-data [UNIX98]: Enable file.
17631         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17633         * math/libm-test.inc (struct test_f_f_data): Move expected results
17634         into structure for each rounding mode.
17635         (struct test_ff_f_data): Likewise.
17636         (struct test_ff_f_data_nexttoward): Likewise.
17637         (struct test_fi_f_data): Likewise.
17638         (struct test_fl_f_data): Likewise.
17639         (struct test_if_f_data): Likewise.
17640         (struct test_fff_f_data): Likewise.
17641         (struct test_c_f_data): Likewise.
17642         (struct test_f_f1_data): Likewise.
17643         (struct test_fF_f1_data): Likewise.
17644         (struct test_ffI_f1_data): Likewise.
17645         (struct test_c_c_data): Likewise.
17646         (struct test_cc_c_data): Likewise.
17647         (struct test_f_i_data): Likewise.
17648         (struct test_ff_i_data): Likewise.
17649         (struct test_f_l_data): Likewise.
17650         (struct test_f_L_data): Likewise.
17651         (struct test_fFF_11_data): Likewise.
17652         (RM_): New macro.
17653         (RM_FE_DOWNWARD): Likewise.
17654         (RM_FE_TONEAREST): Likewise.
17655         (RM_FE_TOWARDZERO): Likewise.
17656         (RM_FE_UPWARD): Likewise.
17657         (RUN_TEST_LOOP_f_f): Update references to expected results.
17658         (RUN_TEST_LOOP_2_f): Likewise.
17659         (RUN_TEST_LOOP_fff_f): Likewise.
17660         (RUN_TEST_LOOP_c_f): Likewise.
17661         (RUN_TEST_LOOP_f_f1): Likewise.
17662         (RUN_TEST_LOOP_fF_f1): Likewise.
17663         (RUN_TEST_LOOP_fI_f1): Likewise.
17664         (RUN_TEST_LOOP_ffI_f1): Likewise.
17665         (RUN_TEST_LOOP_c_c): Likewise.
17666         (RUN_TEST_LOOP_cc_c): Likewise.
17667         (RUN_TEST_LOOP_f_i): Likewise.
17668         (RUN_TEST_LOOP_f_i_tg): Likewise.
17669         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17670         (RUN_TEST_LOOP_f_b): Likewise.
17671         (RUN_TEST_LOOP_f_b_tg): Likewise.
17672         (RUN_TEST_LOOP_f_l): Likewise.
17673         (RUN_TEST_LOOP_f_L): Likewise.
17674         (RUN_TEST_LOOP_fFF_11): Likewise.
17675         * math/gen-libm-test.pl (parse_args): Output four copies of
17676         expected results for each test.
17678         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17679         (__ASSUME_UTIMES): Remove.
17680         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17681         (__ASSUME_UTIMES): Likewise.
17683         * math/gen-auto-libm-tests.c: Update comment on output format.
17684         (output_for_one_input_case): Generate before-rounding and
17685         after-rounding information as conditions on output flags not
17686         floating-point format.
17687         * math/auto-libm-test-out: Regenerated.
17688         * math/gen-libm-test.pl (cond_value): New function.
17689         (or_cond_value): Use cond_value.
17690         (generate_testfile): Handle conditional exceptions.
17692 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17694         * math/libm-test.inc (max_valid_error): New variable.
17695         (init_max_error): Take new argument specifying whether function
17696         results are exactly determined.  Set max_valid_error and bound
17697         other variables for errors based on this argument.
17698         (set_max_error): Do not record results above max_valid_error.
17699         (check_float_internal): Only accept errors of up to 0.5ulps if
17700         also at most max_valid_error.
17701         (START): Take new argument EXACT and pass it to init_max_error.
17702         (acos_test): Update call to START.
17703         (acos_test_tonearest): Likewise.
17704         (acos_test_towardzero): Likewise.
17705         (acos_test_downward): Likewise.
17706         (acos_test_upward): Likewise.
17707         (acosh_test): Likewise.
17708         (asin_test): Likewise.
17709         (asin_test_tonearest): Likewise.
17710         (asin_test_towardzero): Likewise.
17711         (asin_test_downward): Likewise.
17712         (asin_test_upward): Likewise.
17713         (asinh_test): Likewise.
17714         (atan_test): Likewise.
17715         (atanh_test): Likewise.
17716         (atan2_test): Likewise.
17717         (cabs_test): Likewise.
17718         (cacos_test): Likewise.
17719         (cacosh_test): Likewise.
17720         (carg_test): Likewise.
17721         (casin_test): Likewise.
17722         (casinh_test): Likewise.
17723         (catan_test): Likewise.
17724         (catanh_test): Likewise.
17725         (cbrt_test): Likewise.
17726         (ccos_test): Likewise.
17727         (ccosh_test): Likewise.
17728         (ceil_test): Likewise.
17729         (cexp_test): Likewise.
17730         (cimag_test): Likewise.
17731         (clog_test): Likewise.
17732         (clog10_test): Likewise.
17733         (conj_test): Likewise.
17734         (copysign_test): Likewise.
17735         (cos_test): Likewise.
17736         (cos_test_tonearest): Likewise.
17737         (cos_test_towardzero): Likewise.
17738         (cos_test_downward): Likewise.
17739         (cos_test_upward): Likewise.
17740         (cosh_test): Likewise.
17741         (cosh_test_tonearest): Likewise.
17742         (cosh_test_towardzero): Likewise.
17743         (cosh_test_downward): Likewise.
17744         (cosh_test_upward): Likewise.
17745         (cpow_test): Likewise.
17746         (cproj_test): Likewise.
17747         (creal_test): Likewise.
17748         (csin_test): Likewise.
17749         (csinh_test): Likewise.
17750         (csqrt_test): Likewise.
17751         (ctan_test): Likewise.
17752         (ctan_test_tonearest): Likewise.
17753         (ctan_test_towardzero): Likewise.
17754         (ctan_test_downward): Likewise.
17755         (ctan_test_upward): Likewise.
17756         (ctanh_test): Likewise.
17757         (ctanh_test_tonearest): Likewise.
17758         (ctanh_test_towardzero): Likewise.
17759         (ctanh_test_downward): Likewise.
17760         (ctanh_test_upward): Likewise.
17761         (erf_test): Likewise.
17762         (erfc_test): Likewise.
17763         (exp_test): Likewise.
17764         (exp_test_tonearest): Likewise.
17765         (exp_test_towardzero): Likewise.
17766         (exp_test_downward): Likewise.
17767         (exp_test_upward): Likewise.
17768         (exp10_test): Likewise.
17769         (exp10_test_tonearest): Likewise.
17770         (exp10_test_towardzero): Likewise.
17771         (exp10_test_downward): Likewise.
17772         (exp10_test_upward): Likewise.
17773         (pow10_test): Likewise.
17774         (exp2_test): Likewise.
17775         (expm1_test): Likewise.
17776         (expm1_test_tonearest): Likewise.
17777         (expm1_test_towardzero): Likewise.
17778         (expm1_test_downward): Likewise.
17779         (expm1_test_upward): Likewise.
17780         (fabs_test): Likewise.
17781         (fdim_test): Likewise.
17782         (floor_test): Likewise.
17783         (fma_test): Likewise.
17784         (fma_test_towardzero): Likewise.
17785         (fma_test_downward): Likewise.
17786         (fma_test_upward): Likewise.
17787         (fmax_test): Likewise.
17788         (fmin_test): Likewise.
17789         (fmod_test): Likewise.
17790         (fpclassify_test): Likewise.
17791         (frexp_test): Likewise.
17792         (hypot_test): Likewise.
17793         (ilogb_test): Likewise.
17794         (isfinite_test): Likewise.
17795         (finite_test): Likewise.
17796         (isgreater_test): Likewise.
17797         (isgreaterequal_test): Likewise.
17798         (isinf_test): Likewise.
17799         (isless_test): Likewise.
17800         (islessequal_test): Likewise.
17801         (islessgreater_test): Likewise.
17802         (isnan_test): Likewise.
17803         (isnormal_test): Likewise.
17804         (issignaling_test): Likewise.
17805         (isunordered_test): Likewise.
17806         (j0_test): Likewise.
17807         (j1_test): Likewise.
17808         (jn_test): Likewise.
17809         (ldexp_test): Likewise.
17810         (lgamma_test): Likewise.
17811         (gamma_test): Likewise.
17812         (lrint_test): Likewise.
17813         (lrint_test_tonearest): Likewise.
17814         (lrint_test_towardzero): Likewise.
17815         (lrint_test_downward): Likewise.
17816         (lrint_test_upward): Likewise.
17817         (llrint_test): Likewise.
17818         (llrint_test_tonearest): Likewise.
17819         (llrint_test_towardzero): Likewise.
17820         (llrint_test_downward): Likewise.
17821         (llrint_test_upward): Likewise.
17822         (log_test): Likewise.
17823         (log10_test): Likewise.
17824         (log1p_test): Likewise.
17825         (log2_test): Likewise.
17826         (logb_test): Likewise.
17827         (logb_test_downward): Likewise.
17828         (lround_test): Likewise.
17829         (llround_test): Likewise.
17830         (modf_test): Likewise.
17831         (nearbyint_test): Likewise.
17832         (nextafter_test): Likewise.
17833         (nexttoward_test): Likewise.
17834         (pow_test): Likewise.
17835         (pow_test_tonearest): Likewise.
17836         (pow_test_towardzero): Likewise.
17837         (pow_test_downward): Likewise.
17838         (pow_test_upward): Likewise.
17839         (remainder_test): Likewise.
17840         (drem_test): Likewise.
17841         (remainder_test_tonearest): Likewise.
17842         (drem_test_tonearest): Likewise.
17843         (remainder_test_towardzero): Likewise.
17844         (drem_test_towardzero): Likewise.
17845         (remainder_test_downward): Likewise.
17846         (drem_test_downward): Likewise.
17847         (remainder_test_upward): Likewise.
17848         (drem_test_upward): Likewise.
17849         (remquo_test): Likewise.
17850         (rint_test): Likewise.
17851         (rint_test_tonearest): Likewise.
17852         (rint_test_towardzero): Likewise.
17853         (rint_test_downward): Likewise.
17854         (rint_test_upward): Likewise.
17855         (round_test): Likewise.
17856         (scalb_test): Likewise.
17857         (scalbn_test): Likewise.
17858         (scalbln_test): Likewise.
17859         (signbit_test): Likewise.
17860         (sin_test): Likewise.
17861         (sin_test_tonearest): Likewise.
17862         (sin_test_towardzero): Likewise.
17863         (sin_test_downward): Likewise.
17864         (sin_test_upward): Likewise.
17865         (sincos_test): Likewise.
17866         (sinh_test): Likewise.
17867         (sinh_test_tonearest): Likewise.
17868         (sinh_test_towardzero): Likewise.
17869         (sinh_test_downward): Likewise.
17870         (sinh_test_upward): Likewise.
17871         (sqrt_test): Likewise.
17872         (sqrt_test_tonearest): Likewise.
17873         (sqrt_test_towardzero): Likewise.
17874         (sqrt_test_downward): Likewise.
17875         (sqrt_test_upward): Likewise.
17876         (tan_test): Likewise.
17877         (tan_test_tonearest): Likewise.
17878         (tan_test_towardzero): Likewise.
17879         (tan_test_downward): Likewise.
17880         (tan_test_upward): Likewise.
17881         (tanh_test): Likewise.
17882         (tgamma_test): Likewise.
17883         (trunc_test): Likewise.
17884         (y0_test): Likewise.
17885         (y1_test): Likewise.
17886         (yn_test): Likewise.
17887         (significand_test): Likewise.
17889         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17890         individual tests in comment.
17891         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17892         (prev_max_error): New variable.
17893         (prev_real_max_error): Likewise.
17894         (prev_imag_max_error): Likewise.
17895         (compare_ulp_data): Don't refer to test names in comment.
17896         (find_test_ulps): Remove function.
17897         (find_function_ulps): Likewise.
17898         (find_complex_function_ulps): Likewise.
17899         (init_max_error): Take function name as argument.  Look up ulps
17900         for that function.
17901         (print_ulps): Remove function.
17902         (print_max_error): Use prev_max_error instead of calling
17903         find_function_ulps.
17904         (print_complex_max_error): Use prev_real_max_error and
17905         prev_imag_max_error instead of calling find_complex_function_ulps.
17906         (check_float_internal): Take max_ulp parameter instead of calling
17907         find_test_ulps.  Don't call print_ulps.
17908         (check_float): Update call to check_float_internal.
17909         (check_complex): Update calls to check_float_internal.
17910         (START): Pass argument to init_max_error.
17911         * math/gen-libm-test.pl (%results): Don't include "kind"
17912         information.
17913         (parse_ulps): Don't handle ulps of individual tests.
17914         (print_ulps_file): Likewise.
17915         (output_ulps): Likewise.
17916         * math/README.libm-test: Update.
17917         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17918         individual tests.
17919         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17920         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17921         * sysdeps/arm/libm-test-ulps: Likewise.
17922         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17923         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17924         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17925         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17926         * sysdeps/microblaze/libm-test-ulps: Likewise.
17927         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17928         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17929         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17930         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17931         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17932         * sysdeps/sh/libm-test-ulps: Likewise.
17933         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17934         * sysdeps/tile/libm-test-ulps: Likewise.
17935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17937 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17939         * math/libm-test.inc (print_complex_max_error): Check separately
17940         whether real and imaginary errors are within allowed range and
17941         pass 0 to print_complex_function_ulps instead of value within
17942         allowed range.
17944 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17946         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17947         formatting.
17948         (get_handles_fopen): Likewise.
17949         (do_write_test): Likewise.
17951         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17953         * libio/fileops.c (do_ftell): Use cached offset when
17954         available.
17955         * libio/iofwide.c (do_ftell_wide): Likewise.
17956         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17957         _IO_file_attach.
17958         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17960         [BZ #16532]
17961         * libio/libioP.h (get_file_offset): New function.
17962         * libio/fileops.c (get_file_offset): Likewise.
17963         (do_ftell): Likewise.
17964         (_IO_new_file_seekoff): Split out ftell logic.
17965         * libio/wfileops.c (do_ftell_wide): Likewise.
17966         (_IO_wfile_seekoff): Split out ftell logic.
17967         * libio/tst-ftell-active-handler.c: New test case.
17968         * libio/Makefile (tests): Add it.
17970 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17972         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17973         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17975 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17977         [BZ #16639]
17978         * nscd/connections.c (nscd_init): Call do_exit.
17979         (start_threads): Call do_exit and notify_parent.
17980         (begin_drop_privileges): Call do_exit.
17981         (finish_drop_privileges): Likewise.
17982         * nscd/selinux.c (preserve_capabilities): Likewise.
17983         (install_real_capabilities): Likewise.
17984         (nscd_selinux_enabled): Likewise.
17985         (avc_create_thread): Likewise.
17986         (avc_alloc_lock): Likewise.
17987         (nscd_avc_init): Likewise.
17988         * nscd/nscd.c (parent_fd): New static variable.
17989         (main): Create a pipe between parent and child processes.
17990         Skip closing parent_fd.
17991         (monitor_child): New function.
17992         (do_exit): Likewise.
17993         (notify_parent): Likewise.
17994         * nscd/nscd.h (notify_parent): Likewise.
17995         (do_exit): Likewise.
17997 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17999         * malloc/malloc.c (__libc_calloc): Revert last change.
18001 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18003         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18005 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18007         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18008         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18009         implementation.
18010         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18011         (__libc_ifunc_impl_list): Likewise.
18012         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18013         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18014         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18015         * string/strrchr.c: Define STRRCHR.
18017 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18019         * benchtest/bench-strtok.c (simple_strtok): Delete.
18020         (strtok_string): Use as benchmark.
18021         * string/strtok (STRTOK): New macro.
18023 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18025         * manual/threads.texi: Add header and standard comments to all
18026         functions.
18028         * elf/dl-lookup.c (check_match): New function.
18029         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18030         (do_lookup_x): Remove nested function check_match. Use non-nested
18031         function check_match.
18033 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18035         * csu/Makefile (generated, before-compile): Use += rather than =.
18036         * catgets/Makefile (generated, generated-dirs): Likewise.
18037         * debug/Makefile (generated): Likewise.
18038         * dlfcn/Makefile (generated): Likewise.
18039         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18040         * iconvdata/Makefile (before-compile, generated): Likewise.
18041         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18042         * libio/Makefile (generated): Likewise.
18043         * malloc/Makefile (generated): Likewise.
18044         * manual/Makefile (generated, generated-dirs): Likewise.
18045         * misc/Makefile (generated): Likewise.
18046         * posix/Makefile (generated): Likewise.
18047         * resolv/Makefile (generated): Likewise.
18048         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18049         * timezone/Makefile (generated, generated-dirs): Likewise.
18051         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18053 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18055         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18056         power8 implementation.
18057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18058         file: POWER8 llround ifunc implementation.
18059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18060         (__lllround): Add POWER8 implementation.
18061         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18062         POWER8 llround implementation.
18064         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18065         power8 implementation.
18066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18067         file: POWER8 llrint ifunc implementation.
18068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18069         Add POWER8 implementation.
18070         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18071         POWER8 llrint implementation.
18073         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18074         power8 implementation.
18075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18076         file: POWER8 finite ifunc implementation.
18077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18078         Add POWER8 implementation.
18079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18080         Likewise.
18081         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18082         POWER8 finite implementation.
18083         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18085         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18086         power8 implementation.
18087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18088         file: POWER8 isinf ifunc implementation.
18089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18090         POWER8 implementation.
18091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18092         Likewise.
18093         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18094         isinf implementation.
18095         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18097         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18098         (INIT_ARCH): Add hwcap2 initialization.
18099         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18100         power8 implementation.
18101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18102         file: POWER8 isnan ifunc implementation.
18103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18104         POWER8 implementation.
18105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18106         Likewise.
18107         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18108         isnan implementation.
18109         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18111 2014-02-27  Joey Ye  <joey.ye@arm.com>
18113         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18114         (_FP_NANFRAC_Q): Set to zero.
18116 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18118         [BZ #16623]
18119         * math/auto-libm-test-in: New test inputs.
18120         * math/auto-libm-test-out: Regenerate.
18121         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18122         and DA.
18123         (__cos): Likewise.
18124         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18126 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18128         * scripts/evaluate-test.sh: Take new argument indicating whether
18129         failure is expected.
18130         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18131         indicating whether failure is expected.
18132         * conform/Makefile (test-xfail-run-conformtest): New variable.
18133         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18134         level.
18135         * posix/Makefile (test-xfail-annexc): New variable.
18136         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18138 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18140         * argp/Makefile: Include Makeconfig immediately after defining
18141         subdir.
18142         * assert/Makefile: Likewise.
18143         * benchtests/Makefile: Likewise.
18144         * catgets/Makefile: Likewise.
18145         * conform/Makefile: Likewise.
18146         * crypt/Makefile: Likewise.
18147         * csu/Makefile: Likewise.
18148         (all): Remove target.
18149         * ctype/Makefile: Include Makeconfig immediately after defining
18150         subdir.
18151         * debug/Makefile: Likewise.
18152         * dirent/Makefile: Likewise.
18153         * dlfcn/Makefile: Likewise.
18154         * gmon/Makefile: Likewise.
18155         * gnulib/Makefile: Likewise.
18156         * grp/Makefile: Likewise.
18157         * gshadow/Makefile: Likewise.
18158         * hesiod/Makefile: Likewise.
18159         * hurd/Makefile: Likewise.
18160         (all): Remove target.
18161         * iconvdata/Makefile: Include Makeconfig immediately after
18162         defining subdir.
18163         * inet/Makefile: Likewise.
18164         * intl/Makefile: Likewise.
18165         * io/Makefile: Likewise.
18166         * libio/Makefile: Likewise.
18167         (all): Remove target.
18168         * locale/Makefile: Include Makeconfig immediately after defining
18169         subdir.
18170         * login/Makefile: Likewise.
18171         * mach/Makefile: Likewise.
18172         (all): Remove target.
18173         * malloc/Makefile: Include Makeconfig immediately after defining
18174         subdir.
18175         (all): Remove target.
18176         * manual/Makefile: Include Makeconfig immediately after defining
18177         subdir.
18178         * math/Makefile: Likewise.
18179         * misc/Makefile: Likewise.
18180         * nis/Makefile: Likewise.
18181         * nss/Makefile: Likewise.
18182         * po/Makefile: Likewise.
18183         (all): Remove target.
18184         * posix/Makefile: Include Makeconfig immediately after defining
18185         subdir.
18186         * pwd/Makefile: Likewise.
18187         * resolv/Makefile: Likewise.
18188         * resource/Makefile: Likewise.
18189         * rt/Makefile: Likewise.
18190         * setjmp/Makefile: Likewise.
18191         * shadow/Makefile: Likewise.
18192         * signal/Makefile: Likewise.
18193         * socket/Makefile: Likewise.
18194         * soft-fp/Makefile: Likewise.
18195         * stdio-common/Makefile: Likewise.
18196         * stdlib/Makefile: Likewise.
18197         * streams/Makefile: Likewise.
18198         * string/Makefile: Likewise.
18199         * sunrpc/Makefile: Likewise.
18200         (all): Remove target.
18201         * sysvipc/Makefile: Include Makeconfig immediately after defining
18202         subdir.
18203         * termios/Makefile: Likewise.
18204         * time/Makefile: Likewise.
18205         * timezone/Makefile: Likewise.
18206         (all): Remove target.
18207         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18208         subdir.
18209         * wctype/Makefile: Likewise.
18211 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18213         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18214         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18215         (libc_feholdexcept_setround_mips): Ditto.
18216         (libc_feholdsetround): New.
18217         (libc_feholdsetroundf): New.
18218         (libc_feholdsetroundl): New.
18219         (libc_feupdateenv_test_mips): New.
18220         (libc_feupdateenv_test): New.
18221         (libc_feupdateenv_testf): New.
18222         (libc_feupdateenv_testl): New.
18223         (libc_feresetround): New.
18224         (libc_feresetroundf): New.
18225         (libc_feresetroundl): New.
18226         (libc_fetestexcept_mips): New.
18227         (libc_fetestexcept): New.
18228         (libc_fetestexceptf): New.
18229         (libc_fetestexceptl): New.
18230         (HAVE_RM_CTX): New.
18231         (libc_feholdexcept_setround_mips_ctx): New.
18232         (libc_feholdexcept_setround_ctx): New.
18233         (libc_feholdexcept_setroundf_ctx): New.
18234         (libc_feholdexcept_setroundl_ctx): New.
18235         (libc_fesetenv_mips_ctx): New.
18236         (libc_fesetenv_ctx): New.
18237         (libc_fesetenv_ctxf): New.
18238         (libc_fesetenv_ctxl): New.
18239         (libc_feupdateenv_mips_ctx): New.
18240         (libc_feupdateenv_ctx): New.
18241         (libc_feupdateenvf_ctx): New.
18242         (libc_feupdateenvl_ctx): New.
18243         (libc_feholdsetround_mips_ctx): New.
18244         (libc_feholdsetround_ctx): New.
18245         (libc_feholdsetroundf_ctx): New.
18246         (libc_feholdsetroundl_ctx): New.
18247         (libc_feresetround_mips_ctx): New.
18248         (libc_feresetround_ctx): New.
18249         (libc_feresetroundf_ctx): New.
18250         (libc_feresetroundl_ctx): New.
18252 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18254         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18256         * manual/ipc.texi: New file.
18257         * manual/Makefile (chapters): Add ipc.
18258         * manual/job.texi: Add "Inter-Process Communication" to next.
18259         * manual/process.texi: Add "Inter-Process Communication" to prev.
18261 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18263         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18265 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18267         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18269         * manual/arith.texi: Fix spaces after sentences.
18270         * manual/charset.texi: Likewise.
18271         * manual/errno.texi: Likewise.
18272         * manual/install.texi: Likewise.
18273         * manual/llio.texi: Likewise.
18274         * manual/locale.texi: Likewise.
18275         * manual/maint.texi: Likewise.
18276         * manual/math.texi: Likewise.
18277         * manual/memory.texi: Likewise.
18278         * manual/message.texi: Likewise.
18279         * manual/probes.texi: Likewise.
18280         * manual/resource.texi: Likewise.
18281         * manual/signal.texi: Likewise.
18282         * manual/socket.texi: Likewise.
18283         * manual/stdio.texi: Likewise.
18284         * manual/string.texi: Likewise.
18285         * manual/time.texi: Likewise.
18286         * manual/users.texi: Likewise.
18288 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18290         [BZ #16632]
18291         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18292         _DEFAULT_SOURCE is defined.
18294 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18295             Carlos O'Donell  <carlos@redhat.com>
18297         [BZ #16613]
18298         * elf/dl-tls.c (_dl_count_modids): New function.
18299         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18300         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18301         audit library and increment generation counter.
18302         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18303         * elf/tst-audit9.c: New file.
18304         * elf/tst-auditmod9a.c: New file.
18305         * elf/tst-auditmod9b.c: New file.
18306         * elf/Makefile: Add rules to build and run tst-audit9.
18308 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18310         [BZ #15347]
18311         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18313 2014-02-25  Will Newton  <will.newton@linaro.org>
18315         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18316         (__longjmp): Restore sp and lr before restoring callee
18317         saved registers.  Add longjmp and longjmp_target
18318         SystemTap probe point.
18319         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18320         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18321         Define to zero to match jmpbuf layout.
18322         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18323         (__sigsetjmp): Save sp and lr before saving callee
18324         saved registers.  Add setjmp SystemTap probe point.
18326 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18328         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18330 2014-02-24  Andreas Schwab  <schwab@suse.de>
18332         [BZ #15804]
18333         * elf/pldd.c (wait_for_ptrace_stop): New function.
18334         (main): Call it after attaching.
18336 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18338         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18339         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18340         Versions files is now verboten.
18341         * hurd/Versions (libc: GLIBC_2.0):
18342         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18343         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18344         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18345         * mach/Versions: Likewise.
18347         * csu/Versions: Remove unused %include.
18348         * resolv/Versions: Likewise.
18350 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18352         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18353         ($(objpfx)check-local-headers.out): Likewise.
18354         ($(objpfx)begin-end-check.out): Likewise.
18355         * Makerules (check-abi-%.out): Likewise.
18356         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18357         ($(objpfx)test2.cat): Likewise.
18358         ($(objpfx)de/libc.cat): Likewise.
18359         ($(objpfx)test-gencat.out): Likewise.
18360         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18361         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18362         ($(objpfx)noload-mem): Likewise.
18363         ($(objpfx)tst-pathopt.out): Likewise.
18364         ($(objpfx)tst-rtld-load-self.out): Likewise.
18365         ($(objpfx)tst-array1-cmp.out): Likewise.
18366         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18367         ($(objpfx)tst-array2-cmp.out): Likewise.
18368         ($(objpfx)tst-array3-cmp.out): Likewise.
18369         ($(objpfx)tst-array4-cmp.out): Likewise.
18370         ($(objpfx)tst-array5-cmp.out): Likewise.
18371         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18372         ($(objpfx)check-textrel.out): Likewise.
18373         ($(objpfx)check-execstack.out): Likewise.
18374         ($(objpfx)check-localplt.out): Likewise.
18375         ($(objpfx)order2-cmp.out): Likewise.
18376         ($(objpfx)tst-leaks1-mem): Likewise.
18377         ($(objpfx)tst-leaks1-static-mem): Likewise.
18378         ($(objpfx)tst-initorder-cmp.out): Likewise.
18379         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18380         ($(objpfx)tst-unused-dep.out): Likewise.
18381         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18382         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18383         * iconv/Makefile (test-iconvconfig): Likewise.
18384         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18385         ($(objpfx)iconv-test.out): Likewise.
18386         ($(objpfx)tst-tables.out): Likewise.
18387         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18388         ($(objpfx)tst-gettext.out): Likewise.
18389         ($(objpfx)tst-translit.out): Likewise.
18390         ($(objpfx)tst-gettext2.out): Likewise.
18391         ($(objpfx)tst-gettext4.out): Likewise.
18392         ($(objpfx)tst-gettext6.out): Likewise.
18393         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18394         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18395         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18396         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18397         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18398         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18399         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18400         ($(objpfx)wordexp-tst.out): Likewise.
18401         ($(objpfx)annexc.out): Likewise.
18402         ($(objpfx)tst-fnmatch-mem): Likewise.
18403         ($(objpfx)bug-regex2-mem): Likewise.
18404         ($(objpfx)bug-regex14-mem): Likewise.
18405         ($(objpfx)bug-regex21-mem): Likewise.
18406         ($(objpfx)bug-regex31-mem): Likewise.
18407         ($(objpfx)tst-vfork3-mem): Likewise.
18408         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18409         ($(objpfx)tst-pcre-mem): Likewise.
18410         ($(objpfx)tst-boost-mem): Likewise.
18411         ($(objpfx)tst-getconf.out): Likewise.
18412         ($(objpfx)bug-ga2-mem): Likewise.
18413         ($(objpfx)bug-glob2-mem): Likewise.
18414         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18415         ($(objpfx)mtrace-tst-leaks2): Likewise.
18416         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18417         ($(objpfx)tst-printf.out): Likewise.
18418         ($(objpfx)tst-setvbuf1.out): Likewise.
18419         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18420         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18421         ($(objpfx)tst-fmtmsg.out): Likewise.
18422         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18423         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18425         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18426         * bits/sigaction.h [__USE_MISC]: Likewise.
18427         * bits/waitstatus.h: Update #endif comments.
18428         * ctype/ctype.h: Likewise.
18429         * dirent/dirent.h: Likewise.
18430         [__USE_MISC]: Remove redundant conditionals.
18431         * grp/grp.h: Update #endif comments.
18432         [__USE_GNU]: Remove redundant conditionals.
18433         [__USE_MISC]: Likewise.
18434         * inet/netinet/in.h [__USE_GNU]: Likewise.
18435         * io/sys/stat.h [__USE_MISC]: Likewise.
18436         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18437         * libio/bits/stdio.h: Update #endif comments.
18438         [__USE_MISC]: Remove redundant conditionals.
18439         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18440         * libio/stdio.h: Update #endif comments.
18441         [__USE_MISC]: Remove redundant conditionals.
18442         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18443         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18444         * math/math.h: Update #else and #endif comments.
18445         [__USE_MISC]: Remove redundant conditionals.
18446         * misc/sys/uio.h: Update #endif comments.
18447         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18448         * posix/glob.h [__USE_MISC]: Likewise.
18449         * posix/sys/types.h: Update #endif comments.
18450         [__USE_MISC]: Remove redundant conditionals.
18451         * posix/sys/wait.h: Update #endif comments.
18452         [__USE_MISC]: Remove redundant conditionals.
18453         * posix/unistd.h: Update #endif comments.
18454         [__USE_MISC]: Remove redundant conditionals.
18455         * pwd/pwd.h [__USE_GNU]: Likewise.
18456         [__USE_MISC]: Likewise.
18457         * resolv/netdb.h [__USE_GNU]: Likewise.
18458         * signal/signal.h: Update #endif comments.
18459         [__USE_MISC]: Remove redundant conditionals.
18460         * stdlib/stdlib.h: Update #else and #endif comments.
18461         [__USE_MISC]: Remove redundant conditionals.
18462         [__USE_GNU]: Likewise.
18463         * string/bits/string2.h [__USE_MISC]: Likewise.
18464         * string/string.h: Update #endif comments.
18465         [__USE_MISC]: Remove redundant conditionals.
18466         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18467         Likewise.
18468         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18469         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18470         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18471         Likewise.
18472         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18473         Likewise.
18474         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18475         comments.
18476         [__USE_MISC]: Remove redundant conditionals.
18477         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18478         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18479         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18480         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18481         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18482         Likewise.
18483         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18484         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18485         Likewise.
18486         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18487         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18488         Likewise.
18489         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18490         Likewise.
18491         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18492         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18493         Likewise.
18494         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18495         Likewise.
18496         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18497         * sysdeps/x86/bits/string.h: Update #endif comments.
18498         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18499         conditionals.
18500         * time/sys/time.h: Update #endif comments.
18501         * time/time.h: Likewise.
18502         [__USE_MISC]: Remove redundant conditionals.
18504 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18506         [BZ #16600]
18507         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18509 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18511         * Versions.def (librt): Add GLIBC_2.17.
18513 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18515         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18516         synonym for _SYS_AUXV_H to allow direct inclusion.
18517         * sysdeps/sparc/bits/hwcap.h: Likewise.
18518         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18519         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18520         * sysdeps/sparc/sysdep.h: Likewise.
18522 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18524         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18526 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18528         * benchtests/bench-strrchr.c: Print length instead of position.
18530 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18532         [BZ #16611]
18533         * sysdeps/unix/sysv/linux/kernel-features.h
18534         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18535         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18536         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18537         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18538         Likewise.
18539         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18540         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18541         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18542         (__ASSUME_SENDMMSG): Define instead of using previous
18543         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18544         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18545         (__ASSUME_SENDMMSG_SYSCALL): Define.
18546         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18547         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18548         Likewise.
18549         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18550         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18551         Likewise.
18552         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18553         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18554         Likewise.
18555         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18556         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18557         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18558         [__ASSUME_SENDMMSG]: Change conditionals to
18559         [__ASSUME_SENDMMSG_SOCKETCALL].
18560         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18561         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18562         Define.
18563         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18564         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18565         Likewise.
18566         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18567         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18568         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18569         [!__ASSUME_SENDMMSG]: Change conditional to
18570         [!__ASSUME_SENDMMSG_SOCKETCALL].
18571         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18572         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18573         Define.
18575         [BZ #16610]
18576         * sysdeps/unix/sysv/linux/kernel-features.h
18577         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18578         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18579         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18580         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18581         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18582         [__i386__ || __sparc__]
18583         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18584         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18585         (__ASSUME_RECVMMSG): Define instead of using previous
18586         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18587         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18588         (__ASSUME_RECVMMSG_SYSCALL): Define.
18589         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18590         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18591         Likewise.
18592         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18593         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18594         Likewise.
18595         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18596         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18597         Likewise.
18598         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18599         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18600         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18601         [__ASSUME_RECVMMSG]: Change condition to
18602         [__ASSUME_RECVMMSG_SOCKETCALL].
18603         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18604         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18605         Define.
18606         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18607         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18608         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18609         Likewise.
18610         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18611         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18612         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18613         [!__ASSUME_RECVMMSG]: Change condition to
18614         [!__ASSUME_RECVMMSG_SOCKETCALL].
18615         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18616         (__ASSUME_RECVMMSG_SYSCALL): Define.
18618         [BZ #16609]
18619         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18620         __powerpc__ || __s390__ || __sh__ || __sparc__]
18621         (__ASSUME_SOCKETCALL): Define.
18622         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18623         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18624         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18625         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18626         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18627         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18628         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18629         (__ASSUME_ACCEPT4): Define instead of using previous
18630         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18631         __powerpc__ || __sparc__ || __s390__)] condition.
18632         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18633         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18634         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18635         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18636         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18637         [!__ASSUME_ACCEPT4]: Change condition to
18638         [!__ASSUME_ACCEPT4_SOCKETCALL].
18639         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18640         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18641         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18642         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18643         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18644         __ASSUME_ACCEPT4_SYSCALL.
18645         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18646         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18647         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18648         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18649         __ASSUME_ACCEPT4_SYSCALL.
18650         * sysdeps/unix/sysv/linux/internal_accept4.S [__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/m68k/kernel-features.h
18656         (__ASSUME_SOCKETCALL): Define.
18657         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18658         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18659         (__ASSUME_SOCKETCALL): Define.
18660         (__ASSUME_ACCEPT4): Remove.
18661         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18662         Define.
18663         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18664         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18665         Likewise.
18666         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18667         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18669         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18670         macro.
18671         (HWCAP_ARM_LPAE): Likewise.
18672         (HWCAP_ARM_EVTSTRM): Likewise.
18673         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18674         Add vpfd32, lpae and evtstrm.
18675         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18676         Increase to 22.
18678 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18680         * math/auto-libm-test-in: Add tests of clog10.
18681         * math/auto-libm-test-out: Regenerated.
18682         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18683         * sysdeps/i386/fpu/libm-test-ulps: Update.
18684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18686 2014-02-18  Andreas Schwab  <schwab@suse.de>
18688         [BZ #16574]
18689         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18690         Store non-zero if the second buffer was newly allocated.
18691         (send_dg): Likewise.
18692         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18693         to send_vc and send_dg.
18694         (res_nsend): Pass NULL for ansp2_malloced.
18695         * resolv/res_query.c (__libc_res_nquery): Add parameter
18696         answerp2_malloced and pass it down to __libc_res_nsend.
18697         (res_nquery): Pass additional NULL to __libc_res_nquery.
18698         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18699         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18700         second answer buffer if answerp2_malloced was set.
18701         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18702         (__libc_res_nquerydomain): Add parameter
18703         answerp2_malloced and pass it down to __libc_res_nquery.
18704         (res_nquerydomain): Pass additional NULL to
18705         __libc_res_nquerydomain.
18706         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18707         additional NULL to __libc_res_nsend and __libc_res_nquery.
18708         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18709         additional NULL to __libc_res_nsearch.
18710         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18711         parameter of __libc_res_nsearch to check for separately allocated
18712         second buffer.
18713         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18714         __libc_res_nquery.
18715         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18716         additional NULL to __libc_res_nquery.
18717         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18718         __libc_res_nsearch.
18719         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18720         * include/resolv.h: Update prototypes of __libc_res_nquery,
18721         __libc_res_nsearch, __libc_res_nsend.
18723 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18725         * math/auto-libm-test-in: Add tests of fma.
18726         * math/auto-libm-test-out: Regenerated.
18727         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18728         (fma_towardzero_test_data): Likewise.
18729         (fma_downward_test_data): Likewise.
18730         (fma_upward_test_data): Likewise.
18731         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18732         mpc_mode.
18733         (rounding_modes): Add values for new field.
18734         (func_calc_method): Add value mpfr_fff_f.
18735         (func_calc_desc): Add mpfr_fff_f union field.
18736         (test_function): Add field exact_args.
18737         (FUNC): Add macro argument EXACT_ARGS.
18738         (FUNC_mpfr_f_f): Update call to FUNC.
18739         (FUNC_mpfr_f_f): Likewise.
18740         (FUNC_mpfr_ff_f): Likewise.
18741         (FUNC_mpfr_if_f): Likewise.
18742         (FUNC_mpc_c_f): Likewise.
18743         (FUNC_mpc_c_c): Likewise.
18744         (test_functions): Add fma.  Update calls to FUNC.
18745         (handle_input_arg): Add argument exact_args.
18746         (add_test): Update call to handle_input_arg.
18747         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18748         (output_for_one_input_case): Update call to calc_generic_results.
18749         Recalculate exact zero results in each rounding mode.
18751         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18752         non-negative before setting low bit.
18753         * math/auto-libm-test-in: Mark one asin test possibly having
18754         spurious underflow.
18755         * math/auto-libm-test-out: Regenerated.
18756         * sysdeps/i386/fpu/libm-test-ulps: Update.
18757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18759 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18761         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18762         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18763         ports/sysdeps/unix/sysv/linux/microblaze.
18764         * README: Add missing listing for microblaze*-*-linux-gnu.
18766 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18768         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18769         duplicate code
18771 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18773         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18774         * sysdeps/unix/sysv/linux/ia64: Move directory from
18775         ports/sysdeps/unix/sysv/linux/ia64.
18776         * README: Update listing for ia64-*-linux-gnu.
18778 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18779             Joseph Myers  <joseph@codesourcery.com>
18781         * Makeconfig (test-name): New variable.
18782         (evaluate-test): Likewise.
18783         * Makerules (do-test-clean): Remove .test-result files.
18784         (common-mostlyclean): Likewise.
18785         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18786         * scripts/evaluate-test.sh: New file.
18788 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18790         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18791         separate $(objpfx)tst-fopenloc-cmp.out and
18792         $(objpfx)tst-fopenloc-mem.out targets.
18793         (tests): Update dependencies.
18794         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18795         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18796         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18797         (tst-rxspencer-no-utf8-ARGS): New variable.
18798         (tst-rxspencer-no-utf8-ENV): Likewise.
18799         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18800         instead of $(objpfx)tst-rxspencer-mem.
18801         ($(objpfx)tst-rxspencer-mem): Change target to
18802         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18803         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18804         * posix/tst-rxspencer-no-utf8.c: New file.
18806         * elf/Makefile ($(objpfx)order.out): Remove rule.
18807         [$(run-built-tests) = yes] (tests): Depend on
18808         $(objpfx)order-cmp.out.
18809         ($(objpfx)order-cmp.out): New rule.
18810         [$(run-built-tests) = yes] (tests): Depend on
18811         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18812         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18813         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18814         $(objpfx)tst-array5-static-cmp.out.
18815         ($(objpfx)tst-array1.out): Remove rule.
18816         ($(objpfx)tst-array1-cmp.out): New rule.
18817         ($(objpfx)tst-array1-static.out): Remove rule.
18818         ($(objpfx)tst-array1-static-cmp.out): New rule.
18819         ($(objpfx)tst-array2.out): Remove rule.
18820         ($(objpfx)tst-array2-cmp.out): New rule.
18821         ($(objpfx)tst-array3.out): Remove rule.
18822         ($(objpfx)tst-array3-cmp.out): New rule.
18823         ($(objpfx)tst-array4.out): Remove rule.
18824         ($(objpfx)tst-array4-cmp.out): New rule.
18825         ($(objpfx)tst-array5.out): Remove rule.
18826         ($(objpfx)tst-array5-cmp.out): New rule.
18827         ($(objpfx)tst-array5-static.out): Remove rule.
18828         ($(objpfx)tst-array5-static-cmp.out): New rule.
18829         [$(run-built-tests) = yes] (tests): Depend on
18830         $(objpfx)order2-cmp.out.
18831         ($(objpfx)order2.out): Remove rule.
18832         ($(objpfx)order2-cmp.out): New rule.
18833         ($(objpfx)tst-initorder.out): Remove rule.
18834         [$(run-built-tests) = yes] (tests): Depend on
18835         $(objpfx)tst-initorder-cmp.out.
18836         ($(objpfx)tst-initorder-cmp.out): New rule.
18837         ($(objpfx)tst-initorder2.out): Remove rule.
18838         [$(run-built-tests) = yes] (tests): Depend on
18839         $(objpfx)tst-initorder2-cmp.out.
18840         ($(objpfx)tst-initorder2-cmp.out): New rule.
18841         [$(run-built-tests) = yes] (tests): Depend on
18842         $(objpfx)tst-unused-dep-cmp.out.
18843         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18844         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18845         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18846         on $(objpfx)tst-setvbuf1-cmp.out.
18847         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18848         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18849         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18850         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18851         ($(objpfx)tst-svc.out): Remove rule.
18852         ($(objpfx)tst-svc-cmp.out): New rule.
18854 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18856         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18857         * ctype/ctype.h [__USE_MISC]: Likewise.
18858         * dirent/dirent.h [__USE_MISC]: Likewise.
18859         * grp/grp.h [__USE_MISC]: Likewise.
18860         * io/fcntl.h [__USE_MISC]: Likewise.
18861         * io/sys/stat.h [__USE_MISC]: Likewise.
18862         * libio/stdio.h [__USE_MISC]: Likewise.
18863         * posix/unistd.h [__USE_MISC]: Likewise.
18864         * pwd/pwd.h [__USE_MISC]: Likewise.
18865         * stdlib.h [__USE_MISC]: Likewise.
18866         * string/bits/string2.h [__USE_MISC]: Likewise.
18867         * string/string.h [__USE_MISC]: Likewise.
18868         * time/time.h [__USE_MISC]: Likewise.
18870 2014-02-13  Andreas Schwab  <schwab@suse.de>
18872         [BZ #16574]
18873         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18874         second answer buffer if it was separately allocated.
18876 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18878         * sysdeps/mips/math-tests.h: Include <features.h>.
18879         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18880         (ROUNDING_TESTS_long_double): Do not define.
18881         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18882         (EXCEPTION_TESTS_long_double): Likewise.
18883         * sysdeps/mips/mips64/libm-test-ulps: Update.
18885         * include/features.h (__USE_BSD): Remove macro definitions.
18886         (__USE_SVID): Likewise.
18887         (_BSD_SOURCE): Likewise.
18888         (_SVID_SOURCE): Likewise.
18889         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18890         from definition of _DEFAULT_SOURCE.
18891         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18892         [_DEFAULT_SOURCE].
18893         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18894         * bits/mman.h [__USE_BSD]: Likewise.
18895         * bits/termios.h [__USE_BSD]: Likewise.
18896         * bits/waitstatus.h [__USE_BSD]: Likewise.
18897         * ctype/ctype.h [__USE_SVID]: Likewise.
18898         * dirent/dirent.h [__USE_BSD]: Likewise.
18899         * grp/grp.h [__USE_SVID]: Likewise.
18900         [__USE_BSD]: Likewise.
18901         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18902         * io/fcntl.h [__USE_BSD]: Likewise.
18903         * io/ftw.h [__USE_BSD]: Likewise.
18904         * io/sys/stat.h [__USE_BSD]: Likewise.
18905         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18906         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18907         * libio/stdio.h [__USE_SVID]: Likewise.
18908         [__USE_BSD]: Likewise.
18909         * math/math.h [__USE_SVID]: Likewise.
18910         [__USE_BSD]: Likewise.
18911         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18912         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18913         * misc/search.h [__USE_SVID]: Likewise.
18914         * misc/sys/mman.h [__USE_BSD]: Likewise.
18915         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18916         * misc/sys/uio.h [__USE_BSD]: Likewise.
18917         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18918         * posix/glob.h [__USE_BSD]: Likewise.
18919         * posix/regex.h [__USE_BSD]: Likewise.
18920         * posix/sys/types.h [__USE_BSD]: Likewise.
18921         [__USE_SVID]: Likewise.
18922         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18923         * posix/sys/wait.h [__USE_BSD]: Likewise.
18924         [__USE_SVID]: Likewise.
18925         * posix/unistd.h [__USE_BSD]: Likewise.
18926         [__USE_SVID]: Likewise.
18927         * pwd/pwd.h [__USE_SVID]: Likewise.
18928         * resolv/netdb.h [__USE_BSD]: Likewise.
18929         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18930         * signal/signal.h [__USE_BSD]: Likewise.
18931         [__USE_SVID]: Likewise.
18932         * socket/sys/socket.h [__USE_BSD]: Likewise.
18933         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18934         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18935         [__USE_SVID]: Likewise.
18936         * string/bits/string2.h [__USE_BSD]: Likewise.
18937         [__USE_SVID]: Likewise.
18938         * string/bits/string3.h [__USE_BSD]: Likewise.
18939         * string/endian.h [__USE_BSD]: Likewise.
18940         * string/string.h [__USE_SVID]: Likewise.
18941         [__USE_BSD]: Likewise.
18942         * string/strings.h [__USE_BSD]: Likewise.
18943         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18944         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18945         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18946         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18947         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18948         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18949         Likewise.
18950         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18951         Likewise.
18952         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18953         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18954         Likewise.
18955         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18956         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18957         Likewise.
18958         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18959         Likewise.
18960         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18961         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18962         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18963         Likewise.
18964         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18965         Likewise.
18966         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18967         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18968         * termios/termios.h [__USE_BSD]: Likewise.
18969         * time/sys/time.h [__USE_BSD]: Likewise.
18970         * time/time.h [__USE_BSD]: Likewise.
18971         [__USE_SVID]: Likewise.
18973         * Makefile (subdir_targets): Remove subdir_lint.out.
18975         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18976         (do-tst-printf): Likewise.
18977         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18978         $(objpfx)tst-printf.out.
18980         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18982         * Makerules (check-abi-%): Change target to
18983         $(objpfx)check-abi-%.out.
18984         (check-abi target): Update dependencies.
18985         (check-abi-pattern variable): Redirect output of diff to $@.
18986         (check-abi variable): Likewise.
18987         * elf/Makefile (check-abi): Update dependencies.
18989         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18990         unused.
18991         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18992         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18993         subnormal range.
18994         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18995         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18996         value has largest subnormal exponent.
18997         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18998         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18999         * sysdeps/aarch64/soft-fp/sfp-machine.h
19000         (_FP_TININESS_AFTER_ROUNDING): New macro.
19001         * sysdeps/alpha/soft-fp/sfp-machine.h
19002         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19003         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19004         Likewise.
19005         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19006         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19007         * sysdeps/mips/soft-fp/sfp-machine.h
19008         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19009         * sysdeps/powerpc/soft-fp/sfp-machine.h
19010         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19011         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19012         Likewise.
19013         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19014         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19015         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19016         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19017         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19018         Likewise.
19020 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19022         [BZ #16545]
19023         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19024         model 1.
19026 2014-02-12  Richard Henderson  <rth@redhat.com>
19028         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19029         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19030         * sysdeps/unix/sysv/linux/alpha: Move directory from
19031         ports/sysdeps/unix/sysv/linux/alpha.
19032         * README: Update listing for alpha-*-linux-gnu.
19034 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19036         * include/features.h: Update comment documenting feature test
19037         macros.
19038         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19039         _DEFAULT_SOURCE.
19040         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19041         (_SVID_SOURCE): Likewise.
19042         (_DEFAULT_SOURCE): Update description of default features.
19043         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19044         with _GNU_SOURCE.
19045         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19046         (S_ISVTX): Likewise.
19047         * manual/math.texi (Mathematical Constants): Likewise.
19048         * manual/signal.texi (Interrupted Primitives): Likewise.
19049         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19050         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19051         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19052         Don't refer to _SVID_SOURCE in warning text.
19054         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19056         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19057         already defined.
19058         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19059         * sysdeps/mips/dl-lookup.c: Remove.
19060         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19062 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19064         [BZ #16447]
19065         * math/auto-libm-test-in: Add testcase for expl.
19066         * math/auto-libm-test-out: Regenerate.
19067         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19068         calculation of unsafe.
19069         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19071 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19073         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19074         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19075         ports/sysdeps/unix/sysv/linux/aarch64.
19076         * README: Update listing for aarch64*-*-linux-gnu.
19078 2014-02-11  Will Newton  <will.newton@linaro.org>
19080         * manual/probes.texi (Mathematical Function Probes): Use
19081         "triggered" instead of "hit".
19083         * manual/probes.texi (Internal Probes): Add documentation
19084         of setjmp, longjmp and longjmp_target probes.
19086         * include/stap-probe.h: Add comment about probe argument
19087         format.
19089         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19090         definition.  (tr_where, tr_freehook, tr_mallochook,
19091         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19093 2014-02-11  David S. Miller  <davem@davemloft.net>
19095         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19096         processing int_tests.
19098 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19100         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19101         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19102         * sysdeps/unix/sysv/linux/mips: Move directory from
19103         ports/sysdeps/unix/sysv/linux/mips.
19104         * README: Update listing for mips-*-linux-gnu and
19105         mips64-*-linux-gnu.
19107 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19109         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19110         * sysdeps/unix/sysv/linux/m68k: Move directory from
19111         ports/sysdeps/unix/sysv/linux/m68k.
19112         * README: Update listing for m68k-*-linux-gnu.
19114 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19116         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19117         * sysdeps/unix/sysv/linux/generic: Move directory from
19118         ports/sysdeps/unix/sysv/linux/generic.
19119         * sysdeps/unix/sysv/linux/tile: Move directory from
19120         ports/sysdeps/unix/sysv/linux/tile.
19121         * README: Update listing for tile*-*-linux-gnu.
19123 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19125         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19126         __builtin_expect.
19127         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19128         * catgets/open_catalog.c (__open_catalog): Likewise.
19129         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19130         * debug/confstr_chk.c: Likewise.
19131         * debug/fread_chk.c (__fread_chk): Likewise.
19132         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19133         * debug/getgroups_chk.c: Likewise.
19134         * debug/mbsnrtowcs_chk.c: Likewise.
19135         * debug/mbsrtowcs_chk.c: Likewise.
19136         * debug/mbstowcs_chk.c: Likewise.
19137         * debug/memcpy_chk.c: Likewise.
19138         * debug/memmove_chk.c: Likewise.
19139         * debug/mempcpy_chk.c: Likewise.
19140         * debug/memset_chk.c: Likewise.
19141         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19142         * debug/strcat_chk.c (__strcat_chk): Likewise.
19143         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19144         * debug/strncat_chk.c (__strncat_chk): Likewise.
19145         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19146         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19147         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19148         * debug/wcpncpy_chk.c: Likewise.
19149         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19150         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19151         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19152         * debug/wcsncpy_chk.c: Likewise.
19153         * debug/wcsnrtombs_chk.c: Likewise.
19154         * debug/wcsrtombs_chk.c: Likewise.
19155         * debug/wcstombs_chk.c: Likewise.
19156         * debug/wmemcpy_chk.c: Likewise.
19157         * debug/wmemmove_chk.c: Likewise.
19158         * debug/wmempcpy_chk.c: Likewise.
19159         * debug/wmemset_chk.c: Likewise.
19160         * dirent/scandirat.c (SCANDIRAT): Likewise.
19161         * dlfcn/dladdr1.c (dladdr1): Likewise.
19162         * dlfcn/dladdr.c (dladdr): Likewise.
19163         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19164         * dlfcn/dlerror.c (__dlerror): Likewise.
19165         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19166         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19167         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19168         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19169         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19170         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19171         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19172         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19173         Likewise.
19174         * elf/dl-conflict.c: Likewise.
19175         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19176         * elf/dl-dst.h: Likewise.
19177         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19178         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19179         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19180         * elf/dl-init.c (call_init, _dl_init): Likewise.
19181         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19182         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19183         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19184         Likewise.
19185         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19186         Likewise.
19187         * elf/dl-minimal.c (__libc_memalign): Likewise.
19188         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19189         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19190         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19191         * elf/dl-sym.c (do_sym): Likewise.
19192         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19193         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19194         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19195         * elf/dl-writev.h (_dl_writev): Likewise.
19196         * elf/ldconfig.c (search_dir): Likewise.
19197         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19198         (dl_main): Likewise.
19199         * elf/setup-vdso.h (setup_vdso): Likewise.
19200         * grp/compat-initgroups.c (compat_call): Likewise.
19201         * grp/fgetgrent.c (fgetgrent): Likewise.
19202         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19203         * grp/putgrent.c (putgrent): Likewise.
19204         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19205         Likewise.
19206         * hurd/hurdinit.c: Likewise.
19207         * iconvdata/8bit-gap.c (struct): Likewise.
19208         * iconvdata/ansi_x3.110.c : Likewise.
19209         * iconvdata/big5.c : Likewise.
19210         * iconvdata/big5hkscs.c : Likewise.
19211         * iconvdata/cp1255.c: Likewise.
19212         * iconvdata/cp1258.c : Likewise.
19213         * iconvdata/cp932.c : Likewise.
19214         * iconvdata/euc-cn.c: Likewise.
19215         * iconvdata/euc-jisx0213.c : Likewise.
19216         * iconvdata/euc-jp.c: Likewise.
19217         * iconvdata/euc-jp-ms.c : Likewise.
19218         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19219         * iconvdata/gb18030.c : Likewise.
19220         * iconvdata/gbbig5.c (const): Likewise.
19221         * iconvdata/gbgbk.c: Likewise.
19222         * iconvdata/gbk.c : Likewise.
19223         * iconvdata/ibm1364.c : Likewise.
19224         * iconvdata/ibm930.c : Likewise.
19225         * iconvdata/ibm932.c: Likewise.
19226         * iconvdata/ibm933.c : Likewise.
19227         * iconvdata/ibm935.c : Likewise.
19228         * iconvdata/ibm937.c : Likewise.
19229         * iconvdata/ibm939.c : Likewise.
19230         * iconvdata/ibm943.c: Likewise.
19231         * iconvdata/iso_11548-1.c: Likewise.
19232         * iconvdata/iso-2022-cn.c : Likewise.
19233         * iconvdata/iso-2022-cn-ext.c : Likewise.
19234         * iconvdata/iso-2022-jp-3.c: Likewise.
19235         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19236         * iconvdata/iso-2022-kr.c : Likewise.
19237         * iconvdata/iso646.c (gconv_end): Likewise.
19238         * iconvdata/iso_6937-2.c : Likewise.
19239         * iconvdata/iso_6937.c : Likewise.
19240         * iconvdata/iso8859-1.c: Likewise.
19241         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19242         * iconvdata/shift_jisx0213.c : Likewise.
19243         * iconvdata/sjis.c : Likewise.
19244         * iconvdata/t.61.c : Likewise.
19245         * iconvdata/tcvn5712-1.c : Likewise.
19246         * iconvdata/tscii.c: Likewise.
19247         * iconvdata/uhc.c : Likewise.
19248         * iconvdata/unicode.c (gconv_end): Likewise.
19249         * iconvdata/utf-16.c (gconv_end): Likewise.
19250         * iconvdata/utf-32.c (gconv_end): Likewise.
19251         * iconvdata/utf-7.c (base64): Likewise.
19252         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19253         * iconv/gconv_close.c (__gconv_close): Likewise.
19254         * iconv/gconv_open.c (__gconv_open): Likewise.
19255         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19256         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19257         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19258         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19259         (ucs4le_internal_loop_single): Likewise.
19260         * iconv/iconv.c (iconv): Likewise.
19261         * iconv/iconv_close.c: Likewise.
19262         * iconv/loop.c (SINGLE): Likewise.
19263         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19264         * include/atomic.h: Likewise.
19265         * inet/inet6_option.c (option_alloc): Likewise.
19266         * intl/bindtextdom.c (set_binding_values): Likewise.
19267         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19268         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19269         * intl/localealias.c (read_alias_file): Likewise.
19270         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19271         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19272         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19273         * libio/fmemopen.c (fmemopen): Likewise.
19274         * libio/iofgets.c (_IO_fgets): Likewise.
19275         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19276         * libio/iofgetws.c (fgetws): Likewise.
19277         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19278         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19279         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19280         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19281         * locale/findlocale.c (_nl_find_locale): Likewise.
19282         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19283         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19284         Likewise.
19285         * locale/setlocale.c (setlocale): Likewise.
19286         * login/programs/pt_chown.c (main): Likewise.
19287         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19288         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19289         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19290         (mmap, mmap64, mremap, munmap): Likewise.
19291         * math/e_exp2l.c: Likewise.
19292         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19293         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19294         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19295         * math/s_catan.c (__catan): Likewise.
19296         * math/s_catanf.c (__catanf): Likewise.
19297         * math/s_catanh.c (__catanh): Likewise.
19298         * math/s_catanhf.c (__catanhf): Likewise.
19299         * math/s_catanhl.c (__catanhl): Likewise.
19300         * math/s_catanl.c (__catanl): Likewise.
19301         * math/s_ccosh.c (__ccosh): Likewise.
19302         * math/s_ccoshf.c (__ccoshf): Likewise.
19303         * math/s_ccoshl.c (__ccoshl): Likewise.
19304         * math/s_cexp.c (__cexp): Likewise.
19305         * math/s_cexpf.c (__cexpf): Likewise.
19306         * math/s_cexpl.c (__cexpl): Likewise.
19307         * math/s_clog10.c (__clog10): Likewise.
19308         * math/s_clog10f.c (__clog10f): Likewise.
19309         * math/s_clog10l.c (__clog10l): Likewise.
19310         * math/s_clog.c (__clog): Likewise.
19311         * math/s_clogf.c (__clogf): Likewise.
19312         * math/s_clogl.c (__clogl): Likewise.
19313         * math/s_csin.c (__csin): Likewise.
19314         * math/s_csinf.c (__csinf): Likewise.
19315         * math/s_csinh.c (__csinh): Likewise.
19316         * math/s_csinhf.c (__csinhf): Likewise.
19317         * math/s_csinhl.c (__csinhl): Likewise.
19318         * math/s_csinl.c (__csinl): Likewise.
19319         * math/s_csqrt.c (__csqrt): Likewise.
19320         * math/s_csqrtf.c (__csqrtf): Likewise.
19321         * math/s_csqrtl.c (__csqrtl): Likewise.
19322         * math/s_ctan.c (__ctan): Likewise.
19323         * math/s_ctanf.c (__ctanf): Likewise.
19324         * math/s_ctanh.c (__ctanh): Likewise.
19325         * math/s_ctanhf.c (__ctanhf): Likewise.
19326         * math/s_ctanhl.c (__ctanhl): Likewise.
19327         * math/s_ctanl.c (__ctanl): Likewise.
19328         * math/w_pow.c: Likewise.
19329         * math/w_powf.c: Likewise.
19330         * math/w_powl.c: Likewise.
19331         * math/w_scalb.c (sysv_scalb): Likewise.
19332         * math/w_scalbf.c (sysv_scalbf): Likewise.
19333         * math/w_scalbl.c (sysv_scalbl): Likewise.
19334         * misc/error.c (error_tail): Likewise.
19335         * misc/pselect.c (__pselect): Likewise.
19336         * nis/nis_callback.c (__nis_create_callback): Likewise.
19337         * nis/nis_call.c (__nisfind_server): Likewise.
19338         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19339         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19340         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19341         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19342         * nis/nis_lookup.c (nis_lookup): Likewise.
19343         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19344         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19345         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19346         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19347         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19348         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19349         * nis/nss_compat/compat-initgroups.c (add_group)
19350         (internal_getgrent_r): Likewise.
19351         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19352         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19353         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19354         (internal_getspnam_r): Likewise.
19355         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19356         (_nss_nis_getaliasbyname_r): Likewise.
19357         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19358         (_nss_nis_getntohost_r): Likewise.
19359         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19360         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19361         (_nss_nis_getgrgid_r): Likewise.
19362         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19363         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19364         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19365         (_nss_nis_gethostbyname4_r): Likewise.
19366         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19367         (initgroups_netid): Likewise.
19368         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19369         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19370         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19371         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19372         (_nss_nis_getprotobynumber_r): Likewise.
19373         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19374         (_nss_nis_getsecretkey): Likewise.
19375         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19376         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19377         (_nss_nis_getpwuid_r): Likewise.
19378         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19379         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19380         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19381         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19382         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19383         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19384         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19385         Likewise.
19386         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19387         (_nss_nisplus_getntohost_r): Likewise.
19388         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19389         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19390         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19391         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19392         Likewise.
19393         * nis/nss_nisplus/nisplus-initgroups.c
19394         (_nss_nisplus_initgroups_dyn): Likewise.
19395         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19396         (_nss_nisplus_getnetbyaddr_r): Likewise.
19397         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19398         (_nss_nisplus_getprotobynumber_r): Likewise.
19399         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19400         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19401         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19402         Likewise.
19403         * nis/nss_nisplus/nisplus-service.c
19404         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19405         (_nss_nisplus_getservbyport_r): Likewise.
19406         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19407         (_nss_nisplus_getspnam_r): Likewise.
19408         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19409         Likewise.
19410         * nscd/aicache.c (addhstaiX): Likewise.
19411         * nscd/cache.c (cache_search, prune_cache): Likewise.
19412         * nscd/connections.c (register_traced_file, send_ro_fd)
19413         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19414         (main_loop_epoll): Likewise.
19415         * nscd/grpcache.c (addgrbyX): Likewise.
19416         * nscd/hstcache.c (addhstbyX): Likewise.
19417         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19418         * nscd/mem.c (gc, mempool_alloc): Likewise.
19419         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19420         (addinnetgrX): Likewise.
19421         * nscd/nscd-client.h (__nscd_acquire_maplock)
19422         (__nscd_drop_map_ref): Likewise.
19423         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19424         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19425         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19426         Likewise.
19427         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19428         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19429         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19430         (__nscd_get_map_ref): Likewise.
19431         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19432         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19433         Likewise.
19434         * nscd/pwdcache.c (addpwbyX): Likewise.
19435         * nscd/selinux.c (preserve_capabilities): Likewise.
19436         * nscd/servicescache.c (addservbyX): Likewise.
19437         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19438         * posix/fnmatch.c (fnmatch): Likewise.
19439         * posix/getopt.c (_getopt_internal_r): Likewise.
19440         * posix/glob.c (glob, glob_in_dir): Likewise.
19441         * posix/wordexp.c (exec_comm_child): Likewise.
19442         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19443         (getanswer_r, gaih_getanswer_slice): Likewise.
19444         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19445         * resolv/res_init.c: Likewise.
19446         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19447         * resolv/res_query.c (__libc_res_nquery): Likewise.
19448         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19449         Likewise.
19450         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19451         * stdio-common/perror.c (perror): Likewise.
19452         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19453         * stdio-common/tmpnam.c (tmpnam): Likewise.
19454         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19455         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19456         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19457         Likewise.
19458         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19459         * stdlib/putenv.c (putenv): Likewise.
19460         * stdlib/setenv.c (__add_to_environ): Likewise.
19461         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19462         * stdlib/strtol_l.c (INTERNAL): Likewise.
19463         * string/memmem.c (memmem): Likewise.
19464         * string/strerror.c (strerror): Likewise.
19465         * string/strnlen.c (__strnlen): Likewise.
19466         * string/test-memmem.c (simple_memmem): Likewise.
19467         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19468         * sunrpc/pm_getport.c (__get_socket): Likewise.
19469         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19470         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19471         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19472         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19473         Likewise.
19474         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19475         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19476         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19477         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19478         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19479         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19480         Likewise.
19481         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19482         Likewise.
19483         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19484         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19485         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19486         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19487         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19488         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19489         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19490         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19491         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19492         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19493         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19494         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19495         Likewise.
19496         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19497         Likewise.
19498         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19499         Likewise.
19500         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19501         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19502         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19503         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19504         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19505         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19506         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19507         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19508         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19509         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19510         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19511         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19512         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19513         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19514         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19515         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19516         Likewise.
19517         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19518         Likewise.
19519         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19520         Likewise.
19521         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19522         Likewise.
19523         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19524         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19525         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19526         Likewise.
19527         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19528         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19529         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19530         * sysdeps/posix/sleep.c: Likewise.
19531         * sysdeps/posix/tempname.c: Likewise.
19532         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19533         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19534         Likewise.
19535         * sysdeps/powerpc/powerpc32/dl-machine.h
19536         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19537         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19538         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19539         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19540         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19541         Likewise.
19542         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19543         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19544         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19545         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19546         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19547         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19548         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19549         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19550         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19551         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19552         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19553         (elf_machine_lazy_rel): Likewise.
19554         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19555         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19556         (elf_machine_lazy_rel): Likewise.
19557         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19558         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19559         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19560         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19561         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19562         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19563         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19564         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19565         Likewise.
19566         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19567         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19568         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19569         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19570         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19571         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19572         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19573         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19574         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19575         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19576         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19577         Likewise.
19578         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19579         (__posix_fallocate64_l64): Likewise.
19580         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19581         (posix_fallocate): Likewise.
19582         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19583         Likewise.
19584         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19585         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19586         (getifaddrs_internal): Likewise.
19587         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19588         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19589         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19590         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19591         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19592         (__posix_fallocate64_l64): Likewise.
19593         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19594         Likewise.
19595         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19596         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19597         (__get_clockfreq): Likewise.
19598         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19599         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19600         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19601         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19602         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19603         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19604         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19605         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19606         Likewise.
19607         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19608         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19609         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19610         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19611         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19612         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19613         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19614         Likewise.
19615         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19616         (posix_fallocate): Likewise.
19617         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19618         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19619         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19620         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19621         (elf_machine_rela, elf_machine_rela_relative)
19622         (elf_machine_lazy_rel): Likewise.
19623         * time/asctime.c (asctime_internal): Likewise.
19624         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19625         * time/tzset.c (__tzset_parse_tz): Likewise.
19626         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19627         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19628         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19629         * wcsmbs/wcsmbsload.h: Likewise.
19631         [BZ #15894]
19632         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19634         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19635         (arena_get2): Remove THREAD_STATS conditionals.
19636         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19637         (__malloc_stats, int): Likewise.
19639 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19641         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19642         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19644         * manual/setjmp.texi: Fix typos/grammar errors.
19646         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19647         Only return early when n is <= 0.  Delete unused return statement.
19649         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19650         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19651         * debug/tst-longjmp_chk3.c: New file.
19653         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19654         (test_main): Replace code with set_fortify_handler call.
19655         * debug/test-strcpy_chk.c: Likewise.
19656         * debug/tst-chk1.c: Likewise.
19657         * debug/tst-longjmp_chk.c: Likewise.
19658         * test-skeleton.c: Include fcntl.h & paths.h
19659         (set_fortify_handler): Define.
19661         * debug/tst-longjmp_chk.c: Add header comment and include
19662         ../test-skeleton.c.
19663         (do_test): Mark static.
19664         (TEST_FUNCTION): Define.
19666         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19667         (IP_PMTUDISC_INTERFACE): Likewise.
19668         (IP_MULTICAST_IF): Likewise.
19669         (IP_MULTICAST_TTL): Likewise.
19670         (IP_MULTICAST_LOOP): Likewise.
19671         (IP_ADD_MEMBERSHIP): Likewise.
19672         (IP_DROP_MEMBERSHIP): Likewise.
19673         (IP_UNBLOCK_SOURCE): Likewise.
19674         (IP_BLOCK_SOURCE): Likewise.
19675         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19676         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19677         (IP_MSFILTER): Likewise.
19678         (MCAST_JOIN_GROUP): Likewise.
19679         (MCAST_BLOCK_SOURCE): Likewise.
19680         (MCAST_UNBLOCK_SOURCE): Likewise.
19681         (MCAST_LEAVE_GROUP): Likewise.
19682         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19683         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19684         (MCAST_MSFILTER): Likewise.
19685         (IP_MULTICAST_ALL): Likewise.
19686         (IP_UNICAST_IF): Likewise.
19688         * timezone/Makefile: Delete $(have-ksh) check.
19689         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19690         * timezone/tzselect.ksh: Add +x mode bits.
19692         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19693         (ANON_INODE_FS_MAGIC): Likewise.
19694         (BDEVFS_MAGIC): Likewise.
19695         (BINFMTFS_MAGIC): Likewise.
19696         (BTRFS_TEST_MAGIC): Likewise.
19697         (CRAMFS_MAGIC_WEND): Likewise.
19698         (DEBUGFS_MAGIC): Likewise.
19699         (ECRYPTFS_SUPER_MAGIC): Likewise.
19700         (EXT3_SUPER_MAGIC): Likewise.
19701         (EXT4_SUPER_MAGIC): Likewise.
19702         (FUTEXFS_SUPER_MAGIC): Likewise.
19703         (HOSTFS_SUPER_MAGIC): Likewise.
19704         (HUGETLBFS_MAGIC): Likewise.
19705         (MINIX3_SUPER_MAGIC): Likewise.
19706         (MTD_INODE_FS_MAGIC): Likewise.
19707         (NILFS_SUPER_MAGIC): Likewise.
19708         (OPENPROM_SUPER_MAGIC): Likewise.
19709         (PIPEFS_MAGIC): Likewise.
19710         (PSTOREFS_MAGIC): Likewise.
19711         (QNX6_SUPER_MAGIC): Likewise.
19712         (RAMFS_MAGIC): Likewise.
19713         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19714         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19715         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19716         (SECURITYFS_MAGIC): Likewise.
19717         (SELINUX_MAGIC): Likewise.
19718         (SMACK_MAGIC): Likewise.
19719         (SOCKFS_MAGIC): Likewise.
19720         (SQUASHFS_MAGIC): Likewise.
19721         (STACK_END_MAGIC): Likewise.
19722         (TMPFS_MAGIC): Likewise.
19723         (USBDEVICE_SUPER_MAGIC): Likewise.
19724         (V9FS_MAGIC): Likewise.
19725         (XENFS_SUPER_MAGIC): Likewise.
19726         (CRAMFS_MAGIC): Fix typo in comment.
19727         (EXT2_SUPER_MAGIC): Update comment.
19728         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19730 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19732         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19733         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19734         * sysdeps/unix/sysv/linux/arm: Move directory from
19735         ports/sysdeps/unix/sysv/linux/arm.
19736         * README: Update listing for arm-*-linux-gnueabi.
19738         * README: Remove mention of am33.
19740 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19742         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19743         than the comma operator, to avoid "rhs of comma has no effect"
19744         compiler warnings.
19745         (__sigfillset, __sigandset, __sigorset): Likewise.
19746         * include/signal.h (__sigemptyset): Likewise.
19747         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19749 2014-02-07  Allan McRae  <allan@archlinux.org>
19751         * version.h (RELEASE): Set to "development".
19752         (VERSION): Set to "2.19.90"
19753         * NEWS: Add 2.20 section.
19755 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19757         [BZ #16529]
19758         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19760 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19762         * manual/contrib.texi: Update entry for Carlos O'Donell,
19763         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19765 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19767         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19769         * sysdeps/unix/sysv/linux/kernel-features.h
19770         [__LINUX_KERNEL_VERSION >= 0x020621]
19771         (__ASSUME_PROC_PID_TASK_COMM): Define.
19773 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19775         [BZ #16398]
19776         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19777         conversion when destination buffer does not have enough space.
19778         * libio/tst-ftell-partial-wide.c: New test case.
19779         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19781         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19782         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19783         Leonard and Allan McRae.
19785 2014-02-04  David S. Miller  <davem@davemloft.net>
19787         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19788         32-bit.
19790 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19793         New file
19794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19795         New file
19796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19797         New file.
19798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19799         New file.
19800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19801         New file.
19802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19803         New file.
19804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19805         New file.
19806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19807         New file.
19808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19809         New file.
19810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19811         New file.
19812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19813         New file.
19814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19815         New file.
19816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19817         New file.
19819 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19821         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19822         * shlib-versions: Likewise.
19824 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19825             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19827         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19828         (abilist-pattern): New variable, set to %-le.abilist.
19830         * Makerules (abilist-pattern): New variable.
19831         (vpath): Use $(abilist-pattern) in place of %.abilist.
19832         (check-abi-% pattern rule): Likewise.
19833         (check-abi, update-abi): Likewise.
19835 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19837         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19839 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19841         * manual/startup.texi: Add next, previous, and top entries for
19842         the `Program Arguments' and `Environment Variables' nodes.
19844 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19846         * manual/macros.texi: Add comments before MTASC-safety macros.
19848         * manual/users.texi: Document MTASC-safety properties.
19850         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19851         (pthread_getspecific, pthread_setspecific): Format with
19852         @deftypefun, and add @safety note.
19853         * manual/signal.texi: Move comments that analyze the above
19854         functions to their home place.
19856 2014-02-03  Allan McRae  <allan@archlinux.org>
19858         * po/sl.po: Update Slovenian translation from translation project.
19860 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19862         * manual/time.texi (timegm): Add missing blank after @c.
19863         Reported by Joseph Myers <joseph@codesourcery.com>.
19865 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19867         * manual/check-safety.sh: New.
19868         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19870         * manual/terminal.texi: Document MTASC-safety properties.
19872         * manual/filesys.texi: Document MTASC-safety properties.
19874         * manual/errno.texi: Document MTASC-safety properties.
19876         * manual/intro.texi: Document safety identifiers and
19877         conditionals.
19879         * manual/string.texi (wcstok): Fix prototype.
19880         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19882         * manual/time.texi: Document MTASC-safety properties.
19884         * manual/string.texi: Document MTASC-safety properties.
19886         * manual/threads.texi: Document MTASC-safety properties.
19888         * manual/stdio.texi: Document MTASC-safety properties.
19890         * manual/syslog.texi: Document MTASC-safety properties.
19892         * manual/sysinfo.texi: Document MTASC-safety properties.
19894         * manual/startup.texi: Document MTASC-safety properties.
19896         * manual/socket.texi: Document MTASC-safety properties.
19898         * manual/signal.texi: Document MTASC-safety properties.
19900 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19902         * manual/setjmp.texi: Document MTASC-safety properties.
19904         * manual/search.texi: Document MTASC-safety properties.
19906         * manual/resource.texi: Document MTASC-safety properties.
19908         * manual/process.texi: Document MTASC-safety properties.
19910         * manual/platform.texi: Document MTASC-safety properties.
19912         * manual/pipe.texi: Document MTASC-safety properties.
19914         * manual/pattern.texi: Document MTASC-safety properties.
19916         * manual/message.texi: Document MTASC-safety properties.
19918         [BZ #12751]
19919         * manual/memory.texi: Document MTASC-safety properties.
19921         * manual/math.texi: Document MTASC-safety properties.
19923         * manual/locale.texi: Document MTASC-safety properties.
19925         * manual/llio.texi: Document MTASC-safety properties.
19927         * manual/libdl.texi: New.
19929         * manual/lang.texi: Document MTASC-safety properties.
19931         * manual/job.texi: Document MTASC-safety properties.
19933         * manual/getopt.texi: Document MTASC-safety properties.
19935         * manual/ctype.texi: Document MTASC-safety properties.
19937 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19939         [BZ #16046]
19940         * csu/libc-tls.c (static_map): Remove variable.
19941         (__libc_setup_tls): Use main executable's link map for TLS data.
19942         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19943         casing for LM_ID_BASE and GL(dl_nns).
19944         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19945         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19946         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19947         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19948         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19949         member.
19950         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19951         l_phnum members.
19953 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19955         * manual/debug.texi: Document MTASC-safety properties.
19957 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19959         [BZ #16510]
19960         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19961         of __x86_64__ when disabling x87 inline functions.
19963 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19965         * manual/charset.texi: Document MTASC-safety properties.
19967         * manual/crypt.texi: Document MTASC-safety properties.
19969         * manual/conf.texi: Document MTASC-safety properties.
19971         * manual/arith.texi: Document MTASC-safety properties.
19973         * manual/argp.texi: Document MTASC-safety properties.
19975         * manual/macros.texi: Introduce macros to document multi
19976         thread, asynchronous signal and asynchronous cancellation
19977         safety properties.
19978         * manual/intro.texi: Introduce the properties themselves.
19980 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19982         * sysdeps/sh/sh4/Makefile: New file.
19984 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19986         * math/gen-libm-test.pl ($srcdir): New variable.
19987         ($auto_input): Use it.
19989 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19991         [BZ #16506]
19992         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19993         access beyond array bounds when parsing netgroups file.
19995         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19996         the old buffer before realloc.
19998 2014-01-27  Allan McRae  <allan@archlinux.org>
20000         * po/fr.po: Update French translation from translation project.
20002 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20004         * sysdeps/sh/libm-test-ulps: Regenerate.
20006 2014-01-24  David S. Miller  <davem@davemloft.net>
20008         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20010 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20012         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20013         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20015 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20017         [BZ #16474]
20018         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20019         string pointers after reallocation.
20021 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20023         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20024         __SH4A__ instead of __SH_FPU_ANY__.
20026 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20028         * sysdeps/sh/fpu_control.h: New file.
20029         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20030         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20031         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20032         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20033         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20034         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20035         * sysdeps/sh/sys/ucontext.h: Remove.
20036         * sysdeps/sh/sys: Remove directory.
20038 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20040         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20041         s390/sys/ucontext.h.
20042         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20043         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20045 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20047         [BZ #15605]
20048         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20050 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20052         [BZ#16431]
20053         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20054         Adjust the vDSO correctly for internal calls.
20055         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20057 2014-01-20  Allan McRae  <allan@archlinux.org>
20059         * po/ca.po: Update Catalan translation from translation project.
20061 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20063         * sysdeps/s390/sotruss-lib.c: New file.
20065 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20067         [BZ#16430]
20068         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20069         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20070         local calls issues by not having a PLT stub required for IFUNC calls.
20071         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20073 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20075         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20076         * math/test-fpucw-static.c: Likewise.
20078 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20080         [BZ #16453]
20081         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20083 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20085         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20086         implementation for powerpc.
20088 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20090         [BZ #14782]
20091         * sysdeps/posix/system.c (__libc_system): Do not enable
20092         asynchronous cancellation.
20094 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20096         [BZ #16427]
20097         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20098         handling only for numbers special also in the IEEE case.
20100 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20102         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20104 2014-01-11  Allan McRae  <allan@archlinux.org>
20106         * po/bg.po: Update Bulgarian translation from translation project.
20108         * po/de.po: Update German translation from translation project.
20110 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20112         * sysdeps/generic/gcc-compat.h: New file.
20114 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20116         * benchtests/asin-inputs: Correct slow inputs.
20117         * benchtests/acos-inputs: Likewise.
20119 2014-01-10  Allan McRae  <allan@archlinux.org>
20121         * po:sv.po: Update Swedish translation from translation project.
20123         * po/vi.po: Update Vietnamese translation from translation project.
20125         * po/eo.po: Update Esperanto translation from translation project.
20127         * po/cs.po: Update Czech translation from translation project.
20129         * po/nl.po: Update Dutch translation from translation project.
20131         * po/pl.po: Update Polish translation from translation project.
20133         * po/ru.po: Update Russian translation from translation project.
20135         * po/uk.po: Update Ukrainian translation from translation project.
20137 2014-01-08  Brooks Moses  <bmoses@google.com>
20139         * elf/dl-load.c: Fix comment typo.
20141 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20143         * po/header.pot: Rename to...
20144         * po/pot.header: ... this.
20145         * po/Makefile: Use pot.header.
20147 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20148             Maxim Kuvyrkov  <maxim@kugelworks.com>
20150         [BZ #16394]
20151         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20152         SRC and DEST against LEN.
20154 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20156         [BZ #16414]
20157         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20158         implementation.
20159         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20161 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20165 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20167         [BZ #16408]
20168         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20169         for large positive arguments.
20171 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20173         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20175         * math/auto-libm-test-in: Mark various tests with
20176         xfail-rounding:ldbl-128ibm.
20177         * math/auto-libm-test-out: Regenerated.
20179         [BZ #16407]
20180         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20181         Increase overflow threshold.
20183 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20185         [BZ #14286]
20186         * stdio-common/vfprintf.c: Check for integer overflow.
20188 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20190         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20191         the first argument and return value of __tls_get_addr_internal.
20193 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20195         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20196         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20198 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20200         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20201         * sysdeps/s390/rtld-global-offsets.sym: New file.
20202         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20203         GLIBC_2.19 symbol.
20204         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20205         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20206         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20207         ... this.
20208         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20209         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20210         ... this.
20211         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20212         Regenerate.
20213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20214         Regenerate.
20215         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20216         halfs of GPRs for high_gprs contexts.
20217         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20218         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20219         field.
20220         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20221         uc_flags field.
20222         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20223         64 bit versions:
20224         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20225         for high GPRs (uc_high_gprs) and for future extensions
20226         (__reserved).
20227         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20228         for future extensions (__reserved).
20229         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20230         64 bit versions:
20231         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20232         SC_HIGHGPRS offset definition.
20233         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20234         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20236         * Versions.def: Add GLIBC_2.19 for libpthread.
20237         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20238         siglongjmp for libpthread with GLIBC_2.19 symver.
20239         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20240         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20241         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20242         * sysdeps/s390/__longjmp.c: New file.
20243         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20244         * sysdeps/s390/longjmp.c: New file.
20245         * sysdeps/s390/setjmp.S: New file.
20246         * sysdeps/s390/sigjmp.S: New file.
20247         * sysdeps/s390/v1-longjmp.c: New file.
20248         * sysdeps/s390/v1-setjmp.h: New file.
20249         * sysdeps/s390/v1-sigjmp.c: New file.
20250         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20251         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20252         GLIBC_2.19 version.
20253         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20254         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20255         versioned symbols for ____longjmp_chk.
20256         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20257         Likewise.
20258         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20259         Regenerate.
20260         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20261         Regenerate.
20262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20263         Regenerate.
20264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20265         Regenerate.
20266         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20267         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20268         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20269         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20270         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20271         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20272         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20273         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20274         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20275         * sysdeps/s390/rtld-__longjmp.c: New file.
20276         * sysdeps/s390/rtld-setjmp.S: New file.
20278 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20280         [BZ #16400]
20281         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20282         Return -__logl (x) for small positive arguments without evaluating
20283         a polynomial.
20285 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20287         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20288         Rename to ...
20289         (__ptrace_peeksiginfo_args): ... this.
20290         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20291         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20292         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20294 2014-01-06  Allan McRae  <allan@archlinux.org>
20296         * inet/netinet/in.h: Fix typo in comment.
20298 2014-01-05  Andreas Jaeger  <aj@suse.de>
20300         * sysdeps/i386/fpu/libm-test-ulps: Update.
20302 2014-01-05  Allan McRae  <allan@archlinux.org>
20304         * po/libc.pot: Regenerated.
20306         * malloc/memusagestat.c: Fix gettext call formatting.
20308 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20310         * nscd/nscd.c: Improve usage() output.
20312 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20314         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20315         * sysdeps/unix/sysv/linux/configure: Regenerated.
20316         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20317         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20319 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20321         [BZ #16390]
20322         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20323         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20325 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20327         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20328         extra tokens at end of #undef directive.
20329         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20330         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20331         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20333 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20335         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20337         * math/auto-libm-test-in: Mark various tests with
20338         xfail-rounding:ldbl-128ibm.
20339         * math/auto-libm-test-out: Regenerated.
20341 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20343         [BZ #16386]
20344         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20345         numbers with subnormal high part when calculating exponent.
20347         [BZ #16385]
20348         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20349         fabs.
20351         [BZ #16384]
20352         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20353         M_LN2l.
20354         (__ieee754_acoshl): Use __log1pl not __log1p.
20356 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20358         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20359         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20360         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20361         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20362         (reused_arena, arena_get2): Convert to GNU style.
20363         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20364         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20365         (memalign_check, __malloc_set_state): Likewise.
20366         * malloc/mallocbug.c (main): Likewise.
20367         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20368         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20369         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20370         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20371         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20372         (__posix_memalign, malloc_info): Likewise.
20373         * malloc/malloc.h: Likewise.
20374         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20375         (mallochook, memalignhook, reallochook, mabort): Likewise.
20376         * malloc/mcheck.h: Likewise.
20377         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20378         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20379         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20380         * malloc/morecore.c (__default_morecore): Likewise.
20381         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20382         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20383         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20384         (print_and_abort): Likewise.
20385         * malloc/obstack.h: Likewise.
20386         * malloc/set-freeres.c (__libc_freeres): Likewise.
20387         * malloc/tst-mallocstate.c (main): Likewise.
20388         * malloc/tst-mtrace.c (main): Likewise.
20389         * malloc/tst-realloc.c (do_test): Likewise.
20391 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20393         [BZ #16366]
20394         * nscd/netgroupcache.c (do_notfound): New function.
20395         (addgetnetgrentX): Use it.
20397         [BZ # 16365]
20398         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20399         NSS_STATUS_NOTFOUND.
20401 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20403         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20406 2014-01-01  Allan McRae  <allan@archlinux.org>
20408         * scripts/update-copyrights: Update configure input file suffix.
20410         * NEWS: Update copyright year.
20411         * catgets/gencat.c: Likewise.
20412         * csu/version.c: Likewise.
20413         * debug/catchsegv.sh: Likewise.
20414         * debug/pcprofiledump.c: Likewise.
20415         * debug/xtrace.sh: Likewise.
20416         * elf/ldconfig.c: Likewise.
20417         * elf/ldd.bash.in: Likewise.
20418         * elf/pldd.c: Likewise.
20419         * elf/sotruss.ksh: Likewise.
20420         * elf/sprof.c: Likewise.
20421         * iconv/iconv_prog.c: Likewise.
20422         * iconv/iconvconfig.c: Likewise.
20423         * locale/programs/locale.c: Likewise.
20424         * locale/programs/localedef.c: Likewise.
20425         * login/programs/pt_chown.c: Likewise.
20426         * malloc/memusage.sh: Likewise.
20427         * malloc/memusagestat.c: Likewise.
20428         * malloc/mtrace.pl: Likewise.
20429         * manual/libc.texinfo: Likewise.
20430         * nscd/nscd.c: Likewise.
20431         * nss/getent.c: Likewise.
20432         * nss/makedb.c: Likewise.
20433         * posix/getconf.c: Likewise.
20434         * scripts/test-installation.pl: Likewise.
20436         * All files with FSF copyright notices: Update copyright dates
20437         using scripts/update-copyrights.
20438         * intl/plural.c: Regenerated.
20439         * locale/programs/charmap-kw.h: Likewise.
20440         * locale/programs/locfile-kw.h: Likewise.
20442 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20444         * sysdeps/unix/sysv/linux/configure: Regenerated.
20445         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20446         the linux/fanotify.h header.
20447         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20448         HAVE_LINUX_FANOTIFY_H is defined.
20450 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20452         * benchtests/cos-inputs: New inputs.
20453         * benchtests/sin-inputs: Likewise.
20455         * benchtests/atan-inputs: New inputs. Fix name of multiple
20456         precision fallback inputs.
20458         * benchtests/atanh-inputs: New inputs.
20459         * benchtests/tanh-inputs: Likewise.
20461         * benchtests/acosh-inputs: New inputs.
20462         * benchtests/asinh-inputs: Likewise.
20464         * benchtests/cosh-inputs: New inputs.
20465         * benchtests/sinh-inputs: Likewise.
20467         * benchtests/acos-inputs: Add more inputs.
20468         * benchtests/asin-inputs: Likewise.
20470 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20472         [BZ #16375]
20473         * manual/arith.texi: Fix spelling.
20474         * manual/charset.texi: Likewise.
20475         * manual/errno.texi: Likewise.
20476         * manual/filesys.texi: Likewise.
20477         * manual/lang.texi: Likewise.
20478         * manual/llio.texi: Likewise.
20479         * manual/locale.texi: Likewise.
20480         * manual/message.texi: Likewise.
20481         * manual/resource.texi: Likewise.
20482         * manual/search.texi: Likewise.
20483         * manual/setjmp.texi: Likewise.
20484         * manual/stdio.texi: Likewise.
20485         * manual/string.texi: Likewise.
20486         * manual/sysinfo.texi: Likewise.
20487         * manual/time.texi: Likewise.
20489 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20491         * po/sl.po: New file.
20493 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20495         * .gitignore: Add core/.gdbinit/.gdb_history.
20497 2013-12-27  Allan McRae  <allan@archlinux.org>
20499         [BZ #16369]
20500         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20501         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20503 2013-12-24  Brooks Moses  <bmoses@google.com>
20505         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20506         all compilers that claim C++98 compliance, not just GCC.
20507         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20508         Likewise.
20510 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20512         * NEWS: Restore accidentally deleted bug-fix entries.
20514 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20515             Ondřej Bílka  <neleai@seznam.cz>
20517         [BZ #15073]
20518         * malloc/malloc.c (_int_free): Perform sanity check only if we
20519         have_lock.
20521 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20523         [BZ #12986]
20524         * manual/stdio.texi (String Input Conversions): Clarify that character
20525         classes are not supported.
20527 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20529         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20531 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20533         [BZ #16337]
20534         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20535         Calculate results for small negative arguments directly rather
20536         than using reflection formula with special underflow handling.
20538         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20539         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20540         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20541         (fchflags): Likewise.
20542         (revoke): Likewise.
20543         (setlogin): Likewise.
20544         (sigaltstack): Likewise.
20545         (wait4): Likewise.
20546         (sigblock): Remove.
20547         (sigsetmask): Likewise.
20548         (wait3): Likewise.
20549         (waitpid): Likewise.
20550         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20551         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20552         file.
20553         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20554         * sysdeps/unix/bsd/Makefile: ... here.
20555         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20556         * sysdeps/unix/bsd/Versions: ... here.
20557         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20558         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20559         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20560         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20561         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20562         * sysdeps/unix/bsd/sigblock.c: ... here.
20563         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20564         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20565         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20566         * sysdeps/unix/bsd/sigvec.c: ... here.
20567         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20568         * sysdeps/unix/bsd/tcdrain.c: ... here.
20569         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20570         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20571         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20572         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20573         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20574         * sysdeps/unix/bsd/wait.c: ... here.
20575         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20576         * sysdeps/unix/bsd/wait3.c: ... here.
20577         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20578         * sysdeps/unix/bsd/waitpid.c: ... here.
20580 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20582         [BZ #16356]
20583         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20584         round-to-nearest for [!USE_AS_EXPM1L].
20585         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20586         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20587         more tests of exp and exp10.  Expect some exp10 tests to miss
20588         exceptions or fail in directed rounding modes.
20589         * math/auto-libm-test-out: Regenerated.
20590         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20591         (exp10_test_tonearest): New function.
20592         (exp10_towardzero_test_data): New array.
20593         (exp10_test_towardzero): New function.
20594         (exp10_downward_test_data): New array.
20595         (exp10_test_downward): New function.
20596         (exp10_upward_test_data): New array.
20597         (exp10_test_upward): New function.
20598         (main): Call the new functions.
20599         * sysdeps/i386/fpu/libm-test-ulps: Update.
20600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20602 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20604         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20605         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20606         * math/auto-libm-test-out: Regenerated.
20607         * math/libm-test.inc (acosh_test_data): Add more tests.
20608         (atanh_test_data): Likewise.
20609         (ceil_test_data): Likewise.
20610         (copysign_test_data): Likewise.
20611         * sysdeps/i386/fpu/libm-test-ulps: Update.
20612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20614         * timezone/checktab.awk: Update from tzcode 2013i.
20615         * timezone/private.h: Likewise.
20616         * timezone/scheck.c: Likewise.
20617         * timezone/tzfile.h: Likewise.
20618         * timezone/tzselect.ksh: Likewise.
20619         * timezone/zdump.c: Likewise.
20620         * timezone/zic.c: Likewise.
20622         * math/auto-libm-test-in: Add tests of cpow.
20623         * math/auto-libm-test-out: Regenerated.
20624         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20625         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20626         mpc_cc_c.
20627         (func_calc_desc): Add mpc_cc_c union field.
20628         (test_functions): Add cpow.
20629         (special_fill_2pi): New function.
20630         (special_real_inputs): Add 2pi.
20631         (calc_generic_results): Handle mpc_cc_c.
20632         * sysdeps/i386/fpu/libm-test-ulps: Update.
20633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20635         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20636         csqrt, ctan and ctanh.
20637         * math/auto-libm-test-out: Regenerated.
20638         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20639         (TEST_COND_x86): Likewise.
20640         (ccos_test_data): Use AUTO_TESTS_c_c.
20641         (ccosh_test_data): Likewise.
20642         (cexp_test_data): Likewise.
20643         (clog_test_data): Likewise.
20644         (csqrt_test_data): Likewise.
20645         (ctan_test_data): Likewise.
20646         (ctan_tonearest_test_data): Likewise.
20647         (ctan_towardzero_test_data): Likewise.
20648         (ctan_downward_test_data): Likewise.
20649         (ctan_upward_test_data): Likewise.
20650         (ctanh_test_data): Likewise.
20651         (ctanh_tonearest_test_data): Likewise.
20652         (ctanh_towardzero_test_data): Likewise.
20653         (ctanh_downward_test_data): Likewise.
20654         (ctanh_upward_test_data): Likewise.
20655         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20656         mpc_c_c.
20657         (func_calc_desc): Add mpc_c_c union field.
20658         (FUNC_mpc_c_c): New macro.
20659         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20660         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20661         ctanh.
20662         (special_fill_min_subnorm_p120): New function.
20663         (special_real_inputs): Add min_subnorm_p120.
20664         (calc_generic_results): Handle mpc_c_c.
20665         * sysdeps/i386/fpu/libm-test-ulps: Update.
20666         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20668 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20670         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20671         (do_sin_slow): New functions.
20672         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20673         (cslow2, csloww1, csloww2): Use the new functions.
20675         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20676         Use M to change sign of result instead of X.  Assume X is
20677         positive.
20678         (csloww1): Likewise.
20679         (__sin): Adjust.
20680         (__cos): Adjust.
20682         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20683         arguments A and DA.
20684         (__sin): Adjust.
20685         (__cos): Likewise.
20687         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20688         (__cos): Likewise.
20689         (sloww1): Don't adjust sign of DX.
20690         (csloww1): Likewise.
20691         (sloww2): Use X directly and don't adjust sign of DX.
20692         (csloww2): Likewise.
20694 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20696         * math/auto-libm-test-in: Add tests of cabs and carg.
20697         * math/auto-libm-test-out: Regenerated.
20698         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20699         (carg_test_data): Likewise.
20700         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20701         mpc_c_f.
20702         (func_calc_desc): Add mpc_c_f union field.
20703         (test_functions): Add cabs and carg.
20704         (calc_generic_results): Handle mpc_c_f.
20706         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20707         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20708         as a macro and a compat symbol.
20709         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20710         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20711         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20712         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20713         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20714         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20715         not use .hidden.
20716         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20717         Likewise.
20718         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20719         Likewise.
20720         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20721         Likewise.
20722         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20723         Likewise.
20724         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20725         Likewise.
20726         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20727         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20728         from GLIBC_2.3.2.
20730 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20732         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20734 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20736         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20737         trailing whitespace removed.
20738         * scripts/config.guess: Update to version 2013-11-29.
20739         * scripts/config.sub: Update to version 2013-10-01.
20741         * math/auto-libm-test-in: Add tests of sincos.
20742         * math/auto-libm-test-out: Regenerated.
20743         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20744         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20745         mpfr_f_11.
20746         (func_calc_desc): Add mpfr_f_11 union field.
20747         (test_functions): Add sincos.
20748         (calc_generic_results): Handle mpfr_f_11.
20749         * sysdeps/i386/fpu/libm-test-ulps: Update.
20750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20752 2013-12-19  Andreas Schwab  <schwab@suse.de>
20754         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20755         CALL_MCOUNT.
20756         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20757         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20758         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20760 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20762         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20763         * sysdeps/i386/fpu/libm-test-ulps: Update.
20764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20766         [BZ #16293]
20767         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20768         round-to-nearest mode when using frndint.
20769         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20770         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20771         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20772         Likewise.
20773         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20774         sinh test to fail.
20775         * math/auto-libm-test-out: Regenerated.
20776         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20777         (TEST_COND_x86): Likewise.
20778         (expm1_tonearest_test_data): New array.
20779         (expm1_test_tonearest): New function.
20780         (expm1_towardzero_test_data): New array.
20781         (expm1_test_towardzero): New function.
20782         (expm1_downward_test_data): New array.
20783         (expm1_test_downward): New function.
20784         (expm1_upward_test_data): New array.
20785         (expm1_test_upward): New function.
20786         (main): Run the new test functions.
20787         * sysdeps/i386/fpu/libm-test-ulps: Update.
20788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20790         * include/features.h: Update comment documenting feature test
20791         macros.  Mention _DEFAULT_SOURCE in comment.
20792         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20793         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20794         _BSD_SOURCE and _SVID_SOURCE.
20795         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20796         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20797         !_SVID_SOURCE]: Likewise.
20798         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20799         (__USE_POSIX_IMPLICITLY): Define.
20800         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20801         (_POSIX_SOURCE): Undefine and redefine.
20802         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20803         (_POSIX_C_SOURCE): Likewise.
20804         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20805         (Feature Test Macros): Update documentation of default features.
20807 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20809         * benchtests/Makefile: Add bench-strtok.
20810         * benchtests/bench-strtok.c: New file: strtok benchtest.
20812 2013-12-19  Allan McRae  <allan@archlinux.org>
20814         * manual/install.texi: Suppress menu for plain text output.
20815         * INSTALL: Regenerated.
20817 2013-12-18  Brooks Moses  <bmoses@google.com>
20819         [BZ #15846]
20820         * misc/getauxval.c: Include errno.h.
20821         (__getauxval): Set errno to ENOENT if the requested type is not
20822         found.
20823         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20824         don't declare with __attribute_const__.
20825         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20826         * manual/startup.texi: Document that getauxval sets errno.
20828 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20830         * math/auto-libm-test-in: Add tests of jn and yn.
20831         * math/auto-libm-test-out: Regenerated.
20832         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20833         (yn_test_data): Likewise.
20834         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20835         mpfr_if_f.
20836         (func_calc_desc): Add mpfr_if_f union field.
20837         (FUNC_mpfr_if_f): New macro.
20838         (test_functions): Add jn and yn.
20839         (calc_generic_results): Assert type of second input for
20840         mpfr_ff_f.  Handle mpfr_if_f.
20841         (output_for_one_input_case): Disable all checking for arguments
20842         fitting floating-point types in case of an integer argument.
20843         * sysdeps/i386/fpu/libm-test-ulps: Update.
20844         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20847         Don't expect fegetround reference in libm.so.
20849 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20851         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20852         $(config-cflags-nofma).
20854 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20856         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20857         * math/auto-libm-test-out: Regenerated.
20859         [BZ #16338]
20860         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20861         to determine exponent and adjust argument to have exponent of -1.
20862         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20863         log2.
20864         * math/auto-libm-test-out: Regenerated.
20865         * sysdeps/i386/fpu/libm-test-ulps: Update.
20866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20868 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20870         * manual/probes.texi: Remove cases when per-thread arenas are
20871         disabled.
20873 2013-12-18  Andreas Schwab  <schwab@suse.de>
20875         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20876         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20877         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20878         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20879         * sysdeps/i386/i686/multiarch/Makefile: Update.
20880         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20882 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20884         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20885         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20887 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20889         [BZ #15968]
20890         Support TZ transition times < 00:00:00.
20891         This is needed for version-3 tz-format files; it supports time
20892         stamps past 2037 for America/Godthab (the only entry in the tz
20893         database for which this change is relevant).
20894         * manual/time.texi (TZ Variable): Document transition times
20895         from -167:59:59 through -00:00:01.
20896         * time/tzset.c (tz_rule): Time of day is now signed.
20897         (__tzset_parse_tz): Parse negative time of day.
20899         Document TZ transition times >= 25:00:00.
20900         * manual/time.texi (TZ Variable): Document transition times from
20901         25:00:00 through 167:59:59.  These are already supported, and this
20902         support will help with version-3 tz-format files.
20904         * manual/time.texi (TZ Variable): Modernize North America example
20905         to reflect current (i.e., 2007-and-later) daylight saving rules.
20907         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20909 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20911         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20912         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20913         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20914         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20915         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20916         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20917         * sysdeps/unix/bsd/clock.c: Likewise.
20918         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20919         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20920         * sysdeps/unix/bsd/init-posix.c: Likewise.
20921         * sysdeps/unix/bsd/poll.c: Likewise.
20922         * sysdeps/unix/bsd/ptsname.c: Likewise.
20923         * sysdeps/unix/bsd/seekdir.c: Likewise.
20924         * sysdeps/unix/bsd/setegid.c: Likewise.
20925         * sysdeps/unix/bsd/seteuid.c: Likewise.
20926         * sysdeps/unix/bsd/setgid.c: Likewise.
20927         * sysdeps/unix/bsd/setrgid.c: Likewise.
20928         * sysdeps/unix/bsd/setruid.c: Likewise.
20929         * sysdeps/unix/bsd/setsid.c: Likewise.
20930         * sysdeps/unix/bsd/setuid.c: Likewise.
20931         * sysdeps/unix/bsd/sigaction.c: Likewise.
20932         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20933         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20934         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20935         * sysdeps/unix/bsd/telldir.c: Likewise.
20936         * sysdeps/unix/bsd/times.c: Likewise.
20937         * sysdeps/unix/bsd/usleep.c: Likewise.
20939         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20940         ($(objpfx)libbsd-compat.a): Remove rule.
20942         * include/features.h (__FAVOR_BSD): Do not define.
20943         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20944         features conflicting with POSIX.
20945         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20946         (_BSD_SOURCE): Remove description of not being a subset of other
20947         feature test macros.
20948         * manual/job.texi (getpgrp): Do not document BSD version.
20949         (getpgid): Do not document by reference to BSD getpgrp.
20950         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20951         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20952         * signal/signal.h [__FAVOR_BSD]: Likewise.
20953         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20954         instead of making contents conditional on [__FAVOR_BSD].
20955         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20957 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20959         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20961 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20963         [BZ #16314]
20964         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20965         values below 2**-450, not 2**-500.
20966         * math/auto-libm-test-in: Don't allow spurious underflow from
20967         hypot.
20968         * math/auto-libm-test-out: Regenerated.
20970         [BZ #16316]
20971         [BZ #16330]
20972         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20973         values of ha and hb and sort them after adjusting subnormal
20974         arguments.
20975         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20976         Likewise.
20977         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20978         values of ea and eb and sort them after adjusting subnormal
20979         arguments.
20980         * math/auto-libm-test-in: Do not expect some hypot tests of
20981         subnormals to fail.  Add more hypot tests.
20982         * math/auto-libm-test-out: Regenerated.
20984 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20986         [BZ #13304]
20987         * sysdeps/sh/s_fma.c: New file.
20988         * sysdeps/sh/s_fmaf.c: New file.
20989         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20990         version.
20991         * sysdeps/sh/Implies: Add sh/soft-fp.
20993 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20995         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20996         level of indirection to members `objname', `errstring', `malloced'.
20997         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20998         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20999         it as the __longjmp argument (just pass 1 instead).
21000         (_dl_catch_error): Initialize C with argument pointers and address of
21001         volatile local ERRCODE rather than copying values out of C at return.
21003 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21005         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21006         * math/auto-libm-test-out: Regenerated.
21007         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21008         (hypot_test_data): Likewise.
21009         (pow_test_data): Likewise.
21010         (pow_tonearest_test_data): Likewise.
21011         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21012         mpfr_ff_f.
21013         (func_calc_desc): Add mpfr_ff_f union field.
21014         (FUNC_mpfr_ff_f): New macro.
21015         (test_functions): Add atan2, hypot and pow.
21016         (special_fill_min): New function.
21017         (special_fill_minus_min): Likewise.
21018         (special_fill_min_subnorm): Likewise.
21019         (special_fill_minus_min_subnorm): Likewise.
21020         (special_real_inputs): Add min, -min, min_subnorm and
21021         -min_subnorm.
21022         (calc_generic_results): Handle mpfr_ff_f.
21023         * sysdeps/i386/fpu/libm-test-ulps: Update.
21024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21026 2013-12-16  Will Newton  <will.newton@linaro.org>
21028         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21029         (Aligned Memory Blocks): Add documentation for aligned_alloc
21030         and suggest it as an alternative to posix_memalign.
21031         (Hooks for Malloc): Document __memalign_hook is also called
21032         for aligned_alloc.  (Summary of Malloc): Add summary for
21033         aligned alloc.  Document __memalign_hook is also called
21034         for aligned_alloc.
21036 2013-12-16  Will Newton  <will.newton@linaro.org>
21038         * manual/memory.texi (Malloc Examples): Clarify default
21039         alignment documentation.  Suggest posix_memalign rather
21040         than memalign or valloc.
21041         (Aligned Memory Blocks): Remove suggestion to use memalign
21042         or valloc.  Remove obsolete comment about BSD.
21043         Document memalign errno values and mark the function obsolete.
21044         Document posix_memalign returned error codes.  Mark valloc
21045         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21046         called for posix_memalign and valloc.
21047         (Summary of Malloc): Add posix_memalign to function summary.
21048         __memalign_hook is also called for posix_memalign and valloc.
21050 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21052         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21053         TAYLOR_SIN.
21054         (__sin): Adjust.
21055         (__cos): Likewise.
21056         (sloww): Use mynumber union.  Expand ternary operator into
21057         if-else statements.
21058         (cslow): use mynumber union.
21060 2013-12-16  Allan McRae  <allan@archlinux.org>
21062         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21063         * configure: Regenerated.
21065         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21067         [BZ #14120]
21068         * configure.ac: Added --enable-maintainer-mode. Check for
21069         autoconf when enabled.
21070         * configure: Regenerated.
21072         * nscd/nscd.service: New file.
21073         * nscd/nscd.tmpfiles: New file.
21075 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21077         [BZ #12100]
21078         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21079         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21080         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21081         (strstr): Add __strstr_sse2_unaligned ifunc.
21082         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21083         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21084         (strcasestr): Remove __strcasestr_sse42 ifunc.
21085         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21086         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21087         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21089 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21091         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21092         * sysdeps/sh/bits/fenv.h: ... here.
21093         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21095 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21097         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21099         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21100         hypotf multiarch implementations.
21101         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21102         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21103         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21104         multiarch hypot for PPC64.
21105         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21106         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21107         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21108         multiarch hypotf for PPC64.
21110         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21111         modff multiarch implementations.
21112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21115         multiarch modf for PPC64.
21116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21119         multiarch modff for PPC64.
21121         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21122         and logl multiarch implementations.
21123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21126         multiarch logb for PPC64.
21127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21130         multiarch logb for PPC64.
21131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21134         multiarch logb for PPC64.
21136         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21137         isinff multiarch implementation.
21138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21139         file.
21140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21142         multiarch isinf for PPC64.
21143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21144         file.
21145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21146         multiarch isinff for PPC64.
21148         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21149         finitef multiarch implementation.
21150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21151         file.
21152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21154         multiarch finite for PPC64.
21155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21156         file.
21157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21158         multiarch finitef for PPC64.
21160         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21161         lrint multiarch implementation.
21162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21163         file.
21164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21166         multiarch llrint for PPC64.
21167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21168         multiarch lrint for PPC64.
21170         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21171         copysignf multiarch implementation.
21172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21173         file.
21174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21175         file.
21176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21177         multiarch copysign for PPC64.
21178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21179         multiarch copysignf for PPC64.
21181         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21182         multiarch implementation.
21183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21184         file.
21185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21186         file.
21187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21188         file.
21189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21190         file.
21191         multiarch llround for PPC64.
21192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21193         multiarch trunc for PPC64.
21194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21195         multiarch truncf for PPC64.
21197         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21198         multiarch implementation.
21199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21200         file.
21201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21202         file.
21203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21204         file.
21205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21206         file.
21207         multiarch llround for PPC64.
21208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21209         multiarch round for PPC64.
21210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21211         multiarch roundf for PPC64.
21213         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21214         multiarch implementation.
21215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21216         file.
21217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21218         file.
21219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21220         file.
21221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21222         file.
21223         multiarch llround for PPC64.
21224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21225         multiarch floor for PPC64.
21226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21227         multiarch floorf for PPC64.
21229         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21230         multiarch implementation.
21231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21232         file.
21233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21234         file.
21235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21236         file.
21237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21238         file.
21239         multiarch llround for PPC64.
21240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21241         multiarch ceil for PPC64.
21242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21243         multiarch ceilf for PPC64.
21245         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21246         multiarch implementation.
21247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21248         file.
21249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21250         file.
21251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21252         file.
21253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21254         multiarch llround for PPC64.
21255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21256         multiarch lround for PPC64.
21258         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21259         multiarch implementation.
21260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21263         file.
21264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21267         multiarch isnan for PPC64.
21268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21269         multiarch isnanf for PPC64.
21271         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21272         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21273         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21274         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21275         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21278         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21279         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21280         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21281         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21283         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21284         multiarch implementations.
21285         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21286         (__libc_ifunc_impl_list): Likewise.
21287         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21288         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21289         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21290         multiarch stpcpy for PPC64.
21292         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21293         multiarch implementations.
21294         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21295         (__libc_ifunc_impl_list): Likewise.
21296         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21297         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21298         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21299         multiarch strcpy for PPC64.
21301         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21302         redefine function name.
21303         (_wordcopy_fwd_dest_aligned): Likewise.
21304         (_wordcopy_bwd_aligned): Likewise.
21305         (_wordcopy_bwd_dest_aligned): Likewise.
21306         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21307         multiarch implementations.
21308         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21309         (__libc_ifunc_impl_list): Likewise.
21310         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21311         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21312         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21313         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21314         multiarch wcscpy for PPC64.
21316         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21317         multiarch implementations.
21318         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21319         (__libc_ifunc_impl_list): Likewise.
21320         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21321         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21322         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21323         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21324         multiarch wcscpy for PPC64.
21326         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21327         multiarch implementations.
21328         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21329         (__libc_ifunc_impl_list): Likewise.
21330         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21331         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21332         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21333         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21334         multiarch wcsrchr for PPC64.
21336         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21337         multiarch implementations.
21338         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21339         (__libc_ifunc_impl_list): Likewise.
21340         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21341         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21342         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21343         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21344         multiarch wcschr for PPC64.
21346         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21347         multiarch implementations.
21348         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21349         (__libc_ifunc_impl_list): Likewise.
21350         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21351         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21352         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21353         multiarch strchrnul for PPC64.
21355         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21356         implementations.
21357         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21358         (__libc_ifunc_impl_list): Likewise.
21359         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21360         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21361         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21362         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21363         strchr for PPC64.
21365         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21366         implementations.
21367         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21368         (__libc_ifunc_impl_list): Likewise.
21369         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21370         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21371         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21372         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21373         strncmp for PPC64.
21375         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21376         multiarch implementations.
21377         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21378         (__libc_ifunc_impl_list): Likewise.
21379         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21380         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21381         strncasecmp for PPC64.
21382         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21383         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21384         multiarch strncasecmp_l for PPC64.
21386         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21387         multiarch implementations.
21388         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21389         (__libc_ifunc_impl_list): Likewise.
21390         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21391         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21392         multiarch strcasecmp for PPC64.
21393         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21394         file.
21395         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21396         multiarch strcasecmp_l for PPC64.
21398         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21399         implementations.
21400         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21401         (__libc_ifunc_impl_list): Likewise.
21402         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21403         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21404         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21405         strnlen for PPC64.
21407         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21408         implementations.
21409         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21410         (__libc_ifunc_impl_list): Likewise.
21411         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21412         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21413         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21414         strlen for PPC64.
21416         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21417         implementations.
21418         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21419         (__libc_ifunc_impl_list): Likewise.
21420         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21421         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21422         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21423         rawmemrchr for PPC64.
21425         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21426         implementation.
21427         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21428         (__libc_ifunc_impl_list): Likewise.
21429         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21430         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21431         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21432         memrchr for PPC64.
21434         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21435         implementation.
21436         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21437         (__libc_ifunc_impl_list): Likewise.
21438         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21439         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21440         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21441         memchr for PPC64.
21443         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21444         implementation.
21445         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21446         (__libc_ifunc_impl_list): Likewise.
21447         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21448         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21449         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21450         mempcpy for PPC64.
21452         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21453         avoid cretion of __bzero symbol.
21454         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21455         Likewise.
21456         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21457         Likewise.
21458         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21459         Likewise.
21460         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21461         multiarch implementations.
21462         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21463         (__libc_ifunc_impl_list): Likewise.
21464         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21465         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21466         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21467         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21468         bzero for PPC32.
21469         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21470         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21471         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21472         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21473         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21474         memset for PPC64.
21475         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21477         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21478         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21479         implementations.
21480         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21481         (__libc_ifunc_impl_list): Likewise.
21482         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21483         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21484         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21485         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21486         memcmp for PPC64.
21488         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21489         multiarch for POWER/PPC64.
21490         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21491         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21492         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21493         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21494         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21495         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21496         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21497         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21498         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21499         memcpy for PPC64.
21501         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21502         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21503         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21504         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21505         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21506         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21507         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21508         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21509         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21510         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21511         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21512         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21513         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21514         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21515         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21524 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21526         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21528 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21530         * benchtests/Makefile (bench): Add exp2 and log2.
21531         (LDLIBS-bench-exp2): Add -lm.
21532         (LDLIBS-bench-log2): Likewise.
21533         * benchtests/exp2-inputs: New inputs file.
21534         * benchtests/log2-inputs: New inputs file.
21535         * benchtests/log-inputs: Add new inputs.
21536         * benchtests/tan-inputs: Likewise.
21538 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21540         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21541         definition...
21542         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21543         (csloww2): ... from here.
21545         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21546         instead of structures.
21547         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21548         (POLYNOMIAL): Likewise.
21549         (TAYLOR_SLOW): Likewise.
21550         (__sin): Likewise.
21551         (__cos): Likewise.
21552         (slow1): Likewise.
21553         (slow2): Likewise.
21554         (sloww): Likewise.
21555         (sloww1); Likewise.
21556         (sloww2): Likewise.
21557         (bsloww1): Likewise.
21558         (bsloww2): Likewise.
21559         (cslow2): Likewise.
21560         (csloww): Likewise.
21561         (csloww1): Likewise.
21562         (csloww2): Likewise.
21564 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21566         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21567         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21568         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21569         * malloc/hooks.c (realloc_check): Likewise.
21571         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21572         * malloc/arena.c: Remove PER_THREAD conditional.
21573         [!PER_THREAD]: Remove code.
21574         (ptmalloc_unlock_all2): Likewise.
21575         (ptmalloc_init): Likewise.
21576         (_int_new_arena): Likewise.
21577         (arena_get2): Likewise.
21578         * malloc/hooks.c (__malloc_get_state): Likewise.
21579         (__malloc_set_state): Likewise.
21580         * malloc/malloc.c: Likewise.
21581         (struct malloc_state): Likewise.
21582         (struct malloc_par): Likewise.
21583         (__libc_realloc): Likewise.
21584         (__libc_mallopt): Likewise.
21586 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21588         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21590 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21592         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21593         macro to a function.  Check for zero perturb_byte.
21594         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21596         * malloc/malloc.c: (force_reg): Remove.
21597         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21598         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21599         force_reg by atomic_forced_read.
21600         * malloc/arena.c (ptmalloc_init): Likewise.
21601         * malloc/hooks.c (top_check): Likewise.
21603 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21605         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21607 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21609         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21611 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21613         * math/auto-libm-test-in: Add tests of lgamma.
21614         * math/auto-libm-test-out: Regenerated.
21615         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21616         (M_LOG_2_SQRT_PIl): Likewise.
21617         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21618         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21619         mpfr_f_f1.
21620         (func_calc_desc): Add mpfr_f_f1 union field.
21621         (ARGS1): New macro.
21622         (ARGS2): Likewise.
21623         (ARGS3): Likewise.
21624         (ARGS4): Likewise.
21625         (RET1): Likewise.
21626         (RET2): Likewise.
21627         (CALC): Likewise.
21628         (FUNC): Likewise.
21629         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21630         (test_functions): Add lgamma.
21631         (calc_generic_results): Handle mpfr_f_f1.
21632         * sysdeps/i386/fpu/libm-test-ulps: Update.
21633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21635 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21637         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21638         __mpn_add_n for PowerPC64/POWER7.
21639         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21640         __mpn_sub_n for PowerPC64/POWER7.
21642         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21643         __mpn_addmul_1 for PowerPC64.
21644         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21645         __mpn_submul_1 for PowerPC64.
21646         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21647         for PowerPC64.
21648         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21649         for PowerPC64.
21651 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21653         [BZ #15089]
21654         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21656 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21658         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21660         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21661         add multiarch folders.
21662         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21663         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21664         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21665         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21666         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21667         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21668         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21669         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21670         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21671         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21672         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21681         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21683         New file.
21684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21685         New file.
21686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21687         multiarch __ieee754_hypot for PowerPC32.
21688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21689         New file.
21690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21691         New file.
21692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21693         multiarch __ieee754_hypotf for PowerPC32.
21695         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21696         long_double_symbol only if __logbl is defined.
21697         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21698         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21699         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21700         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21701         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21702         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21703         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21704         path for implementation.
21705         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21706         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21708         logb, and logbl multiarch implementations for PowerPC32.
21709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21710         file.
21711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21712         file.
21713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21714         multiarch logb for PowerPC32.
21715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21716         file.
21717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21718         file.
21719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21720         multiarch logbf for PowerPC32.
21721         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21723         file.
21724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21725         multiarch logbl implementation for PowerPC32.
21727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21728         and modff multiarch implementations.
21729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21730         New file.
21731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21732         New file.
21733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21734         multiarch modf for PowerPC32.
21735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21736         New file.
21737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21738         New file.
21739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21740         multiarch modff for PowerPC32.
21742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21743         and lrintf multiarch implementations.
21744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21745         New file.
21746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21747         New file.
21748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21749         multiarch lrint for PowerPC32.
21750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21751         file: multiarch lrintf for PowerPC32.
21753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21754         and lroundf multiarch implementations.
21755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21756         New file.
21757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21758         New file.
21759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21760         New file.
21761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21762         multiarch lround for PowerPC32.
21763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21764         file: multiarch lroundf for PowerPC32.
21766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21767         copysign and copysignf multiarch implementations.
21768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21769         New file.
21770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21771         New file.
21772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21773         file: multiarch copysign for PowerPC32.
21774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21775         file: multiarch copysignf for PowerPC32.
21777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21778         and truncf multiarch implementations.
21779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21780         New file.
21781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21782         file.
21783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21784         multiarch trunc for PowerPC32.
21785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21786         New file.
21787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21788         New file.
21789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21790         multiarch truncf for PowerPC32.
21792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21793         and roundf multiarch implementations.
21794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21795         New file.
21796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21797         file.
21798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21799         multiarch round for PowerPC32.
21800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21801         New file.
21802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21803         New file.
21804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21805         multiarch roundf for PowerPC32.
21807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21808         and floorf multiarch implementations.
21809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21810         New file.
21811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21812         file.
21813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21814         multiarch floor for PowerPC32.
21815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21816         New file.
21817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21818         New file.
21819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21820         multiarch floorf for PowerPC32.
21822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21823         and ceilf multiarch implementations.
21824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21825         New file.
21826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21827         file.
21828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21829         multiarch ceil for PowerPC32.
21830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21831         New file.
21832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21833         file.
21834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21835         multiarch ceilf for PowerPC32.
21837         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21838         is defined.
21839         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21840         FINITEF is defined.
21841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21842         and finitef multiarch implementations.
21843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21844         New file.
21845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21846         file.
21847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21848         multiarch finite for PowerPC32.
21849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21850         New file.
21851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21852         file: multiarch finitef for PowerPC32.
21854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21855         and isinff multiarch implementations.
21856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21857         file.
21858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21859         file.
21860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21861         multiarch isinf for PowerPC32.
21862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21863         New file.
21864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21865         multiarch isinff for PowerPC32.
21867         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21868         alias when __isnan is defined.
21869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21870         and isnanf multiarch implementations.
21871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21872         file.
21873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21874         file.
21875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21876         file.
21877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21878         file.
21879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21880         multiarch isnan for PowerPC32.
21881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21882         New file.
21883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21884         New file.
21885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21886         multiarch isnanf for PowerPC32.
21888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21889         and sqrtf multiarch implementations.
21890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21891         file.
21892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21893         file.
21894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21895         multiarch sqrt for PowerPC32.
21896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21897         file.
21898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21899         file.
21900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21901         multiarch sqrtf for PowerPC32.
21903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21904         and llroundf multiarch implementations.
21905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21906         New file.
21907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21908         New file.
21909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21910         New file.
21911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21912         file: multiarch llround for PowerPC32.
21913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21914         file: multiarch llroundf for PowerPC32.
21916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21917         multiarch PowerPC32 fpu implementations.
21918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21919         New file.
21920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21921         New file.
21922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21923         multiarch llrint for PowerPC32.
21924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21925         New file.
21926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21927         New file.
21928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21929         file.
21931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21933         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21934         file.
21935         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21936         file.
21937         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21938         file.
21939         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21940         multiarch wordcopy for PPC32.
21941         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21942         wordcopy objects.
21943         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21944         (__libc_ifunc_impl_list): Likewise.
21945         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21946         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21947         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21948         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21949         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21950         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21952         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21953         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21954         file.
21955         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21956         file.
21957         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21958         file.
21959         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21960         multiarch wcscpy for PPC32.
21961         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21962         multiarch objects.
21963         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21964         (__libc_ifunc_impl_list): Likewise.
21965         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21966         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21967         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21968         sysdeps/powerpc/power6/wcscpy.c.
21970         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21971         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21972         file.
21973         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21974         file.
21975         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21976         file.
21977         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21978         multiarch wcsrchr for PPC32.
21979         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21980         multiarch objects.
21981         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21982         (__libc_ifunc_impl_list): Likewise.
21983         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21984         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21985         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21986         sysdeps/powerpc/power6/wcsrchr.c.
21988         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21989         file.
21990         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21991         file.
21992         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21993         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21994         multiarch wcschr 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/wcschr.c: Move ...
22000         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22001         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22002         sysdeps/powerpc/power6/wcschr.c.
22004         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22005         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22006         file.
22007         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22008         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22009         file: multiarch strchr for PPC32.
22010         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22011         multiarch objects.
22012         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22013         (__libc_ifunc_impl_list): Likewise.
22015         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22016         name.
22017         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22018         file.
22019         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22020         file.
22021         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22022         multiarch strchrnul for PPC32.
22023         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22024         multiarch objects.
22025         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22026         (__libc_ifunc_impl_list): Likewise.
22028         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22029         file.
22030         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22031         multiarch strncasecmp for PPC32.
22032         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22033         file.
22034         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22035         multiarch strncasecmp_l for PPC32.
22036         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22037         strncasecmp multiarch objects.
22038         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22039         (__libc_ifunc_impl_list): Likewise.
22041         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22042         file.
22043         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22044         multiarch strncasecmp for PPC32.
22045         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22046         New file.
22047         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22048         multiarch strcasecmp_l for PPC32.
22049         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22050         multiarch objects.
22051         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22052         (__libc_ifunc_impl_list): Likewise.
22054         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22055         file.
22056         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22057         file.
22058         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22059         multiarch strncmp for PPC32.
22060         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22061         multiarch objects.
22062         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22063         (__libc_ifunc_impl_list): Likewise.
22065         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22066         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22067         file.
22068         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22069         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22070         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22071         multiarch objects.
22072         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22073         (__libc_ifunc_impl_list): Likewise.
22075         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22076         file.
22077         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22078         file.
22079         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22080         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22081         multiarch objects.
22082         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22083         (__libc_ifunc_impl_list): Likewise.
22085         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22086         file.
22087         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22088         file.
22089         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22090         multiarch rawmemchr for PPC32.
22091         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22092         multiarch objects.
22093         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22094         (__libc_ifunc_impl_list): Likewise.
22096         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22097         file.
22098         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22099         file.
22100         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22101         file: memrchr multiarch for PPC32.
22102         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22103         multiarch objects.
22104         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22105         (__libc_ifunc_impl_list): Likewise.
22107         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22108         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22109         file.
22110         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22111         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22112         multiarch memchr for PPC32.
22113         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22114         multiarch objects.
22115         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22116         (__libc_ifunc_impl_list): Likewise.
22118         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22119         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22120         file.
22121         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22122         file.
22123         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22124         file: multiarch mempcpy for PPC32.
22125         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22126         multiarch objects.
22127         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22128         (__libc_ifunc_impl_list): Likewise.
22130         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22131         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22132         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22133         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22134         multiarch bzero for PPC32.
22135         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22136         file.
22137         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22138         file.
22139         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22140         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22141         file: multiarch memset for PPC32.
22142         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22143         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22144         memset multiarch objects.
22145         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22146         (__libc_ifunc_impl_list): Likewise.
22148         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22149         file.
22150         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22151         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22152         memcmp for PPC32.
22153         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22154         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22155         multiarch objects.
22156         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22157         (__libc_ifunc_impl_list): Likewise.
22159         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22160         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22161         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22162         file.
22163         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22164         file.
22165         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22166         file.
22167         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22168         multiarch memcpy for PPC32.
22169         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22170         multiarch objects.
22171         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22172         (__libc_ifunc_impl_list): Likewise.
22174         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22175         support multiarch for POWER/PPC32.
22176         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22177         Likewise.
22178         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22180         Implies file to make multiarch folder appers before the fpu and
22181         default folder for power4 configuration.
22183 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22185         * scripts/bench.pl: Append volatile keyword to type.
22187 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22189         * sysdeps/sh/sotruss-lib.c: New file.
22190         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22192 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22196 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22198         [BZ #6810]
22199         * math/w_tgamma.c: Include <errno.h>.
22200         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22201         * math/w_tgammaf.c: Include <errno.h>.
22202         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22203         * math/w_tgammal.c: Include <errno.h>.
22204         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22205         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22206         underflow.  Add more tgamma tests.
22207         * math/auto-libm-test-out: Regenerated.
22208         * sysdeps/i386/fpu/libm-test-ulps: Update.
22209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22211         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22212         sin, sinh, tan, tanh, tgamma, y0 and y1.
22213         * math/auto-libm-test-out: Regenerated.
22214         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22215         (TEST_COND_x86): Likewise.
22216         (M_E2l): Remove macro.
22217         (M_E3l): Likewise.
22218         (M_2_SQRT_PIl): Likewise.
22219         (M_SQRT_PIl): Likewise.
22220         (M_1_DIV_El): Likewise.
22221         (log_test_data): Use AUTO_TESTS_f_f.
22222         (log10_test_data): Likewise.
22223         (log1p_test_data): Likewise.
22224         (log2_test_data): Likewise.
22225         (sin_test_data): Likewise.
22226         (sin_tonearest_test_data): Likewise.
22227         (sin_towardzero_test_data): Likewise.
22228         (sin_downward_test_data): Likewise.
22229         (sin_upward_test_data): Likewise.
22230         (sinh_test_data): Likewise.
22231         (sinh_tonearest_test_data): Likewise.
22232         (sinh_towardzero_test_data): Likewise.
22233         (sinh_downward_test_data): Likewise.
22234         (sinh_upward_test_data): Likewise.
22235         (tan_test_data): Likewise.
22236         (tan_tonearest_test_data): Likewise.
22237         (tan_towardzero_test_data): Likewise.
22238         (tan_downward_test_data): Likewise.
22239         (tan_upward_test_data): Likewise.
22240         (tanh_test_data): Likewise.
22241         (tgamma_test_data): Likewise.
22242         (y0_test_data): Likewise.
22243         (y1_test_data): Likewise.
22244         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22245         (special_real_inputs): Add pi/4.
22246         * sysdeps/i386/fpu/libm-test-ulps: Update.
22247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22249 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22251         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22252         "longjmp_target" static probes.
22253         (__longjmp): Rename to __longjmp_symbol.
22254         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22255         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22256         on which longjmp to generate.
22257         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22258         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22259         probe.
22260         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22261         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22262         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22263         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22264         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22265         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22267         __longjmp_symbol based on which __longjmp to generate.
22268         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22269         probe.
22270         (setjmp): Rename to setjmp_symbol.
22271         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22272         (_setjmp): Rename to _setjmp_symbol.
22273         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22274         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22275         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22276         which setjmp to generate.
22277         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22278         "longjmp_target" static probes.
22280 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22282         * benchtests/README: Add note about output arguments.
22283         * benchtests/bench-sincos.c: Remove file.
22284         * benchtests/sincos-inputs: New file.
22285         * scripts/bench.pl: Identify output arguments and define
22286         static variables for them.
22288         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22290         [BZ #15941]
22291         * Makefile (INSTALL): Add install-plain.texi as the primary
22292         dependency.
22293         * manual/install-plain.texi: New file.
22294         * manual/install.texi: Include node directive only for
22295         non-plaintext output.
22297 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22299         * stdlib/longlong.h: Update from GCC.
22301         [BZ #6807]
22302         [BZ #15901]
22303         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22304         * math/w_j0f.c (y0f): Likewise.
22305         * math/w_j0l.c (__y0l): Likewise.
22306         * math/w_j1.c (y1): Likewise.
22307         * math/w_j1f.c (y1f): Likewise.
22308         * math/w_j1l.c (__y1l): Likewise
22309         * math/w_jn.c (yn): Likewise.
22310         * math/w_jnf.c (ynf): Likewise.
22311         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22312         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22313         value for Bessel function domain errors outside _SVID_ mode.
22314         Adjust sign of return value for yn (negative integer, 0).
22315         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22316         by zero in return for negative x and set sign appropriately for
22317         negative n.
22318         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22319         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22320         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22321         expectations in error cases.
22322         (y1_test_data): Likewise.
22323         (yn_test_data): Likewise.
22324         * sysdeps/i386/fpu/libm-test-ulps: Update.
22325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22327 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22329         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22330         "64" to "64-v1".  Add "64-v2".
22331         (abi-64-options): Rename to ...
22332         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22333         (abi-64-condition): Rename to ...
22334         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22335         (abi-64-ld-soname): Rename to ...
22336         (abi-64-v1-ld-soname): ... this.
22337         (abi-64-v2-options): Define.
22338         (abi-64-v2-condition): Likewise.
22339         (abi-64-v2-ld-soname): Likewise.
22340         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22341         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22346 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22347             Alan Modra  <amodra@gmail.com>
22349         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22350         New versions for use with the ELFv2 ABI.
22351         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22352         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22353         declaration.
22354         (struct La_ppc64v2_retval): Likewise.
22355         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22356         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22357         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22358         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22359         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22360         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22361         Do not save or restore CR.
22362         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22363         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22364         return values for ELFv2 ABI.  Fix location of FPR return registers.
22365         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22366         updated values for _CALL_ELF == 2.
22367         (La_regs, La_retval, int_retval): Likewise.
22369 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22371         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22372         (FRAME_MIN_SIZE_PARM): Likewise.
22373         (FRAME_BACKCHAIN): Likewise.
22374         (FRAME_CR_SAVE): Likewise.
22375         (FRAME_LR_SAVE): Likewise.
22376         (FRAME_TOC_SAVE): Likewise.
22377         (FRAME_PARM_SAVE): Likewise.
22378         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22379         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22380         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22381         (call_mcount_parm_offset): New macro.
22382         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22383         (PROF): Use symbolic stack frame offsets.
22384         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22385         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22386         Redefine in terms of FRAME_MIN_SIZE.
22387         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22388         (_dl_profile_resolve): Likewise.  Update comment.
22389         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22390         symbols stack frame offsets.
22391         (__sigsetjmp): Likewise.
22392         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22393         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22394         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22395         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22398         (FRAME_BACKCHAIN): Remove.
22399         (FRAME_CR_SAVE): Likewise.
22400         (FRAME_LR_SAVE): Likewise.
22401         (FRAME_COMPILER_DW): Likewise.
22402         (FRAME_LINKER_DW): Likewise.
22403         (FRAME_TOC_SAVE): Likewise.
22404         (FRAME_PARM_SAVE): Likewise.
22405         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22406         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22407         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22409         (CHECK_SP): Use symbolic stack frame offsets.
22410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22411         zone" instead of caller's parameter save area for temp storage.
22412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22413         Likewise.  Also, use symbolic stack frame offsets.
22414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22415         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22416         our own stack frame instead of the caller's.
22417         (__socket): Use symbolic stack frame offsets.
22419 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22420             Alan Modra  <amodra@gmail.com>
22422         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22423         Define.
22424         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22425         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22426         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22427         New function.
22428         (elf_machine_fixup_plt): Call it.
22429         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22430         reloc arguments.
22431         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22432         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22433         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22434         r2 before calling target.
22436 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22437             Alan Modra  <amodra@gmail.com>
22439         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22440         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22441         versions of macros to support ELFv2 ABI.
22442         (LOCALENTRY): New macro.
22443         (ENTRY, EALIGN): Use it.
22444         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22445         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22446         fall through into ENTRY entry point.
22447         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22448         Only define if _CALL_ELF != 2.
22450         (elf_machine_matches_host): Verify ABI version matches.
22451         (RTLD_START): Use LOCALENTRY.
22452         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22453         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22454         (PLT_ENTRY_WORDS): New macro.
22455         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22456         (elf_machine_runtime_setup): Support ELFv2 ABI.
22457         (elf_machine_fixup_plt): Likewise.
22458         (elf_machine_plt_conflict): Likewise.
22459         (resolve_ifunc): Likewise.
22460         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22461         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22462         Likewise.
22463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22464         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22466         (makecontext): Support ELFv2 ABI.
22467         * elf/elf.h (EF_PPC64_ABI): Define.
22469 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22471         * sysdeps/powerpc/powerpc64/sysdep.h
22472         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22473         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22474         (ENTRY) [ASSEMBLER]: ... but instead here ...
22475         (EALIGN) [ASSEMBLER]: ... and here.
22476         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22477         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22478         (ENTRY_2) [!ASSEMBLER]: Use it.
22479         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22480         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22481         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22482         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22483         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22485         Use PPC64_LOAD_FUNCPTR.
22487         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22489 2013-12-04  Alan Modra  <amodra@gmail.com>
22491         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22492         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22493         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22494         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22496         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22497         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22498         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22499         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22500         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22501         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22503 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22506         (__makecontext): Fix incorrect CFI when backtracing out of
22507         context created via makecontext.
22508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22509         (__setcontext): Fix incorrect CFI during switch to new context.
22510         (__novec_setcontext): Likewise.
22512 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22514         [BZ #4772]
22515         * time/strptime_l.c (__strptime_internal): Allow modifiers
22516         in strptime.
22517         * time/tst-strptime.c (day_tests): Add testcase.
22519 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22521         * scripts/bench.pl: Skip over blank lines.
22523 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22525         [BZ #926]
22526         * manual/time.texi (Calendar Time): Clarify what timezone functions
22527         use.
22529 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22531         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22533 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22535         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22536         implementation.
22537         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22538         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22539         * debug/memset_chk.c (__memset_chk): Likewise.
22540         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22541         * debug/strncpy_chk.c: Likewise.
22543 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22545         [BZ #15268]
22546         [BZ #15425]
22547         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22548         (__ieee754_exp): For possibly underflowing results, check size of
22549         result and force underflow exception if required.
22550         * math/auto-libm-test-in: Add more tests of exp.
22551         * math/auto-libm-test-out: Regenerated.
22552         * sysdeps/i386/fpu/libm-test-ulps: Update.
22553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22555         [BZ #16283]
22556         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22557         * math/w_exp2f.c (__exp2f): Likewise.
22558         * math/w_exp2l.c (__exp2l): Likewise.
22559         * math/auto-libm-test-in: Do not allow missing errno on exp2
22560         underflow.
22561         * math/auto-libm-test-out: Regenerated.
22563 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22565         [BZ #16274]
22566         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22567         handle filename validation.
22568         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22569         (do_open): Delete.
22571 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22573         [BZ #6786]
22574         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22575         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22576         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22577         <float.h>.
22578         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22579         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22580         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22581         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22582         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22583         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22584         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22585         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22586         Add more erfc tests.
22587         * math/auto-libm-test-out: Regenerated.
22588         * sysdeps/i386/fpu/libm-test-ulps: Update.
22589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22591         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22592         exp2, expm1, j0 and j1.
22593         * math/auto-libm-test-out: Regenerated.
22594         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22595         (erfc_test_data): Likewise.
22596         (exp_test_data): Likewise.
22597         (exp_tonearest_test_data): Likewise.
22598         (exp_towardzero_test_data): Likewise.
22599         (exp_downward_test_data): Likewise.
22600         (exp_upward_test_data): Likewise.
22601         (exp10_test_data): Likewise.
22602         (exp2_test_data): Likewise.
22603         (expm1_test_data): Likewise.
22604         (j0_test_data): Likewise.
22605         (j1_test_data): Likewise.
22606         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22607         (input_flag_type): Add flag_xfail_rounding.
22608         (input_flags): Add xfail-rounding.
22609         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22610         (output_for_one_input_case): Handle flag_xfail_rounding.
22611         * sysdeps/i386/fpu/libm-test-ulps: Update.
22612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22614 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22616         [BZ #16289]
22617         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22618         division by 0.
22620 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22622         [BZ #16195]
22623         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22624         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22625         (STAP_PROBE0): New macro.
22626         (STAP_PROBE1): Likewise.
22627         (STAP_PROBE2): Likewise.
22628         (STAP_PROBE3): Likewise.
22629         (STAP_PROBE4): Likewise.
22631 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22633         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22635 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22637         * benchtests/Makefile (bench): Add sqrt.
22638         (LDLIBS-bench-sqrt): New.
22639         * benchtests/sqrt-input: New.
22641 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22643         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22644         (GAIH_EAI): Likewise.
22645         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22646         (gaih_inet): Likewise.
22647         (getaddrinfo): Don't use GAIH_EAI.
22649         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22650         (struct gaih): Remove definition.
22652 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22654         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22655         Use HERRNOP directly.
22657 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22659         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22661 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22663         * math/gen-auto-libm-tests.c (test_functions): Add more
22664         single-argument functions.
22665         (special_fill_pi_2): New function.
22666         (special_fill_minus_pi_2): Likewise.
22667         (special_fill_pi_6): Likewise.
22668         (special_fill_minus_pi_6): Likewise.
22669         (special_fill_pi_3): Likewise.
22670         (special_fill_2pi_3): Likewise.
22671         (special_fill_e): Likewise.
22672         (special_fill_1_e): Likewise.
22673         (special_fill_e_minus_1): Likewise.
22674         (special_real_inputs): Add more special inputs.
22675         (output_for_one_input_case): Do not require ERANGE on underflow to
22676         zero if round-to-nearest result does not underflow to zero, unless
22677         exact results required.
22678         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22679         atan, atanh, cbrt, cos and cosh.
22680         * math/auto-libm-test-out: Regenerated.
22681         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22682         (acos_tonearest_test_data): Likewise.
22683         (acos_towardzero_test_data): Likewise.
22684         (acos_downward_test_data): Likewise.
22685         (acos_upward_test_data): Likewise.
22686         (acosh_test_data): Likewise.
22687         (asin_test_data): Likewise.
22688         (asin_tonearest_test_data): Likewise.
22689         (asin_towardzero_test_data): Likewise.
22690         (asin_upward_test_data): Likewise.
22691         (asinh_test_data): Likewise.
22692         (atan_test_data): Likewise.
22693         (atanh_test_data): Likewise.
22694         (cbrt_test_data): Likewise.
22695         (cos_test_data): Likewise.
22696         (cos_tonearest_test_data): Likewise.
22697         (cos_towardzero_test_data): Likewise.
22698         (cos_downward_test_data): Likewise.
22699         (cos_upward_test_data): Likewise.
22700         (cosh_test_data): Likewise.
22701         (cosh_tonearest_test_data): Likewise.
22702         (cosh_towardzero_test_data): Likewise.
22703         (cosh_downward_test_data): Likewise.
22704         (cosh_upward_test_data): Likewise.
22705         * sysdeps/i386/fpu/libm-test-ulps: Update.
22706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22708 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22710         [BZ #6787]
22711         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22712         * math/w_exp10f.c (__exp10f): Likewise.
22713         * math/w_exp10l.c (__exp10l): Likewise.
22714         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22715         errno settings in existing tests.
22717         [BZ #14032]
22718         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22719         precision control set to double precision.
22720         * sysdeps/i386/fpu/w_sqrt.c: New file.
22721         * math/auto-libm-test-in: Add more tests.
22722         * math/auto-libm-test-out: Update.
22724         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22725         (sqrt_test_tonearest): New function.
22726         (sqrt_towardzero_test_data): New variable.
22727         (sqrt_test_towardzero): New function.
22728         (sqrt_downward_test_data): New variable.
22729         (sqrt_test_downward): New function.
22730         (sqrt_upward_test_data): New variable.
22731         (sqrt_test_upward): New function.
22732         (main): Call the new functions.
22734         * math/gen-auto-libm-tests.c: New file.
22735         * math/auto-libm-test-in: Likewise.
22736         * math/auto-libm-test-out: New generated file.
22737         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22738         variables.
22739         (%beautify): Add generated representations of zero.
22740         (top level): Set $auto_input and call parse_auto_input.
22741         (beautify): Remove trailing "f" from hex float constants.
22742         (parse_args): Handle XFAIL_TEST.
22743         (convert_condition): New function.
22744         (or_value): Likewise.
22745         (or_cond_value): Likewise.
22746         (generate_testfile): Handle AUTO_TESTS_* lines.
22747         (parse_auto_input): New function.
22748         * math/libm-test.inc (XFAIL_TEST): New macro.
22749         (ERRNO_UNCHANGED): Update value.
22750         (ERRNO_EDOM): Likewise.
22751         (ERRNO_ERANGE): Likewise.
22752         (IGNORE_RESULT): Likewise.
22753         (TEST_COND_flt_32): New macro.
22754         (TEST_COND_dbl_64): Likewise.
22755         (TEST_COND_ldbl_96_intel): Likewise.
22756         (TEST_COND_ldbl_96_m68k): Likewise.
22757         (TEST_COND_ldbl_128): Likewise.
22758         (TEST_COND_ldbl_128ibm): Likewise.
22759         (TEST_COND_long32): Likewise.
22760         (TEST_COND_long64): Likewise.
22761         (TEST_COND_before_rounding): Likewise.
22762         (TEST_COND_after_rounding): Likewise.
22763         (enable_test): Handle XFAIL_TEST flag.
22764         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22765         with finite results.
22766         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22767         auto-libm-test-out.
22769 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22770             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22772         [BZ #16214]
22773         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22774         __tls_get_addr_internal instead of __tls_get_offset in order to
22775         avoid GOT pointer dependency.  Make rtld export
22776         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22777         __tls_get_addr since we are a __tls_get_offset platform.
22778         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22779         GOT pointer being set up before.
22780         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22782 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22784         * manual/math.texi (Errors in Math Functions): Document accuracy
22785         goals.
22787         [BZ #15004]
22788         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22789         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22790         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22791         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22792         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22793         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22794         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22795         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22796         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22797         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22798         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22799         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22800         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22801         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22802         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22803         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22805         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22806         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22807         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22808         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22809         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22810         Likewise.
22811         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22812         Likewise.
22813         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22814         Likewise.
22815         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22816         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22817         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22818         atomic-feupdateenv and flt-rounds.
22819         * sysdeps/powerpc/nofpu/Versions (libc): Add
22820         __atomic_feholdexcept, __atomic_feclearexcept,
22821         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22822         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22823         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22824         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22825         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22826         here.
22827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22828         Update.
22830         * manual/arith.texi (FP Exceptions): Document that exceptions may
22831         not be raised when matherr is used.
22832         (Math Error Reporting): Document overflow in directed rounding
22833         modes.  Document that errno may not be set when finite values are
22834         returned on overflow.  Document intent to set errno on underflow
22835         only for underflow to zero.
22837         [BZ #16271]
22838         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22839         round-to-nearest then adjust result for other rounding modes.
22840         * include/fenv.h (fegetround): Use libm_hidden_proto.
22841         * math/fegetround.c (fegetround): Use libm_hidden_def.
22842         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22843         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22844         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22845         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22846         Likewise.
22847         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22848         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22849         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22850         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22852 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22854         [BZ #16077]
22855         * nss/Versions (libnss_files): Add
22856         _nss_files_gethostbyname3_r.
22857         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22858         New function.
22859         (HOST_DB_LOOKUP): Remove macro.
22860         (_nss_files_gethostbyname_r): Implement function without the
22861         HOST_DB_LOOKUP macro.
22862         (_nss_files_gethostbyname2_r): Likewise.
22864 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22866         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22868 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22870         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22871         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22872         warning.
22874 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22876         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22877         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22878         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22879         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22880         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22881         __fe_nomask_env_priv and attribute_hidden.
22882         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22883         (libc_feupdateenv_test_ppc): Likewise.
22884         (libc_feresetround_ppc): Likewise.
22885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22886         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22887         compat_symbol macro.
22888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22889         (__fe_nomask_env): Likewise.
22890         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22892 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22894         * string/Makefile: Remove ifunc tests.
22895         * string/test-string.h: Define TEST_IFUNC.
22896         * string/test-bcopy-ifunc.c: Remove.
22897         * string/test-bzero-ifunc.c: Likewise.
22898         * string/test-memccpy-ifunc.c: Likewise.
22899         * string/test-memchr-ifunc.c: Likewise.
22900         * string/test-memcmp-ifunc.c: Likewise.
22901         * string/test-memcpy-ifunc.c: Likewise.
22902         * string/test-memmem-ifunc.c: Likewise.
22903         * string/test-memmove-ifunc.c: Likewise.
22904         * string/test-mempcpy-ifunc.c: Likewise.
22905         * string/test-memrchr-ifunc.c: Likewise.
22906         * string/test-memset-ifunc.c: Likewise.
22907         * string/test-rawmemchr-ifunc.c: Likewise.
22908         * string/test-stpcpy-ifunc.c: Likewise.
22909         * string/test-stpncpy-ifunc.c: Likewise.
22910         * string/test-strcasecmp-ifunc.c: Likewise.
22911         * string/test-strcasestr-ifunc.c: Likewise.
22912         * string/test-strcat-ifunc.c: Likewise.
22913         * string/test-strchr-ifunc.c: Likewise.
22914         * string/test-strchrnul-ifunc.c: Likewise.
22915         * string/test-strcmp-ifunc.c: Likewise.
22916         * string/test-strcpy-ifunc.c: Likewise.
22917         * string/test-strcspn-ifunc.c: Likewise.
22918         * string/test-strlen-ifunc.c: Likewise.
22919         * string/test-strncasecmp-ifunc.c: Likewise.
22920         * string/test-strncat-ifunc.c: Likewise.
22921         * string/test-strncmp-ifunc.c: Likewise.
22922         * string/test-strncpy-ifunc.c: Likewise.
22923         * string/test-strnlen-ifunc.c: Likewise.
22924         * string/test-strpbrk-ifunc.c: Likewise.
22925         * string/test-strrchr-ifunc.c: Likewise.
22926         * string/test-strspn-ifunc.c: Likewise.
22927         * string/test-strstr-ifunc.c: Likewise.
22929 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22931         * benchtests/Makefile: Remove ifunc tests.
22932         * benchtests/bench-string.h: Define TEST_IFUNC.
22933         * benchtests/bench-bcopy-ifunc.c: Remove.
22934         * benchtests/bench-bzero-ifunc.c: Likewise.
22935         * benchtests/bench-memccpy-ifunc.c: Likewise.
22936         * benchtests/bench-memchr-ifunc.c: Likewise.
22937         * benchtests/bench-memcmp-ifunc.c: Likewise.
22938         * benchtests/bench-memcpy-ifunc.c: Likewise.
22939         * benchtests/bench-memmem-ifunc.c: Likewise.
22940         * benchtests/bench-memmove-ifunc.c: Likewise.
22941         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22942         * benchtests/bench-memrchr-ifunc.c: Likewise.
22943         * benchtests/bench-memset-ifunc.c: Likewise.
22944         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22945         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22946         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22947         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22948         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22949         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22950         * benchtests/bench-strcat-ifunc.c: Likewise.
22951         * benchtests/bench-strchr-ifunc.c: Likewise.
22952         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22953         * benchtests/bench-strcmp-ifunc.c: Likewise.
22954         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22955         * benchtests/bench-strcpy-ifunc.c: Likewise.
22956         * benchtests/bench-strcspn-ifunc.c: Likewise.
22957         * benchtests/bench-strlen-ifunc.c: Likewise.
22958         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22959         * benchtests/bench-strncat-ifunc.c: Likewise.
22960         * benchtests/bench-strncmp-ifunc.c: Likewise.
22961         * benchtests/bench-strncpy-ifunc.c: Likewise.
22962         * benchtests/bench-strnlen-ifunc.c: Likewise.
22963         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22964         * benchtests/bench-strrchr-ifunc.c: Likewise.
22965         * benchtests/bench-strsep-ifunc.c: Likewise.
22966         * benchtests/bench-strspn-ifunc.c: Likewise.
22967         * benchtests/bench-strstr-ifunc.c: Likewise.
22969 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22971         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22973 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22975         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22976         * rt/aio.h: Likewise.
22977         * sysdeps/gnu/bits/utmp.h: Likewise.
22978         * sysdeps/gnu/bits/utmpx.h: Likewise.
22979         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22980         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22981         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22982         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22983         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22984         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22985         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22986         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22987         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22988         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22989         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22990         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22991         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22993         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22994         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22995         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22996         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22997         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22998         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22999         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23000         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23001         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23002         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23003         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23004         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23005         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23006         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23007         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23008         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23009         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23010         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23011         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23012         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23013         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23014         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23015         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23016         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23017         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23018         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23019         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23020         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23022 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23024         [BZ #16245]
23025         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23026         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23028 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23030         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23031         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23032         Likewise.
23034 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23036         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23037         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23038         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23039         (__fesetround): Remove define.
23040         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23041         rounding and exceptions handling.
23042         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23043         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23044         (__fe_nomask_env): Likewise.
23045         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23046         __fegetround instead of fegetround.
23047         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23048         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23050 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23052         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23053         it's there.
23055         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23057 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23059         [BZ #11157]
23060         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23061         (encrypt_r): Likewise.
23062         * malloc/obstack.h (obstack_free): Likewise.
23063         * posix/unistd.h (encrypt): Likewise.
23065 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23067         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23068         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23069         DL_CALL_DT_FINI() that call the functions directly.
23070         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23071         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23072         * elf/dl-fini.c: Likewise.
23074 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23076         * malloc/hooks.c (memalign_check): Add alignment rounding.
23077         * malloc/malloc.c (_mid_memalign): New function.
23078         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23079         Implement by calling _mid_memalign.
23080         * manual/probes.texi (Memory Allocation Probes): Remove
23081         memory_valloc_retry and memory_pvalloc_retry.
23083 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23085         * locale/programs/locarchive.c (open_archive): Add const
23086         qualifier to ARCHIVEFNAME and copy default fname to
23087         DEFAULT_FNAME.
23089         [BZ #15601]
23090         * libio/tst-widetext.input: Rename Oriya to Odia.
23091         * locale/iso-639.def: Likewise.
23093         * manual/probes.texi (Mathematical Function Probes): Add
23094         documentation for sin, cos, asin and acos probes.
23095         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23096         (__sin32): Add slowasin probe.
23097         (__cos32): Add slowacos probe.
23098         (__mpsin): Add slowsin probe.
23099         (__mpcos): Add slowcos probe.
23101 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23103         [BZ #15483]
23104         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23105         thread-local __sim_exceptions_thread and global
23106         __sim_exceptions_global.
23107         (__sim_disabled_exceptions): Change to thread-local
23108         __sim_disabled_exceptions_thread and global
23109         __sim_disabled_exceptions_global.
23110         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23111         and global __sim_round_mode_global.
23112         (__simulate_exceptions): Use thread-local floating-point state and
23113         set global state from it as needed.
23114         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23115         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23116         __sim_round_mode_thread.
23117         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23118         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23119         and global __sim_exceptions_global.
23120         (__sim_disabled_exceptions): Change to thread-local
23121         __sim_disabled_exceptions_thread and global
23122         __sim_disabled_exceptions_global.
23123         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23124         and global __sim_round_mode_global.
23125         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23126         (SIM_SET_GLOBAL): Likewise.
23127         * sysdeps/powerpc/soft-fp/sfp-machine.h
23128         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23129         __sim_round_mode_thread.
23130         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23131         __sim_disabled_exceptions_thread.
23132         (__sim_exceptions): Change to __sim_exceptions_thread.
23133         (__sim_disabled_exceptions): Change to
23134         __sim_disabled_exceptions_thread.
23135         (__sim_round_mode): Change to __sim_round_mode_thread.
23136         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23137         thread-local floating-point state and set global state from it as
23138         needed.
23139         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23140         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23141         (__sim_disabled_exceptions): Remove extern declaration.
23142         (feenableexcept): Use thread-local floating-point state and set
23143         global state from it as needed.
23144         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23145         extern declaration.
23146         (__sim_disabled_exceptions): Likewise.
23147         (__sim_round_mode): Likewise.
23148         (__fegetenv): Use thread-local floating-point state.
23149         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23150         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23151         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23152         floating-point state and set global state from it as needed.
23153         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23154         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23155         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23156         Likewise.
23157         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23158         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23159         Likewise.
23160         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23161         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23162         Use __sim_round_mode_thread.
23163         * math/test-fenv-tls.c: New file.
23164         * math/Makefile (tests): Add test-fenv-tls.
23165         ($(objpfx)test-fenv-tls): Depend on
23166         $(common-objpfx)nptl/libpthread.so.
23168 2013-11-19  Andreas Schwab  <schwab@suse.de>
23170         * locale/programs/locale.c (show_info): Decode wordarray elements.
23171         * locale/categories.def (LC_MONETARY): Add element for
23172         _NL_MONETARY_CRNCYSTR.
23173         * locale/C-monetary.c (conversion_rate): New variable.
23174         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23175         element.
23177 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23179         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23180         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23182 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23184         * elf/Makefile (tst-auxv): New test.
23185         * elf/tst-auxv.c: New
23186         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23188 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23190         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23191         (hidden_proto): Caller changed.
23192         (hidden_tls_proto): New macro.
23193         (libc_hidden_tls_proto): Likewise.
23194         (rtld_hidden_tls_proto): Likewise.
23195         (libm_hidden_tls_proto): Likewise.
23196         (libresolv_hidden_tls_proto): Likewise.
23197         (librt_hidden_tls_proto): Likewise.
23198         (libdl_hidden_tls_proto): Likewise.
23199         (libnss_files_hidden_tls_proto): Likewise.
23200         (libnsl_hidden_tls_proto): Likewise.
23201         (libnss_nisplus_hidden_tls_proto): Likewise.
23202         (libutil_hidden_tls_proto): Likewise.
23204 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23206         [BZ #10253]
23207         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23208         (decompose_rpath): Defer expansion to fillin_rpath.
23209         (_dl_init_paths): Pass linkmap to fillin_rpath.
23211 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23213         * benchtests/Makefile: Add strsep.
23214         * benchtests/bench-strsep.c: New file: strsep benchtest.
23215         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23217 2013-11-18  Andreas Schwab  <schwab@suse.de>
23219         * locale/programs/locale.c (show_info) [case byte]: Check for
23220         '\377' instead of '\177'.
23221         * locale/C-monetary.c (not_available): Always use "\377".
23222         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23223         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23224         detect unavailable sign_posn locale elements.
23225         * locale/localeconv.c (__localeconv): For grouping and
23226         mon_grouping handle "\177" and "\377" like no grouping.
23227         (INT_ELEM): New macro.  Use it to set all numeric members.
23228         * locale/programs/ld-monetary.c (monetary_read)
23229         <tok_mon_grouping>: Normalize single -1 to the empty string.
23230         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23231         Likewise.
23233 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23235         [BZ #16055]
23236         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23237         when we match (nil).
23238         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23240 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23242         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23243         (NO_TEST_INLINE): Update value.
23244         (ERRNO_UNCHANGED): Likewise.
23245         (ERRNO_EDOM): Likewise.
23246         (ERRNO_ERANGE): Likewise.
23247         (IGNORE_RESULT): Likewise.
23248         (check_float_internal): Check signs of NaN results if
23249         TEST_NAN_SIGN used.
23250         (check_complex): Pass TEST_NAN_SIGN flag through to second
23251         check_float_internal call.
23252         (copysign_test_data): Add tests with quiet NaNs as second
23253         argument.  Use TEST_NAN_SIGN.
23254         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23255         TEST_NAN_SIGN.
23256         (signbit_test_data): Add tests of quiet NaN argument.
23257         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23259         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23260         $ignore_result.
23261         (parse_args): Handle function results specified as IGNORE.
23262         * math/libm-test.inc (IGNORE_RESULT): New macro.
23263         (check_float_internal): Do not check numerical result if flag
23264         IGNORE_RESULT set.
23265         (check_complex): Pass through IGNORE_RESULT to second
23266         check_float_internal call.
23267         (check_int): Do not check numerical result if flag IGNORE_RESULT
23268         set.
23269         (check_long): Likewise.
23270         (check_bool): Likewise.
23271         (check_longlong): Likewise.
23272         (lrint_test_data): Add tests of infinite and NaN arguments.
23273         (lrint_tonearest_test_data): Likewise.
23274         (lrint_towardzero_test_data): Likewise.
23275         (lrint_downward_test_data): Likewise.
23276         (lrint_upward_test_data): Likewise.
23277         (llrint_test_data): Likewise.
23278         (llrint_tonearest_test_data): Likewise.
23279         (llrint_towardzero_test_data): Likewise.
23280         (llrint_downward_test_data): Likewise.
23281         (llrint_upward_test_data): Likewise.
23282         (lround_test_data): Likewise.
23283         (llround_test_data): Likewise.
23285         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23286         (ERRNO_UNCHANGED): Update value.
23287         (ERRNO_EDOM): Likewise.
23288         (ERRNO_ERANGE): Likewise.
23289         (NO_TEST_INLINE_FLOAT): New macro.
23290         (NO_TEST_INLINE_DOUBLE): Likewise.
23291         (enable_test): New function.
23292         (RUN_TEST_f_f): Check enable_test before running test.
23293         (RUN_TEST_2_f): Likewise.
23294         (RUN_TEST_fff_f): Likewise.
23295         (RUN_TEST_c_f): Likewise.
23296         (RUN_TEST_f_f1): Likewise.
23297         (RUN_TEST_fF_f1): Likewise.
23298         (RUN_TEST_fI_f1): Likewise.
23299         (RUN_TEST_ffI_f1): Likewise.
23300         (RUN_TEST_c_c): Likewise.
23301         (RUN_TEST_cc_c): Likewise.
23302         (RUN_TEST_f_i): Likewise.
23303         (RUN_TEST_f_i_tg): Likewise.
23304         (RUN_TEST_ff_i_tg): Likewise.
23305         (RUN_TEST_f_b): Likewise.
23306         (RUN_TEST_f_b_tg): Likewise.
23307         (RUN_TEST_f_l): Likewise.
23308         (RUN_TEST_f_L): Likewise.
23309         (RUN_TEST_fFF_11): Likewise.
23310         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23311         conditionals.
23312         (cosh_test_data): Likewise.
23313         (exp_test_data): Likewise.
23314         (expm1_test_data): Likewise.
23315         (hypot_test_data): Likewise.
23316         (pow_test_data): Likewise.
23317         (sinh_test_data): Likewise.
23318         (tanh_test_data): Likewise.
23319         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23320         flags argument.
23322         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23323         tests with quiet NaN input and output.
23324         (acosh_test_data): Likewise.
23325         (asin_test_data): Likewise.
23326         (asinh_test_data): Likewise.
23327         (atan_test_data): Likewise.
23328         (atanh_test_data): Likewise.
23329         (atan2_test_data): Likewise.
23330         (cbrt_test_data): Likewise.
23331         (cos_test_data): Likewise.
23332         (cosh_test_data): Likewise.
23333         (erf_test_data): Likewise.
23334         (erfc_test_data): Likewise.
23335         (exp_test_data): Likewise.
23336         (exp10_test_data): Likewise.
23337         (exp2_test_data): Likewise.
23338         (expm1_test_data): Likewise.
23339         (hypot_test_data): Likewise.
23340         (j0_test_data): Likewise.
23341         (j1_test_data): Likewise.
23342         (jn_test_data): Likewise.
23343         (lgamma_test_data): Likewise.
23344         (log_test_data): Likewise.
23345         (log10_test_data): Likewise.
23346         (log1p_test_data): Likewise.
23347         (log2_test_data): Likewise.
23348         (pow_test_data): Likewise.
23349         (scalb_test_data): Likewise.
23350         (sin_test_data): Likewise.
23351         (sincos_test_data): Likewise.
23352         (sinh_test_data): Likewise.
23353         (tan_test_data): Likewise.
23354         (tanh_test_data): Likewise.
23355         (tgamma_test_data): Likewise.
23356         (y0_test_data): Likewise.
23357         (y1_test_data): Likewise.
23358         (yn_test_data): Likewise.
23360         [BZ #16167]
23361         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23362         argument being NaN and avoid computations with second argument in
23363         that case.
23364         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23365         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23366         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23368 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23370         * locale/iso-639.def: Add Chitwani Tharu (the).
23372 2013-11-14  Andreas Schwab  <schwab@suse.de>
23374         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23375         word instead of empty string.
23377 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23380         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23382         (__fe_nomask_env): Likewise.
23384 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23386         * benchtests/bench-timing.h: Include time.h.
23388 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23390         [BZ #15997]
23391         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23392         to 3.4.0 for x32.
23393         * sysdeps/unix/sysv/linux/configure: Regenerated.
23395 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23397         [BZ #16151]
23398         * stdlib/strtod_l.c (round_and_return): Do not consider
23399         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23400         exponent one less than half the least subnormal exponent.
23401         * stdlib/test-strtod-round-data: Add more tests.
23402         * stdlib/tst-strtod-round.c (tests): Regenerated.
23404 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23406         [BZ #14143]
23407         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23408         (__fe_mask_env): Likewise.
23409         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23410         libm_hidden_proto and add function prototype.
23411         (__fe_mask_env): Add function prototype.
23412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23413         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23415         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23417         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23419 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23421         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23422         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23424 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23426         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23427         of htab_find_slot().
23429 2013-11-11  David S. Miller  <davem@davemloft.net>
23431         [BZ #16150]
23432         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23433         symbol in the non-vis3 case in static builds.
23434         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23435         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23436         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23437         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23439 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23441         [BZ #387]
23442         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23443         it is empty.
23445 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23447         * benchtests/Makefile: Add bench-strtod.
23448         * benchtests/bench-strtod.c: New file: strtod benchtest
23450 2013-11-11  Andreas Schwab  <schwab@suse.de>
23452         [BZ #16153]
23453         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23454         terminating NUL in key length.
23456 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23458         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23459         Add artificial ODP entry for vDSO symbol for PPC64.
23460         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23461         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23463 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23465         [BZ #15374]
23466         * nss/getent.c (services_keys): Recognize services starting with digit.
23468 2013-11-06  David S. Miller  <davem@davemloft.net>
23470         [BZ #15985]
23471         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23472         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23474 2013-11-06  Will Newton  <will.newton@linaro.org>
23476         * manual/memory.texi (Malloc Examples): Remove register
23477         keyword from examples.
23479 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23481         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23483 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23485         [BZ #6981]
23486         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23487         depending on [__GCC_IEC_559 > 0].
23488         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23489         depending on [__GCC_IEC_559_COMPLEX > 0].
23491 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23493         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23494         to iso-639.def.
23496 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23498         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23500 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23502         [BZ #16112]
23503         * malloc/malloc (malloc_info): Do not handle first bin as
23504         special case.
23506 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23508         * locale/iso-639.def: Add Central Nahuatl (nhn).
23510 2013-11-01  Bruno Haible  <bruno@clisp.org>
23512         [BZ #7003]
23513         * manual/math.texi (BSD Random): Specify range upper bound as
23514         in POSIX.
23516 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23518         * locale/iso-639.def: Add Meadow Mari (mhr).
23520 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23522         [BZ #14752], [BZ #15763]
23523         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23524         Validate name.
23525         * rt/tst_shm.c: Add test for escaping directory.
23527 2013-10-31  Andreas Schwab  <schwab@suse.de>
23529         [BZ #15917]
23530         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23531         followed by 'x' as part of digit sequence.
23532         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23534 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23536         [BZ #16037]
23537         * configure.ac: allow GNU Make 4.0 and greater.
23538         * configure: Regenerated.
23540 2013-10-30  Will Newton  <will.newton@linaro.org>
23542         [BZ #16038]
23543         * malloc/hooks.c (memalign_check): Limit alignment to the
23544         maximum representable power of two.
23545         * malloc/malloc.c (__libc_memalign): Likewise.
23546         * malloc/tst-memalign.c (do_test): Add test for very
23547         large alignment values.
23548         * malloc/tst-posix_memalign.c (do_test): Likewise.
23550 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23552         [BZ #11087]
23553         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23554         (munmap_chunk): Likewise.
23555         (mremap_chunk): Likewise.
23557 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23559         [BZ #15799]
23560         * stdlib/div.c (div): Remove obsolete code.
23561         * stdlib/ldiv.c (ldiv): Likewise.
23562         * stdlib/lldiv.c (lldiv): Likewise.
23564 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23566         [BZ #16071]
23567         * nss/nss_files/files-XXX.c (get_contents_ret): New
23568         enumerator.
23569         (get_contents): New function.
23570         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23572 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23574         * configure.in: Moved to ...
23575         * configure.ac: ... here. Change reference to configure.in
23576         to configure.ac.
23577         * sysdeps/arm/preconfigure.ac: ... here.
23578         configure.in to configure.ac.
23579         * sysdeps/gnu/configure.in: Moved to ...
23580         * sysdeps/gnu/configure.ac: ... here.
23581         * sysdeps/i386/configure.in: Moved to ...
23582         * sysdeps/i386/configure.ac: ... here.
23583         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23584         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23585         * sysdeps/mach/configure.in: Moved to ...
23586         * sysdeps/mach/configure.ac: ... here.
23587         * sysdeps/mach/hurd/configure.in: Moved to ...
23588         * sysdeps/mach/hurd/configure.ac: ... here.
23589         * sysdeps/powerpc/configure.in: Moved to ...
23590         * sysdeps/powerpc/configure.ac: ... here.
23591         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23592         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23593         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23594         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23595         * sysdeps/s390/s390-32/configure.in: Moved to ...
23596         * sysdeps/s390/s390-32/configure.ac: ... here.
23597         * sysdeps/s390/s390-64/configure.in: Moved to ...
23598         * sysdeps/s390/s390-64/configure.ac: ... here.
23599         * sysdeps/sh/configure.in: Moved to ...
23600         * sysdeps/sh/configure.ac: ... here.
23601         * sysdeps/sparc/configure.in: Moved to ...
23602         * sysdeps/sparc/configure.ac: ... here.
23603         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23604         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23605         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23606         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23607         * sysdeps/x86_64/configure.in: Moved to ...
23608         * sysdeps/x86_64/configure.ac: ... here.
23609         * sysdeps/x86_64/preconfigure.in: Moved to ...
23610         * sysdeps/x86_64/preconfigure.ac: ... here.
23611         * aclocal.m4: Change reference to configure.in to configure.ac.
23612         * config.h.in: Likewise.
23613         * manual/install.texi: Likewise.
23614         * manual/maint.texi: Likewise.
23615         * Makefile: Likewise.
23616         * malloc/Makefile: Likewise.
23617         * nscd/Makefile: Likewise.
23618         * Makeconfig: Change reference to configure.in and
23619         preconfigure.in to configure.ac and preconfigure.ac
23620         respectively.
23621         * INSTALL: Regenerated.
23622         * configure: Likewise.
23623         * sysdeps/gnu/configure: Likewise.
23624         * sysdeps/i386/configure: Likewise.
23625         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23626         * sysdeps/mach/configure: Likewise.
23627         * sysdeps/mach/hurd/configure: Likewise.
23628         * sysdeps/powerpc/configure: Likewise.
23629         * sysdeps/powerpc/powerpc32/configure: Likewise.
23630         * sysdeps/powerpc/powerpc64/configure: Likewise.
23631         * sysdeps/s390/s390-32/configure: Likewise.
23632         * sysdeps/s390/s390-64/configure: Likewise.
23633         * sysdeps/sh/configure: Likewise.
23634         * sysdeps/sparc/configure: Likewise.
23635         * sysdeps/unix/sysv/linux/configure: Likewise.
23636         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23637         * sysdeps/x86_64/configure: Likewise.
23638         * sysdeps/x86_64/preconfigure: Likewise.
23640 2013-10-29  Andreas Schwab  <schwab@suse.de>
23642         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23644 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23646         * benchtests/pow-inputs: Add new inputs.
23648         * benchtests/exp-inputs: Add new inputs.
23650         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23651         conditional check for return value.
23652         (__cos32): Likewise.
23654 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23656         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23657         to provide a boost for large inputs with word alignment.
23658         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23659         implementation based on optimized PPC64 strcpy.
23660         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23661         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23662         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23663         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23665 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23667         [BZ #2801]
23668         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23670 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23672         [BZ #14876]
23673         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23674         * time/tst-strptime.c (day_tests): Add testcase.
23676 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23678         [BZ #14029]
23679         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23681 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23683         [BZ #16074]
23684         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23685         MAP_FAILED on error.
23687 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23689         [BZ #16072]
23690         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23691         heap for large requests.
23693 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23695         [BZ #9954]
23696         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23697         result if the result has no associated interface.
23698         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23699         interface for all 127.X.Y.Z addresses.
23701 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23703         * locale/iso-639.def: Add Ligurian (lij)
23705 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23707         [BZ #15825]
23708         * sunrpc/rpc_main.c: Document rpcgen -5.
23710 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23712         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23714 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23716         [BZ #10278]
23717         * posix/glob.c: Match only directories when trailing slash is present.
23718         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23719         (main): Add testcase.
23721 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23723         [BZ #15670]
23724         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23726 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23728         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23729         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23730         AUTH_DES and cindex for FIPS 140-2.
23731         (DES Encryption): Add cindex FIPS 46-3.
23733         * locale/locarchive.h (struct locarhandle): Add fname.
23734         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23735         if an optional argument was specified to --list-archive,
23736         otherwise NULL.
23737         * locale/programs/locarchive.c (show_archive_content): Take new
23738         argument fname and pass it via ah.fname to open_archive.
23739         * locale/programs/localedef.h: Update decl.
23740         (open_archive): If AH->fname is non-null, open that file
23741         rather than the default file name, and don't ignore ENOENT.
23742         (create_archive): Set AH.fname to NULL.
23743         (delete_locales_from_archive): Likewise.
23744         (add_locales_to_archive): Likewise.
23745         * locale/programs/locfile.c (write_all_categories): Likewise.
23747 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23748             Aldy Hernandez  <aldyh@redhat.com>
23750         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23751         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23752         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23753         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23754         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23755         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23756         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23757         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23758         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23759         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23760         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23761         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23762         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23763         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23764         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23765         Likewise.
23766         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23767         Likewise.
23768         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23769         Likewise.
23770         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23771         Likewise.
23772         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23773         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23774         Likewise.
23775         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23776         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23777         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23778         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23779         Likewise.
23780         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23781         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23782         * sysdeps/powerpc/preconfigure: Likewise.
23783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23784         Likewise.
23785         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23786         Replace contents of file by #include of <fenv_libc.h>.
23787         * sysdeps/powerpc/soft-fp/sfp-machine.h
23788         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23789         and <sys/prctl.h>.
23790         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23791         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23792         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23793         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23794         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23795         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23796         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23797         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23798         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23799         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23800         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23801         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23803         Allow copysignl PLT reference to be missing.
23805 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23806             Joseph Myers  <joseph@codesourcery.com
23808         [BZ #15948]
23809         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23810         single character.
23811         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23813 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23815         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23816         * elf/tst-tls1.c: Likewise.
23817         * elf/tst-tls10.h: Likewise.
23818         * elf/tst-tls14.c: Likewise.
23819         * elf/tst-tls2.c: Likewise.
23820         * elf/tst-tls3.c: Likewise.
23821         * elf/tst-tls4.c: Likewise.
23822         * elf/tst-tls5.c: Likewise.
23823         * elf/tst-tls6.c: Likewise.
23824         * elf/tst-tls7.c: Likewise.
23825         * elf/tst-tls8.c: Likewise.
23826         * elf/tst-tls9.c: Likewise.
23827         * elf/tst-tlsmod1.c: Likewise.
23828         * elf/tst-tlsmod13.c: Likewise.
23829         * elf/tst-tlsmod13a.c: Likewise.
23830         * elf/tst-tlsmod14a.c: Likewise.
23831         * elf/tst-tlsmod16a.c: Likewise.
23832         * elf/tst-tlsmod16b.c: Likewise.
23833         * elf/tst-tlsmod2.c: Likewise.
23834         * elf/tst-tlsmod3.c: Likewise.
23835         * elf/tst-tlsmod4.c: Likewise.
23836         * elf/tst-tlsmod5.c: Likewise.
23837         * elf/tst-tlsmod6.c: Likewise.
23839 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23841         [BZ #12486]
23842         * malloc/malloc.c: remove checks for statistics.
23844 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23846         [BZ #15277]
23847         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23848         * inet/tst-network.c: Add testcase.
23850 2013-10-17  Andreas Schwab  <schwab@suse.de>
23852         [BZ #15218]
23853         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23854         to determine canonical name.
23856 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23858         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23859         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23860         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23861         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23862         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23863         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23864         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23865         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23866         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23867         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23868         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23869         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23870         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23871         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23872         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23873         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23874         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23875         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23876         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23877         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23878         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23879         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23880         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23881         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23882         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23883         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23884         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23885         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23886         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23887         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23888         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23889         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23890         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23891         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23892         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23893         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23894         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23895         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23896         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23897         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23898         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23899         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23900         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23901         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23902         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23903         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23904         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23905         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23906         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23907         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23908         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23909         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23910         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23911         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23912         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23913         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23914         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23915         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23917 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23919         [BZ #16041]
23920         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23921         make result into a quiet NaN.
23923 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23925         * soft-fp/adddf3.c: Fix horizontal whitespace.
23926         * soft-fp/addsf3.c: Likewise.
23927         * soft-fp/addtf3.c: Likewise.
23928         * soft-fp/divdf3.c: Likewise.
23929         * soft-fp/divsf3.c: Likewise.
23930         * soft-fp/divtf3.c: Likewise.
23931         * soft-fp/double.h: Likewise.
23932         * soft-fp/eqdf2.c: Likewise.
23933         * soft-fp/eqsf2.c: Likewise.
23934         * soft-fp/eqtf2.c: Likewise.
23935         * soft-fp/extenddftf2.c: Likewise.
23936         * soft-fp/extended.h: Likewise.
23937         * soft-fp/extendsfdf2.c: Likewise.
23938         * soft-fp/extendsftf2.c: Likewise.
23939         * soft-fp/extendxftf2.c: Likewise.
23940         * soft-fp/fixdfdi.c: Likewise.
23941         * soft-fp/fixdfsi.c: Likewise.
23942         * soft-fp/fixdfti.c: Likewise.
23943         * soft-fp/fixsfdi.c: Likewise.
23944         * soft-fp/fixsfsi.c: Likewise.
23945         * soft-fp/fixsfti.c: Likewise.
23946         * soft-fp/fixtfdi.c: Likewise.
23947         * soft-fp/fixtfsi.c: Likewise.
23948         * soft-fp/fixtfti.c: Likewise.
23949         * soft-fp/fixunsdfdi.c: Likewise.
23950         * soft-fp/fixunsdfsi.c: Likewise.
23951         * soft-fp/fixunsdfti.c: Likewise.
23952         * soft-fp/fixunssfdi.c: Likewise.
23953         * soft-fp/fixunssfsi.c: Likewise.
23954         * soft-fp/fixunssfti.c: Likewise.
23955         * soft-fp/fixunstfdi.c: Likewise.
23956         * soft-fp/fixunstfsi.c: Likewise.
23957         * soft-fp/fixunstfti.c: Likewise.
23958         * soft-fp/floatdidf.c: Likewise.
23959         * soft-fp/floatdisf.c: Likewise.
23960         * soft-fp/floatditf.c: Likewise.
23961         * soft-fp/floatsidf.c: Likewise.
23962         * soft-fp/floatsisf.c: Likewise.
23963         * soft-fp/floatsitf.c: Likewise.
23964         * soft-fp/floattidf.c: Likewise.
23965         * soft-fp/floattisf.c: Likewise.
23966         * soft-fp/floattitf.c: Likewise.
23967         * soft-fp/floatundidf.c: Likewise.
23968         * soft-fp/floatundisf.c: Likewise.
23969         * soft-fp/floatunditf.c: Likewise.
23970         * soft-fp/floatunsidf.c: Likewise.
23971         * soft-fp/floatunsisf.c: Likewise.
23972         * soft-fp/floatunsitf.c: Likewise.
23973         * soft-fp/floatuntidf.c: Likewise.
23974         * soft-fp/floatuntisf.c: Likewise.
23975         * soft-fp/floatuntitf.c: Likewise.
23976         * soft-fp/fmadf4.c: Likewise.
23977         * soft-fp/fmasf4.c: Likewise.
23978         * soft-fp/fmatf4.c: Likewise.
23979         * soft-fp/gedf2.c: Likewise.
23980         * soft-fp/gesf2.c: Likewise.
23981         * soft-fp/getf2.c: Likewise.
23982         * soft-fp/ledf2.c: Likewise.
23983         * soft-fp/lesf2.c: Likewise.
23984         * soft-fp/letf2.c: Likewise.
23985         * soft-fp/muldf3.c: Likewise.
23986         * soft-fp/mulsf3.c: Likewise.
23987         * soft-fp/multf3.c: Likewise.
23988         * soft-fp/negdf2.c: Likewise.
23989         * soft-fp/negsf2.c: Likewise.
23990         * soft-fp/negtf2.c: Likewise.
23991         * soft-fp/op-1.h: Likewise.
23992         * soft-fp/op-2.h: Likewise.
23993         * soft-fp/op-4.h: Likewise.
23994         * soft-fp/op-8.h: Likewise.
23995         * soft-fp/op-common.h: Likewise.
23996         * soft-fp/quad.h: Likewise.
23997         * soft-fp/single.h: Likewise.
23998         * soft-fp/soft-fp.h: Likewise.
23999         * soft-fp/sqrtdf2.c: Likewise.
24000         * soft-fp/sqrtsf2.c: Likewise.
24001         * soft-fp/sqrttf2.c: Likewise.
24002         * soft-fp/subdf3.c: Likewise.
24003         * soft-fp/subsf3.c: Likewise.
24004         * soft-fp/subtf3.c: Likewise.
24005         * soft-fp/truncdfsf2.c: Likewise.
24006         * soft-fp/trunctfdf2.c: Likewise.
24007         * soft-fp/trunctfsf2.c: Likewise.
24008         * soft-fp/trunctfxf2.c: Likewise.
24009         * soft-fp/unorddf2.c: Likewise.
24010         * soft-fp/unordsf2.c: Likewise.
24011         * soft-fp/unordtf2.c: Likewise.
24013 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24015         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24016         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24018 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24020         * elf/dl-libc.c: Clear initfini list after freeing.
24022 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24024         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24025         * soft-fp/addsf3.c: Likewise.
24026         * soft-fp/addtf3.c: Likewise.
24027         * soft-fp/divdf3.c: Likewise.
24028         * soft-fp/divsf3.c: Likewise.
24029         * soft-fp/divtf3.c: Likewise.
24030         * soft-fp/double.h: Likewise.
24031         * soft-fp/eqdf2.c: Likewise.
24032         * soft-fp/eqsf2.c: Likewise.
24033         * soft-fp/eqtf2.c: Likewise.
24034         * soft-fp/extenddftf2.c: Likewise.
24035         * soft-fp/extended.h: Likewise.
24036         * soft-fp/extendsfdf2.c: Likewise.
24037         * soft-fp/extendsftf2.c: Likewise.
24038         * soft-fp/extendxftf2.c: Likewise.
24039         * soft-fp/fixdfdi.c: Likewise.
24040         * soft-fp/fixdfsi.c: Likewise.
24041         * soft-fp/fixdfti.c: Likewise.
24042         * soft-fp/fixsfdi.c: Likewise.
24043         * soft-fp/fixsfsi.c: Likewise.
24044         * soft-fp/fixsfti.c: Likewise.
24045         * soft-fp/fixtfdi.c: Likewise.
24046         * soft-fp/fixtfsi.c: Likewise.
24047         * soft-fp/fixtfti.c: Likewise.
24048         * soft-fp/fixunsdfdi.c: Likewise.
24049         * soft-fp/fixunsdfsi.c: Likewise.
24050         * soft-fp/fixunsdfti.c: Likewise.
24051         * soft-fp/fixunssfdi.c: Likewise.
24052         * soft-fp/fixunssfsi.c: Likewise.
24053         * soft-fp/fixunssfti.c: Likewise.
24054         * soft-fp/fixunstfdi.c: Likewise.
24055         * soft-fp/fixunstfsi.c: Likewise.
24056         * soft-fp/fixunstfti.c: Likewise.
24057         * soft-fp/floatdidf.c: Likewise.
24058         * soft-fp/floatdisf.c: Likewise.
24059         * soft-fp/floatditf.c: Likewise.
24060         * soft-fp/floatsidf.c: Likewise.
24061         * soft-fp/floatsisf.c: Likewise.
24062         * soft-fp/floatsitf.c: Likewise.
24063         * soft-fp/floattidf.c: Likewise.
24064         * soft-fp/floattisf.c: Likewise.
24065         * soft-fp/floattitf.c: Likewise.
24066         * soft-fp/floatundidf.c: Likewise.
24067         * soft-fp/floatundisf.c: Likewise.
24068         * soft-fp/floatunsidf.c: Likewise.
24069         * soft-fp/floatunsisf.c: Likewise.
24070         * soft-fp/floatuntidf.c: Likewise.
24071         * soft-fp/floatuntisf.c: Likewise.
24072         * soft-fp/floatuntitf.c: Likewise.
24073         * soft-fp/fmadf4.c: Likewise.
24074         * soft-fp/fmasf4.c: Likewise.
24075         * soft-fp/fmatf4.c: Likewise.
24076         * soft-fp/gedf2.c: Likewise.
24077         * soft-fp/gesf2.c: Likewise.
24078         * soft-fp/getf2.c: Likewise.
24079         * soft-fp/ledf2.c: Likewise.
24080         * soft-fp/lesf2.c: Likewise.
24081         * soft-fp/letf2.c: Likewise.
24082         * soft-fp/muldf3.c: Likewise.
24083         * soft-fp/mulsf3.c: Likewise.
24084         * soft-fp/multf3.c: Likewise.
24085         * soft-fp/negdf2.c: Likewise.
24086         * soft-fp/negsf2.c: Likewise.
24087         * soft-fp/negtf2.c: Likewise.
24088         * soft-fp/op-1.h: Likewise.
24089         * soft-fp/op-2.h: Likewise.
24090         * soft-fp/op-4.h: Likewise.
24091         * soft-fp/op-8.h: Likewise.
24092         * soft-fp/op-common.h: Likewise.
24093         * soft-fp/quad.h: Likewise.
24094         * soft-fp/single.h: Likewise.
24095         * soft-fp/soft-fp.h: Likewise.
24096         * soft-fp/sqrtdf2.c: Likewise.
24097         * soft-fp/sqrtsf2.c: Likewise.
24098         * soft-fp/sqrttf2.c: Likewise.
24099         * soft-fp/subdf3.c: Likewise.
24100         * soft-fp/subsf3.c: Likewise.
24101         * soft-fp/subtf3.c: Likewise.
24102         * soft-fp/truncdfsf2.c: Likewise.
24103         * soft-fp/trunctfdf2.c: Likewise.
24104         * soft-fp/trunctfsf2.c: Likewise.
24105         * soft-fp/trunctfxf2.c: Likewise.
24106         * soft-fp/unorddf2.c: Likewise.
24107         * soft-fp/unordsf2.c: Likewise.
24108         * soft-fp/unordtf2.c: Likewise.
24110 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24112         [BZ #15672]
24113         * misc/error.c (error_tail): Fix possible buffer overflow.
24115 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24117         [BZ #13028]
24118         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24119         address.
24121 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24123         [BZ #832]
24124         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24125         testing pipefail option.
24127 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24129         * soft-fp/double.h: Indent preprocessor directives inside #if.
24130         * soft-fp/extended.h: Likewise.
24131         * soft-fp/op-2.h: Likewise.
24132         * soft-fp/op-4.h: Likewise.
24133         * soft-fp/op-common.h: Likewise.
24134         * soft-fp/quad.h: Likewise.
24135         * soft-fp/single.h: Likewise.
24136         * soft-fp/soft-fp.h: Likewise.
24138 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24140         * iconv/iconv_prog.c: Fix typos.
24141         * stdio-common/psiginfo-data.h: Likewise.
24143 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24145         [BZ #15764]
24146         * locale/setlocale.c: Fix typo.
24148 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24150         [BZ #16036]
24151         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24152         signaling NaN arguments.
24153         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24154         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24156         [BZ #14910]
24157         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24158         unordered operands.
24159         * soft-fp/gesf2.c (__gesf2): Likewise.
24160         * soft-fp/getf2.c (__getf2): Likewise.
24161         * soft-fp/ledf2.c (__ledf2): Likewise.
24162         * soft-fp/lesf2.c (__lesf2): Likewise.
24163         * soft-fp/letf2.c (__letf2): Likewise.
24165         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24166         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24167         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24168         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24169         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24170         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24171         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24172         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24173         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24174         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24175         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24176         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24177         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24178         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24179         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24180         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24181         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24182         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24183         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24184         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24185         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24186         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24187         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24188         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24189         * soft-fp/floattidf.c (__floattidf): Likewise.
24190         * soft-fp/floattisf.c (__floattisf): Likewise.
24191         * soft-fp/floattitf.c (__floattitf): Likewise.
24192         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24193         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24194         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24195         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24196         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24197         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24198         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24199         * soft-fp/gesf2.c (__gesf2): Likewise.
24200         * soft-fp/getf2.c (__getf2): Likewise.
24201         * soft-fp/ledf2.c (__ledf2): Likewise.
24202         * soft-fp/lesf2.c (__lesf2): Likewise.
24203         * soft-fp/letf2.c (__letf2): Likewise.
24205         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24206         Undefine and redefine.
24207         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24208         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24209         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24210         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24211         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24212         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24213         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24214         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24215         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24216         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24217         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24218         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24219         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24220         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24221         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24223         [BZ #16032]
24224         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24225         without decrementing exponent if mantissa >= that for the
24226         denominator, not >.
24227         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24228         denominator, not >.  Decrement exponent in < case instead of
24229         incrementing in >= case.
24230         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24231         without decrementing exponent if mantissa >= that for the
24232         denominator, not >.
24234         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24235         computing saturated result for unsigned overflow.
24237 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24238             Jeff Law  <law@redhat.com>
24240         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24241         (atan2Mp): Add systemtap probe marker.
24242         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24243         (__ieee754_log): Add systemtap probe marker.
24244         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24245         (atanMp): Add systemtap probe marker.
24246         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24247         (tanMp): Add systemtap probe marker.
24248         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24249         (__slowexp): Add systemtap probe marker.
24250         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24251         (__slowpow): Add systemtap probe marker.
24252         * manual/probes.texi: Document probes.
24254 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24256         [BZ #15362]
24257         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24258         written.
24259         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24260         written.
24261         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24262         written to buffer but not flushed.
24263         * libio/iofwrite_u.c:  Likewise.
24264         * libio/iopadn.c:  Return bytes returned even if EOF was
24265         encountered.
24266         * libio/iowpadn.c:  Likewise.
24267         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24268         if _IO_padn does not write the whole buffer.
24269         [!COMPILE_WPRINTF] (PAD): Likewise.
24271 2013-10-10  David S. Miller  <davem@davemloft.net>
24273         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24274         directory block.
24276 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24278         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24279         instead of FSF address.
24280         * soft-fp/fixdfti.c: Likewise.
24281         * soft-fp/fixsfti.c: Likewise.
24282         * soft-fp/fixtfti.c: Likewise.
24283         * soft-fp/fixunsdfti.c: Likewise.
24284         * soft-fp/fixunssfti.c: Likewise.
24285         * soft-fp/fixunstfti.c: Likewise.
24286         * soft-fp/floattidf.c: Likewise.
24287         * soft-fp/floattisf.c: Likewise.
24288         * soft-fp/floattitf.c: Likewise.
24289         * soft-fp/floatuntidf.c: Likewise.
24290         * soft-fp/floatuntisf.c: Likewise.
24291         * soft-fp/floatuntitf.c: Likewise.
24292         * soft-fp/trunctfxf2.c: Likewise.
24294         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24295         * soft-fp/fixdfti.c: Likewise.
24296         * soft-fp/fixsfti.c: Likewise.
24297         * soft-fp/fixtfti.c: Likewise.
24298         * soft-fp/fixunsdfti.c: Likewise.
24299         * soft-fp/fixunssfti.c: Likewise.
24300         * soft-fp/fixunstfti.c: Likewise.
24301         * soft-fp/floattidf.c: Likewise.
24302         * soft-fp/floattisf.c: Likewise.
24303         * soft-fp/floattitf.c: Likewise.
24304         * soft-fp/floatuntidf.c: Likewise.
24305         * soft-fp/floatuntisf.c: Likewise.
24306         * soft-fp/floatuntitf.c: Likewise.
24307         * soft-fp/trunctfxf2.c: Likewise.
24309 2013-10-10  David S. Miller  <davem@davemloft.net>
24311         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24313 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24315         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24316         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24317         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24318         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24319         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24320         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24321         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24323         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24324         for NaNs before doing comparisons on argument.
24325         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24326         Likewise.
24328 2013-10-10  Will Newton  <will.newton@linaro.org>
24330         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24331         passed to _int_memalign does not overflow.
24333 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24335         * scripts/bench.pl: Add include-sources directive.
24336         * benchtests/README: Update documentation.
24338 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24340         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24341         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24342         instead of FP_INIT_ROUNDMODE.
24343         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24344         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24346         [BZ #16034]
24347         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24348         copy class of input value.
24349         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24350         not handle exceptions.
24351         * soft-fp/negsf2.c (__negsf2): Likewise.
24352         * soft-fp/negtf2.c (__negtf2): Likewise.
24353         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24355 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24357         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24358         semicolon.  From Linux kernel.
24360 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24362         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24364 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24366         [BZ #156]
24367         * manual/socket.texi: Added statement about buffer
24368         for gethostbyname2_r.
24370 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24372         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24373         Use .p2align directive instead, throughout.
24374         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24375         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24376         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24377         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24378         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24379         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24380         * sysdeps/x86_64/strchr.S: Likewise.
24381         * sysdeps/x86_64/strrchr.S: Likewise.
24383 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24385         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24387         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24389         * sysdeps/generic/math_private.h (__mpsin1): Remove
24390         declaration.
24391         (__mpcos1): Likewise.
24392         (__mpsin): New argument __range_reduce.
24393         (__mpcos): Likewise.
24394         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24395         (slow): Use __mpsin and __mpcos.
24396         (slow1): Likewise.
24397         (slow2): Likewise.
24398         (sloww): Likewise.
24399         (sloww1): Likewise.
24400         (sloww2): Likewise.
24401         (bsloww): Likewise.
24402         (bsloww1): Likewise.
24403         (bsloww2): Likewise.
24404         (cslow2): Likewise.
24405         (csloww): Likewise.
24406         (csloww1): Likewise.
24407         (csloww2): Likewise.
24408         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24409         range_reduce.  Merge in __mpsin1.
24410         (__mpcos): Likewise.
24411         (__mpsin1): Remove.
24412         (__mpcos1): Likewise.
24414 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24416         * locale/loadlocale.c (_nl_intern_locale_data): Use
24417         LOCFILE_ALIGNED_P.
24418         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24419         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24420         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24421         obstack data is appropriately aligned.
24422         (obstack_int32_grow_fast): Likewise.
24423         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24424         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24425         (add_locale_uint32_array): Likewise.
24427 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24429         * benchtests/Makefile: Remove ARGLIST and RET variables.
24430         ($(objpfx)bench-%.c): Pass only function name to the script.
24431         * benchtests/README: Update documentation.
24432         * benchtests/acos-inputs: Add new directives.
24433         * benchtests/acosh-inputs: Likewise.
24434         * benchtests/asin-inputs: Likewise.
24435         * benchtests/asinh-inputs: Likewise.
24436         * benchtests/atan-inputs: Likewise.
24437         * benchtests/atanh-inputs: Likewise.
24438         * benchtests/cos-inputs: Likewise.
24439         * benchtests/cosh-inputs: Likewise.
24440         * benchtests/exp-inputs: Likewise.
24441         * benchtests/log-inputs: Likewise.
24442         * benchtests/pow-inputs: Likewise.
24443         * benchtests/rint-inputs: Likewise.
24444         * benchtests/sin-inputs: Likewise.
24445         * benchtests/sinh-inputs: Likewise.
24446         * benchtests/tan-inputs: Likewise.
24447         * benchtests/tanh-inputs: Likewise.
24448         * scripts/bench.pl: Add support for new directives.
24450 2013-10-07  Alan Modra  <amodra@gmail.com>
24452         * README: Fix careless merge.
24454 2013-10-05  Alan Modra  <amodra@gmail.com>
24456         * NEWS: Mention powerpc64le support and bugs fixed.
24457         * README: Both big-endian and little-endian powerpc64 supported.
24459 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24461         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24462         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24463         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24464         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24466 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24468         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24469         match prototype.
24471 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24473         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24474         Move -mhard-float appending from
24475         ports/sysdeps/powerpc/powerpc32/Makefile.
24476         [$(with-fp) = yes] (ASFLAGS): Likewise.
24477         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24478         * sysdeps/powerpc/nofpu: Move directory from
24479         ports/sysdeps/powerpc/nofpu.
24480         * sysdeps/powerpc/soft-fp: Move directory from
24481         ports/sysdeps/powerpc/soft-fp.
24482         * sysdeps/powerpc/powerpc32/405: Move directory from
24483         ports/sysdeps/powerpc/powerpc32/405.
24484         * sysdeps/powerpc/powerpc32/440: Move directory from
24485         ports/sysdeps/powerpc/powerpc32/440.
24486         * sysdeps/powerpc/powerpc32/464: Move directory from
24487         ports/sysdeps/powerpc/powerpc32/464.
24488         * sysdeps/powerpc/powerpc32/476: Move directory from
24489         ports/sysdeps/powerpc/powerpc32/476.
24490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24491         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24493         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24495         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24497         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24499         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24500         * README: Update for powerpc-*-linux-gnu software floating point
24501         support in libc.
24503         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24504         case to powerpc/powerpc32*.
24505         * sysdeps/unix/sysv/linux/configure: Regenerated.
24507         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24508         (_FPU_MASK_OM): Define as 0x04.
24509         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24510         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24511         0x00c10080.
24512         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24513         0x0000003c.
24514         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24517         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24518         getcontext_e500.
24519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24520         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24521         setcontext_e500.
24522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24523         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24524         and setcontext_e500.
24526 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24528         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24530 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24532         * manual/threads.texi (Default Thread Attributes): Fix typo.
24534 2013-10-04  Will Newton  <will.newton@linaro.org>
24536         * malloc/Makefile: Add tst-memalign.
24537         * malloc/tst-memalign.c: New file.
24539         * malloc/tst-posix_memalign.c: Add comments.
24540         (do_test): Add comments and call free on all potentially
24541         allocated pointers. Add space after cast.
24543         * malloc/tst-pvalloc.c: Add comments.
24544         (do_test): Add comments and call free on all potentially
24545         allocated pointers. Remove duplicate check for NULL pointer.
24546         Add space after cast.
24548         * malloc/tst-valloc.c: Add comments.
24549         (do_test): Add comments and call free on all potentially
24550         allocated pointers. Remove duplicate check for NULL pointer.
24551         Add space after cast.
24553 2013-10-04  Alan Modra  <amodra@gmail.com>
24555         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24556         Use stdint types in rather than __attribute__((mode())).
24557         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24559 2013-10-04  Alan Modra  <amodra@gmail.com>
24561         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24562         Correct handling of unaligned relocs for little-endian.
24563         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24565 2013-10-04  Alan Modra  <amodra@gmail.com>
24567         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24568         * configure: Regenerate.
24569         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24570         * shlib-versions: Likewise.
24572 2013-10-04  Alan Modra  <amodra@gmail.com>
24574         * string/tester.c (test_memrchr): Increment reported test cycle.
24576 2013-10-04  Alan Modra  <amodra@gmail.com>
24578         * string/test-memcpy.c (do_one_test): When reporting errors, print
24579         string address and don't overrun end of string.
24581 2013-10-04  Alan Modra  <amodra@gmail.com>
24583         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24584         insrdi.  Make better use of reg selection to speed exit slightly.
24585         Schedule entry path a little better.  Remove useless "are we done"
24586         checks on entry to main loop.  Handle wrapping around zero address.
24587         Correct main loop count.  Handle single left-over word from main
24588         loop inline rather than by using loop_small.  Remove extra word
24589         case in loop_small caused by wrong loop count.  Add little-endian
24590         support.
24591         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24592         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24593         cache hint.
24594         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24595         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24596         support.  Avoid rlwimi.
24597         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24599 2013-10-04  Alan Modra  <amodra@gmail.com>
24601         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24602         insrdi.  Formatting.
24603         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24604         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24605         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24606         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24607         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24608         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24610 2013-10-04  Alan Modra  <amodra@gmail.com>
24612         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24613         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24614         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24615         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24616         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24617         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24618         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24619         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24620         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24621         use of regs.  Use power7 mtocrf.  Tidy function tails.
24623 2013-10-04  Alan Modra  <amodra@gmail.com>
24625         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24626         Formatting.  Consistently use rXXX register defines or rN defines.
24627         Use early exit labels that avoid restoring unused non-volatile regs.
24628         Make cr field use more consistent with rWORDn compares.  Rename
24629         regs used as shift registers for unaligned loop, using rN defines
24630         for short lifetime/multiple use regs.
24631         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24632         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24633         addi 1,1,64 to pop stack frame.  Simplify return value code.
24634         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24636 2013-10-04  Alan Modra  <amodra@gmail.com>
24638         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24639         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24640         rather than rlwimi.
24641         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24642         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24643         little-endian support.  Correct typos.
24644         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24645         rather than rlwimi.
24646         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24647         in loop and entry code to keep "and." results.
24648         (strchr): Add little-endian support.  Comment.  Move cntlzd
24649         earlier in tail.
24650         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24652 2013-10-04  Alan Modra  <amodra@gmail.com>
24654         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24655         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24656         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24657         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24659 2013-10-04  Alan Modra  <amodra@gmail.com>
24661         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24662         (rTMP): Define as r11.
24663         (strcmp): Add little-endian support.  Optimise tail.
24664         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24665         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24666         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24667         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24668         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24669         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24670         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24672 2013-10-04  Alan Modra  <amodra@gmail.com>
24674         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24675         little-endian support.  Remove unnecessary "are we done" tests.
24676         Handle "s" wrapping around zero and extremely large "size".
24677         Correct main loop count.  Handle single left-over word from main
24678         loop inline rather than by using small_loop.  Correct comments.
24679         Delete "zero" tail, use "end_max" instead.
24680         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24682 2013-10-04  Alan Modra  <amodra@gmail.com>
24684         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24685         support.  Don't branch over align.
24686         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24687         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24688         support.  Rearrange tmp reg use to suit.  Comment.
24689         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24691 2013-10-04  Alan Modra  <amodra@gmail.com>
24693         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24695 2013-10-04  Alan Modra  <amodra@gmail.com>
24697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24698         conditional form of branch and link when obtaining pc.
24699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24701 2013-10-04  Alan Modra  <amodra@gmail.com>
24703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24704         HIWORD/LOWORD.
24705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24708 2013-10-04  Alan Modra  <amodra@gmail.com>
24710         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24711         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24712         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24713         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24714         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24715         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24716         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24717         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24718         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24719         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24721 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24722             Alistair Popple <alistair@ozlabs.au.ibm.com>
24723             Alan Modra <amodra@gmail.com>
24725         [BZ #15723]
24726         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24727         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24728         _dl_hwcap access for little-endian.
24729         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24730         destroy vmx regs when saving unaligned.
24731         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24732         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24733         destroy vmx regs when saving unaligned.
24735 2013-10-04  Alan Modra  <amodra@gmail.com>
24737         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24738         Don't use a union to pack hi/low value.
24740 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24742         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24743         for little-endian.
24744         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24745         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24746         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24747         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24748         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24750 2013-10-04  Alan Modra  <amodra@gmail.com>
24752         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24753         constants to usual value for .cst8 section, and remove redundant
24754         high address load.
24755         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24756         constant for 0x1p52.  Load little-endian words of double from
24757         correct stack offsets.
24759 2013-10-04  Alan Modra  <amodra@gmail.com>
24761         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24762         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24763         words of double from correct stack offsets.
24764         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24765         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24766         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24767         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24768         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24769         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24770         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24771         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24772         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24773         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24774         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24775         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24776         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24777         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24778         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24779         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24780         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24782 2013-10-04  Alan Modra  <amodra@gmail.com>
24784         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24785         64-bit int/double union.
24786         (_FPU_SETCW): Likewise.
24787         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24788         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24790 2013-10-04  Alan Modra  <amodra@gmail.com>
24792         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24793         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24795 2013-10-04  Alan Modra  <amodra@gmail.com>
24797         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24798         use vector int constants.
24799         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24801 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24803         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24804         array with long long.
24805         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24806         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24807         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24808         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24809         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24810         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24811         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24812         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24813         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24814         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24815         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24816         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24817         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24819 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24821         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24822         (__signbit): Likewise.  Correct for little-endian.
24823         (__signbitl): Call __signbit.
24824         (lrint): Correct for little-endian.
24825         (lrintf): Call lrint.
24827 2013-10-04  Alan Modra  <amodra@gmail.com>
24829         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24830         union 32-bit int array member with 64-bit int array.
24831         (t515, tm256): Double rather than long double.
24832         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24834 2013-10-04  Alan Modra  <amodra@gmail.com>
24836         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24837         Delete.
24838         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24839         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24840         version of math_ldbl.h.
24842 2013-10-04  Alan Modra  <amodra@gmail.com>
24844         [BZ #15734], [BZ #15735]
24845         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24846         all uses of ieee875 long double macros and unions.  Simplify test
24847         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24848         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24849         normalize after ldbl_extract_mantissa, and don't add hidden bit
24850         already handled.  Don't treat low word of ieee854 mantissa like
24851         low word of IBM long double and mask off bit when testing for
24852         zero.
24853         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24854         all uses of ieee875 long double macros and unions.  Simplify tests
24855         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24856         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24857         two1022, instead use their values.  Recognise that tests for large
24858         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24859         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24860         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24861         test for 0.0L and nan.  Correct negation.
24862         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24863         ieee875 long double macros and unions.  Correct output for large
24864         magnitude x.  Correct absolute value calculation.
24865         (__erfcl): Likewise.
24866         * math/libm-test.inc: Add tests for errors discovered in IBM long
24867         double versions of fmodl, remainderl, erfl and erfcl.
24869 2013-10-04  Alan Modra  <amodra@gmail.com>
24871         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24872         all uses of ieee854 long double macros and unions.  Simplify tests
24873         for long doubles that are fully specified by the high double.
24874         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24875         Likewise.
24876         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24877         Remove dead code too.
24878         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24879         (__ieee754_ynl): Likewise.
24880         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24881         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24882         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24883         Remove dead code too.
24884         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24885         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24886         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24887         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24888         Simplify.
24889         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24890         Simplify.
24891         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24892         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24893         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24894         Comment on variable precision.
24895         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24896         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24897         Likewise.
24898         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24899         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24900         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24901         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24902         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24904 2013-10-04  Alan Modra  <amodra@gmail.com>
24906         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24907         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24908         all uses of ieee854 long double macros and unions.
24909         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24910         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24911         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24912         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24913         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24914         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24915         Likewise.
24916         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24917         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24918         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24919         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24920         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24921         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24922         Simplify sign and nan test too.
24923         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24924         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24925         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24926         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24927         Likewise.
24928         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24929         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24930         Likewise.
24931         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24932         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24933         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24934         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24935         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24936         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24938 2013-10-04  Alan Modra  <amodra@gmail.com>
24940         * stdio-common/printf_size.c (__printf_size): Don't use
24941         union ieee854_long_double in fpnum union.
24942         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24943         signbit macro to retrieve sign from long double.
24944         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24945         retrieve sign from long double.
24946         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24947         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24948         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24949         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24950         * math/test-misc.c (main): Don't use union ieee854_long_double.
24952 2013-10-04  Alan Modra  <amodra@gmail.com>
24954         [BZ #15680]
24955         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24956         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24957         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24958         calculation.  Remove unnecessary test for denormal exponent.
24959         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24960         Correct handling of denormals.  Avoid undefined shift behaviour.
24961         Correct normalisation of low mantissa when low double is denormal.
24962         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24963         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24964         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24965         Correct normalisation of low mantissa.  Test for overflow of high
24966         mantissa and normalise.
24967         (ldbl_nearbyint): Use more readable constant for two52.
24968         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24969         (__mpn_construct_long_double): Fix test for overflow of high
24970         mantissa and correct normalisation.  Avoid undefined shift.
24972 2013-10-04  Alan Modra  <amodra@gmail.com>
24974         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24975         (union ibm_extended_long_double): Define as an array of ieee754_double.
24976         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24977         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24978         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24979         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24980         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24981         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24982         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24983         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24984         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24985         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24986         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24988 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24990         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24991         page size instead of calling getpagesize.
24993         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24994         (LOCFILE_ALIGN_MASK): Likewise.
24995         (LOCFILE_ALIGN_UP): Likewise.
24996         (LOCFILE_ALIGNED_P): Likewise.
24997         * locale/programs/ld-collate.c (collate_output): Use the new
24998         macros instead of __alignof__ (int32_t).
24999         * locale/weight.h (findidx): Likewise.
25001 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25003         [BZ #431]
25004         * manual/string.texi: Fix strncat and wcsncat.
25006 2013-10-03  Brooks Moses  <bmoses@google.com>
25008         [BZ #15915]
25009         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25010         * Makerules: ...here, and adjust associated comments.
25012 2013-10-02  Will Newton  <will.newton@linaro.org>
25014         * malloc/Makefile: Add tst-pvalloc.
25015         * malloc/tst-pvalloc.c: New file.
25017 2013-10-02  Will Newton  <will.newton@linaro.org>
25019         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25020         improve test coverage.
25022 2013-10-02  Will Newton  <will.newton@linaro.org>
25024         * malloc/Makefile: Add tst-posix_memalign.
25025         * malloc/tst-posix_memalign.c: New file.
25027 2013-10-01  Eric Blake  <eblake@redhat.com>
25029         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25030         Use __THROWNL rather than __THROW on static functions.
25032 2013-09-30  Petr Machata  <pmachata@redhat.com>
25034         * elf/elf.h (R_AARCH64_ABS16): New macro.
25035         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25036         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25037         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25038         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25039         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25040         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25041         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25042         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25043         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25044         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25045         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25046         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25047         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25048         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25049         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25050         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25051         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25052         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25053         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25054         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25055         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25056         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25057         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25058         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25059         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25060         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25061         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25062         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25063         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25064         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25065         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25066         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25067         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25068         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25069         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25070         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25071         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25072         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25073         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25074         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25075         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25076         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25077         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25078         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25079         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25080         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25081         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25082         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25083         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25084         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25085         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25086         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25087         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25088         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25089         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25090         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25091         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25092         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25093         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25094         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25095         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25096         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25097         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25098         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25099         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25100         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25101         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25102         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25103         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25104         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25105         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25106         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25107         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25108         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25109         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25110         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25111         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25112         (R_AARCH64_TLSDESC_LDR): Likewise.
25113         (R_AARCH64_TLSDESC_ADD): Likewise.
25114         (R_AARCH64_TLSDESC_CALL): Likewise.
25116 2013-09-30  Andreas Schwab  <schwab@suse.de>
25118         [BZ #15048]
25119         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25120         the nss database lookup.
25121         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25122         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25124 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25126         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25128 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25130         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25131         ${Bash-specific parameter/pattern/string} parameter expansion.
25132         * sysdeps/unix/make-syscalls.sh: Likewise.
25134 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25136         * sysdeps/sh/stackguard-macros.h: New file.
25138 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25140         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25141         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25142         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25143         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25144         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25145         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25147 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25149         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25150         Fix thread ID register.
25152 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25154         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25155         [POSIX || UNIX98]: Require rather than permitting all symbols from
25156         <time.h>.
25157         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25158         element of struct sched_param.
25159         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25160         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25161         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25162         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25163         constant.
25165 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25167         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25168         argument calculation.
25170 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25172         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25173         Expect macro.
25174         [POSIX] (pthread_attr_t): Do not require type.
25175         [POSIX] (pthread_cond_t): Likewise.
25176         [POSIX] (pthread_condattr_t): Likewise.
25177         [POSIX] (pthread_key_t): Likewise.
25178         [POSIX] (pthread_mutex_t): Likewise.
25179         [POSIX] (pthread_mutexattr_t): Likewise.
25180         [POSIX] (pthread_once_t): Likewise.
25181         [POSIX] (pthread_t): Likewise.
25182         [POSIX-based standards] (pthread_atfork): Expect function.
25184 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25185             Richard Sandiford  <richard@codesourcery.com>
25187         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25188         (swap_endianness_p): New extern variable.
25189         (set_big_endian): New inline function.
25190         (maybe_swap_uint32): Likewise.
25191         (maybe_swap_uint32_array): Likewise.
25192         (maybe_swap_uint32_obstack): Likewise.
25193         * locale/programs/locfile.c: Include <stdbool.h>.
25194         (swap_endianness_p): New variable.
25195         (add_locale_uint32): Call maybe_swap_uint32.
25196         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25197         (write_locale_data): Call maybe_swap_uint32_array.
25198         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25199         maybe_swap_uint32.
25200         (obstack_int32_grow_fast): Likewise.
25201         (output_weightwc): Call maybe_swap_uint32_obstack.
25202         (collate_output): Likewise.
25203         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25204         (OPT_LITTLE_ENDIAN): Likewise.
25205         (options): Add --little-endian and --big-endian options.
25206         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25207         * locale/programs/locarchive.c: Include "locfile.h".
25208         (GET): New macro.
25209         (SET): Likewise.
25210         (INC): Likewise.
25211         (create_archive): Use the new macros to access fields of
25212         structures directly mapped from or written to locale archives.
25213         (oldlocrecentcmp): Likewise.
25214         (enlarge_archive): Likewise.
25215         (insert_name): Likewise.
25216         (add_alias): Likewise.
25217         (add_locale): Likewise.
25218         (delete_locales_from_archive): Likewise.
25219         (show_archive_content): Likewise.
25220         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25221         locale data.
25223 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25225         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25226         http://www.gnu.org/doc/freemanuals.texi.
25227         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25229 2013-09-24  Will Newton  <will.newton@linaro.org>
25231         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25232         macro.
25234 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25236         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25237         unsigned char.
25239 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25241         * manual/threads.texi (POSIX Threads): Fix a typo.
25243 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25245         [BZ #14547]
25246         * string/tst-strcoll-overflow.c: New test case.
25247         * string/Makefile (xtests): Add tst-strcoll-overflow.
25248         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25249         cache if string sizes may cause integer overflow.
25251         [BZ #14547]
25252         * string/strcoll_l.c (coll_seq): New members rule, idx,
25253         save_idx and back_us.
25254         (get_next_seq_nocache): New function.
25255         (do_compare_nocache): New function.
25256         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25257         when malloc fails.
25259 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25261         [BZ #15754]
25262         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25263         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25264         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25266         [BZ #15754]
25267         * elf/Makefile (tests): Add tst-ptrguard1.
25268         (tests-static): Add tst-ptrguard1-static.
25269         (tst-ptrguard1-ARGS): Define.
25270         (tst-ptrguard1-static-ARGS): Define.
25271         * elf/tst-ptrguard1.c: New file.
25272         * elf/tst-ptrguard1-static.c: New file.
25273         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25274         * sysdeps/i386/stackguard-macros.h: Likewise.
25275         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25276         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25277         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25278         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25279         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25280         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25282 2013-09-23  Hector Marco  <hecmargi@upv.es>
25283             Ismael Ripoll  <iripoll@disca.upv.es>
25284             Carlos O'Donell  <carlos@redhat.com>
25286         [BZ #15754]
25287         * sysdeps/generic/stackguard-macros.h: Define
25288         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25289         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25290         Define __pointer_chk_guard_local.
25291         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25292         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25294 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25296         [BZ #15859]
25297         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25299 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25301         * include/string.h (__ffs): Declare as hidden.
25302         * string/ffs.c (__ffs): Define as hidden.
25303         * sysdeps/i386/ffs.c (__ffs): Likewise.
25304         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25305         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25306         * sysdeps/s390/ffs.c (__ffs): Likewise.
25307         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25309 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25311         * NEWS: Mention malloc probes.
25313         * malloc/arena.c (new_heap): New memory_heap_new probe.
25314         (grow_heap): New memory_heap_more probe.
25315         (shrink_heap): New memory_heap_less probe.
25316         (heap_trim): New memory_heap_free probe.
25317         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25318         (systrim): New memory_sbrk_less probe.
25319         * manual/probes.texi: Document them.
25321         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25322         * manual/probes.texi: Document it.
25324         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25325         (__libc_realloc): Add memory_realloc_retry probe.
25326         (__libc_memalign): Add memory_memalign_retry probe.
25327         (__libc_valloc): Add memory_valloc_retry probe.
25328         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25329         (__libc_calloc): Add memory_calloc_retry probe.
25330         * manual/probes.texi: Document them.
25332         * malloc/arena.c (get_free_list): Add probe
25333         memory_arena_reuse_free_list.
25334         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25335         and memory_arena_reuse.
25336         (arena_get2) [!PER_THREAD]: Likewise.
25337         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25338         memory_arena_reuse_realloc.
25339         * manual/probes.texi: Document them.
25341         * malloc/malloc.c (__libc_free): Add
25342         memory_mallopt_free_dyn_thresholds probe.
25343         (__libc_mallopt): Add multiple memory_mallopt probes.
25344         * manual/probes.texi: Document them.
25346         * malloc/malloc.c: Include stap-probe.h.
25347         (__libc_mallopt): Add memory_mallopt probe.
25348         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25349         * manual/probes.texi: New.
25350         * manual/Makefile (chapters): Add probes.
25351         * manual/threads.texi: Set next node.
25353 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25355         [BZ #15963, #13985]
25356         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25357         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25358         Add `Chinese' to `nan' entry name.
25360 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25362         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25363         (POLYNOMIAL): Likewise.
25364         (TAYLOR_SINCOS): Likewise.
25365         (TAYLOR_SLOW): Likewise.
25366         (__sin): Use TAYLOR_SINCOS.
25367         (__cos): Likewise.
25368         (slow): Use TAYLOR_SLOW.
25369         (sloww): Likewise.
25370         (bsloww): Likewise.
25371         (csloww): Likewise.
25373 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25375         * stdlib/strtod_l.c: Fix buffer overrun.
25377 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25379         * benchtests/Makefile (bench): Add sincos.
25380         * benchtests/bench-sincos.c: New file.
25382         * math/libm-test.inc (cos_test_data): New test inputs.
25383         (sin_test_data): Likewise.
25385         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25386         macro.
25387         (__sin): Use it.
25388         (__cos): Likewise.
25389         (slow1): Likewise.
25390         (slow2): Likewise.
25391         (sloww1): Likewise.
25392         (sloww2): Likewise.
25393         (bsloww1): Likewise.
25394         (bsloww2): Likewise.
25395         (cslow2): Likewise.
25396         (csloww1): Likewise.
25397         (csloww2): Likewise.
25399         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25400         function.
25401         (__sin): Use it.
25402         (__cos): Likewise.
25404         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25405         gotos.
25406         (__cos): Likewise.
25408 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25410         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25411         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25412         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25413         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25414         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25415         * elf/cache.c (print_entry): Handle the new cache flags.
25417 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25418             Aldy Hernandez  <aldyh@redhat.com>
25420         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25421         Change condition to [_SOFT_FLOAT].
25422         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25423         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25424         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25425         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25426         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25427         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25428         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25429         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25430         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25431         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25432         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25433         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25434         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25435         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25436         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25437         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25438         declaration.
25440 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25442         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25443         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25444         (__longjmp): Use LOAD_GP to load saved GPRs.
25445         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25446         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25447         (__sigsetjmp): Use SAVE_GP to save GPRs.
25449         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25450         Do not append -msoft-float.
25451         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25453 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25455         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25457 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25459         [BZ #15966]
25460         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25461         (_FPU_GETCW): Use initial "__" on variable and field names but not
25462         on macro parameter name.
25463         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25464         parentheses around reference to macro parameter.
25466 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25468         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25469         prototype.
25470         (ctype_startup): Use uint32_t in cast and sizeof for
25471         ctype->charnames.
25473 2013-09-11  Jia Liu  <proljc@gmail.com>
25475         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25476         __daddr_t_defined.
25477         [__FreeBSD__]: Likewise.
25479 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25481         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25482         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25483         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25484         (strchr): Remove __strchr_sse42 ifunc selection.
25485         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25486         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25488 2013-09-11  Will Newton  <will.newton@linaro.org>
25490         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25491         parameter to RES. Remove hardcoded 1000 value.
25492         * benchtests/bench-skeleton.c (main): Pass RES parameter
25493         to TIMING_INIT and multiply result by 1000.
25495 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25499 2013-09-11  Andreas Schwab  <schwab@suse.de>
25501         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25502         if not defined.
25503         (O_TMPFILE) [__USE_GNU]: Define.
25504         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25505         Define.
25507 2013-09-11  Will Newton  <will.newton@linaro.org>
25509         [BZ #15857]
25510         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25511         does not overflow.
25513 2013-09-11  Will Newton  <will.newton@linaro.org>
25515         [BZ #15856]
25516         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25517         does not overflow.
25519 2013-09-11  Will Newton  <will.newton@linaro.org>
25521         [BZ #15855]
25522         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25523         does not overflow.
25525 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25527         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25528         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25529         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25530         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25531         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25533 2013-09-10  Allan McRae  <allan@archlinux.org>
25535         [BZ #15748]
25536         * manual/arith.texi (Parsing of Floats): Clarify
25537         cross-reference.
25539         [BZ #15849]
25540         * manual/install.texi (Running make install): Mention
25541         --enable-pt-chown.
25542         * INSTALL: Regenerated.
25544 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25546         * csu/init-first.c (_init): Remove the !SHARED condition around
25547         FPU control word initialization.
25548         * elf/dl-support.c (_dl_fpu_control): New variable.
25549         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25550         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25551         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25552         * math/test-fpucw-static.c: New file.
25553         * math/test-fpucw-ieee.c: New file.
25554         * math/test-fpucw-ieee-static.c: New file.
25555         * math/Makefile (tests): Add `test-fpucw-ieee' and
25556         `$(tests-static)'.
25557         (tests-static): New variable.
25558         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25559         dependency to...
25560         [($(build-shared),yes)]
25561         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25562         ... this.
25563         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25564         New dependency.
25566 2013-09-09  Allan McRae  <allan@archlinux.org>
25568         [BZ #15939]
25569         * manual/string.texi (Collation Functions): Fix typo in
25570         strcoll example.
25571         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25573         [BZ #15893]
25574         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25576         [BZ #15892]
25577         * libio/memstream.c (open_memstream): Fix memory leak.
25578         * libio/wmemstream.c (open_wmemstream): Likewise.
25580         [BZ #15895]
25581         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25583 2013-09-09  Will Newton  <will.newton@linaro.org>
25585         * malloc/Makefile: Add tst-realloc to tests.
25586         * malloc/tst-realloc.c: New file.
25588 2013-09-09  Allan McRae  <allan@archlinux.org>
25590         [BZ #15844]
25591         * COPYING: Update from GNU website to fix FSF address.
25592         * COPYING.LIB: Likewise.
25594 2013-09-06  David S. Miller  <davem@davemloft.net>
25596         * po/zh_TW.po: Update Chinese (traditional) translation from
25597         translation project.
25599 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25600             Joseph Myers  <joseph@codesourcery.com>
25602         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25603         "localeinfo.h".
25604         (obstack_chunk_alloc): New macro.
25605         (obstack_chunk_free): Likewise.
25606         (record_offset): New function.
25607         (init_locale_data): Likewise.
25608         (align_locale_data): Likewise.
25609         (add_locale_empty): Likewise.
25610         (add_locale_raw_data): Likewise.
25611         (add_locale_raw_obstack): Likewise.
25612         (add_locale_string): Likewise.
25613         (add_locale_wstring): Likewise.
25614         (add_locale_uint32): Likewise.
25615         (add_locale_uint32_array): Likewise.
25616         (add_locale_char): Likewise.
25617         (start_locale_structure): Likewise.
25618         (end_locale_structure): Likewise.
25619         (start_locale_prelude): Likewise.
25620         (end_locale_prelude): Likewise.
25621         (write_locale_data): Take locale_file structure rather than an
25622         iovec.
25623         * locale/programs/locfile.h: Include "obstack.h".
25624         (struct locale_file): Change to store locale file contents instead
25625         of header.
25626         (init_locale_data): New prototype.
25627         (align_locale_data): Likewise.
25628         (add_locale_empty): Likewise.
25629         (add_locale_raw_data): Likewise.
25630         (add_locale_raw_obstack): Likewise.
25631         (add_locale_string): Likewise.
25632         (add_locale_wstring): Likewise.
25633         (add_locale_uint32): Likewise.
25634         (add_locale_uint32_array): Likewise.
25635         (add_locale_char): Likewise.
25636         (start_locale_structure): Likewise.
25637         (end_locale_structure): Likewise.
25638         (start_locale_prelude): Likewise.
25639         (end_locale_prelude): Likewise.
25640         (write_locale_data): Update prototype.
25641         * locale/programs/3level.h (struct TABLE): Remove result field.
25642         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25643         Use new locale_file interface.
25644         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25645         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25646         * locale/programs/ld-address.c (address_output): Use new
25647         locale_file interface.
25648         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25649         NO_ADD_LOCALE.
25650         (collate_finish): Don't call collseq_table_finalize.
25651         (collate_output): Use new locale_file interface.
25652         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25653         in file.
25654         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25655         (TABLE): Move defines earlier in file.
25656         (ELEMENT): Likewise.
25657         (DEFAULT): Likewise.
25658         (wctrans_table_add): Move macro and inline function earlier in
25659         file.
25660         (struct wctype_table): Move type earlier in file.
25661         (add_locale_wctype_table): New static prototype.
25662         (struct locale_ctype_t): Use logical types instead of struct iovec
25663         pointers for members.
25664         (ctype_output): Use new locale_file interface.
25665         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25666         new locale_file interface.
25667         (allocate_arrays): Update for use of new locale_file interface.
25668         * locale/programs/ld-identification.c (identification_output): Use
25669         new locale_file interface.
25670         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25671         * locale/programs/ld-messages.c (messages_output): Likewise.
25672         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25673         * locale/programs/ld-name.c (name_output): Likewise.
25674         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25675         * locale/programs/ld-paper.c (paper_output): Likewise.
25676         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25677         * locale/programs/ld-time.c (time_output): Likewise.
25679 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25681         * benchtests/Makefile: Add memrchr benchmark.
25682         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25683         benchmark as memrchr.
25684         * benchtests/bench-memrchr-ifunc.c: New file.
25685         * benchtests/bench-memrchr.c: New file.
25687 2013-09-06   Will Newton  <will.newton@linaro.org>
25689         * benchtests/Makefile (string-bench): Add memcpy.
25691 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25692             Cong Wang  <amwang@redhat.com>
25694         [BZ #15850]
25695         * sysdeps/unix/sysv/linux/bits/in.h
25696         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25697         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25698         before __USE_KERNEL_IPV6_DEFS uses.
25699         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25700         IPPROTO_BEETPH.
25701         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25702         sockaddr_in6, or ipv6_mreq.
25704 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25706         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25707         memory access for final bytes in some large inputs.
25708         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25710 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25712         * string/test-memrchr.c: New file.
25713         * string/test-memrchr-ifunc.c: New file.
25714         * string/Makefile: Add new memrchr testcase.
25716 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25718         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25719         fanotify_init returns EPERM.
25721 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25723         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25724         errors.
25725         (top level): Treat second token from macro or constant entries for
25726         allowed headers as allowed.
25727         * include/complex.h: Condition internal declarations on
25728         [!_ISOMAC].
25729         * include/fenv.h: Condition include of <stdbool.h> and internal
25730         declarations on [!_ISOMAC].
25732 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25734         [BZ #15923]
25735         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25737 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25739         * configure.in (--enable-versioning): Remove configure option.
25740         (libc_cv_asm_symver_directive): Remove configure test.
25741         (libc_cv_ld_version_script_option): Likewise.
25742         (VERSIONING): Remove variable and AC_SUBST.
25743         (DO_VERSIONING): Remove AC_DEFINE.
25744         * configure: Regenerated.
25745         * config.h.in (DO_VERSIONING): Remove macro.
25746         * Makerules [$(versioning) = yes]: Change conditionals to
25747         [$(build-shared) = yes].
25748         * config.make.in (versioning): Remove variable.
25749         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25750         [$(build-shared) = yes].
25751         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25752         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25753         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25754         [$(build-shared) = yes].
25755         * extra-lib.mk [$(versioning) = yes]: Likewise.
25756         * hurd/Makefile [$(versioning) = yes]: Likewise.
25757         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25758         [SHARED].
25759         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25760         [SHARED].
25761         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25762         [SHARED && !NO_HIDDEN].
25763         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25764         [SHARED].
25765         [SHARED && DO_VERSIONING]: Likewise..
25766         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25767         [$(build-shared) = yes].
25768         * manual/install.texi (--disable-versioning): Remove
25769         documentation.
25770         * INSTALL: Regenerated.
25771         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25772         to [SHARED].
25773         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25774         [$(build-shared) = yes].
25775         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25776         * sysdeps/i386/i686/multiarch/strstr-c.c
25777         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25778         [SHARED && !NO_HIDDEN].
25779         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25780         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25781         * sysdeps/powerpc/powerpc32/dl-machine.c
25782         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25783         * sysdeps/powerpc/powerpc32/sysdep.h
25784         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25785         to [SHARED && PIC && !NO_HIDDEN].
25786         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25787         conditional to [SHARED].
25789 2013-09-04   Will Newton  <will.newton@linaro.org>
25791         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25792         * benchtests/bench-string.h: Include bench-timing.h instead
25793         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25794         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25795         call to HP_TIMING_DIFF_INIT.
25796         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25797         instead of hp-timing.h macros.
25798         * benchtests/bench-memchr.c: Likewise.
25799         * benchtests/bench-memcmp.c: Likewise.
25800         * benchtests/bench-memcpy.c: Likewise.
25801         * benchtests/bench-memmem.c: Likewise.
25802         * benchtests/bench-memmove.c: Likewise.
25803         * benchtests/bench-memset.c: Likewise.
25804         * benchtests/bench-rawmemchr.c: Likewise.
25805         * benchtests/bench-strcasecmp.c: Likewise.
25806         * benchtests/bench-strcasestr.c: Likewise.
25807         * benchtests/bench-strcat.c: Likewise.
25808         * benchtests/bench-strchr.c: Likewise.
25809         * benchtests/bench-strcmp.c: Likewise.
25810         * benchtests/bench-strcpy.c: Likewise.
25811         * benchtests/bench-strcpy_chk.c: Likewise.
25812         * benchtests/bench-strlen.c: Likewise.
25813         * benchtests/bench-strncasecmp.c: Likewise.
25814         * benchtests/bench-strncat.c: Likewise.
25815         * benchtests/bench-strncmp.c: Likewise.
25816         * benchtests/bench-strncpy.c: Likewise.
25817         * benchtests/bench-strnlen.c: Likewise.
25818         * benchtests/bench-strpbrk.c: Likewise.
25819         * benchtests/bench-strrchr.c: Likewise.
25820         * benchtests/bench-strspn.c: Likewise.
25821         * benchtests/bench-strstr.c: Likewise.
25823 2013-09-04  Will Newton  <will.newton@linaro.org>
25825         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25827 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25829         [BZ #15427]
25830         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25831         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25832         * math/libm-test.inc (lgamma_test_data): Add more tests.
25833         * sysdeps/i386/fpu/libm-test-ulps: Update.
25834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25836 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25838         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25839         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25840         Add ifunc.
25841         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25842         Add strcmp-sse2-unaligned
25843         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25845 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25847         * Versions.def (libc): Add GLIBC_2.19.
25849 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25851         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25852         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25854 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25856         [BZ #14155]
25857         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25858         intermediate calculations in recurrence.
25859         (__ieee754_ynf): Likewise.
25860         * math/libm-test.inc (jn_test_data): Do not allow spurious
25861         underflow exception.  Add more tests.
25862         (yn_test_data): Add more tests.
25863         * sysdeps/i386/fpu/libm-test-ulps: Update.
25864         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25866 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25868         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25870 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25872         * csu/init-first.c: Fix then/than typos.
25873         * locale/programs/ld-collate.c: Likewise.
25874         * locale/programs/linereader.h: Likewise.
25875         * manual/charset.texi: Likewise.
25876         * manual/filesys.texi: Likewise.
25877         * manual/stdio.texi: Likewise.
25878         * manual/string.texi: Likewise.
25879         * stdlib/fmtmsg.c: Likewise.
25880         * sysdeps/i386/stpncpy.S: Likewise.
25881         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25882         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25883         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25884         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25886 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25888         * elf/dl-open.c: Fix typos.
25889         * iconvdata/gbbig5.c: Likewise.
25890         * iconvdata/iso-2022-jp.c: Likewise.
25891         * iconv/gconv_int.h: Likewise.
25892         * iconv/loop.c: Likewise.
25893         * nis/rpcsvc/nis.h: Likewise.
25894         * resolv/ns_name.c: Likewise.
25895         * stdio-common/vfscanf.c: Likewise.
25896         * streams/stropts.h: Likewise.
25897         * sunrpc/rpc_thread.c: Likewise.
25898         * sysdeps/i386/strpbrk.S: Likewise.
25899         * sysdeps/ieee754/k_standard.c: Likewise.
25900         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25901         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25902         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25903         * sysdeps/mach/hurd/profil.c: Likewise.
25904         * sysdeps/s390/dl-procinfo.h: Likewise.
25905         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25906         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25907         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25908         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25909         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25911 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25913         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25914         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25916 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25918         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25919         aix specific files.
25920         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25921         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25922         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25923         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25924         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25925         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25926         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25927         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25929 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25930             Roland McGrath  <roland@hack.frob.com>
25932         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25933         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25935 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25937         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25938         __executable_start symbol instead of _start.
25940 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25942         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25943         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25944         Move macros to...
25945         * sysdeps/gnu/ldsodefs.h: ... this new file.
25947         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25948         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25949         instead of ELFOSABI_LINUX.
25951         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25952         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25953         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25954         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25955         Likewise.
25956         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25957         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25958         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25959         Likewise.
25960         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25961         (ibm_extended_long_double): Add ieee_nan member.
25962         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25963         (do_test): New function.
25965         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25966         TEST_TRUNC.
25967         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25968         functions, renamed from truncdfsf_test, trunctfsf_test,
25969         trunctfdf_test.
25970         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25971         functions.
25972         (do_test): Run all these.
25974 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25976         * argp/argp-help.c: Fix typos.
25977         * argp/argp-parse.c: Likewise.
25978         * debug/backtracesyms.c: Likewise.
25979         * elf/elf.h: Likewise.
25980         * malloc/malloc.c: Likewise.
25981         * nis/nis_print.c: Likewise.
25982         * resolv/res_comp.c: Likewise.
25983         * stdlib/stdlib.h: Likewise.
25984         * sunrpc/clnt_tcp.c: Likewise.
25985         * sunrpc/clnt_udp.c: Likewise.
25986         * sunrpc/clnt_unix.c: Likewise.
25987         * sysdeps/unix/bsd/ptsname.c: Likewise.
25988         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25989         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25991         Likewise.
25992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25993         Likewise.
25994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25995         Likewise.
25996         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25998 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26000         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26001         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26003 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26005         [BZ #15897]
26006         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26007         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26008         ($(objpfx)bug-dl-leaf): New rule.
26009         ($(objpfx)bug-dl-leaf.so): Likewise.
26010         ($(objpfx)bug-dl-leaf.out): Likewise.
26011         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26012         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26013         * dlfcn/bug-dl-leaf.c: New test.
26014         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26015         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26016         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26017         (dlclose): Likewise.
26018         (dlmopen): Likewise.
26020 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26022         * include/netdb.h [!_ISOMAC]:
26023         Don't include <tls.h>.
26024         (h_errno, __libc_h_errno): Move declaration and macros out of
26025         [_LIBC_REENTRANT].
26027         * include/resolv.h [_RESOLV_H_]:
26028         Don't include <tls.h>.
26029         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26030         * resolv/res_libc.c: Don't include <tls.h>.
26031         (_res): Use __attribute__ ((nocommon)) in place of
26032         __attribute__ ((section (".bss"))).
26034         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26035         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26037         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26039         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26040         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26042         * resolv/res_mkquery.c: Include <sys/time.h>.
26044         * inet/ifreq.c: Moved to ...
26045         * sysdeps/unix/ifreq.c: ... here.
26046         * inet/ifreq.c: New file, true stub version.
26048         * socket/sa_len.c: New file.
26049         * socket/Makefile (aux): Add it.
26050         * sysdeps/unix/sysv/linux/Makefile
26051         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26052         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26053         and #include <socket/sa_len.c>.
26054         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26055         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26057         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26058         * bits/socket.h: ... here.
26060         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26061         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26062         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26064 2013-08-27  Andreas Schwab  <schwab@suse.de>
26066         [BZ #15736]
26067         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26068         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26069         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26070         * string/test-strcasecmp.c (test_main): Run tests in several
26071         locales.
26072         * string/test-strncasecmp.c (test_main): Likewise.
26074         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26075         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26076         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26077         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26078         (__strncasecmp_ssse3) [PIC]: Likewise.
26080 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26082         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26084         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26085         instead of explicitly declaring xdecrypt.
26086         * nis/nss_nis/nis-publickey.c: Likewise.
26088 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26090         [BZ #15890]
26091         * nscd/aicache.c: Include res_hconf.h.
26092         (addhstaiX): Initialize res_hconf.
26094 2013-08-26  Andreas Schwab  <schwab@suse.de>
26096         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26097         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26099 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26101         * nscd/aicache.c (addhstaiX): Fix indentation.
26103 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26105         * configure.ac: Quote $build_pt_chown test.
26106         * configure: Regenerated.
26108 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26110         [BZ #15532]
26111         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26112         * math/s_cexpf.c (__cexpf): Likewise.
26113         * math/s_cexpl.c (__cexpl): Likewise.
26114         * math/libm-test.inc (cexp_test_data): Correct expected return
26115         value for NaN + i0.  Add another test.
26117 2013-08-22  David S. Miller  <davem@davemloft.net>
26119         * po/ca.po: Update Catalan translation from translation project.
26120         * po/uk.po: Add Ukrainian translations from translation project.
26122 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26124         [BZ #15797]
26125         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26126         is infinite, not alongside NaN test.
26127         * math/s_fdimf.c (__fdimf): Likewise.
26128         * math/s_fdiml.c (__fdiml): Likewise.
26129         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26130         errno is unchanged.
26132 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26134         * argp/argp-help.c: Fix typos.
26135         * crypt/speeds.c: Likewise.
26136         * csu/check_fds.c: Likewise.
26137         * elf/dl-load.c: Likewise.
26138         * elf/dl-open.c: Likewise.
26139         * elf/reldep3.c: Likewise.
26140         * elf/reldep.c: Likewise.
26141         * elf/sprof.c: Likewise.
26142         * iconv/iconv_charmap.c: Likewise.
26143         * iconv/skeleton.c: Likewise.
26144         * iconv/strtab.c: Likewise.
26145         * io/lockf64.c: Likewise.
26146         * libio/libioP.h: Likewise.
26147         * resolv/gai_notify.c: Likewise.
26148         * resolv/ns_name.c: Likewise.
26149         * resolv/ns_samedomain.c: Likewise.
26150         * resolv/res_send.c: Likewise.
26151         * stdlib/random.c: Likewise.
26152         * sunrpc/rpc/xdr.h: Likewise.
26153         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26154         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26155         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26156         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26157         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26158         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26159         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26160         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26161         * sysdeps/mach/hurd/check_fds.c: Likewise.
26162         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26163         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26164         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26165         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26166         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26167         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26168         * sysdeps/pthread/aio_notify.c: Likewise.
26169         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26170         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26171         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26172         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26173         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26175 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26177         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26178         version if bit_Slow_SSE4_2 is set.
26179         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26180         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26182 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26184         [BZ #15867]
26185         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26186         trampoline stack frame information.
26187         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26188         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26189         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26190         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26191         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26192         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26193         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26194         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26195         sa_flags value.
26196         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26197         interrupting a syscall and set with option SA_SIGINFO.
26199 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26201         [BZ #15531]
26202         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26203         argument is infinite.
26204         * math/s_cprojf.c (__cprojf): Likewise.
26205         * math/s_cprojl.c (__cprojl): Likewise.
26206         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26207         * math/libm-test.inc (cproj_test_data): Add more tests.
26209         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26211         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26212         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26213         size.  Use __ffs to determine corresponding shift.
26215 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26216             Roland McGrath  <roland@hack.frob.com>
26218         * Makefile (INSTALL): Remove trailing blank lines from output of
26219         makeinfo.
26221 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26223         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26224         Align 32 bit compat elf_greg to 8 bytes.
26226 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26228         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26230 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26232         * string/strcoll_l.c (coll_seq): New structure.
26233         (get_next_seq_cached): New function.
26234         (get_next_seq): New function.
26235         (do_compare): New function.
26236         (STRCOLL): Use GNU style definition.  Simplify implementation
26237         by using get_next_seq, get_next_seq_cached and do_compare.
26239 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26241         [BZ #14699]
26242         CVE-2013-4237
26243         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26244         member.
26245         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26246         member.
26247         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26248         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26249         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26250         conditional.
26251         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26252         GETDENTS_64BIT_ALIGNED.
26253         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26254         * manual/filesys.texi (Reading/Closing Directory): Document
26255         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26256         strongly.
26257         * manual/conf.texi (Limits for Files): Add portability note to
26258         NAME_MAX, PATH_MAX.
26259         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26261 2013-08-13  Andreas Schwab  <schwab@suse.de>
26263         [BZ #15749]
26264         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26265         of fabs.
26266         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26267         LDBL_MAX_EXP >= 16384]: Add tests for it.
26269 2013-08-12  David S. Miller  <davem@davemloft.net>
26271         * version.h (RELEASE): Set to "development".
26272         (VERSION): Set to "2.18.90".
26273         * NEWS: Add 2.19 section.
26275 2013-08-03  David S. Miller  <davem@davemloft.net>
26277         * po/ko.po: Update Korean translation from translation project.
26279 2013-08-01  David S. Miller  <davem@davemloft.net>
26281         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26282         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26283         Bilka.
26285 2013-07-30  David S. Miller  <davem@davemloft.net>
26287         * po/fr.po: Update French translation from translation project.
26289 2013-07-28  David S. Miller  <davem@davemloft.net>
26291         * po/cs.po: Update Czech translation from translation project.
26293         * po/sv.po: Update Swedish translation from translation project.
26295 2013-07-27  David S. Miller  <davem@davemloft.net>
26297         * po/eo.po: Update Esperanto translation from translation project.
26299         * po/vi.po: Update Vietnamese translation from translation project.
26301         * po/de.po: Update German translation from translation project.
26303 2013-07-26  David S. Miller  <davem@davemloft.net>
26305         * po/bg.po: Update Bulgarian translation from translation project.
26307         * po/nl.po: Update Dutch translation from translation project.
26308         * po/pl.po: Update Polish translation from translation project.
26309         * po/ru.po: Update Russian translation from translation project.
26311 2013-07-24  David S. Miller  <davem@davemloft.net>
26313         * po/libc.pot: Update.
26315 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26317         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26318         variable page size.
26319         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26320         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26321         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26323 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26325         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26327 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26328             Andreas Schwab  <schwab@suse.de>
26329             Roland McGrath  <roland@hack.frob.com>
26330             Joseph Myers  <joseph@codesourcery.com>
26331             Carlos O'Donell  <carlos@redhat.com>
26333         [BZ #15755]
26334         * config.h.in: Define HAVE_PT_CHOWN.
26335         * config.make.in (build-pt-chown): New variable.
26336         * configure.in (--enable-pt_chown): New configure option.
26337         * configure: Regenerate.
26338         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26339         build-pt-chown is enabled.
26340         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26341         pt_chown to fix pty ownership.
26342         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26343         CLOSE_ALL_FDS.
26344         * manual/install.texi (Configuring and compiling): Mention
26345         --enable-pt_chown. Add @findex for grantpt.
26346         * INSTALL: Regenerate.
26348 2013-07-20  David S. Miller  <davem@davemloft.net>
26350         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26351         difference between 32-bit and 64-bit.
26353 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26355         [BZ #15711]
26356         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26357         Avoid system header dependency with -ffreestanding.
26358         ($(objpfx)bits/syscall%d): Likewise.
26360 2013-07-13  David S. Miller  <davem@davemloft.net>
26362         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26363         underflows from atanl/atan2l due to bug 15319.
26364         (casinh_test_data): Likewise.
26366 2013-07-07  David S. Miller  <davem@davemloft.net>
26368         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26370 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26372         * sysdeps/i386/fpu/libm-test-ulps: Update.
26373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26375 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26377         * configure.in (--enable-lock-elision): Fix message text.
26378         * INSTALL: Regenerate.
26379         * configure: Regenerate.
26381 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26383         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26385 2013-07-03  Andreas Jaeger  <aj@suse.de>
26387         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26388         define.
26389         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26390         (ptrace_peeksiginfo_args): Add.
26391         (__ptrace_peeksiginfo_flags): Add.
26392         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26393         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26394         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26396 2013-07-03  Allan McRae  <allan@archlinux.org>
26398         * sysdeps/i386/fpu/libm-test-ulps: Update.
26400 2013-07-02  David S. Miller  <davem@davemloft.net>
26402         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26404 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26406         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26408 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26410         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26411         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26413 2013-07-02  Andi Kleen <ak@linux.intel.com>
26415         * config.h.in (ENABLE_LOCK_ELISION): Add.
26416         * configure.in (--enable-lock-elision): Add option.
26417         * manual/install.texi: Document --enable lock elision.
26418         * configure: Regenerate
26419         * INSTALL: Regenerate.
26421 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26423         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26424         SSE4.2 strcasecmp for libc.a.
26425         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26427 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26429         [BZ #13304]
26430         * soft-fp/op-common.h (_FP_FMA): New macro.
26431         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26432         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26433         (_FP_MUL_MEAT_1_imm): ... here.
26434         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26435         (_FP_MUL_MEAT_1_wide): ... here.
26436         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26437         (_FP_MUL_MEAT_1_hard): ... here.
26438         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26439         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26440         (_FP_MUL_MEAT_2_wide): ... here.
26441         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26442         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26443         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26444         (_FP_MUL_MEAT_2_gmp): ... here.
26445         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26446         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26447         (_FP_MUL_MEAT_4_wide): ... here.
26448         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26449         (_FP_MUL_MEAT_4_gmp): ... here.
26450         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26451         (_FP_WFRACBITS_DW_S): Likewise.
26452         (_FP_WFRACXBITS_DW_S): Likewise.
26453         (_FP_HIGHBIT_DW_S): Likewise.
26454         (FP_FMA_S): Likewise.
26455         (_FP_FRAC_HIGH_DW_S): Likewise.
26456         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26457         (_FP_WFRACBITS_DW_D): Likewise.
26458         (_FP_WFRACXBITS_DW_D): Likewise.
26459         (_FP_HIGHBIT_DW_D): Likewise.
26460         (FP_FMA_D): Likewise.
26461         (_FP_FRAC_HIGH_DW_D): Likewise.
26462         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26463         (_FP_WFRACBITS_DW_E): Likewise.
26464         (_FP_WFRACXBITS_DW_E): Likewise.
26465         (_FP_HIGHBIT_DW_E): Likewise.
26466         (FP_FMA_E): Likewise.
26467         (_FP_FRAC_HIGH_DW_E): Likewise.
26468         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26469         (_FP_WFRACBITS_DW_Q): Likewise.
26470         (_FP_WFRACXBITS_DW_Q): Likewise.
26471         (_FP_HIGHBIT_DW_Q): Likewise.
26472         (FP_FMA_Q): Likewise.
26473         (_FP_FRAC_HIGH_DW_Q): Likewise.
26474         * soft-fp/fmasf4.c: New file.
26475         * soft-fp/fmadf4.c: Likewise.
26476         * soft-fp/fmatf4.c: Likewise.
26478 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26480         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26481         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26482         Silvermont.
26483         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26484         macro.
26485         (index_Slow_SSE4_2): Likewise.
26486         (index_Prefer_PMINUB_for_stringop): Likewise.
26487         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26488         bit_Slow_SSE4_2 is set.
26489         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26490         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26492 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26494         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26495         rtld_global._dl_hwcap2.
26496         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26497         POWER8.
26498         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26499         POWER8 feature descriptions defined in _dl_hwcap2.
26500         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26501         string handling for POWER8 feature bits.
26502         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26503         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26504         _dl_powerpc_cap_flags.
26505         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26506         * sysdeps/powerpc/rtld-global-offsets.sym
26507         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26508         _dl_hwcap2 in the rtld_global_ro structure.
26510 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26512         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26513         hardware capabilities in support of AT_HWCAP2.
26514         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26515         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26516         GLRO(dl_hwcap2).
26517         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26518         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26519         explicitly the unknown a_type display mechanism is used.
26520         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26521         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26522         struct member.
26523         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26524         to macro prototype for AT_HWCAP2 support.
26525         * sysdeps/i386/dl-procinfo.h: Likewise.
26526         * sysdeps/s390/dl-procinfo.h: Likewise.
26527         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26528         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26529         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26530         return -1 for unknown a_type display fallback.
26531         * sysdeps/sparc/dl-procinfo.h: Likewise.
26532         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26533         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26535 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26537         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26538         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26540 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26542         [BZ #12492]
26543         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26544         mprotect making __stack_prot writable.
26546 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26547             Joseph Myers  <joseph@codesourcery.com>
26549         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26550         as being properly aligned.
26552 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26554         * dlfcn/modstatic5.c: New file.
26555         * dlfcn/tststatic5.c: New file.
26556         * dlfcn/Makefile (tests): Add tststatic5.
26557         (tests-static): Likewise.
26558         (modules-names): Add modstatic5.
26559         (tststatic5-ENV): New variable.
26560         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26562         [BZ #15022]
26563         * elf/dl-support.c (_dl_main_map): New variable.
26564         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26565         (_dl_nns, _dl_load_adds): Set to 1.
26566         (_dl_initial_searchlist): Refer to _dl_main_map.
26567         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26568         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26569         call to _dl_get_origin.
26570         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26571         around call_map.
26572         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26573         * dlfcn/modstatic3.c: New file.
26574         * dlfcn/tststatic3.c: New file.
26575         * dlfcn/tststatic4.c: New file.
26576         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26577         (tests-static): Likewise.
26578         (modules-names): Add modstatic3.
26579         (tststatic3-ENV, tststatic4-ENV): New variables.
26580         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26581         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26583 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26585         * configure.in (CC): Require GCC version 4.4 or later.
26586         * configure: Regenerated.
26587         * manual/install.texi (Tools for Compilation): Update GCC version
26588         requirement.
26589         * INSTALL: Regenerated.
26591 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26593         [BZ #15674]
26594         * string/test-memcmp.c (check2): New.
26595         (main): Call check2.
26597         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26599 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26601         [BZ #15022]
26602         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26603         over to...
26604         (dl_open_worker) [!SHARED]: ... here.
26606 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26608         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26610 2013-06-25  Richard Henderson  <rth@redhat.com>
26612         * locale/programs/locarchive.c: Include <libc-internal.h>
26614 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26616         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26617         trailing whitespace removed.
26619 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26621         [BZ #10283]
26622         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26623         * locale/programs/locarchive.c: Include libc-mmap.h.
26624         (prepare_address_space): Take two new outputs (the mmap base and len).
26625         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26626         values.
26627         (create_archive): Declare new mmap base and len values for
26628         prepare_address_space, and store the result in ah.
26629         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26630         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26631         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26632         Declare new mmap base and len values for
26633         prepare_address_space, and store the result in new_ah.
26634         (open_archive): Declare new mmap base and len values for
26635         prepare_address_space, and store the result in ah.
26636         (close_archive): If ah->mmap_base is not NULL, use that and
26637         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26638         * sysdeps/generic/libc-mmap.h: New file.
26640 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26642         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26643         (ALIGN_UP): Likewise.
26644         (PTR_ALIGN_DOWN): Likewise.
26645         (PTR_ALIGN_UP): Likewise.
26647 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26649         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26650         entry mapped to PPC_PLATFORM_POWER8.
26651         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26652         POWER8.
26653         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26654         (_dl_string_platform): Add case for exporting platform position for
26655         POWER8.
26656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26657         search path to sysdeps/powerpc/powerpc32/power8 directory.
26658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26659         search path to sysdeps/powerpc/powerpc64/power8 directory.
26660         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26661         power7 directories.
26662         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26663         power7 directories.
26665 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26667         * INSTALL: Regenerate.
26669         * nscd/connections.c (nscd_init): Fix comment.
26671 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26673         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26675         [BZ #15667]
26676         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26677         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26679 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26681         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26682         DL_DST_REQ_STATIC.
26683         (DL_DST_REQ_STATIC): Remove macro.
26685 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26687         [BZ #7006]
26688         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26689         with a shift of 0 bits.
26691 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26693         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26694         $(tststatic-ENV).
26696 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26698         [BZ #15655]
26699         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26701 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26703         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26704         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26705         accepts -fno-tree-loop-distribute-patterns.
26706         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26707         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26708         recursive call.
26709         * string/memset.c (memset): Likewise.
26710         * string/test-memmove.c (simple_memmove): Disable loop transformation
26711         to library calls.
26712         * string/test-memset.c (simple_memset): Likewise.
26713         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26714         * benchtests/bench-memset.c (simple_memset): Likewise.
26715         * configure: Regenerated.
26717 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26719         * math/test-misc.c (main): Ignore fesetround failure when failures
26720         of subsequent rounding tests would be ignored.
26722         [BZ #15654]
26723         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26724         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26725         * math/fegetenv.c (__fegetenv): Return 0.
26726         * math/fegetexcept.c (fegetexcept): Return 0.
26727         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26728         FE_TONEAREST.
26729         * math/feholdexcpt.c (feholdexcept): Return 0.
26730         * math/fesetenv.c (__fesetenv): Return 0.
26731         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26732         argument FE_TONEAREST.
26733         * math/feupdateenv.c (__feupdateenv): Return 0.
26734         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26736 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26738         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26739         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26740         ($(objpfx)rtld-%.os rules): Use them.
26742 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26744         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26745         fields.
26747 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26749         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26750         length of target pattern, then descending length of dependency pattern.
26751         * configure.in (AWK): Require gawk 3.1.2 or newer.
26752         * manual/install.texi (Tools for Compilation): Say that we do.
26753         * configure: Regenerated.
26755         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26756         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26757         * scripts/sysd-rules.awk: ... this new script.
26758         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26759         than a glob-style pattern.
26761 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26763         * math/test-misc.c (main): Do not treat incorrectly rounded
26764         conversions as failure unless ROUNDING_TESTS passes.
26766 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26768         [BZ #15631]
26769         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26770         restore exception state around main square root computation, then
26771         check for inexactness explicitly.
26773         * math/libm-test.inc (fma_test_data): Add another test.
26775 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26777         * manual/threads.texi (Non-POSIX Extensions): New document
26778         node.  Document pthread_getattr_default_np and
26779         pthread_setattr_default_np.
26781         * Versions.def (libpthread): Add GLIBC_2.18.
26782         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26784         Likewise.
26785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26786         Likewise.
26787         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26788         Likewise.
26789         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26790         Likewise.
26791         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26792         Likewise.
26793         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26794         Likewise.
26795         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26796         Likewise.
26797         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26798         Likewise.
26799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26800         Likewise.
26802 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26804         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26805         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26807 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26808             H.J. Lu  <hjl.tools@gmail.com>
26810         [BZ #15627]
26811         * sysdeps/x86_64/rtld-memset.c: Remove file.
26812         * sysdeps/x86_64/rtld-memset.S: New file.
26814 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26816         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26817         (test_in_one_mode): Take arguments for whether the rounding mode
26818         is supported for each floating-point type.
26819         (do_test): Pass new arguments to test_in_one_mode using
26820         ROUNDING_TESTS.
26822 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26824         * posix/tst-waitid.c (do_test): Distinguish different instances of
26825         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26826         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26827         before entering the kernel for waitpid.
26829 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26831         * NEWS: Fix note on clock function precision.  Text by Roland
26832         McGrath.
26834 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26836         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26837         it into place only when and if the sanity check passes.
26839 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26841         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26842         output for whether conversion result is exact.  Take argument
26843         indicating whether type is IBM long double.
26844         (round_for_all): Change need_exact field to ibm_ld.
26845         * stdlib/tst-strtod-round.c (struct exactness): New type.
26846         (struct test): Change bool ld_ok field to struct exactness exact.
26847         (TEST): Update all definitions for change to field.
26848         (tests): Regenerate array contents.
26849         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26850         field value.  Check for IBM long double here.
26851         (do_test): Update calls to test_in_one_mode.
26853 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26855         [BZ #12515]
26856         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26857         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26859 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26861         [BZ #15605]
26862         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26863         generated by the compiler on loop optimizations.
26864         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26865         general definitions.
26867 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26869         * math/bug-nextafter.c: Include <math-tests.h>.
26870         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26871         the relevant type.
26872         * math/bug-nexttoward.c: Include <math-tests.h>.
26873         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26874         the relevant type.
26875         * math/test-misc.c: Include <math-tests.h>.
26876         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26877         the relevant type.
26879 2013-06-12  Andreas Jaeger  <aj@suse.de>
26881         * po/ia.po: Update Interlingua translation from translation
26882         project.
26884 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26886         * include/fenv.h: Include stdbool.h.
26887         (struct rm_ctx): New structure.
26888         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26889         Define macro.
26890         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26891         (SET_RESTORE_ROUNDF): Likewise.
26892         (SET_RESTORE_ROUNDL): Likewise.
26893         (SET_RESTORE_ROUND_NOEX): Likewise.
26894         (SET_RESTORE_ROUND_NOEXF): Likewise.
26895         (SET_RESTORE_ROUND_NOEXL): Likewise.
26896         (SET_RESTORE_ROUND_53BIT): Likewise.
26897         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26898         (libc_feresetround_noexf_ctx): Likewise.
26899         (libc_feresetround_noexl_ctx): Likewise.
26900         (libc_feholdsetround_53bit_ctx): Likewise.
26901         (libc_feresetround_53bit_ctx): Likewise.
26902         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26903         (libc_feholdexcept_setround_sse_ctx): New function.
26904         (libc_fesetenv_sse_ctx): Likewise.
26905         (libc_feupdateenv_sse_ctx): Likewise.
26906         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26907         (libc_feholdexcept_setround_387_ctx): Likewise.
26908         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26909         (libc_feholdsetround_387_prec_ctx): Likewise.
26910         (libc_feholdsetround_387_ctx): Likewise.
26911         (libc_feholdsetround_387_53bit_ctx): Likewise.
26912         (libc_feholdsetround_sse_ctx): Likewise.
26913         (libc_feresetround_sse_ctx): Likewise.
26914         (libc_feresetround_387_ctx): Likewise.
26915         (libc_feupdateenv_387_ctx): Likewise.
26916         (libc_feholdexcept_setroundf_ctx): Define macro.
26917         (libc_fesetenvf_ctx): Likewise.
26918         (libc_feupdateenvf_ctx): Likewise.
26919         (libc_feholdsetroundf_ctx): Likewise.
26920         (libc_feresetroundf_ctx): Likewise.
26921         (libc_feholdexcept_setround_ctx): Likewise.
26922         (libc_fesetenv_ctx): Likewise.
26923         (libc_feupdateenv_ctx): Likewise.
26924         (libc_feholdsetround_ctx): Likewise.
26925         (libc_feresetround_ctx): Likewise.
26926         (libc_feholdexcept_setroundl_ctx): Likewise.
26927         (libc_feupdateenvl_ctx): Likewise.
26928         (libc_feholdsetroundl_ctx): Likewise.
26929         (libc_feresetroundl_ctx): Likewise.
26930         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26931         (libc_feresetround_53bit_ctx): Likewise.
26933 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26935         * locale/iso-639.def: Convert to UTF-8.
26937 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26939         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26940         (EXCEPTION_TESTS_double): Likewise.
26941         (EXCEPTION_TESTS_long_double): Likewise.
26942         (EXCEPTION_TESTS): Likewise.
26943         * math/libm-test.inc (test_exceptions): Only test exceptions if
26944         EXCEPTION_TESTS (FLOAT).
26946 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26948         * benchtests/Makefile (string-bench): Add strcpy_chk and
26949         stpcpy_chk.
26950         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26951         * benchtests/bench-stpcpy_chk.c: New file.
26952         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26953         * benchtests/bench-strcpy_chk.c: New file.
26954         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26955         code.
26956         (do_test): Likewise.
26958 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26960         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26961         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26962         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26963         with tabs where appropriate.
26964         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26965         dl-procinfo.h.
26966         [PPC_PLATFORM_PPC440]: Likewise.
26967         [PPC_PLATFORM_PPC464]: Likewise.
26968         [PPC_PLATFORM_PPC476]: Likewise.
26969         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26970         ppc464, and ppc476 platform strings merging from ports/
26971         dl-procinfo.h.
26973 2013-06-11  Andreas Schwab  <schwab@suse.de>
26975         [BZ #14991]
26976         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26977         (from_ucs4_idx): Regenerate.
26978         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26979         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26980         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26981         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26982         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26983         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26984         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26985         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26986         from FROM_LOOP and TO_LOOP specific macros.
26987         (BODY): Handle combining characters.
26988         * iconvdata/BIG5HKSCS.irreversible: Update.
26989         * iconvdata/BIG5HKSCS.precomposed: New file.
26990         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26991         characters.
26992         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26994 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26996         * include/sys/time.h: Fix indentation and add copyright header.
26998         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26999         (do_test): Likewise.
27000         * string/test-memchr.c (do_one_test): Likewise.
27001         (do_test): Likewise.
27002         * string/test-memcmp.c (do_one_test): Likewise.
27003         (do_test): Likewise.
27004         * string/test-memcpy.c (do_one_test): Likewise.
27005         (do_test): Likewise.
27006         * string/test-memmem.c (do_one_test): Likewise.
27007         (do_test): Likewise.
27008         (do_random_tests): Likewise.
27009         * string/test-memmove.c (do_one_test): Likewise.
27010         (do_test): Likewise.
27011         * string/test-memset.c (do_one_test): Likewise.
27012         (do_test): Likewise.
27013         * string/test-rawmemchr.c (do_one_test): Likewise.
27014         (do_test): Likewise.
27015         * string/test-strcasecmp.c (do_one_test): Likewise.
27016         (do_test): Likewise.
27017         * string/test-strcasestr.c (do_one_test): Likewise.
27018         (do_test): Likewise.
27019         * string/test-strcat.c (do_one_test): Likewise.
27020         (do_test): Likewise.
27021         * string/test-strchr.c (do_one_test): Likewise.
27022         (do_test): Likewise.
27023         * string/test-strcmp.c (do_one_test): Likewise.
27024         (do_test): Likewise.
27025         * string/test-strcpy.c (do_one_test): Likewise.
27026         (do_test): Likewise.
27027         * string/test-string.h: Likewise.
27028         (test_init): Likewise.
27029         * string/test-strlen.c (do_one_test): Likewise.
27030         (do_test): Likewise.
27031         * string/test-strncasecmp.c (do_one_test): Likewise.
27032         (do_test): Likewise.
27033         * string/test-strncat.c (do_one_test): Likewise.
27034         (do_test): Likewise.
27035         * string/test-strncmp.c (do_one_test): Likewise.
27036         (do_test_limit): Likewise.
27037         (do_test): Likewise.
27038         * string/test-strncpy.c (do_one_test): Likewise.
27039         (do_test): Likewise.
27040         * string/test-strnlen.c (do_one_test): Likewise.
27041         (do_test): Likewise.
27042         * string/test-strpbrk.c (do_one_test): Likewise.
27043         (do_test): Likewise.
27044         * string/test-strrchr.c (do_one_test): Likewise.
27045         (do_test): Likewise.
27046         * string/test-strspn.c (do_one_test): Likewise.
27047         (do_test): Likewise.
27048         * string/test-strstr.c (do_one_test): Likewise.
27049         (do_test): Likewise.
27051         * benchtests/Makefile (string-bench): Add string benchmarks.
27052         * benchtests/bench-bcopy-ifunc.c: New file.
27053         * benchtests/bench-bcopy.c: New file.
27054         * benchtests/bench-bzero-ifunc.c: New file.
27055         * benchtests/bench-bzero.c: New file.
27056         * benchtests/bench-memccpy-ifunc.c: New file.
27057         * benchtests/bench-memccpy.c: New file.
27058         * benchtests/bench-memchr-ifunc.c: New file.
27059         * benchtests/bench-memchr.c: New file.
27060         * benchtests/bench-memcmp-ifunc.c: New file.
27061         * benchtests/bench-memcmp.c: New file.
27062         * benchtests/bench-memmem-ifunc.c: New file.
27063         * benchtests/bench-memmem.c: New file.
27064         * benchtests/bench-memmove-ifunc.c: New file.
27065         * benchtests/bench-memmove.c: New file.
27066         * benchtests/bench-mempcpy-ifunc.c: New file.
27067         * benchtests/bench-mempcpy.c: New file.
27068         * benchtests/bench-memset-ifunc.c: New file.
27069         * benchtests/bench-memset.c: New file.
27070         * benchtests/bench-rawmemchr-ifunc.c: New file.
27071         * benchtests/bench-rawmemchr.c: New file.
27072         * benchtests/bench-stpcpy-ifunc.c: New file.
27073         * benchtests/bench-stpcpy.c: New file.
27074         * benchtests/bench-stpncpy-ifunc.c: New file.
27075         * benchtests/bench-stpncpy.c: New file.
27076         * benchtests/bench-strcasecmp-ifunc.c: New file.
27077         * benchtests/bench-strcasecmp.c: New file.
27078         * benchtests/bench-strcasestr-ifunc.c: New file.
27079         * benchtests/bench-strcasestr.c: New file.
27080         * benchtests/bench-strcat-ifunc.c: New file.
27081         * benchtests/bench-strcat.c: New file.
27082         * benchtests/bench-strchr-ifunc.c: New file.
27083         * benchtests/bench-strchr.c: New file.
27084         * benchtests/bench-strchrnul-ifunc.c: New file.
27085         * benchtests/bench-strchrnul.c: New file.
27086         * benchtests/bench-strcmp-ifunc.c: New file.
27087         * benchtests/bench-strcmp.c: New file.
27088         * benchtests/bench-strcpy-ifunc.c: New file.
27089         * benchtests/bench-strcpy.c: New file.
27090         * benchtests/bench-strcspn-ifunc.c: New file.
27091         * benchtests/bench-strcspn.c: New file.
27092         * benchtests/bench-strlen-ifunc.c: New file.
27093         * benchtests/bench-strlen.c: New file.
27094         * benchtests/bench-strncasecmp-ifunc.c: New file.
27095         * benchtests/bench-strncasecmp.c: New file.
27096         * benchtests/bench-strncat-ifunc.c: New file.
27097         * benchtests/bench-strncat.c: New file.
27098         * benchtests/bench-strncmp-ifunc.c: New file.
27099         * benchtests/bench-strncmp.c: New file.
27100         * benchtests/bench-strncpy-ifunc.c: New file.
27101         * benchtests/bench-strncpy.c: New file.
27102         * benchtests/bench-strnlen-ifunc.c: New file.
27103         * benchtests/bench-strnlen.c: New file.
27104         * benchtests/bench-strpbrk-ifunc.c: New file.
27105         * benchtests/bench-strpbrk.c: New file.
27106         * benchtests/bench-strrchr-ifunc.c: New file.
27107         * benchtests/bench-strrchr.c: New file.
27108         * benchtests/bench-strspn-ifunc.c: New file.
27109         * benchtests/bench-strspn.c: New file.
27110         * benchtests/bench-strstr-ifunc.c: New file.
27111         * benchtests/bench-strstr.c: New file.
27113         * benchtests/Makefile: Disable parallel execution of targets.
27114         (string-bench): Add memcpy.
27115         (benchset): New variable to store a list of benchmark sets.
27116         (bench-func): Renamed from bench.
27117         (bench-set): New target.
27118         (bench): Depend on bench-func and bench-set.
27119         * benchtests/README: Add section on benchmark sets.
27120         * benchtests/bench-memcpy-ifunc.c: New file.
27121         * benchtests/bench-memcpy.c: New file.
27122         * benchtests/bench-string.h: New file.
27124 2013-06-11  Andreas Schwab  <schwab@suse.de>
27126         [BZ #15577]
27127         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27128         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27129         values in the triple.
27130         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27131         terminator in the group key.
27133 2013-06-11  Andreas Jaeger  <aj@suse.de>
27135         * po/zh_TW.po: Update Chinese (traditional) translation from
27136         translation project.
27138 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27140         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27141         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27142         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27143         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27144         (clock_getcpuclockid): Likewise.
27145         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27146         Add weak_alias and libc_hidden_def.
27147         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27148         * rt/clock_gettime.c (clock_gettime): Rename to
27149         __clock_gettime.  Add weak_alias and libc_hidden_def.
27150         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27151         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27152         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27153         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27154         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27155         Likewise.
27156         * rt/clock_settime.c (clock_settime): Rename to
27157         __clock_settime.  Add weak_alias and libc_hidden_def.
27158         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27160 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27162         * mach/err_boot.sub: Remove trailing whitespace.
27163         * mach/err_ipc.sub: Likewise.
27164         * mach/err_mach.sub: Likewise.
27166         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27167         (ROUNDING_TESTS_double): Likewise.
27168         (ROUNDING_TESTS_long_double): Likewise.
27169         (ROUNDING_TESTS): Likewise.
27170         * math/libm-test.inc: Include <math-tests.h>.
27171         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27172         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27173         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27174         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27176 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27178         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27179         of assigning.
27181 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27183         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27184         otherwise empty TRANS lines.
27185         * sysdeps/gnu/errlist.c: Regenerated.
27187         * catgets/gencat.c (error_print): Use (void) in function
27188         definition.
27189         * crypt/crypt_util.c (__init_des): Likewise.
27190         * crypt/speeds.c (Stop): Likewise.
27191         (main): Likewise.
27192         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27193         * inet/ruserpass.c (token): Likewise.
27194         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27195         * intl/localealias.c (extend_alias_table): Likewise.
27196         * intl/plural-exp.c (init_germanic_plural): Likewise.
27197         * libio/fcloseall.c (__fcloseall): Likewise.
27198         * libio/genops.c (_IO_flush_all): Likewise.
27199         (_IO_flush_all_linebuffered): Likewise.
27200         (_IO_cleanup): Likewise.
27201         (_IO_iter_begin): Likewise.
27202         (_IO_iter_end): Likewise.
27203         (_IO_list_lock): Likewise.
27204         (_IO_list_unlock): Likewise.
27205         (_IO_list_resetlock): Likewise.
27206         * libio/getchar.c (getchar): Likewise.
27207         * libio/getchar_u.c (getchar_unlocked): Likewise.
27208         * libio/getwchar.c (getwchar): Likewise.
27209         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27210         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27211         * login/getpt.c (__getpt): Likewise.
27212         * login/tst-utmp.c (main): Likewise.
27213         * malloc/hooks.c (__malloc_check_init): Likewise.
27214         * malloc/malloc.c (__malloc_stats): Likewise.
27215         * malloc/mtrace.c (tr_break): Likewise.
27216         (mtrace): Likewise.
27217         (muntrace): Likewise.
27218         * misc/fstab.c (endfsent): Likewise.
27219         * misc/getclktck.c (__getclktck): Likewise.
27220         * misc/getdtsz.c (__getdtablesize): Likewise.
27221         * misc/gethostid.c (gethostid): Likewise.
27222         * misc/getpagesize.c (__getpagesize): Likewise.
27223         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27224         (__get_nprocs): Likewise.
27225         (__get_phys_pages): Likewise.
27226         (__get_avphys_pages): Likewise.
27227         * misc/getttyent.c (getttyent): Likewise.
27228         (setttyent): Likewise.
27229         (endttyent): Likewise.
27230         * misc/getusershell.c (getusershell): Likewise.
27231         (endusershell): Likewise.
27232         (setusershell): Likewise.
27233         (initshells): Likewise.
27234         * misc/hsearch.c (__hdestroy): Likewise.
27235         * misc/sync.c (sync): Likewise.
27236         * misc/syslog.c (closelog_internal): Likewise.
27237         (closelog): Likewise.
27238         * misc/ttyslot.c (ttyslot): Likewise.
27239         * misc/vhangup.c (vhangup): Likewise.
27240         * posix/fork.c (__fork): Likewise.
27241         * posix/getegid.c (__getegid): Likewise.
27242         * posix/geteuid.c (__geteuid): Likewise.
27243         * posix/getgid.c (__getgid): Likewise.
27244         * posix/getpid.c (__getpid): Likewise.
27245         * posix/getppid.c (__getppid): Likewise.
27246         * posix/getuid.c (__getuid): Likewise.
27247         * posix/pause.c (pause): Likewise.
27248         * posix/setpgrp.c (setpgrp): Likewise.
27249         * posix/setsid.c (__setsid): Likewise.
27250         * posix/test-vfork.c (noop): Likewise.
27251         * resolv/gethnamaddr.c (_endhtent): Likewise.
27252         (_gethtent): Likewise.
27253         (ht_endhostent): Likewise.
27254         (gethostent): Likewise.
27255         (dns_service): Likewise.
27256         * stdlib/drand48.c (drand48): Likewise.
27257         * stdlib/lrand48.c (lrand48): Likewise.
27258         * stdlib/mrand48.c (mrand48): Likewise.
27259         * stdlib/rand.c (rand): Likewise.
27260         * stdlib/random.c (__random): Likewise.
27261         * stdlib/setenv.c (clearenv): Likewise.
27262         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27263         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27264         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27265         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27266         (__get_nprocs): Likewise.
27267         (__get_phys_pages): Likewise.
27268         (__get_avphys_pages): Likewise.
27269         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27270         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27271         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27272         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27273         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27274         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27275         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27276         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27277         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27278         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27279         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27280         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27281         * sysdeps/posix/clock.c (clock): Likewise.
27282         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27283         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27284         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27285         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27286         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27287         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27288         (__get_nprocs_conf): Likewise.
27289         (__get_phys_pages): Likewise.
27290         (__get_avphys_pages): Likewise.
27291         * time/clock.c (clock): Likewise.
27292         * time/tzset.c (__tzname_max): Likewise.
27294 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27296         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27297         (__bswap_32): Do not use "register".
27298         * crypt/crypt.c (_ufc_doit_r): Likewise.
27299         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27300         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27301         * gmon/gmon.c (__monstartup): Likewise.
27302         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27303         * hurd/hurdmalloc.c (more_memory): Likewise.
27304         (malloc): Likewise.
27305         (free): Likewise.
27306         (realloc): Likewise.
27307         (malloc_fork_prepare): Likewise.
27308         (malloc_fork_parent): Likewise.
27309         (malloc_fork_child): Likewise.
27310         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27311         (_svcauth_des): Likewise.
27312         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27313         * inet/inet_net.c (inet_network): Likewise.
27314         * inet/inet_netof.c (inet_netof): Likewise.
27315         * inet/rcmd.c (__validuser2_sa): Likewise.
27316         * io/fts.c (fts_open): Likewise.
27317         (fts_load): Likewise.
27318         (fts_close): Likewise.
27319         (fts_read): Likewise.
27320         (fts_children): Likewise.
27321         (fts_build): Likewise.
27322         (fts_stat): Likewise.
27323         (fts_sort): Likewise.
27324         (fts_alloc): Likewise.
27325         (fts_lfree): Likewise.
27326         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27327         (_IO_file_xsgetn): Likewise.
27328         (_IO_file_xsgetn_mmap): Likewise.
27329         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27330         (_IO_cookie_write): Likewise.
27331         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27332         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27333         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27334         * malloc/obstack.c (_obstack_begin): Likewise.
27335         (_obstack_begin_1): Likewise.
27336         (_obstack_newchunk): Likewise.
27337         (_obstack_allocated_p): Likewise.
27338         (obstack_free): Likewise.
27339         (_obstack_memory_used): Likewise.
27340         * misc/getttyent.c (getttynam): Likewise.
27341         (getttyent): Likewise.
27342         (skip): Likewise.
27343         (value): Likewise.
27344         * misc/getusershell.c (initshells): Likewise.
27345         * misc/syslog.c (__vsyslog_chk): Likewise.
27346         * misc/ttyslot.c (ttyslot): Likewise.
27347         * nis/nis_hash.c (__nis_hash): Likewise.
27348         * posix/fnmatch_loop.c (FCT): Likewise.
27349         * posix/getconf.c (print_all): Likewise.
27350         (main): Likewise.
27351         * posix/getopt.c (exchange): Likewise.
27352         * posix/glob.c (globfree): Likewise.
27353         (prefix_array): Likewise.
27354         (__glob_pattern_type): Likewise.
27355         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27356         (NS_GET32): Likewise.
27357         (NS_PUT16): Likewise.
27358         (NS_PUT32): Likewise.
27359         * resolv/gethnamaddr.c (getanswer): Likewise.
27360         (gethostbyname2): Likewise.
27361         (gethostbyaddr): Likewise.
27362         (_gethtent): Likewise.
27363         (_gethtbyname2): Likewise.
27364         (_gethtbyaddr): Likewise.
27365         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27366         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27367         * resolv/res_init.c (__res_vinit): Likewise.
27368         (net_mask): Likewise.
27369         * resolv/res_mkquery.c (outchar): Likewise.
27370         (PRINT): Likewise.
27371         * stdio-common/printf_fp.c (outchar): Likewise.
27372         (PRINT): Likewise.
27373         * stdio-common/printf_fphex.c (outchar): Likewise.
27374         (PRINT): Likewise.
27375         * stdio-common/printf_size.c (outchar): Likewise.
27376         (PRINT): Likewise.
27377         * stdio-common/test_rdwr.c (main): Likewise.
27378         * stdio-common/tfformat.c (matches): Likewise.
27379         * stdio-common/vfprintf.c (outchar): Likewise.
27380         (printf_unknown): Likewise.
27381         (buffered_vfprintf): Likewise.
27382         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27383         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27384         (ReadFile): Likewise.
27385         * stdlib/qsort.c (SWAP): Likewise.
27386         (_quicksort): Likewise.
27387         * stdlib/setenv.c (__add_to_environ): Likewise.
27388         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27389         * stdlib/strtol_l.c (__strtol_l): Likewise.
27390         * stdlib/tst-strtod.c (main): Likewise.
27391         * stdlib/tst-strtol.c (main): Likewise.
27392         * stdlib/tst-strtoll.c (main): Likewise.
27393         * string/bits/string2.h (__strcmp_cc): Likewise.
27394         (__strcmp_cg): Likewise.
27395         (__strcspn_c1): Likewise.
27396         (__strcspn_c2): Likewise.
27397         (__strcspn_c3): Likewise.
27398         (__strspn_c1): Likewise.
27399         (__strspn_c2): Likewise.
27400         (__strspn_c3): Likewise.
27401         (__strsep_1c): Likewise.
27402         (__strsep_2c): Likewise.
27403         (__strsep_3c): Likewise.
27404         * string/memccpy.c (__memccpy): Likewise.
27405         * string/stpcpy.c (__stpcpy): Likewise.
27406         * string/strcmp.c (strcmp): Likewise.
27407         * string/strrchr.c (strrchr): Likewise.
27408         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27409         Likewise.
27410         * sysdeps/mach/hurd/getcwd.c
27411         (_hurd_canonicalize_directory_name_internal): Likewise.
27412         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27413         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27414         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27415         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27416         Likewise, in both definitions.
27417         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27418         definitions.
27419         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27420         64] (__bswap_64): Likewise.
27421         * time/test_time.c (main): Likewise.
27422         * time/tzfile.c (__tzfile_read): Likewise.
27423         (__tzfile_compute): Likewise.
27424         * time/tzset.c (__tzset_parse_tz): Likewise.
27425         (tzset_internal): Likewise.
27426         (compute_change): Likewise.
27427         * wcsmbs/wcscat.c (__wcscat): Likewise.
27428         * wcsmbs/wcschr.c (wcschr): Likewise.
27429         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27430         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27431         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27432         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27433         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27434         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27435         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27436         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27437         * wcsmbs/wmemset.c (wmemset): Likewise.
27439 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27441         * scripts/config.guess: Update to version 2013-05-16.
27442         * scripts/config.sub: Update to version 2013-04-24.
27443         * scripts/install-sh: Update to version 2011-11-20.07.
27444         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27445         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27447 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27449         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27450         * elf/sln.c: Likewise.
27451         * hurd/hurd/ioctl.h: Likewise.
27452         * hurd/hurdmalloc.c: Likewise.
27453         * hurd/xattr.c: Likewise.
27454         * include/shlib-compat.h: Likewise.
27455         * inet/ruserpass.c: Likewise.
27456         * libio/iofgets_u.c: Likewise.
27457         * libio/iofgetws_u.c: Likewise.
27458         * locale/programs/ld-identification.c: Likewise.
27459         * locale/programs/ld-time.c: Likewise.
27460         * mach/msg-destroy.c: Likewise.
27461         * nss/nss_files/files-netgrp.c: Likewise.
27462         * resolv/res_data.c: Likewise.
27463         * soft-fp/op-1.h: Likewise.
27464         * soft-fp/op-2.h: Likewise.
27465         * soft-fp/op-4.h: Likewise.
27466         * soft-fp/op-common.h: Likewise.
27467         * stdio-common/printf_fphex.c: Likewise.
27468         * stdlib/strtod_l.c: Likewise.
27469         * sunrpc/rpc/clnt.h: Likewise.
27470         * sysdeps/generic/framestate.c: Likewise.
27471         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27472         * sysdeps/i386/bsd-setjmp.S: Likewise.
27473         * sysdeps/i386/__longjmp.S: Likewise.
27474         * sysdeps/i386/setjmp.S: Likewise.
27475         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27476         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27477         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27478         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27479         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27480         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27481         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27482         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27483         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27484         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27485         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27486         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27487         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27488         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27489         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27490         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27491         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27492         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27493         * sysdeps/ieee754/support.c: Likewise.
27494         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27495         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27496         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27497         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27498         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27499         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27500         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27501         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27502         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27503         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27504         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27505         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27506         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27507         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27508         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27509         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27510         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27513 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27515         * posix/transbug.c: Remove executable mode.
27517 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27519         * crypt/speeds.c: Remove trailing whitespace.
27520         * dlfcn/default.c: Likewise.
27521         * elf/ifuncdep2.c: Likewise.
27522         * elf/ifuncmain1.c: Likewise.
27523         * elf/ifuncmain1vis.c: Likewise.
27524         * elf/testobj.h: Likewise.
27525         * elf/tst-stackguard1.c: Likewise.
27526         * gmon/sys/gmon.h: Likewise.
27527         * hurd/hurdmsg.c: Likewise.
27528         * hurd/new-fd.c: Likewise.
27529         * hurd/ports-get.c: Likewise.
27530         * iconvdata/ibm1008_420.c: Likewise.
27531         * inet/tst-getni1.c: Likewise.
27532         * inet/tst-getni2.c: Likewise.
27533         * libio/ioungetc.c: Likewise.
27534         * libio/wfiledoalloc.c: Likewise.
27535         * manual/libm-err-tab.pl: Likewise.
27536         * math/w_dremf.c: Likewise.
27537         * misc/ftruncate.c: Likewise.
27538         * posix/bug-glob2.c: Likewise.
27539         * posix/tst-pcre.c: Likewise.
27540         * posix/wait4.c: Likewise.
27541         * resolv/README: Likewise.
27542         * resolv/res_debug.h: Likewise.
27543         * resolv/tst-inet_ntop.c: Likewise.
27544         * setjmp/bug269-setjmp.c: Likewise.
27545         * soft-fp/extended.h: Likewise.
27546         * soft-fp/op-1.h: Likewise.
27547         * soft-fp/op-2.h: Likewise.
27548         * soft-fp/op-4.h: Likewise.
27549         * soft-fp/op-8.h: Likewise.
27550         * soft-fp/testit.c: Likewise.
27551         * stdio-common/bug16.c: Likewise.
27552         * stdlib/random.c: Likewise.
27553         * sunrpc/rpcsvc/rquota.x: Likewise.
27554         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27555         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27556         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27557         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27558         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27559         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27560         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27561         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27562         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27563         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27564         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27565         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27566         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27567         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27568         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27569         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27570         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27571         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27572         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27573         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27574         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27575         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27576         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27577         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27578         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27579         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27580         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27581         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27582         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27583         * sysdeps/ieee754/s_lib_version.c: Likewise.
27584         * sysdeps/mach/hurd/check_fds.c: Likewise.
27585         * sysdeps/mach/hurd/getsockname.c: Likewise.
27586         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27587         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27588         * sysdeps/powerpc/bits/link.h: Likewise.
27589         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27590         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27591         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27592         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27593         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27594         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27595         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27596         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27597         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27598         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27599         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27600         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27601         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27602         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27603         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27604         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27605         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27606         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27607         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27608         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27609         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27610         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27611         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27612         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27613         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27614         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27615         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27616         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27617         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27618         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27619         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27620         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27621         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27622         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27623         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27624         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27625         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27626         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27627         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27628         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27629         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27630         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27631         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27632         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27633         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27634         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27635         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27636         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27637         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27638         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27639         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27640         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27641         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27642         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27643         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27644         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27645         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27646         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27647         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27648         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27649         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27650         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27651         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27652         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27653         * sysdeps/powerpc/sysdep.h: Likewise.
27654         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27655         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27656         * sysdeps/sh/dl-trampoline.S: Likewise.
27657         * sysdeps/sh/memset.S: Likewise.
27658         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27659         * sysdeps/sh/strlen.S: Likewise.
27660         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27661         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27662         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27663         * sysdeps/sparc/sparc32/rem.S: Likewise.
27664         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27665         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27666         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27667         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27668         * sysdeps/sparc/sparc32/urem.S: Likewise.
27669         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27670         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27671         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27672         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27673         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27674         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27675         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27676         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27677         * sysdeps/unix/bsd/times.c: Likewise.
27678         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27679         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27683         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27684         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27685         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27686         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27687         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27688         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27689         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27690         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27691         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27692         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27693         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27694         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27695         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27696         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27697         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27698         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27699         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27700         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27701         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27702         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27703         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27704         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27705         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27706         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27707         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27708         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27709         * sysdeps/x86_64/strcspn.S: Likewise.
27711 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27713         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27714         generated file.  Regenerate properly from gen-translit.pl.
27715         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27716         locale/C-translit.h.
27718 2013-06-05  Andreas Schwab  <schwab@suse.de>
27720         [BZ #15100]
27721         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27722         week as 6 instead of -1.
27723         * time/tst-strptime.c (day_tests): Add test case.
27725 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27727         * sysdeps/generic/math_private.h
27728         (libc_feholdexcept_setround_53bit): Replace with
27729         libc_feholdsetround_53bit.
27730         (libc_feupdateenv_53bit): Replace with
27731         libc_feresetround_53bit.
27732         (SET_RESTORE_ROUND_53BIT): Adjust.
27734 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27736         * string/test-strchrnul.c: Add copyright header.
27738         * posix/tst-getaddrinfo4.c: Increase test timeout.
27740 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27742         [BZ #15536]
27743         * math/libm-test.inc (MAX_EXP): Remove
27744         (MIN_EXP): Define.
27745         (ulp): Use MIN_EXP - MANT_DIG.
27746         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27748 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27750         * po/be.po: Revert last change.
27751         * po/zh_CN.po: Likewise.
27752         * po/header.pot: Likewise.
27754 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27756         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27757         link-libc-deps to empty as target-specific variable.
27758         * Makerules (link-libc-args): New variable.
27759         (libc-for-link): Likewise.
27760         (link-libc-deps): Likewise.
27761         (lib%.so): Depend on $(link-libc-deps).  Link with
27762         $(link-libc-args).
27763         (build-module): Link with $(link-libc-args).
27764         (build-module-asneeded): Likewise.
27765         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27766         list of objects.
27767         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27768         target-specific variable.
27769         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27770         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27771         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27772         libc.
27773         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27774         libc and ld.so.
27775         ($(objpfx)libpcprofile.so): Likewise.
27776         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27777         libc_nonshared.a.
27778         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27779         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27780         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27781         $(link-libc-deps).
27782         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27783         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27784         * login/Makefile ($(objpfx)libutil.so): Likewise.
27785         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27786         * math/Makefile ($(objpfx)libm.so): Likewise.
27787         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27788         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27789         variable instead of depending directly on libc.
27790         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27791         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27792         $(link-libc-deps).
27793         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27794         libc.
27795         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27796         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27797         ($(objpfx)libanl.so): Likewise.
27798         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27799         ld.so.
27800         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27801         $(link-libc-deps).
27802         * sysdeps/i386/fpu/Makefile: Remove file.
27803         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27804         ($(objpfx)libm.so): Remove dependency on ld.so.
27806 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27808         [BZ # 15553]
27809         * nis/yp_xdr.c (XDRMAXNAME): Define.
27810         (XDRMAXRECORD): Define.
27811         (xdr_domainname): Use XDRMAXNAME.
27812         (xdr_mapname): Likewise.
27813         (xdr_peername): Likewise.
27814         (xdr_keydat): Use XDRMAXRECORD.
27815         (xdr_valdat): Likewise.
27817 2013-05-30  Jeff Law  <law@redhat.com>
27819         [BZ #14256]
27820         * manual/errno.texi (ESTALE): Update to account for more than
27821         just NFS file systems.
27822         * sysdeps/gnu/errlist.c: Regenerated.
27824 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27826         [BZ #15465]
27827         * elf/Makefile (tests): Add tst-null-argv.
27828         (modules-names):  Add tst-null-argv-lib.
27829         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27830         (tst-null-argv-ENV): Set environment for tst-null-argv.
27831         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27832         (RTLD_PROGNAME): New macro.
27833         * elf/tst-null-argv.c: New test case.
27834         * elf/tst-null-argv-lib.c: Library for test case.
27835         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27836         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27837         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27838         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27839         * elf/dl-init.c (call_init): Likewise.
27840         (_dl_init): Likewise.
27841         * elf/dl-load.c (print_search_path): Likewise.
27842         (_dl_map_object): Likewise.
27843         * elf/dl-lookup.c (do_lookup_x): Likewise.
27844         (add_dependency): Likewise.
27845         (_dl_lookup_symbol_x): Likewise.
27846         (_dl_debug_bindings): Likewise.
27847         * elf/dl-open.c (_dl_show_scope): Likewise.
27848         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27849         * elf/dl-version.c (match_symbol): Likewise.
27850         (_dl_check_map_versions): Likewise.
27851         * elf/rtld.c (dl_main): Likewise.
27852         (print_unresolved): Use RTLD_PROGNAME.
27853         (print_missing_version): Likewise.
27854         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27855         (elf_machine_rela): Likewise.
27856         * sysdeps/powerpc/powerpc32/dl-machine.c
27857         (__process_machine_rela): Likewise.
27858         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27859         Likewise.
27860         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27861         Likewise.
27862         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27863         Likewise.
27864         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27865         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27866         Likewise.
27867         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27868         Likewise.
27869         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27871 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27873         * po/be.po: Add descriptive title.
27874         * po/zh_CN.po: Likewise.
27875         * po/header.pot: Likewise.
27877 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27879         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27880         error message.
27881         (enlarge_archive): Likewise.
27883 2013-05-28  Ben North  <ben@redfrontdoor.org>
27885         * manual/arith.texi (frexp): It is the magnitude of the return
27886         value which lies in [0.5, 1), not the return value itself.
27888 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27890         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27892 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27894         * stdio-common/bug26.c (main): Correct fscanf template.
27896         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27897         declare _dl_skip_args.
27899         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27900         Don't declare.
27902         * manual/platform.texi: Add missing @end deftypefun.
27904 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27906         [BZ #15529]
27907         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27908         bit of mantissa of 2^16382.
27909         * math/libm-test.inc (hypot_test_data): Add more tests.
27911         * math/libm-test.inc: Add drem and pow10 to list of tested
27912         functions.
27913         (pow10_test): New function.
27914         (drem_test): Likewise.
27915         (drem_test_tonearest): Likewise.
27916         (drem_test_towardzero): Likewise.
27917         (drem_test_downward): Likewise.
27918         (drem_test_upward): Likewise.
27919         (main): Call the new functions.
27921         * math/libm-test.inc (finite_test_data): Remove.
27922         (finite_test): Run tests from isfinite_test_data.
27923         (gamma_test_data): Remove.
27924         (gamma_test): Run tests from lgamma_test_data.
27925         * sysdeps/i386/fpu/libm-test-ulps: Update.
27926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27928 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27930         * manual/platform.texi: Add PowerPC PPR function set documentation.
27931         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27932         implementation.
27934 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27936         * math/libm-test.inc (MAX_EXP): Define.
27937         (ULPDIFF): Define.
27938         (ulp): New function.
27939         (check_float_internal): Use ULPDIFF.
27940         (cpow_test): Disable failing test.
27941         (check_ulp): Test ulp() implemetnation.
27942         (main): Call check_ulp before starting tests.
27944 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27946         * math/gen-libm-test.pl (generate_testfile): Do not handle
27947         START_DATA and END_DATA.
27948         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27949         END_DATA.
27950         (acos_tonearest_test_data): Likewise.
27951         (acos_towardzero_test_data): Likewise.
27952         (acos_downward_test_data): Likewise.
27953         (acos_upward_test_data): Likewise.
27954         (acosh_test_data): Likewise.
27955         (asin_test_data): Likewise.
27956         (asin_tonearest_test_data): Likewise.
27957         (asin_towardzero_test_data): Likewise.
27958         (asin_downward_test_data): Likewise.
27959         (asin_upward_test_data): Likewise.
27960         (asinh_test_data): Likewise.
27961         (atan_test_data): Likewise.
27962         (atanh_test_data): Likewise.
27963         (atan2_test_data): Likewise.
27964         (cabs_test_data): Likewise.
27965         (cacos_test_data): Likewise.
27966         (cacosh_test_data): Likewise.
27967         (carg_test_data): Likewise.
27968         (casin_test_data): Likewise.
27969         (casinh_test_data): Likewise.
27970         (catan_test_data): Likewise.
27971         (catanh_test_data): Likewise.
27972         (cbrt_test_data): Likewise.
27973         (ccos_test_data): Likewise.
27974         (ccosh_test_data): Likewise.
27975         (ceil_test_data): Likewise.
27976         (cexp_test_data): Likewise.
27977         (cimag_test_data): Likewise.
27978         (clog_test_data): Likewise.
27979         (clog10_test_data): Likewise.
27980         (conj_test_data): Likewise.
27981         (copysign_test_data): Likewise.
27982         (cos_test_data): Likewise.
27983         (cos_tonearest_test_data): Likewise.
27984         (cos_towardzero_test_data): Likewise.
27985         (cos_downward_test_data): Likewise.
27986         (cos_upward_test_data): Likewise.
27987         (cosh_test_data): Likewise.
27988         (cosh_tonearest_test_data): Likewise.
27989         (cosh_towardzero_test_data): Likewise.
27990         (cosh_downward_test_data): Likewise.
27991         (cosh_upward_test_data): Likewise.
27992         (cpow_test_data): Likewise.
27993         (cproj_test_data): Likewise.
27994         (creal_test_data): Likewise.
27995         (csin_test_data): Likewise.
27996         (csinh_test_data): Likewise.
27997         (csqrt_test_data): Likewise.
27998         (ctan_test_data): Likewise.
27999         (ctan_tonearest_test_data): Likewise.
28000         (ctan_towardzero_test_data): Likewise.
28001         (ctan_downward_test_data): Likewise.
28002         (ctan_upward_test_data): Likewise.
28003         (ctanh_test_data): Likewise.
28004         (ctanh_tonearest_test_data): Likewise.
28005         (ctanh_towardzero_test_data): Likewise.
28006         (ctanh_downward_test_data): Likewise.
28007         (ctanh_upward_test_data): Likewise.
28008         (erf_test_data): Likewise.
28009         (erfc_test_data): Likewise.
28010         (exp_test_data): Likewise.
28011         (exp_tonearest_test_data): Likewise.
28012         (exp_towardzero_test_data): Likewise.
28013         (exp_downward_test_data): Likewise.
28014         (exp_upward_test_data): Likewise.
28015         (exp10_test_data): Likewise.
28016         (exp2_test_data): Likewise.
28017         (expm1_test_data): Likewise.
28018         (fabs_test_data): Likewise.
28019         (fdim_test_data): Likewise.
28020         (finite_test_data): Likewise.
28021         (floor_test_data): Likewise.
28022         (fma_test_data): Likewise.
28023         (fma_towardzero_test_data): Likewise.
28024         (fma_downward_test_data): Likewise.
28025         (fma_upward_test_data): Likewise.
28026         (fmax_test_data): Likewise.
28027         (fmin_test_data): Likewise.
28028         (fmod_test_data): Likewise.
28029         (fpclassify_test_data): Likewise.
28030         (frexp_test_data): Likewise.
28031         (gamma_test_data): Likewise.
28032         (hypot_test_data): Likewise.
28033         (ilogb_test_data): Likewise.
28034         (isfinite_test_data): Likewise.
28035         (isgreater_test_data): Likewise.
28036         (isgreaterequal_test_data): Likewise.
28037         (isinf_test_data): Likewise.
28038         (isless_test_data): Likewise.
28039         (islessequal_test_data): Likewise.
28040         (islessgreater_test_data): Likewise.
28041         (isnan_test_data): Likewise.
28042         (isnormal_test_data): Likewise.
28043         (issignaling_test_data): Likewise.
28044         (isunordered_test_data): Likewise.
28045         (j0_test_data): Likewise.
28046         (j1_test_data): Likewise.
28047         (jn_test_data): Likewise.
28048         (ldexp_test_data): Likewise.
28049         (lgamma_test_data): Likewise.
28050         (lrint_test_data): Likewise.
28051         (lrint_tonearest_test_data): Likewise.
28052         (lrint_towardzero_test_data): Likewise.
28053         (lrint_downward_test_data): Likewise.
28054         (lrint_upward_test_data): Likewise.
28055         (llrint_test_data): Likewise.
28056         (llrint_tonearest_test_data): Likewise.
28057         (llrint_towardzero_test_data): Likewise.
28058         (llrint_downward_test_data): Likewise.
28059         (llrint_upward_test_data): Likewise.
28060         (log_test_data): Likewise.
28061         (log10_test_data): Likewise.
28062         (log1p_test_data): Likewise.
28063         (log2_test_data): Likewise.
28064         (logb_test_data): Likewise.
28065         (logb_downward_test_data): Likewise.
28066         (lround_test_data): Likewise.
28067         (llround_test_data): Likewise.
28068         (modf_test_data): Likewise.
28069         (nearbyint_test_data): Likewise.
28070         (nextafter_test_data): Likewise.
28071         (nexttoward_test_data): Likewise.
28072         (pow_test_data): Likewise.
28073         (pow_tonearest_test_data): Likewise.
28074         (pow_towardzero_test_data): Likewise.
28075         (pow_downward_test_data): Likewise.
28076         (pow_upward_test_data): Likewise.
28077         (remainder_test_data): Likewise.
28078         (remainder_tonearest_test_data): Likewise.
28079         (remainder_towardzero_test_data): Likewise.
28080         (remainder_downward_test_data): Likewise.
28081         (remainder_upward_test_data): Likewise.
28082         (remquo_test_data): Likewise.
28083         (rint_test_data): Likewise.
28084         (rint_tonearest_test_data): Likewise.
28085         (rint_towardzero_test_data): Likewise.
28086         (rint_downward_test_data): Likewise.
28087         (rint_upward_test_data): Likewise.
28088         (round_test_data): Likewise.
28089         (scalb_test_data): Likewise.
28090         (scalbn_test_data): Likewise.
28091         (scalbln_test_data): Likewise.
28092         (signbit_test_data): Likewise.
28093         (sin_test_data): Likewise.
28094         (sin_tonearest_test_data): Likewise.
28095         (sin_towardzero_test_data): Likewise.
28096         (sin_downward_test_data): Likewise.
28097         (sin_upward_test_data): Likewise.
28098         (sincos_test_data): Likewise.
28099         (sinh_test_data): Likewise.
28100         (sinh_tonearest_test_data): Likewise.
28101         (sinh_towardzero_test_data): Likewise.
28102         (sinh_downward_test_data): Likewise.
28103         (sinh_upward_test_data): Likewise.
28104         (sqrt_test_data): Likewise.
28105         (tan_test_data): Likewise.
28106         (tan_tonearest_test_data): Likewise.
28107         (tan_towardzero_test_data): Likewise.
28108         (tan_downward_test_data): Likewise.
28109         (tan_upward_test_data): Likewise.
28110         (tanh_test_data): Likewise.
28111         (tgamma_test_data): Likewise.
28112         (trunc_test_data): Likewise.
28113         (y0_test_data): Likewise.
28114         (y1_test_data): Likewise.
28115         (yn_test_data): Likewise.
28116         (significand_test_data): Likewise.
28118         * math/gen-libm-test.pl (@functions): Remove variable.
28119         (generate_testfile): Don't handle START and END lines.
28120         * math/libm-test.inc (START): New macro.
28121         (END): Likewise.
28122         (END_COMPLEX): Likewise.
28123         (acos_test): Use END macro without arguments.
28124         (acos_test_tonearest): Likewise.
28125         (acos_test_towardzero): Likewise.
28126         (acos_test_downward): Likewise.
28127         (acos_test_upward): Likewise.
28128         (acosh_test): Likewise.
28129         (asin_test): Likewise.
28130         (asin_test_tonearest): Likewise.
28131         (asin_test_towardzero): Likewise.
28132         (asin_test_downward): Likewise.
28133         (asin_test_upward): Likewise.
28134         (asinh_test): Likewise.
28135         (atan_test): Likewise.
28136         (atanh_test): Likewise.
28137         (atan2_test): Likewise.
28138         (cabs_test): Likewise.
28139         (cacos_test): Use END_COMPLEX macro without arguments.
28140         (cacosh_test): Likewise.
28141         (carg_test): Use END macro without arguments.
28142         (casin_test): Use END_COMPLEX macro without arguments.
28143         (casinh_test): Likewise.
28144         (catan_test): Likewise.
28145         (catanh_test): Likewise.
28146         (cbrt_test): Use END macro without arguments.
28147         (ccos_test): Use END_COMPLEX macro without arguments.
28148         (ccosh_test): Likewise.
28149         (ceil_test): Use END macro without arguments.
28150         (cexp_test): Use END_COMPLEX macro without arguments.
28151         (cimag_test): Use END macro without arguments.
28152         (clog_test): Use END_COMPLEX macro without arguments.
28153         (clog10_test): Likewise.
28154         (conj_test): Likewise.
28155         (copysign_test): Use END macro without arguments.
28156         (cos_test): Likewise.
28157         (cos_test_tonearest): Likewise.
28158         (cos_test_towardzero): Likewise.
28159         (cos_test_downward): Likewise.
28160         (cos_test_upward): Likewise.
28161         (cosh_test): Likewise.
28162         (cosh_test_tonearest): Likewise.
28163         (cosh_test_towardzero): Likewise.
28164         (cosh_test_downward): Likewise.
28165         (cosh_test_upward): Likewise.
28166         (cpow_test): Use END_COMPLEX macro without arguments.
28167         (cproj_test): Likewise.
28168         (creal_test): Use END macro without arguments.
28169         (csin_test): Use END_COMPLEX macro without arguments.
28170         (csinh_test): Likewise.
28171         (csqrt_test): Likewise.
28172         (ctan_test): Likewise.
28173         (ctan_test_tonearest): Likewise.
28174         (ctan_test_towardzero): Likewise.
28175         (ctan_test_downward): Likewise.
28176         (ctan_test_upward): Likewise.
28177         (ctanh_test): Likewise.
28178         (ctanh_test_tonearest): Likewise.
28179         (ctanh_test_towardzero): Likewise.
28180         (ctanh_test_downward): Likewise.
28181         (ctanh_test_upward): Likewise.
28182         (erf_test): Use END macro without arguments.
28183         (erfc_test): Likewise.
28184         (exp_test): Likewise.
28185         (exp_test_tonearest): Likewise.
28186         (exp_test_towardzero): Likewise.
28187         (exp_test_downward): Likewise.
28188         (exp_test_upward): Likewise.
28189         (exp10_test): Likewise.
28190         (exp2_test): Likewise.
28191         (expm1_test): Likewise.
28192         (fabs_test): Likewise.
28193         (fdim_test): Likewise.
28194         (finite_test): Likewise.
28195         (floor_test): Likewise.
28196         (fma_test): Likewise.
28197         (fma_test_towardzero): Likewise.
28198         (fma_test_downward): Likewise.
28199         (fma_test_upward): Likewise.
28200         (fmax_test): Likewise.
28201         (fmin_test): Likewise.
28202         (fmod_test): Likewise.
28203         (fpclassify_test): Likewise.
28204         (frexp_test): Likewise.
28205         (gamma_test): Likewise.
28206         (hypot_test): Likewise.
28207         (ilogb_test): Likewise.
28208         (isfinite_test): Likewise.
28209         (isgreater_test): Likewise.
28210         (isgreaterequal_test): Likewise.
28211         (isinf_test): Likewise.
28212         (isless_test): Likewise.
28213         (islessequal_test): Likewise.
28214         (islessgreater_test): Likewise.
28215         (isnan_test): Likewise.
28216         (isnormal_test): Likewise.
28217         (issignaling_test): Likewise.
28218         (isunordered_test): Likewise.
28219         (j0_test): Likewise.
28220         (j1_test): Likewise.
28221         (jn_test): Likewise.
28222         (ldexp_test): Likewise.
28223         (lgamma_test): Likewise.
28224         (lrint_test): Likewise.
28225         (lrint_test_tonearest): Likewise.
28226         (lrint_test_towardzero): Likewise.
28227         (lrint_test_downward): Likewise.
28228         (lrint_test_upward): Likewise.
28229         (llrint_test): Likewise.
28230         (llrint_test_tonearest): Likewise.
28231         (llrint_test_towardzero): Likewise.
28232         (llrint_test_downward): Likewise.
28233         (llrint_test_upward): Likewise.
28234         (log_test): Likewise.
28235         (log10_test): Likewise.
28236         (log1p_test): Likewise.
28237         (log2_test): Likewise.
28238         (logb_test): Likewise.
28239         (logb_test_downward): Likewise.
28240         (lround_test): Likewise.
28241         (llround_test): Likewise.
28242         (modf_test): Likewise.
28243         (nearbyint_test): Likewise.
28244         (nextafter_test): Likewise.
28245         (nexttoward_test): Likewise.
28246         (pow_test): Likewise.
28247         (pow_test_tonearest): Likewise.
28248         (pow_test_towardzero): Likewise.
28249         (pow_test_downward): Likewise.
28250         (pow_test_upward): Likewise.
28251         (remainder_test): Likewise.
28252         (remainder_test_tonearest): Likewise.
28253         (remainder_test_towardzero): Likewise.
28254         (remainder_test_downward): Likewise.
28255         (remainder_test_upward): Likewise.
28256         (remquo_test): Likewise.
28257         (rint_test): Likewise.
28258         (rint_test_tonearest): Likewise.
28259         (rint_test_towardzero): Likewise.
28260         (rint_test_downward): Likewise.
28261         (rint_test_upward): Likewise.
28262         (round_test): Likewise.
28263         (scalb_test): Likewise.
28264         (scalbn_test): Likewise.
28265         (scalbln_test): Likewise.
28266         (signbit_test): Likewise.
28267         (sin_test): Likewise.
28268         (sin_test_tonearest): Likewise.
28269         (sin_test_towardzero): Likewise.
28270         (sin_test_downward): Likewise.
28271         (sin_test_upward): Likewise.
28272         (sincos_test): Likewise.
28273         (sinh_test): Likewise.
28274         (sinh_test_tonearest): Likewise.
28275         (sinh_test_towardzero): Likewise.
28276         (sinh_test_downward): Likewise.
28277         (sinh_test_upward): Likewise.
28278         (sqrt_test): Likewise.
28279         (tan_test): Likewise.
28280         (tan_test_tonearest): Likewise.
28281         (tan_test_towardzero): Likewise.
28282         (tan_test_downward): Likewise.
28283         (tan_test_upward): Likewise.
28284         (tanh_test): Likewise.
28285         (tgamma_test): Likewise.
28286         (trunc_test): Likewise.
28287         (y0_test): Likewise.
28288         (y1_test): Likewise.
28289         (yn_test): Likewise.
28290         (significand_test): Likewise.
28292 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28294         [BZ #15381]
28295         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28297 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28299         [BZ #14894]
28300         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28301         __ppc_mdoio and __ppc_mdoom.
28302         * manual/platform.texi: Document new functions __ppc_yield,
28303         __ppc_mdoio and __ppc_mdoom.
28305 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28307         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28308         (main): Mention "tls" pseudo-hwcap is legacy.
28309         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28311 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28313         * math/gen-libm-test.pl (parse_args): Output only string of
28314         arguments as text for test name, not full call or descriptions of
28315         tests for extra outputs.
28316         (generate_testfile): Do not pass function name to parse_args.
28317         Generate this_func variable from START.
28318         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28319         field to arg_str.
28320         (struct test_ff_f_data): Likewise.
28321         (test_ff_f_data_nexttoward): Likewise.
28322         (struct test_fi_f_data): Likewise.
28323         (struct test_fl_f_data): Likewise.
28324         (struct test_if_f_data): Likewise.
28325         (struct test_fff_f_data): Likewise.
28326         (struct test_c_f_data): Likewise.
28327         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28328         (struct test_fF_f1_data): Likewise.
28329         (struct test_ffI_f1_data): Likewise.
28330         (struct test_c_c_data): Rename test_name field to arg_str.
28331         (struct test_cc_c_data): Likewise.
28332         (struct test_f_i_data): Likewise.
28333         (struct test_ff_i_data): Likewise.
28334         (struct test_f_l_data): Likewise.
28335         (struct test_f_L_data): Likewise.
28336         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28337         and extra2_name.
28338         (COMMON_TEST_SETUP): New macro.
28339         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28340         (COMMON_TEST_CLEANUP): Likewise.
28341         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28342         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28343         macros.
28344         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28345         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28346         macros.
28347         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28348         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28349         cleanup macros.
28350         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28351         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28352         macros.
28353         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28354         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28355         macros.
28356         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28357         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28358         cleanup macros.
28359         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28360         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28361         cleanup macros.
28362         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28363         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28364         cleanup macros.
28365         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28366         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28367         macros.
28368         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28369         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28370         macros.
28371         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28372         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28373         macros.
28374         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28375         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28376         cleanup macros.
28377         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28378         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28379         cleanup macros.
28380         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28381         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28382         macros.
28383         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28384         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28385         cleanup macros.
28386         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28387         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28388         macros.
28389         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28390         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28391         macros.
28392         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28393         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28394         cleanup macros.
28395         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28397 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28399         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28400         to _sifields.sigfault.
28401         (si_addr_lsb): Define new macro.
28402         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28403         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28404         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28406 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28408         [BZ #15441]
28409         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28410         returns -1.
28411         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28412         null return -1.
28413         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28414         loading the domain.
28416 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28418         * math/gen-libm-test.pl (parse_args): Do not include expected
28419         result in test name.
28420         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28421         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28422         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28423         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28424         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28427 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28429         * benchtests/Makefile: Sort function entries.
28431         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28432         tanh, asinh, acosh, atanh.
28433         * benchtests/acos-inputs: New file.
28434         * benchtests/acosh-inputs: New file.
28435         * benchtests/asin-inputs: New file.
28436         * benchtests/asinh-inputs: New file.
28437         * benchtests/atanh-inputs: New file.
28438         * benchtests/cosh-inputs: New file.
28439         * benchtests/log-inputs: New file.
28440         * benchtests/sinh-inputs: New file.
28441         * benchtests/tanh-inputs: New file.
28443 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28445         [BZ #15339]
28446         * posix/tst-getaddrinfo4.c: New test.
28447         * posix/Makefile (tests): Add it.
28449 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28451         [BZ #15339]
28452         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28453         when no services were used.
28454         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28455         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28457 2013-05-21  Andreas Schwab  <schwab@suse.de>
28459         [BZ #15014]
28460         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28461         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28462         successful.
28463         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28464         redundant variable declarations and reallocation of buffer when
28465         parsing as IPv6 address.  Always set NSS status when called from
28466         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28467         buffer too small.  Correct computation of needed size.
28468         * nss/Makefile (tests): Add test-digits-dots.
28469         * nss/test-digits-dots.c: New test.
28471 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28473         * benchtests/Makefile: Remove instructions for adding
28474         benchmark tests.
28475         * benchtests/README: New file to explain how to execute and
28476         enhance the benchmark tests.
28478 2013-05-21  Andreas Schwab  <schwab@suse.de>
28480         [BZ #15493]
28481         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28482         * setjmp/tst-sigsetjmp.c: New test.
28484 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28486         * sysdeps/x86_64/memset.S (memset): New implementation.
28487         (__bzero): Likewise.
28488         (__memset_tail): New function.
28490 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28492         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28493         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28494         __memcpy_sse2_unaligned ifunc selection.
28495         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28496         Add memcpy-sse2-unaligned.S.
28497         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28498         Add: __memcpy_sse2_unaligned.
28500 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28502         [BZ #15490]
28503         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28504         math_force_eval before restoring floating-point envrionment.
28505         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28506         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28507         Likewise.
28508         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28509         <math_private.h>.
28510         (__nearbyintl): Use math_force_eval before restoring
28511         floating-point environment.
28512         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28514         * math/gen-libm-test.pl (special_functions): Remove.
28515         (parse_args): Don't handle TEST_extra.  Handle functions with no
28516         return value.
28517         * math/libm-test.inc (struct test_sincos_data): Replace with
28518         struct test_fFF_11_data.
28519         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28520         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28521         (sincos_test_data): Change element type to struct
28522         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28523         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28524         RUN_TEST_LOOP_sincos.
28525         * math/README.libm-test: Don't mention special handling of
28526         individual functions.
28527         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28528         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28529         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28530         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28531         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28534         * math/gen-libm-test.pl (get_variable): Remove function.
28535         (parse_args): Don't show pointer parameters to call in test
28536         names.  Use "extra output N" in test names for extra outputs
28537         rather than naming variables.
28539 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28541         [BZ #15488]
28542         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28543         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28544         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28545         double tests.
28546         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28547         disable.
28548         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28549         check_long_double.
28551         * math/gen-libm-test.pl (@tests): Remove variable.
28552         ($count): Likewise.
28553         (new_test): Remove function.
28554         (show_exceptions): New function.
28555         (special_functions): Use show_exceptions instead of new_test.
28556         (parse_args): Likewise.
28557         (generate_testfile): Pass only function name in generated call to
28558         print_max_error or print_complex_max_error.
28559         (get_ulps): Do not handle complex tests specially.
28560         (output_test): Rename to ...
28561         (get_all_ulps_for_test): ... this.  Return a string rather than
28562         printing to a file.  Require ulps to be present.
28563         (output_ulps): Generate arrays rather than #defines.
28564         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28565         (struct ulp_data): New type.
28566         (BUILD_COMPLEX_ULP): Remove macro.
28567         (compare_ulp_data): New function.
28568         (find_ulps): Likewise.
28569         (find_test_ulps): Likewise.
28570         (find_function_ulps): Likewise.
28571         (find_complex_function_ulps): Likewise.
28572         (print_max_error): Determine allowed ulps using
28573         find_function_ulps.
28574         (print_complex_max_error): Determine allowed ulps using
28575         find_complex_function_ulps.
28576         (check_float_internal): Determine max ulps using find_test_ulps.
28577         (check_float): Do not take max_ulp parameter.  Update call to
28578         check_float_internal.
28579         (check_complex): Likewise.
28580         (check_int): Do not take max_ulp parameter.
28581         (check_long): Likewise.
28582         (check_bool): Likewise.
28583         (check_longlong): Likewise.
28584         (struct test_f_f_data): Remove max_ulp field.
28585         (struct test_ff_f_data): Likewise.
28586         (struct test_ff_f_data_nexttoward): Likewise.
28587         (struct test_fi_f_data): Likewise.
28588         (struct test_fl_f_data): Likewise.
28589         (struct test_if_f_data): Likewise.
28590         (struct test_fff_f_data): Likewise.
28591         (struct test_c_f_data): Likewise.
28592         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28593         (struct test_fF_f1_data): Likewise.
28594         (struct test_ffI_f1_data): Likewise.
28595         (struct test_c_c_data): Remove max_ulp field.
28596         (struct test_cc_c_data): Likewise.
28597         (struct test_f_i_data): Likewise.
28598         (struct test_ff_i_data): Likewise.
28599         (struct test_f_l_data): Likewise.
28600         (struct test_f_L_data): Likewise.
28601         (struct test_sincos_data): Likewise.
28602         (RUN_TEST_f_f): Do not handle ulps.
28603         (RUN_TEST_LOOP_f_f): Likewise.
28604         (RUN_TEST_2_f): Likewise.
28605         (RUN_TEST_LOOP_2_f): Likewise.
28606         (RUN_TEST_fff_f): Likewise.
28607         (RUN_TEST_LOOP_fff_f): Likewise.
28608         (RUN_TEST_c_f): Likewise.
28609         (RUN_TEST_LOOP_c_f): Likewise.
28610         (RUN_TEST_f_f1): Likewise.
28611         (RUN_TEST_LOOP_f_f1): Likewise.
28612         (RUN_TEST_fF_f1): Likewise.
28613         (RUN_TEST_LOOP_fF_f1): Likewise.
28614         (RUN_TEST_fI_f1): Likewise.
28615         (RUN_TEST_LOOP_fI_f1): Likewise.
28616         (RUN_TEST_ffI_f1): Likewise.
28617         (RUN_TEST_LOOP_ffI_f1): Likewise.
28618         (RUN_TEST_c_c): Likewise.
28619         (RUN_TEST_LOOP_c_c): Likewise.
28620         (RUN_TEST_cc_c): Likewise.
28621         (RUN_TEST_LOOP_cc_c): Likewise.
28622         (RUN_TEST_f_i): Likewise.
28623         (RUN_TEST_LOOP_f_i): Likewise.
28624         (RUN_TEST_f_i_tg): Likewise.
28625         (RUN_TEST_LOOP_f_i_tg): Likewise.
28626         (RUN_TEST_ff_i_tg): Likewise.
28627         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28628         (RUN_TEST_f_b): Likewise.
28629         (RUN_TEST_LOOP_f_b): Likewise.
28630         (RUN_TEST_f_b_tg): Likewise.
28631         (RUN_TEST_LOOP_f_b_tg): Likewise.
28632         (RUN_TEST_f_l): Likewise.
28633         (RUN_TEST_LOOP_f_l): Likewise.
28634         (RUN_TEST_f_L): Likewise.
28635         (RUN_TEST_LOOP_f_L): Likewise.
28636         (RUN_TEST_sincos): Likewise.
28637         (RUN_TEST_LOOP_sincos): Likewise.
28639 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28641         [BZ #15480]
28642         [BZ #15485]
28643         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28644         main case of finite arguments, set rounding mode to FE_TONEAREST
28645         and discard exceptions.
28646         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28647         exceptions.
28648         (remainder_tonearest_test_data): New variable.
28649         (remainder_test_tonearest): New function.
28650         (remainder_towardzero_test_data): New variable.
28651         (remainder_test_towardzero): New function.
28652         (remainder_downward_test_data): New variable.
28653         (remainder_test_downward): New function.
28654         (remainder_upward_test_data): New variable.
28655         (remainder_test_upward): New function.
28656         (main): Call the new test functions.
28658         * math/libm-test.inc (struct test_f_f1_data): Remove field
28659         extra_init.
28660         (struct test_fF_f1_data): Likewise.
28661         (struct test_ffI_f1_data): Likewise.
28662         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28663         based on value of EXTRA_EXPECTED.
28664         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28665         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28666         EXTRA_VAR based on value of EXTRA_EXPECTED.
28667         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28668         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28669         EXTRA_VAR based on value of EXTRA_EXPECTED.
28670         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28671         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28672         EXTRA_VAR based on value of EXTRA_EXPECTED.
28673         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28674         * math/gen-libm-test.pl (parse_args): Don't output initializers
28675         for extra output values.
28677         * math/libm-test.inc (check_int): Expect result to be exactly
28678         equal to expected value and do not handle ulps.
28679         (check_long): Likewise.
28680         (check_longlong): Likewise.
28682         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28683         exceptions.
28684         (cimag_test_data): Likewise.
28685         (conj_test_data): Likewise.
28686         (copysign_test_data): Likewise.
28687         (cproj_test_data): Likewise.
28688         (creal_test_data): Likewise.
28689         (fabs_test_data): Likewise.
28690         (fdim_test_data): Likewise.
28691         (finite_test_data): Likewise.
28692         (floor_test_data): Likewise.
28693         (fmax_test_data): Likewise.
28694         (fmin_test_data): Likewise.
28695         (fmod_test_data): Likewise.
28696         (fpclassify_test_data): Likewise.
28697         (frexp_test_data): Likewise.
28698         (ilogb_test_data): Likewise.
28699         (isfinite_test_data): Likewise.
28700         (isgreater_test_data): Likewise.
28701         (isgreaterequal_test_data): Likewise.
28702         (isinf_test_data): Likewise.
28703         (isless_test_data): Likewise.
28704         (islessequal_test_data): Likewise.
28705         (islessgreater_test_data): Likewise.
28706         (isnan_test_data): Likewise.
28707         (isnormal_test_data): Likewise.
28708         (issignaling_test_data): Likewise.
28709         (isunordered_test_data): Likewise.
28710         (ldexp_test_data): Likewise.
28711         (lrint_test_data): Likewise.
28712         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28713         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28714         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28715         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28716         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28717         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28718         test input.
28719         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28720         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28721         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28722         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28723         that test input.
28724         (lrint_downward_test_data): Test for "inexact" exceptions.
28725         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28726         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28727         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28728         test input.
28729         (lrint_upward_test_data): Test for "inexact" exceptions.
28730         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28731         test input.
28732         (llrint_test_data): Test for "inexact" exceptions.
28733         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28734         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28735         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28736         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28737         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28738         (llrint_downward_test_data): Test for "inexact" exceptions.
28739         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28740         (llrint_upward_test_data): Test for "inexact" exceptions.
28741         (logb_test_data): Likewise.
28742         (logb_downward_test_data): Likewise.
28743         (nextafter_test_data): Likewise.
28744         (nexttoward_test_data): Likewise.
28745         (remainder_test_data): Likewise.
28746         (remquo_test_data): Likewise.
28747         (scalbn_test_data): Likewise.
28748         (scalbln_test_data): Likewise.
28749         (signbit_test_data): Likewise.
28750         (sqrt_test_data): Likewise.
28751         (significand_test_data): Likewise.
28753 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28755         [BZ #15424]
28756         * benchtests/bench-modf.c (struct args): Mark arg0 as
28757         volatile.
28758         * scripts/bench.pl: Mark members of struct args as volatile.
28760 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28762         [BZ # 15497]
28763         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28764         negative infinity on POWER6 or lower.
28765         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28767 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28769         [BZ #15442]
28770         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28771         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28772         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28773         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28774         (_FP_SETQNAN): New macro.
28775         (_FP_SETQNAN_SEMIRAW): Likewise.
28776         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28777         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28778         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28779         (FP_EXTEND): Use _FP_FRAC_SNANP.
28780         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28781         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28782         into account.
28783         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28784         New macro.
28785         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28786         Likewise.
28788 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28790         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28791         with DIVIDE_BY_ZERO_EXCEPTION.
28792         (gamma_test_data): Likewise.
28793         (lgamma_test_data): Likewise.
28794         (log_test_data): Likewise.
28795         (log10_test_data): Likewise.
28796         (log2_test_data): Likewise.
28797         (tgamma_test_data): Likewise.
28799         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28800         (acos_test_tonearest): Likewise.
28801         (acos_test_towardzero): Likewise.
28802         (acos_test_downward): Likewise.
28803         (acos_test_upward): Likewise.
28804         (acosh_test): Likewise.
28805         (asin_test): Likewise.
28806         (asin_test_tonearest): Likewise.
28807         (asin_test_towardzero): Likewise.
28808         (asin_test_downward): Likewise.
28809         (asin_test_upward): Likewise.
28810         (asinh_test): Likewise.
28811         (atan_test): Likewise.
28812         (atanh_test): Likewise.
28813         (atan2_test): Likewise.
28814         (cabs_test): Likewise.
28815         (cacos_test): Likewise.
28816         (cacosh_test): Likewise.
28817         (casin_test): Likewise.
28818         (casinh_test): Likewise.
28819         (catan_test): Likewise.
28820         (catanh_test): Likewise.
28821         (cbrt_test): Likewise.
28822         (ccos_test): Likewise.
28823         (ccosh_test): Likewise.
28824         (cexp_test): Likewise.
28825         (clog_test): Likewise.
28826         (clog10_test): Likewise.
28827         (cos_test): Likewise.
28828         (cos_test_tonearest): Likewise.
28829         (cos_test_towardzero): Likewise.
28830         (cos_test_downward): Likewise.
28831         (cos_test_upward): Likewise.
28832         (cosh_test): Likewise.
28833         (cosh_test_tonearest): Likewise.
28834         (cosh_test_towardzero): Likewise.
28835         (cosh_test_downward): Likewise.
28836         (cosh_test_upward): Likewise.
28837         (cpow_test): Likewise.
28838         (csin_test): Likewise.
28839         (csinh_test): Likewise.
28840         (csqrt_test): Likewise.
28841         (ctan_test): Likewise.
28842         (ctan_test_tonearest): Likewise.
28843         (ctan_test_towardzero): Likewise.
28844         (ctan_test_downward): Likewise.
28845         (ctan_test_upward): Likewise.
28846         (ctanh_test): Likewise.
28847         (ctanh_test_tonearest): Likewise.
28848         (ctanh_test_towardzero): Likewise.
28849         (ctanh_test_downward): Likewise.
28850         (ctanh_test_upward): Likewise.
28851         (erf_test): Likewise.
28852         (erfc_test): Likewise.
28853         (exp_test): Likewise.
28854         (exp_test_tonearest): Likewise.
28855         (exp_test_towardzero): Likewise.
28856         (exp_test_downward): Likewise.
28857         (exp_test_upward): Likewise.
28858         (exp10_test): Likewise.
28859         (exp2_test): Likewise.
28860         (expm1_test): Likewise.
28861         (fmod_test): Likewise.
28862         (gamma_test): Likewise.
28863         (hypot_test): Likewise.
28864         (j0_test): Likewise.
28865         (j1_test): Likewise.
28866         (jn_test): Likewise.
28867         (lgamma_test): Likewise.
28868         (log_test): Likewise.
28869         (log10_test): Likewise.
28870         (log1p_test): Likewise.
28871         (log2_test): Likewise.
28872         (logb_test_downward): Likewise.
28873         (pow_test): Likewise.
28874         (pow_test_tonearest): Likewise.
28875         (pow_test_towardzero): Likewise.
28876         (pow_test_downward): Likewise.
28877         (pow_test_upward): Likewise.
28878         (remainder_test): Likewise.
28879         (remquo_test): Likewise.
28880         (sin_test): Likewise.
28881         (sin_test_tonearest): Likewise.
28882         (sin_test_towardzero): Likewise.
28883         (sin_test_downward): Likewise.
28884         (sin_test_upward): Likewise.
28885         (sincos_test): Likewise.
28886         (sinh_test): Likewise.
28887         (sinh_test_tonearest): Likewise.
28888         (sinh_test_towardzero): Likewise.
28889         (sinh_test_downward): Likewise.
28890         (sinh_test_upward): Likewise.
28891         (sqrt_test): Likewise.
28892         (tan_test): Likewise.
28893         (tan_test_tonearest): Likewise.
28894         (tan_test_towardzero): Likewise.
28895         (tan_test_downward): Likewise.
28896         (tan_test_upward): Likewise.
28897         (tanh_test): Likewise.
28898         (tgamma_test): Likewise.
28899         (y0_test): Likewise.
28900         (y1_test): Likewise.
28901         (yn_test): Likewise.
28903         * math/gen-libm-test.pl (adjust_arg): Remove function.
28904         (special_function): Remove argument $in_func.  Only handle
28905         generating output for tables of tests, not inside functions.
28906         (parse_args): Likewise.
28907         (generate_testfile): Remove variable $in_func.  Update call to
28908         parse_args.
28909         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28910         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28911         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28912         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28913         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28914         (MAX_VALUE_INIT): Rename macro to max_value.
28915         (MIN_VALUE_INIT): Rename macro to min_value.
28916         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28917         (plus_zero): Remove variable.
28918         (minus_zero): Likewise.
28919         (plus_infty): Likewise.
28920         (minus_infty): Likewise.
28921         (qnan_value): Likewise.
28922         (max_value): Likewise.
28923         (min_value): Likewise.
28924         (min_subnorm_value): Likewise.
28926 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28928         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28929         uint64_t or uint32_t usage.
28930         * crypt/sha256-block.c: Likewise.
28931         * crypt/sha256-crypt.c: Likewise.
28932         * crypt/sha256.c: Likewise.
28933         * crypt/sha512-block.c: Likewise.
28934         * crypt/sha512-crypt.c: Likewise.
28935         * crypt/sha512.c: Likewise.
28936         * debug/backtrace-tst.c: Likewise.
28937         * debug/pcprofiledump.c: Likewise.
28938         * elf/cache.c: Likewise.
28939         * elf/dl-cache.c: Likewise.
28940         * elf/dl-misc.c: Likewise.
28941         * elf/dl-profile.c: Likewise.
28942         * elf/dl-support.c: Likewise.
28943         * elf/ldconfig.c: Likewise.
28944         * elf/sprof.c: Likewise.
28945         * iconv/dummy-repertoire.c: Likewise.
28946         * iconv/iconv_charmap.c: Likewise.
28947         * iconv/skeleton.c: Likewise.
28948         * iconvdata/8bit-generic.c: Likewise.
28949         * iconvdata/cp737.h: Likewise.
28950         * iconvdata/cp775.h: Likewise.
28951         * iconvdata/ibm1008.h: Likewise.
28952         * iconvdata/ibm1025.h: Likewise.
28953         * iconvdata/ibm1046.h: Likewise.
28954         * iconvdata/ibm1097.h: Likewise.
28955         * iconvdata/ibm1112.h: Likewise.
28956         * iconvdata/ibm1122.h: Likewise.
28957         * iconvdata/ibm1123.h: Likewise.
28958         * iconvdata/ibm1124.h: Likewise.
28959         * iconvdata/ibm1129.h: Likewise.
28960         * iconvdata/ibm1130.h: Likewise.
28961         * iconvdata/ibm1132.h: Likewise.
28962         * iconvdata/ibm1133.h: Likewise.
28963         * iconvdata/ibm1137.h: Likewise.
28964         * iconvdata/ibm1140.h: Likewise.
28965         * iconvdata/ibm1141.h: Likewise.
28966         * iconvdata/ibm1142.h: Likewise.
28967         * iconvdata/ibm1143.h: Likewise.
28968         * iconvdata/ibm1144.h: Likewise.
28969         * iconvdata/ibm1145.h: Likewise.
28970         * iconvdata/ibm1146.h: Likewise.
28971         * iconvdata/ibm1147.h: Likewise.
28972         * iconvdata/ibm1148.h: Likewise.
28973         * iconvdata/ibm1149.h: Likewise.
28974         * iconvdata/ibm1153.h: Likewise.
28975         * iconvdata/ibm1154.h: Likewise.
28976         * iconvdata/ibm1155.h: Likewise.
28977         * iconvdata/ibm1156.h: Likewise.
28978         * iconvdata/ibm1157.h: Likewise.
28979         * iconvdata/ibm1158.h: Likewise.
28980         * iconvdata/ibm1160.h: Likewise.
28981         * iconvdata/ibm1161.h: Likewise.
28982         * iconvdata/ibm1162.h: Likewise.
28983         * iconvdata/ibm1163.h: Likewise.
28984         * iconvdata/ibm1164.h: Likewise.
28985         * iconvdata/ibm1166.h: Likewise.
28986         * iconvdata/ibm1167.h: Likewise.
28987         * iconvdata/ibm12712.h: Likewise.
28988         * iconvdata/ibm1390.h: Likewise.
28989         * iconvdata/ibm1399.h: Likewise.
28990         * iconvdata/ibm16804.h: Likewise.
28991         * iconvdata/ibm4517.h: Likewise.
28992         * iconvdata/ibm4899.h: Likewise.
28993         * iconvdata/ibm4909.h: Likewise.
28994         * iconvdata/ibm4971.h: Likewise.
28995         * iconvdata/ibm5347.h: Likewise.
28996         * iconvdata/ibm803.h: Likewise.
28997         * iconvdata/ibm856.h: Likewise.
28998         * iconvdata/ibm901.h: Likewise.
28999         * iconvdata/ibm902.h: Likewise.
29000         * iconvdata/ibm9030.h: Likewise.
29001         * iconvdata/ibm9066.h: Likewise.
29002         * iconvdata/ibm921.h: Likewise.
29003         * iconvdata/ibm922.h: Likewise.
29004         * iconvdata/ibm9448.h: Likewise.
29005         * iconvdata/isiri-3342.h: Likewise.
29006         * iconvdata/jis0201.h: Likewise.
29007         * include/link.h: Likewise.
29008         * include/netdb.h: Likewise.
29009         * inet/check_native.c: Likewise.
29010         * inet/check_pf.c: Likewise.
29011         * inet/getipv4sourcefilter.c: Likewise.
29012         * inet/getnameinfo.c: Likewise.
29013         * inet/getsourcefilter.c: Likewise.
29014         * inet/htonl.c: Likewise.
29015         * inet/setipv4sourcefilter.c: Likewise.
29016         * inet/setsourcefilter.c: Likewise.
29017         * inet/test-inet6_opt.c: Likewise.
29018         * inet/tst-network.c: Likewise.
29019         * locale/C-collate.c: Likewise.
29020         * locale/C-ctype.c: Likewise.
29021         * locale/C-time.c: Likewise.
29022         * locale/C-translit.h: Likewise.
29023         * locale/loadarchive.c: Likewise.
29024         * locale/programs/3level.h: Likewise.
29025         * locale/programs/charmap.c: Likewise.
29026         * locale/programs/charmap.h: Likewise.
29027         * locale/programs/ld-address.c: Likewise.
29028         * locale/programs/ld-collate.c: Likewise.
29029         * locale/programs/ld-ctype.c: Likewise.
29030         * locale/programs/ld-identification.c: Likewise.
29031         * locale/programs/ld-measurement.c: Likewise.
29032         * locale/programs/ld-messages.c: Likewise.
29033         * locale/programs/ld-monetary.c: Likewise.
29034         * locale/programs/ld-name.c: Likewise.
29035         * locale/programs/ld-numeric.c: Likewise.
29036         * locale/programs/ld-paper.c: Likewise.
29037         * locale/programs/ld-telephone.c: Likewise.
29038         * locale/programs/ld-time.c: Likewise.
29039         * locale/programs/linereader.c: Likewise.
29040         * locale/programs/locale.c: Likewise.
29041         * locale/programs/locarchive.c: Likewise.
29042         * locale/programs/locfile.h: Likewise.
29043         * locale/programs/repertoire.c: Likewise.
29044         * locale/programs/simple-hash.c: Likewise.
29045         * locale/programs/simple-hash.h: Likewise.
29046         * malloc/memusage.c: Likewise.
29047         * malloc/memusagestat.c: Likewise.
29048         * nis/nis_defaults.c: Likewise.
29049         * nis/nis_hash.c: Likewise.
29050         * nis/nis_print.c: Likewise.
29051         * nis/nis_xdr.c: Likewise.
29052         * nscd/connections.c: Likewise.
29053         * nscd/hstcache.c: Likewise.
29054         * nscd/nscd_gethst_r.c: Likewise.
29055         * nscd/nscd_getserv_r.c: Likewise.
29056         * nscd/nscd_helper.c: Likewise.
29057         * nscd/servicescache.c: Likewise.
29058         * nss/makedb.c: Likewise.
29059         * nss/nss_db/db-XXX.c: Likewise.
29060         * nss/nss_db/db-initgroups.c: Likewise.
29061         * nss/nss_db/db-netgrp.c: Likewise.
29062         * nss/nss_files/files-network.c: Likewise.
29063         * nss/nss_files/files-parse.c: Likewise.
29064         * posix/bug-regex5.c: Likewise.
29065         * posix/fnmatch_loop.c: Likewise.
29066         * posix/regcomp.c: Likewise.
29067         * posix/regexec.c: Likewise.
29068         * posix/tst-rfc3484-2.c: Likewise.
29069         * posix/tst-rfc3484-3.c: Likewise.
29070         * posix/tst-rfc3484.c: Likewise.
29071         * resolv/nss_dns/dns-canon.c: Likewise.
29072         * resolv/nss_dns/dns-network.c: Likewise.
29073         * resolv/res_init.c: Likewise.
29074         * resolv/res_mkquery.c: Likewise.
29075         * resolv/tst-aton.c: Likewise.
29076         * stdlib/cxa_atexit.c: Likewise.
29077         * stdlib/cxa_finalize.c: Likewise.
29078         * stdlib/gen-fpioconst.c: Likewise.
29079         * stdlib/strtol_l.c: Likewise.
29080         * string/tst-endian.c: Likewise.
29081         * sunrpc/auth_des.c: Likewise.
29082         * sunrpc/clnt_udp.c: Likewise.
29083         * sunrpc/rtime.c: Likewise.
29084         * sunrpc/svcauth_des.c: Likewise.
29085         * sunrpc/xdr.c: Likewise.
29086         * sunrpc/xdr_intXX_t.c: Likewise.
29087         * sunrpc/xdr_rec.c: Likewise.
29088         * sysdeps/generic/ldconfig.h: Likewise.
29089         * sysdeps/generic/ldsodefs.h: Likewise.
29090         * sysdeps/generic/memusage.h: Likewise.
29091         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29092         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29093         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29094         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29095         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29096         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29097         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29098         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29099         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29100         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29101         * sysdeps/posix/getaddrinfo.c: Likewise.
29102         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29103         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29104         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29105         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29106         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29107         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29108         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29109         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29110         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29111         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29112         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29113         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29114         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29115         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29116         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29117         * sysdeps/x86_64/dl-tls.h: Likewise.
29118         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29119         * time/alt_digit.c: Likewise.
29120         * time/era.c: Likewise.
29121         * wcsmbs/tst-c16c32-1.c: Likewise.
29123 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29125         * math/libm-test.inc (struct test_sincos_data): New type.
29126         (RUN_TEST_LOOP_sincos): New macro.
29127         (sincos_test_data): New variable.
29128         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29130 2013-05-16  Richard Henderson  <rth@redhat.com>
29132         * math/atest-exp2.c (LIMB64): New macro.
29133         (CONSTSZ): New macro.
29134         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29135         (hexdig): Move ...
29136         (print_mpn_fp): ... to function scope.
29137         (read_mpn_hex): Remove.
29138         (get_log2): Remove.
29139         (exp2_mpn): Use mp_log2.
29140         (main): Use mp_exp1.
29142 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29144         * math/libm-test.inc: Remove comment about not testing "inexact"
29145         exceptions.
29146         (INEXACT_EXCEPTION): New macro.
29147         (NO_INEXACT_EXCEPTION): Likewise.
29148         (INVALID_EXCEPTION_OK): Update value.
29149         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29150         (OVERFLOW_EXCEPTION_OK): Likewise.
29151         (UNDERFLOW_EXCEPTION_OK): Likewise.
29152         (IGNORE_ZERO_INF_SIGN): Likewise.
29153         (ERRNO_UNCHANGED): Likewise.
29154         (ERRNO_EDOM): Likewise.
29155         (ERRNO_ERANGE): Likewise.
29156         (test_exceptions): Handle testing "inexact" exceptions.
29157         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29158         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29159         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29160         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29161         INEXACT_EXCEPTION.
29162         (rint_towardzero_test_data): Likewise.
29163         (rint_downward_test_data): Likewise.
29164         (rint_upward_test_data): Likewise.
29166         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29167         with OVERFLOW_EXCEPTION.
29168         (exp10_test_data): Likewise.
29169         (exp2_test_data): Likewise.
29170         (expm1_test_data): Likewise.
29171         (lgamma_test_data): Likewise.
29172         (pow_test_data): Likewise.
29173         (tgamma_test_data): Likewise.
29174         (yn_test_data): Remove duplicate test of overflow.
29176         * math/libm-test.inc (struct test_cc_c_data): New type.
29177         (RUN_TEST_LOOP_cc_c): New macro.
29178         (cpow_test_data): New variable.
29179         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29181         * math/libm-test.inc (struct test_f_L_data): New type.
29182         (RUN_TEST_LOOP_f_L): New macro.
29183         (llrint_test_data): New variable.
29184         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29185         (llrint_tonearest_test_data): New variable.
29186         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29187         (llrint_towardzero_test_data): New variable.
29188         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29189         (llrint_downward_test_data): New variable.
29190         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29191         (llrint_upward_test_data): New variable.
29192         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29193         (llround_test_data): New variable.
29194         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29196 2013-05-13  Peter Collingbourne  <pcc@google.com>
29198         * math/atest-exp2.c (get_log2): Remove const attribute.
29200 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29202         * math/libm-test.inc (struct test_f_l_data): New type.
29203         (RUN_TEST_LOOP_f_l): New macro.
29204         (lrint_test_data): New variable.
29205         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29206         (lrint_tonearest_test_data): New variable.
29207         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29208         (lrint_towardzero_test_data): New variable.
29209         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29210         (lrint_downward_test_data): New variable.
29211         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29212         (lrint_upward_test_data): New variable.
29213         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29214         (lround_test_data): New variable.
29215         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29217 2013-05-15  Peter Collingbourne  <pcc@google.com>
29219         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29220         (EXTRACT_WORDS64) Use where appropriate.
29221         (INSERT_WORDS64) Likewise.
29223         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29224         constraints with x constraints.
29225         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29227         * malloc/obstack.c (_obstack_compat): Add initializer.
29229 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29231         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29232         si_trapno and add si_addr_lsb to _sifields.sigfault.
29233         (si_trapno): Remove macro.
29234         (si_addr_lsb): Define new macro.
29235         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29237 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29239         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29240         instead of TEST_f_l.
29241         (llrint_test_tonearest): Likewise.
29242         (llrint_test_towardzero): Likewise.
29243         (llrint_test_downward): Likewise.
29244         (llrint_test_upward): Likewise.
29245         (llround_test): Likewise.
29247         * math/libm-test.inc (struct test_f_i_data): Add comment.
29248         (RUN_TEST_LOOP_f_b): New macro.
29249         (RUN_TEST_LOOP_f_b_tg): Likewise.
29250         (finite_test_data): New variable.
29251         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29252         (isfinite_test_data): New variable.
29253         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29254         (isinf_test_data): New variable.
29255         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29256         (isnan_test_data): New variable.
29257         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29258         (isnormal_test_data): New variable.
29259         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29260         (issignaling_test_data): New variable.
29261         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29262         (signbit_test_data): New variable.
29263         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29265         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29266         with INVALID_EXCEPTION.
29267         (acosh_test_data): Likewise.
29268         (asin_test_data): Likewise.
29269         (atanh_test_data): Likewise.
29270         (fmod_test_data): Likewise.
29271         (log_test_data): Likewise.
29272         (log10_test_data): Likewise.
29273         (log2_test_data): Likewise.
29274         (pow_test_data): Likewise.
29275         (sqrt_test_data): Likewise.
29276         (y0_test_data): Likewise.
29277         (y1_test_data): Likewise.
29278         (yn_test_data): Likewise.
29280         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29281         function contents.
29283         * math/libm-test.inc (struct test_ff_i_data): New type.
29284         (RUN_TEST_LOOP_ff_i_tg): New macro.
29285         (isgreater_test_data): New variable.
29286         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29287         (isgreaterequal_test_data): New variable.
29288         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29289         (isless_test_data): New variable.
29290         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29291         (islessequal_test_data): New variable.
29292         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29293         (islessgreater_test_data): New variable.
29294         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29295         (isunordered_test_data): New variable.
29296         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29298 2013-05-14  David S. Miller  <davem@davemloft.net>
29300         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29302 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29304         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29306         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29307         extra_test to int.
29308         (struct test_f_i_data): Change type of max_ulp to int.
29310         * math/libm-test.inc (test_ffI_f1_data): New type.
29311         (RUN_TEST_LOOP_ffI_f1): New macro.
29312         (remquo_test_data): New variable.
29313         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29315         * setjmp/tst-setjmp-fp.c: New file.
29316         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29317         (link-libm): New variable.
29318         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29320         * math/libm-test.inc (struct test_f_i_data): New type.
29321         (RUN_TEST_LOOP_f_i): New macro.
29322         (RUN_TEST_LOOP_f_i_tg): Likewise.
29323         (fpclassify_test_data): New variable.
29324         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29325         (ilogb_test_data): New variable.
29326         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29328         * math/libm-test.inc (scalbln_test): Correct function name in END
29329         call.
29331         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29332         (RUN_TEST_LOOP_fI_f1): New macro.
29333         (frexp_test_data): New variable.
29334         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29336         * math/libm-test.inc (struct test_fF_f1_data): New type.
29337         (RUN_TEST_LOOP_fF_f1): New macro.
29338         (modf_test_data): New variable.
29339         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29341         * math/libm-test.inc (struct test_f_f1_data): New type.
29342         (RUN_TEST_LOOP_f_f1): New macro.
29343         (gamma_test_data): New variable.
29344         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29345         (lgamma_test_data): New variable.
29346         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29348 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29350         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29351         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29352         (main): Comment "tls" pseudo-hwcap.
29354 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29356         * math/libm-test.inc (struct test_fl_f_data): New type.
29357         (RUN_TEST_LOOP_fl_f): New variable.
29358         (scalbln_test_data): New variable.
29359         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29361         * math/libm-test.inc (struct test_fi_f_data): New type.
29362         (RUN_TEST_LOOP_fi_f): New macro.
29363         (ldexp_test_data): New variable.
29364         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29365         (scalbn_test_data): New variable.
29366         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29368         * math/libm-test.inc (struct test_c_f_data): New type.
29369         (RUN_TEST_LOOP_c_f): New macro.
29370         (cabs_test_data): New variable.
29371         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29372         (carg_test_data): New variable.
29373         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29374         (cimag_test_data): New variable.
29375         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29376         (creal_test_data): New variable.
29377         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29379         * math/libm-test.inc (struct test_if_f_data): New type.
29380         (RUN_TEST_LOOP_if_f): New macro.
29381         (jn_test_data): New variable.
29382         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29383         (yn_test_data): New variable.
29384         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29386         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29388 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29390         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29391         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29393 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29395         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29396         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29397         (bench-deps): Add bench-timing.h.
29398         * benchtests-bench-skeleton.c: Include bench-timing.h.
29399         (main): Use TIMING_* macros instead of clock_gettime.
29400         * benchtests/bench-timing.h: New file.
29402         [BZ #14582]
29403         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29404         Renamed from _LIB_VERSION.
29405         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29407 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29409         * math/libm-test.inc (struct test_fff_f_data): New type.
29410         (RUN_TEST_LOOP_fff_f): New macro.
29411         (fma_test_data): New variable.
29412         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29413         (fma_towardzero_test_data): New variable.
29414         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29415         (fma_downward_test_data): New variable.
29416         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29417         (fma_upward_test_data): New variable.
29418         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29420         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29421         (struct test_c_c_data): New type.
29422         (RUN_TEST_LOOP_c_c): New macro.
29423         (cacos_test_data): New variable.
29424         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29425         (cacosh_test_data): New variable.
29426         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29427         (casin_test_data): New variable.
29428         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29429         (casinh_test_data): New variable.
29430         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29431         (catan_test_data): New variable.
29432         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29433         (catanh_test_data): New variable.
29434         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29435         (ccos_test_data): New variable.
29436         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29437         (ccosh_test_data): New variable.
29438         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29439         (cexp_test_data): New variable.
29440         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29441         (clog_test_data): New variable.
29442         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29443         (clog10_test_data): New variable.
29444         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29445         (conj_test_data): New variable.
29446         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29447         (cproj_test_data): New variable.
29448         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29449         (csin_test_data): New variable.
29450         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29451         (csinh_test_data): New variable.
29452         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29453         (csqrt_test_data): New variable.
29454         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29455         (ctan_test_data): New variable.
29456         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29457         (ctan_tonearest_test_data): New variable.
29458         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29459         (ctan_towardzero_test_data): New variable.
29460         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29461         (ctan_downward_test_data): New variable.
29462         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29463         (ctan_upward_test_data): New variable.
29464         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29465         (ctanh_test_data): New variable.
29466         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29467         (ctanh_tonearest_test_data): New variable.
29468         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29469         (ctanh_towardzero_test_data): New variable.
29470         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29471         (ctanh_downward_test_data): New variable.
29472         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29473         (ctanh_upward_test_data): New variable.
29474         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29475         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29476         of BUILD_COMPLEX.
29478         * math/libm-test.inc (struct test_ff_f_data): New type.
29479         (struct test_ff_f_data_nexttoward): Likewise.
29480         (RUN_TEST_LOOP_2_f): New macro.
29481         (RUN_TEST_LOOP_ff_f): Likewise.
29482         (atan2_test_data): New variable.
29483         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29484         (copysign_test_data): New variable.
29485         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29486         (fdim_test_data): New variable.
29487         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29488         (fmax_test_data): New variable.
29489         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29490         (fmin_test_data): New variable.
29491         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29492         (fmod_test_data): New variable.
29493         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29494         (hypot_test_data): New variable.
29495         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29496         (nextafter_test_data): New variable.
29497         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29498         (nexttoward_test_data): New variable.
29499         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29500         (pow_test_data): New variable.
29501         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29502         (pow_tonearest_test_data): New variable.
29503         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29504         (pow_towardzero_test_data): New variable.
29505         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29506         (pow_downward_test_data): New variable.
29507         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29508         (pow_upward_test_data): New variable.
29509         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29510         (remainder_test_data): New variable.
29511         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29512         (scalb_test_data): New variable.
29513         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29514         * sysdeps/i386/fpu/libm-test-ulps: Update.
29516 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29518         * math/libm-test.inc (fma_test): Use max_value instead of local
29519         variable fltmax.
29520         (nextafter_test): Likewise.
29522         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29523         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29524         (acos_downward_test_data): New variable.
29525         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29526         (acos_upward_test_data): New variable.
29527         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29528         (acosh_test_data): New variable.
29529         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29530         (asin_test_data): New variable.
29531         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29532         (asin_tonearest_test_data): New variable.
29533         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29534         (asin_towardzero_test_data): New variable.
29535         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29536         (asin_downward_test_data): New variable.
29537         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29538         (asin_upward_test_data): New variable.
29539         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29540         (asinh_test_data): New variable.
29541         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29542         (atan_test_data): New variable.
29543         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29544         (atanh_test_data): New variable.
29545         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29546         (cbrt_test_data): New variable.
29547         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29548         (ceil_test_data): New variable.
29549         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29550         (cos_test_data): New variable.
29551         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29552         (cos_tonearest_test_data): New variable.
29553         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29554         (cos_towardzero_test_data): New variable.
29555         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29556         (cos_downward_test_data): New variable.
29557         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29558         (cos_upward_test_data): New variable.
29559         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29560         (cosh_test_data): New variable.
29561         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29562         (cosh_tonearest_test_data): New variable.
29563         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29564         (cosh_towardzero_test_data): New variable.
29565         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29566         (cosh_downward_test_data): New variable.
29567         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29568         (cosh_upward_test_data): New variable.
29569         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29570         (erf_test_data): New variable.
29571         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29572         (erfc_test_data): New variable.
29573         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29574         (exp_test_data): New variable.
29575         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29576         (exp_tonearest_test_data): New variable.
29577         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29578         (exp_towardzero_test_data): New variable.
29579         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29580         (exp_downward_test_data): New variable.
29581         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29582         (exp_upward_test_data): New variable.
29583         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29584         (exp10_test_data): New variable.
29585         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29586         (exp2_test_data): New variable.
29587         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29588         (expm1_test_data): New variable.
29589         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29590         (fabs_test_data): New variable.
29591         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29592         (floor_test_data): New variable.
29593         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29594         (j0_test_data): New variable.
29595         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29596         (j1_test_data): New variable.
29597         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29598         (log_test_data): New variable.
29599         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29600         (log10_test_data): New variable.
29601         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29602         (log1p_test_data): New variable.
29603         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29604         (log2_test_data): New variable.
29605         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29606         (logb_test_data): New variable.
29607         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29608         (logb_downward_test_data): New variable.
29609         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29610         (nearbyint_test_data): New variable.
29611         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29612         (rint_test_data): New variable.
29613         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29614         (rint_tonearest_test_data): New variable.
29615         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29616         (rint_towardzero_test_data): New variable.
29617         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29618         (rint_downward_test_data): New variable.
29619         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29620         (rint_upward_test_data): New variable.
29621         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29622         (round_test_data): New variable.
29623         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29624         (sin_test_data): New variable.
29625         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29626         (sin_tonearest_test_data): New variable.
29627         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29628         (sin_towardzero_test_data): New variable.
29629         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29630         (sin_downward_test_data): New variable.
29631         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29632         (sin_upward_test_data): New variable.
29633         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29634         (sinh_test_data): New variable.
29635         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29636         (sinh_tonearest_test_data): New variable.
29637         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29638         (sinh_towardzero_test_data): New variable.
29639         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29640         (sinh_downward_test_data): New variable.
29641         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29642         (sinh_upward_test_data): New variable.
29643         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29644         (sqrt_test_data): New variable.
29645         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29646         (tan_test_data): New variable.
29647         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29648         (tan_tonearest_test_data): New variable.
29649         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29650         (tan_towardzero_test_data): New variable.
29651         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29652         (tan_downward_test_data): New variable.
29653         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29654         (tan_upward_test_data): New variable.
29655         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29656         (tanh_test_data): New variable.
29657         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29658         (tgamma_test_data): New variable.
29659         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29660         (trunc_test_data): New variable.
29661         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29662         (y0_test_data): New variable.
29663         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29664         (y1_test_data): New variable.
29665         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29666         (significand_test_data): New variable.
29667         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29669 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29671         [BZ #12387]
29672         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29674 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29676         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29678 2013-05-10  Andreas Jaeger  <aj@suse.de>
29680         [BZ #15448]
29681         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29682         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29684 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29686         * math/gen-libm-test.pl (adjust_arg): New function.
29687         (special_functions): Handle generating output in both functions
29688         and arrays.
29689         (parse_args): Likewise.
29690         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29691         $in_func argument to parse_args.
29692         * math/libm-test.inc (struct test_f_f_data): New type.
29693         (IF_ROUND_INIT_): New macro.
29694         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29695         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29696         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29697         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29698         (ROUND_RESTORE_): Likewise.
29699         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29700         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29701         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29702         (ROUND_RESTORE_FE_UPWARD): Likewise.
29703         (RUN_TEST_LOOP_f_f): New macro.
29704         (acos_test_data): New variable.
29705         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29706         (acos_tonearest_test_data): New variable.
29707         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29709 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29711         * benchtests/bench-skeleton.c (startup): Fix coding style.
29713 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29715         [BZ #6809]
29716         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29717         negative infinity argument.
29718         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29719         negative infinity argument.
29720         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29721         negative infinity argument.
29722         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29723         domain errors.
29725 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29727         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29728         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29729         * iconv/iconv_prog.c (main): Likewise.
29730         * locale/programs/charmap-dir.c (charmap_readdir)
29731         (fopen_uncompressed): Likewise.
29732         * locale/programs/locfile.c (siblings_uncached)
29733         (write_locale_data): Use lstat64 instead of lstat.
29734         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29735         stat.
29737 2013-05-10  Andreas Jaeger  <aj@suse.de>
29739         [BZ #15395]
29740         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29741         localization.
29742         Include <locale.h>.
29744 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29746         * elf/dl-close.c (_dl_close_worker): Add comments.
29748 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29750         [BZ #15359]
29751         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29752         high part of pi/2.
29753         (__ieee754_rem_pio2l): Update comments.
29755         [BZ #15429]
29756         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29757         high part of pi/2.
29758         (__ieee754_rem_pio2l): Update comments.
29760         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29761         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29763         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29764         M_PI_4l.
29766         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29767         (M_PI_34_LOG10El): Likewise.
29768         (M_PI2_LOG10El): Likewise.
29769         (M_PI4_LOG10El): Likewise.
29770         (M_PI_LOG10El): Likewise.
29772 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29774         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29776 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29778         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29779         (MINUS_ZERO_INIT): Likewise.
29780         (PLUS_INFTY_INIT): Likewise.
29781         (MINUS_INFTY_INIT): Likewise.
29782         (QNAN_VALUE_INIT): Likewise.
29783         (MAX_VALUE_INIT): Likewise.
29784         (MIN_VALUE_INIT): Likewise.
29785         (MIN_SUBNORM_VALUE_INIT): Likewise.
29786         (plus_zero): Initialize with PLUS_ZERO_INIT.
29787         (minus_zero): Initialize with MINUS_ZERO_INIT.
29788         (plus_infty): Initialize with PLUS_INFTY_INIT.
29789         (minus_infty): Initialize with MINUS_INFTY_INIT.
29790         (qnan_value): Initialize with QNAN_VALUE_INIT.
29791         (max_value): Initialize with MAX_VALUE_INIT.
29792         (min_value): Initialize with MIN_VALUE_INIT.
29793         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29795         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29796         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29797         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29798         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29800         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29801         (RUN_TEST_2_f): Likewise.
29802         (RUN_TEST_ff_f): Likewise.
29803         (RUN_TEST_fi_f): Likewise.
29804         (RUN_TEST_fl_f): Likewise.
29805         (RUN_TEST_fff_f): Likewise.
29806         (RUN_TEST_c_f): Likewise.
29807         (RUN_TEST_f_f1): Likewise.
29808         (RUN_TEST_fF_f1): Likewise.
29809         (RUN_TEST_fI_f1): Likewise.
29810         (RUN_TEST_ffI_f1): Likewise.
29811         (RUN_TEST_c_c): Likewise.
29812         (RUN_TEST_cc_c): Likewise.
29813         (RUN_TEST_f_i): Likewise.
29814         (RUN_TEST_f_i_tg): Likewise.
29815         (RUN_TEST_ff_i_tg): Likewise.
29816         (RUN_TEST_f_b): Likewise.
29817         (RUN_TEST_f_b_tg): Likewise.
29818         (RUN_TEST_f_l): Likewise.
29819         (RUN_TEST_f_L): Likewise.
29820         (RUN_TEST_sincos): Likewise.
29821         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29822         whether to show exceptions.  Do not include ");\n" in return
29823         value.
29824         (special_functions): Output call to RUN_TEST_sincos instead of
29825         check_float calls.  Update calls to new_test.
29826         (parse_args): Output call to single RUN_TEST_* macro instead of
29827         check_* calls and other assignments.  Update calls to new_test.
29829         [BZ #2546]
29830         [BZ #2560]
29831         [BZ #5159]
29832         [BZ #15426]
29833         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29834         input to result for tgamma overflow.
29835         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29836         (gamma_coeff): New variable.
29837         (NCOEFF): New macro.
29838         (gamma_positive): New function.
29839         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29840         underflow here.  Use gamma_positive instead of exp (lgamma) for
29841         other arguments.
29842         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29843         (gamma_coeff): New variable.
29844         (NCOEFF): New macro.
29845         (gammaf_positive): New function.
29846         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29847         underflow here.  Use gamma_positive instead of exp (lgamma) for
29848         other arguments.
29849         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29850         (gamma_coeff): New variable.
29851         (NCOEFF): New macro.
29852         (gammal_positive): New function.
29853         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29854         underflow here.  Use gamma_positive instead of exp (lgamma) for
29855         other arguments.
29856         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29857         (gamma_coeff): New variable.
29858         (NCOEFF): New macro.
29859         (gammal_positive): New function.
29860         (__ieee754_gammal_r): Handle positive infinity, overflow and
29861         underflow here.  Handle NaN the same as positive infinity.  Remove
29862         check x < 0xffffffff for negative integers.  Use gamma_positive
29863         instead of exp (lgamma) for other arguments.
29864         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29865         (gamma_coeff): New variable.
29866         (NCOEFF): New macro.
29867         (gammal_positive): New function.
29868         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29869         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29870         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29871         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29872         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29873         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29874         * sysdeps/generic/math_private.h (__gamma_productf): New
29875         prototype.
29876         (__gamma_product): Likewise.
29877         (__gamma_productl): Likewise.
29878         * math/Makefile (libm-calls): Add gamma_product.
29879         * math/libm-test.inc (tgamma_test): Add more tests.
29880         * sysdeps/i386/fpu/libm-test-ulps: Update.
29881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29883 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29885         * benchtests/bench-skeleton.c (main): Preheat CPU.
29887 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29889         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29891 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29893         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29894         and _dl_skip_args_internal.
29896 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29898         * manual/message.texi (Message Translation): Talk about users.
29899         Message to key mapping impacts design.
29901 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29903         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29905         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29907         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29908         * sysdeps/wordsize-64/glob64.c: ... here.
29910         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29911         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29912         New macros.
29914         * debug/getlogin_r_chk.c: Moved to ...
29915         * login/getlogin_r_chk.c: ... here.
29916         * debug/Makefile (routines): Move getlogin_r_chk to ...
29917         * login/Makefile (routines): ... here.
29918         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29919         * login/Versions (libc: GLIBC_2.4): ... here.
29921         * io/poll.c (__poll): Renamed from poll.
29922         Add libc_hidden_def.
29923         (poll): Define as weak alias.
29925         * debug/ptsname_r_chk.c: Moved to ...
29926         * login/ptsname_r_chk.c: ... here.
29927         * debug/Makefile (routines): Move ptsname_r_chk to ...
29928         * login/Makefile (routines): ... here.
29929         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29930         * login/Versions (libc: GLIBC_2.4): ... here.
29932         * posix/getlogin.c: Moved to ...
29933         * login/getlogin.c: ... here.
29934         * posix/getlogin_r.c: Moved to ...
29935         * login/getlogin_r.c: ... here.
29936         * posix/getlogin_r.c: Moved to ...
29937         * login/getlogin_r.c: ... here.
29938         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29939         * login/Makefile (routines): ... here.
29940         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29941         * login/Versions (libc: GLIBC_2.0): ... here.
29943         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29944         (setrlimit): Define as weak alias.
29946         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29947         Call __ names for open, ftruncate, and close.
29948         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29949         (truncate): Define as weak alias.
29951 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29953         * math/gen-libm-test.pl (parse_args): Initialize x before each
29954         test of frexp, modf and remquo.
29956         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29957         test signgam value.
29959 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29961         [BZ #15418]
29962         [BZ #15419]
29963         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29964         internal tests.
29965         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29967 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29969         * elf/dl-writev.h: New file.
29970         * elf/dl-misc.c: Include it.
29971         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29972         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29974 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29976         * math/libm-test.inc (noXFails): Remove variable.
29977         (noXPasses): Likewise.
29978         (BUILD_COMPLEX_INT): Remove macro.
29979         (print_screen): Remove xfail argument.
29980         (print_screen_max_error): Likewise.
29981         (update_stats): Likewise.
29982         (print_max_error): Likewise.  Update calls to other affected
29983         functions.
29984         (print_complex_max_error): Likewise.
29985         (test_single_exception): Update calls to print_screen.
29986         (test_single_errno): Likewise.
29987         (check_float_internal): Remove xfail argument.  Update calls to
29988         other affected functions.
29989         (check_float): Likewise.
29990         (check_complex): Likewise.
29991         (check_int): Likewise.
29992         (check_long): Likewise.
29993         (check_bool): Likewise.
29994         (check_longlong): Likewise.
29995         (main): Don't print noXFails and noXPasses.
29996         * math/gen-libm-test.pl (top level): Don't mention expected
29997         failure handling in comment.
29998         (new_test): Don't handle expected failures.
29999         (parse_args): Don't mention expected failure handling in comment.
30000         (generate_testfile): Don't handle expected failures.
30001         (parse_ulps): Likewise.
30002         (print_ulps_file): Likewise.
30003         (get_failure): Remove function.
30004         (output_test): Don't handle expected failures.
30005         * make/README.libm-test: Don't mention expected failure handling.
30007         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30008         (minus_zero): Likewise.
30009         (plus_infty): Likewise.
30010         (minus_infty): Likewise.
30011         (qnan_value): Likewise.
30012         (max_value): Likewise.
30013         (min_value): Likewise.
30014         (min_subnorm_value): Likewise.
30015         (initialize): Do not initialize those variables dynamically.
30017 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30019         * io/open.c (__open_2): Moved to ...
30020         * io/open_2.c: ... this new file.
30021         * io/open64.c (__open64_2): Moved to ...
30022         * io/open64_2.c: ... this new file.
30023         * io/openat.c (__openat_2): Moved to ...
30024         * io/openat_2.c: ... this new file.
30025         * io/openat64.c (__openat64_2): Moved to ...
30026         * io/openat64_2.c: ... this new file.
30027         * io/Makefile (routines): Add them.
30028         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30029         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30030         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30031         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30032         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30033         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30034         (__openat64): Add hidden_ver.
30035         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30036         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30038         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30039         Separately conditionalize setting of GLRO(dl_sysinfo) so
30040         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30041         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30043 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30045         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30046         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30047         definition.
30048         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30049         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30050         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30051         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30052         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30054 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30056         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30057         test signgam value.
30059         * math/libm-test.inc (hypot_test): Do not use
30060         IGNORE_ZERO_INF_SIGN.
30062 2013-05-03  Andreas Jaeger  <aj@suse.de>
30064         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30065         Linux 3.9.
30066         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30067         (PF_MAX): Adjust for VSOCK change.
30069 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30073 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30075         [BZ #15264]
30076         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30077         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30078         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30080 2013-05-02  David S. Miller  <davem@davemloft.net>
30082         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30084 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30086         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30088 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30090         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30092 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30094         [BZ #14952]
30095         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30096         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30097         Use __attribute__ ((__gnu_inline__)).
30098         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30099         Don't use __attribute__ ((__gnu_inline__)).
30101 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30103         [BZ #15423]
30104         * math/s_catan.c (__catan): Handle small real or imaginary part of
30105         input specially to avoid spurious underflow.
30106         * math/s_catanf.c (__catanf): Likewise.
30107         * math/s_catanh.c (__catanh): Likewise.
30108         * math/s_catanhf.c (__catanhf): Likewise.
30109         * math/s_catanhl.c (__catanhl): Likewise.
30110         * math/s_catanl.c (__catanl): Likewise.
30111         * math/libm-test.inc (catan_test): Add more tests.
30112         (catanh_test): Likewise.
30113         * sysdeps/i386/fpu/libm-test-ulps: Update.
30114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30116 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30120 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30122         [BZ #15416]
30123         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30124         accurately for denominator in atan2.
30125         * math/s_catanf.c (__catanf): Likewise.
30126         * math/s_catanh.c (__catanh): Likewise.
30127         * math/s_catanhf.c (__catanhf): Likewise.
30128         * math/s_catanhl.c (__catanhl): Likewise.
30129         * math/s_catanl.c (__catanl): Likewise.
30130         * math/libm-test.inc (catan_test): Add more tests.
30131         (catanh_test): Likewise.
30132         * sysdeps/i386/fpu/libm-test-ulps: Update.
30133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30135 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30137         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30139         * benchtests/Makefile (bench): Remove slow benchmarks.
30140         * benchtests/atan-inputs: Add slow benchmark inputs.
30141         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30142         (BENCH_FUNC): Accept variant offset.
30143         (VARIANT): Define.
30144         * benchtests/bench-skeleton.c (main): Run benchmark for each
30145         variant.
30146         * benchtests/cos-inputs: Add slow benchmark inputs.
30147         * benchtests/exp-inputs: Likewise.
30148         * benchtests/pow-inputs: Likewise.
30149         * benchtests/sin-inputs: Likewise.
30150         * benchtests/slowatan-inputs: Remove.
30151         * benchtests/slowatan.c: Remove.
30152         * benchtests/slowcos-inputs: Remove.
30153         * benchtests/slowcos.c: Remove.
30154         * benchtests/slowexp-inputs: Remove.
30155         * benchtests/slowexp.c: Remove.
30156         * benchtests/slowpow-inputs: Remove.
30157         * benchtests/slowpow.c: Remove.
30158         * benchtests/slowsin-inputs: Remove.
30159         * benchtests/slowsin.c: Remove.
30160         * benchtests/slowtan-inputs: Remove.
30161         * benchtests/slowtan.c: Remove.
30162         * benchtests/tan-inputs: Add slow benchmark inputs.
30163         * scripts/bench.pl: Parse comments and directives.
30165         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30166         in CPPFLAGS.
30167         ($(objpfx)bench-%.c): Remove *-ITER.
30168         * benchtests/bench-modf.c: Remove definition of ITER.
30169         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30170         (main): Loop for DURATION seconds instead of fixed number of
30171         iterations.
30172         * scripts/bench.pl: Don't expect iterations in parameters.
30174 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30176         * io/fchdir.c (__fchdir): Renamed from fchdir.
30177         (fchdir): Define as weak alias.
30179 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30181         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30182         (ERRNO_EDOM): Likewise.
30183         (ERRNO_ERANGE): Likewise.
30184         (noErrnoTests): New variable.
30185         (init_max_error): Set errno to 0.
30186         (test_single_errno): New function.
30187         (test_errno): Likewise.
30188         (check_float_internal): Call test_errno.  Set errno to 0.
30189         (check_complex): Refer to errno tests in comment.
30190         (check_int): Call test_errno.  Set errno to 0.
30191         (check_long): Likewise.
30192         (check_bool): Likewise.
30193         (check_longlong): Likewise.
30194         (cos_test): Use ERRNO_* flags for errno tests instead of
30195         check_int.
30196         (expm1_test): Likewise.
30197         (fmod_test): Likewise.
30198         (ilogb_test): Likewise.
30199         (lgamma_test): Likewise.
30200         (pow_test): Likewise.
30201         (remainder_test): Likewise.
30202         (sin_test): Likewise.
30203         (tan_test): Likewise.
30204         (yn_test): Likewise.
30205         (initialize): Set errno to 0.
30206         (main): Print number of errno tests.
30207         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30209 2013-04-29  Andreas Jaeger  <aj@suse.de>
30211         [BZ #15084]
30212         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30213         and RES_USEVC.
30215         [BZ #15085]
30216         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30217         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30218         unimplemented.
30220         [BZ #15380]
30221         * stdlib/random.c (__initstate): Return NULL if
30222         __initstate fails.
30224         [BZ #15086]
30225         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30226         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30227         RES_SNGLKUPREOP.
30229 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30233 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30235         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30236         of individual tests.
30237         (casin_test): Likewise.
30238         (casinh_test): Likewise.
30240 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30242         [BZ #15409]
30243         * math/s_catan.c (__catan): Handle arguments with large real or
30244         imaginary part separately without squaring.
30245         * math/s_catanf.c (__catanf): Likewise.
30246         * math/s_catanh.c (__catanh): Likewise.
30247         * math/s_catanhf.c (__catanhf): Likewise.
30248         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30249         and redefine.
30250         (__catanhl): Handle arguments with large real or imaginary part
30251         separately without squaring.
30252         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30253         and redefine.
30254         (__catanl): Handle arguments with large real or imaginary part
30255         separately without squaring.
30256         * math/libm-test.inc (catan_test): Add more tests.
30257         (catanh_test): Likewise.
30258         * sysdeps/i386/fpu/libm-test-ulps: Update.
30259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30261 2013-04-27  Andreas Jaeger  <aj@suse.de>
30263         [BZ #15007]
30264         * stdlib/stdlib.h: Update guards for qecvt.
30265         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30266         <stdlib.h>.
30268 2013-04-27  Allan McRae  <allan@archlinux.org>
30270         * sysdeps/i386/fpu/libm-test-ulps: Update.
30272 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30274         [BZ #15406]
30275         * math/s_catan.c: Include <float.h>.
30276         (__catan): Ensure underflow exception occurs for underflowed
30277         result.
30278         * math/s_catanf.c: Include <float.h>.
30279         (__catanf): Ensure underflow exception occurs for underflowed
30280         result.
30281         * math/s_catanh.c: Include <float.h>.
30282         (__catanh): Ensure underflow exception occurs for underflowed
30283         result.
30284         * math/s_catanhf.c: Include <float.h>.
30285         (__catanhf): Ensure underflow exception occurs for underflowed
30286         result.
30287         * math/s_catanhl.c: Include <float.h>.
30288         (__catanhl): Ensure underflow exception occurs for underflowed
30289         result.
30290         * math/s_catanl.c: Include <float.h>.
30291         (__catanl): Ensure underflow exception occurs for underflowed
30292         result.
30293         * math/libm-test.inc (catan_test): Add more tests.
30294         (catanh_test): Likewise.
30296         [BZ #15405]
30297         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30298         underflowed result.
30299         * math/s_ccoshf.c (__ccoshf): Likewise.
30300         * math/s_ccoshl.c (__ccoshl): Likewise.
30301         * math/s_csin.c (__csin): Likewise.
30302         * math/s_csinf.c (__csinf): Likewise.
30303         * math/s_csinh.c (__csinh): Likewise.
30304         * math/s_csinhf.c (__csinhf): Likewise.
30305         * math/s_csinhl.c (__csinhl): Likewise.
30306         * math/s_csinl.c (__csinl): Likewise.
30307         * math/libm-test.inc (ccos_test): Add more tests.
30308         (ccosh_test): Likewise.
30309         (csin_test): Likewise.
30310         (csinh_test): Likewise.
30312 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30314         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30315         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30316         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30317         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30318         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30319         powerpc/power5+/fpu folders.
30320         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30323 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30325         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30327 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30329         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30330         additions to variable.
30331         [$(config-machine) = x86_64] (modules-names): Likewise.
30332         ($(objpfx)tst-audit3): Remove dependency.
30333         ($(objpfx)tst-audit3.out): Likewise.
30334         ($(objpfx)tst-audit4): Likewise.
30335         ($(objpfx)tst-audit4.out): Likewise.
30336         ($(objpfx)tst-audit5): Likewise.
30337         ($(objpfx)tst-audit5.out): Likewise.
30338         ($(objpfx)tst-audit6): Likewise.
30339         ($(objpfx)tst-audit6.out): Likewise.
30340         ($(objpfx)tst-audit7): Likewise.
30341         ($(objpfx)tst-audit7.out): Likewise.
30342         (tst-audit3-ENV): Remove variable.
30343         (tst-audit4-ENV): Likewise.
30344         (tst-audit5-ENV): Likewise.
30345         (tst-audit6-ENV): Likewise.
30346         (tst-audit7-ENV): Likewise.
30347         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30348         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30349         addition to variable.
30350         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30351         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30352         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30353         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30354         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30355         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30356         tst-audit3, tst-audit4 and tst-audit5.
30357         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30358         tst-audit6 and tst-audit7.
30359         [$(subdir) = elf] (modules-names): Add audit modules for those
30360         tests.
30361         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30362         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30363         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30364         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30365         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30366         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30367         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30368         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30369         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30370         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30371         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30372         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30373         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30374         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30375         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30376         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30377         Likewise.
30378         [$(subdir) = elf && $(config-cflags-avx) = yes]
30379         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30380         [$(subdir) = elf && $(config-cflags-avx) = yes]
30381         (CFLAGS-tst-auditmod4a.c): Likewise.
30382         [$(subdir) = elf && $(config-cflags-avx) = yes]
30383         (CFLAGS-tst-auditmod4b.c): Likewise.
30384         [$(subdir) = elf && $(config-cflags-avx) = yes]
30385         (CFLAGS-tst-auditmod6b.c): Likewise.
30386         [$(subdir) = elf && $(config-cflags-avx) = yes]
30387         (CFLAGS-tst-auditmod6c.c): Likewise.
30388         [$(subdir) = elf && $(config-cflags-avx) = yes]
30389         (CFLAGS-tst-auditmod7b.c): Likewise.
30390         * elf/tst-audit3.c: Move to ...
30391         * sysdeps/x86_64/tst-audit3.c: ... here.
30392         * elf/tst-audit4.c: Move to ...
30393         * sysdeps/x86_64/tst-audit4.c: ... here.
30394         * elf/tst-audit5.c: Move to ...
30395         * sysdeps/x86_64/tst-audit5.c: ... here.
30396         * elf/tst-audit6.c: Move to ...
30397         * sysdeps/x86_64/tst-audit6.c: ... here.
30398         * elf/tst-audit7.c: Move to ...
30399         * sysdeps/x86_64/tst-audit7.c: ... here.
30400         * elf/tst-auditmod3a.c: Move to ...
30401         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30402         * elf/tst-auditmod3b.c: Move to ...
30403         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30404         * elf/tst-auditmod4a.c: Move to ...
30405         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30406         * elf/tst-auditmod4b.c: Move to ...
30407         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30408         * elf/tst-auditmod5a.c: Move to ...
30409         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30410         * elf/tst-auditmod5b.c: Move to ...
30411         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30412         * elf/tst-auditmod6a.c: Move to ...
30413         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30414         * elf/tst-auditmod6b.c: Move to ...
30415         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30416         * elf/tst-auditmod6c.c: Move to ...
30417         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30418         * elf/tst-auditmod7a.c: Move to ...
30419         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30420         * elf/tst-auditmod7b.c: Move to ...
30421         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30423 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30425         [BZ #15366]
30426         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30427         define unconditionally.
30428         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30429         define unconditionally.
30430         (INT8_C, INT16_C, etc.): Likewise.
30432 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30434         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30435         __ehdr_start with hidden visibility.
30437         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30439 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30441         * math/libm-test.inc (cos_test): Use accurate hex constants.
30442         (sincost_test): Likewise.
30444 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30446         * math/libm-test.inc (catan_test): Add more tests.
30447         (catanh_test): Likewise.
30449         * math/s_catanf.c (__catanf): Use suffixed floating-point
30450         constants.
30451         * math/s_catanhf.c (__catanhf): Likewise.
30452         * math/s_catanhl.c (__catanhl): Likewise.
30453         * math/s_catanl.c (__catanl): Likewise.
30455         [BZ #15394]
30456         * math/s_catan.c (__catan): Calculate imaginary part of result
30457         with log1p not log unless computing log of number close to 0.
30458         * math/s_catanf.c (__catanf): Likewise.
30459         * math/s_catanl.c (__catanl): Likewise.
30460         * math/s_catanh.c (__catanh): Calculate real part of result with
30461         log1p not log unless computing log of number close to 0.
30462         * math/s_catanhf.c (__catanhf): Likewise.
30463         * math/s_catanhl.c (__catanhl): Likewise.
30464         * math/libm-test.inc (catan_test): Add more tests.
30465         (catanh_test): Likewise.
30466         * sysdeps/i386/fpu/libm-test-ulps: Update.
30467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30469 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30471         * benchtests/Makefile: Mention files in which fast and slow
30472         paths of math functions are implemented.
30474 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30476         * sysdeps/posix/timespec_get.c: New file.
30478 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30480         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30481         POWER.
30482         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30483         for POWER.
30484         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30485         powerpc/power5/fpu folders.
30486         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30487         * benchtests/Makefile: Add modf testcase.
30488         * benchtests/bench-modf.c: New file: Benchmark test for mo
30490 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30492         [BZ #14888]
30493         * time/Makefile (tests): Add tst-strptime-whitespace.
30494         * time/strptime_l.c (get_number): Use ISSPACE.
30495         (__strptime_internal): Likewise.
30496         * time/tst-strptime-whitespace.c: New test case.
30498 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30500         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30501         member.
30502         (_nss_files_init): Set it here.
30504 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30506         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30507         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30508         unsigned.
30510 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30512         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30514 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30516         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30517         size just once.
30519 2013-04-21  David S. Miller  <davem@davemloft.net>
30521         * po/ru.po: Update Russion translation from translation project.
30523 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30525         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30526         and setfsgid.
30528 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30530         * configure.in: Remove i386 configure warning. Remove i386 case.
30531         * configure: Regenerate.
30532         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30533         Add example to error message.
30534         * sysdeps/i386/configure: Regenerate.
30536 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30538         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30539         slowtan.
30540         * benchtests/cos-inputs: New file.
30541         * benchtests/slowcos-inputs: New file.
30542         * benchtests/slowcos.c: New file.
30543         * benchtests/slowtan-inputs: New file.
30544         * benchtests/slowtan.c: New file.
30545         * benchtests/tan-inputs: New file.
30547 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30549         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30550         considered kosher.
30552 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30554         * benchtests/Makefile: Include cppflags-iterator.mk to add
30555         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30557         * Makefile.in (bench-clean): New target.
30558         * benchtests/Makefile (bench-clean): Likewise.
30560 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30562         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30564 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30566         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30568 2013-04-15  Andreas Schwab  <schwab@suse.de>
30570         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30571         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30572         * nscd/pwdcache.c (cache_addpw): Likewise.
30573         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30574         more than recsize.
30576 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30578         * benchtests/Makefile (bench): Write all output to
30579         bench-out.tmp together.
30581 2013-04-15  Andreas Schwab  <schwab@suse.de>
30583         * nscd/nscd.c (main): Don't fork again after closing files.
30585 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30587         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30589         * benchtests/Rules (bench-deps): Collect dependencies into a
30590         single variable.  Add Makefile to dependencies.
30591         ($(objpfx)bench-%.c): Depend on bench-deps.
30593 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30594             Xavier Roche  <roche+kml2@exalead.com>
30596         [BZ #15361]
30597         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30598         just that it's a file descriptor.
30599         * manual/llio.texi (Synchronizing AIO Operations): Update description
30600         for EBADF error from aio_fsync.
30602 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30604         * Rules (bench): Move target definition...
30605         * benchtests/Makefile: ... here.
30607 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30609         * math/libm-test.inc (cos_test): Fix PI/2 test.
30610         (sincos_test): Likewise.
30611         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30612         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30614 2013-04-11  Andreas Schwab  <schwab@suse.de>
30616         [BZ #13988]
30617         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30618         accept exponent character only when digits were seen.
30619         * stdio-common/Makefile (tests): Add bug26.
30620         * stdio-common/bug26.c: New file.
30622         [BZ #14293]
30623         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30624         non-freeable.
30626 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30628         * Makeconfig (rtld-prefix): Define built linker prefix.
30629         * Rules (run-bench): Use it.
30630         * math/Makefile (run-regen-ulps): Likewise.
30632         * Rules (bench): Remove eval.
30634 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30635             Roland McGrath  <roland@hack.frob.com>
30636             Ondrej Bilka  <neleai@seznam.cz>
30638         [BZ #15346]
30639         * time/getdate.c: Include ctype.h and alloca.h.
30640         (__getdate_r): Trim leading and trailing spaces of input.
30641         * time/tst-getdate.c (tests): Add tests with leading and
30642         trailing spaces.
30644 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30646         [BZ #14280]
30647         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30648         when computing value.
30650 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30652         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30653         Use testrun.sh to run libm tests.
30655         [BZ #15309]
30656         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30658 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30660         [BZ #15264]
30661         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30663 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30665         * Makefile.in (regen-ulps): New target.
30666         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30667         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30668         [ifneq (no,$(PERL)] (regen-ulps): New target.
30669         [ifeq (no,$(PERL)] (regen-ulps): New target.
30670         * math/libm-test.inc (ulps_file_name): Define.
30671         (output_dir): New variable.
30672         (options): Add "output-dir" option.
30673         (parse_opt): Handle 'o' case.
30674         (main): If output_dir is non-NULL use it as a prefix
30675         otherwise use "".
30676         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30678 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30680         [BZ #10060, #10062]
30681         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30682         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30683         fail configure if __sync_val_compare_and_swap is not inlined.
30684         * sysdeps/i386/configure: Regenerate.
30685         * configure.in: Build for i686 when configured for i386.
30686         * configure: Regenerate.
30687         * README: Remove i386 reference.
30689 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30691         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30692         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30694 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30696         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30697         (lmsnanval): New variables.
30698         (F): Add conversion tests.
30699         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30700         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30702         * stdio-common/tstdiomisc.c (F): Properly collect individual
30703         tests' results.
30705         [BZ #14686, #15336]
30706         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30707         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30708         Instead, use input NaN values or generate a qNaN by arithmetic
30709         operation.  Also fix bugs to comply with the standard.
30710         * math/libm-test.inc (remainder_test): Add more tests.
30712         [BZ #15335, #15342]
30713         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30714         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30715         input NaN values or generate a qNaN by arithmetic operation.
30717         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30718         unreachable code.
30720         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30721         definitions.
30723 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30725         [BZ #14478]
30726         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30727         underflowed result.
30728         * math/s_cexpf.c (__cexpf): Likewise.
30729         * math/s_cexpl.c (__cexpl): Likewise.
30730         * math/libm-test.inc (cexp_test): Add more tests.
30732 2013-04-03  Andreas Schwab  <schwab@suse.de>
30734         [BZ #15330]
30735         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30736         order arrays from heap if bigger than alloca cutoff.
30738 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30740         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30741         (SNAN_TESTS_double): Refer to GCC PR56831.
30742         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30743         GCC PR56828.
30745 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30747         * Rules (bench): Move bench.out after the run is complete.
30749         * Rules (bench): Echo currently running benchmark.
30751         * benchtests/Makefile (bench): Add atan and slowatan.
30752         * benchtests/atan-inputs: New file.
30753         * benchtests/slowatan-inputs: New file.
30754         * benchtests/slowatan.c: New file.
30756         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30757         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30758         its value.
30760         [BZ #15305]
30761         * sysdeps/unix/sysv/linux/kernel-features.h
30762         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30763         __ASSUME_XFS_RESTRICTED_CHOWN.
30764         * sysdeps/unix/sysv/linux/pathconf.c
30765         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30766         Save and restore errno.
30768 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30770         [BZ #15327]
30771         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30772         arguments using __kernel_casinh.
30773         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30774         arguments using __kernel_casinhf.
30775         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30776         arguments using __kernel_casinhl.
30777         * math/libm-test.inc (cacosh_test): Add more tests.
30778         * sysdeps/i386/fpu/libm-test-ulps: Update.
30779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30781 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30783         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30784         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30786         * bench/Makefile (bench): Add sin and slowsin.
30787         * benchtests/sin-inputs: New file.
30788         * benchtests/slowsin-inputs: New file.
30789         * benchtests/slowsin.c: New file.
30791         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30792         (bench): Add slowexp and slowpow.
30793         (exp-ITER): Increase iterations.
30794         (pow-ITER): Likewise.
30795         * benchtests/exp-inputs: Change input.
30796         * benchtests/pow-inputs: Likewise.
30797         * benchtests/slowexp-inputs: New file.
30798         * benchtests/slowexp.c: New file.
30799         * benchtests/slowpow-inputs: New file.
30800         * benchtests/slowpow.c: New file.
30802 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30804         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30805         instructions.
30806         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30807         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30808         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30809         * benchtests/Makefile: Add rint benchtest.
30810         * benchtests/rint-inputs: Input for rint benchtest.
30812 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30814         * Versions.def (libm): Add GLIBC_2.18.
30815         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30816         hidden libm prototypes.
30817         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30818         * math/Makefile (libm-calls): Add s_issignaling.
30819         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30820         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30821         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30822         declaration.
30823         * math/math.h [__USE_GNU] (issignaling): New macro.
30824         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30825         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30826         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30827         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30828         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30829         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30830         * manual/arith.texi (issignaling): New section.
30831         * manual/libm-err-tab.pl (@all_functions): Update comment.
30832         * math/gen-libm-test.pl (parse_args): Apply special handling for
30833         issignaling.
30834         * math/libm-test.inc (print_float, issignaling_test): New
30835         functions.
30836         (check_float_internal): Add issignaling checks.
30837         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30838         default definition.
30839         * sysdeps/powerpc/math-tests.h: New file.
30840         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30841         tests.
30842         * math/test-snan.c (TEST_FUNC): Likewise.
30844 2013-03-30  David S. Miller  <davem@davemloft.net>
30846         * po/de.po: Update from translation team.
30848 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30850         [BZ #10357]
30851         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30852         imaginary part less than 1.0 and real part less than 0.5
30853         specially.
30854         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30855         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30856         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30857         (cacos_test): Add more tests.
30858         (casin_test): Likewise.
30859         (casinh_test): Likewise.
30860         * sysdeps/i386/fpu/libm-test-ulps: Update.
30861         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30863 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30865         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30866         ONE with its value.
30868         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30869         (__pow_mp): Replace ONE and MONE with their values.
30870         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30871         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30872         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30873         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30874         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30875         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30877         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30879         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30880         (__pow_mp): Replace ZERO and MZERO with their values.
30881         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30882         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30883         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30884         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30885         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30886         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30887         (__sqr): Likewise.
30889         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30891         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30893 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30895         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30896         Declare with __attribute__ ((weak)).
30897         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30898         Call __call_tls_dtors only if it's not NULL.
30900 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30902         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30903         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30904         magic __ehdr_start linker symbol if it's defined.
30905         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30906         them up here if it was already done.
30908         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30909         (_dl_aux_init): Use const in cast when setting it.
30910         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30911         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30912         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30914         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30915         Declare them here.
30916         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30917         * csu/libc-tls.c: Nor here.
30918         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30920         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30921         (__libc_message): Never call vsyslog.
30923 2013-03-28  Alan Modra  <amodra@gmail.com>
30925         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30926         Define as empty.
30927         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30928         Likewise.
30930 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30932         [BZ #15214]
30933         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30934         underflow.
30935         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30937 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30939         [BZ #15304]
30940         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30941         Don't add gid passed as argument.
30943         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30945 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30947         [BZ #15307]
30948         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30949         imaginary part between 1.0 and 1.5 and real part less than 0.5
30950         specially.
30951         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30952         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30953         * math/libm-test.inc (cacos_test): Add more tests.
30954         (casin_test): Likewise.
30955         (casinh_test): Likewise.
30956         * sysdeps/i386/fpu/libm-test-ulps: Update.
30957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30959 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30961         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30962         constants.
30963         (norm): Likewise.
30964         (denorm): Likewise.
30965         (__dbl_mp): Likewise.
30966         (add_magnitudes): Likewise.
30967         (sub_magnitudes): Likewise.
30968         (__add): Likewise.
30969         (__sub): Likewise.
30970         (__mul): Likewise.
30971         (__sqr): Likewise.
30972         (__inv): Likewise.
30973         (__dvd): Likewise.
30975         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30976         commented code.
30977         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30978         (__dubcos): Likewise.
30979         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30980         (__ieee754_acos): Likewise.
30981         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30982         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30983         (__exp1): Likewise.
30984         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30985         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30986         (log1): Likewise.
30987         (my_log2): Likewise.
30988         (checkint): Likewise.
30989         * sysdeps/ieee754/dbl-64/e_remainder.c
30990         (__ieee754_remainder): Likewise.
30991         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30992         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30993         (bsloww): Likewise.
30994         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30996         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30997         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30998         MANTISSA_STORE_T to store computations on mantissa.  Use
30999         macros for rounding and division.
31000         (denorm): Likewise.
31001         (__dbl_mp): Likewise.
31002         (add_magnitudes): Likewise.
31003         (sub_magnitudes): Likewise.
31004         (__mul): Likewise.
31005         (__sqr): Likewise.
31006         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31007         powers of two in terms of TWOPOW macro.
31008         (mp_no): Make type of mantissa as MANTISSA_T.
31009         [!RADIXI]: Define RADIXI.
31010         [!TWO52]: Define TWO52.
31011         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31013 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31015         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31016         llroundl symbol when building for PPC32.
31018 2013-03-24  Mark H Weaver  <mhw@netris.org>
31020         * manual/arith.texi (Normalization Functions): Fix prototypes for
31021         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31023 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31025         [BZ #13889]
31026         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31027         high value to check if expl overflow.
31028         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31029         to check for underflow and overflow.
31030         * math/libm-test.inc: Add exp test.
31032 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31034         [BZ #11120]
31035         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31036         with NOT_IN_libc.
31038 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31040         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31041         symbol.
31043 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31045         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31046         wrap blocks consisting of several statements.
31048         * sysdeps/generic/math-tests.h: New file.
31049         * sysdeps/i386/fpu/math-tests.h: Likewise.
31050         * math/test-snan.c: Include it.
31051         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31053 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31055         [BZ #15285]
31056         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31057         (__ieee754_j0l): Do not improve calculations using cos of twice
31058         input for inputs above LDBL_MAX / 2.0L.
31059         (__ieee754_y0l): Likewise.
31060         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31061         (__ieee754_j1l): Do not improve calculations using cos of twice
31062         input for inputs above LDBL_MAX / 2.0L.
31063         (__ieee754_y1l): Likewise.
31064         * math/libm-test.inc (j0_test): Add another test.
31065         (j1_test): Likewise.
31066         (y0_test): Likewise.
31067         (y1_test): Likewise.
31068         * sysdeps/i386/fpu/libm-test-ulps: Update.
31070 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31072         * Rules ($(objpfx)bench-%.c): Include code from a C source
31073         file.
31075 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31077         [BZ #15287]
31078         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31079         imaginary part 1.0 and real part less than 0.5 specially.
31080         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31081         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31082         * math/libm-test.inc (cacos_test): Add more tests.
31083         (casin_test): Likewise.
31084         (casinh_test): Likewise.
31085         * sysdeps/i386/fpu/libm-test-ulps: Update.
31086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31088 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31090         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31091         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31093 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31095         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31096         * config.make.in (config-cflags-sse4): Remove variable.
31097         (config-cflags-avx): Likewise.
31098         (config-cflags-sse2avx): Likewise.
31099         (config-cflags-novzeroupper): Likewise.
31100         (config-asflags-i686): Likewise.
31101         (have-mfma4): Likewise.
31102         (have-as-vis3): Likewise.
31103         (MIG): Likewise.
31104         * configure.in (MIG): Do not AC_SUBST.
31105         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31106         (libc_cv_cc_sse4): Do not AC_SUBST.
31107         (libc_cv_cc_avx): Likewise.
31108         (libc_cv_cc_sse2avx): Likewise.
31109         (libc_cv_cc_novzeroupper): Likewise.
31110         (libc_cv_cc_fma4): Likewise.
31111         (libc_cv_as_i686): Likewise.
31112         (libc_cv_sparc_as_vis3): Likewise.
31113         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31114         LIBC_CONFIG_VAR.
31115         (config-asflags-i686): Likewise.
31116         (config-cflags-avx): Likewise.
31117         (config-cflags-sse2avx): Likewise.
31118         (have-mfma4): Likewise.
31119         (config-cflags-novzeroupper): Likewise.
31120         * sysdeps/mach/configure.in (MIG): Likewise.
31121         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31122         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31123         LIBC_CONFIG_VAR.
31124         (config-cflags-avx): Likewise.
31125         (config-cflags-sse2avx): Likewise.
31126         (have-mfma4): Likewise.
31127         (config-cflags-novzeroupper): Likewise.
31128         * configure: Regenerated.
31129         * sysdeps/i386/configure: Likewise.
31130         * sysdeps/mach/configure: Likewise.
31131         * sysdeps/sparc/configure: Likewise.
31132         * sysdeps/x86_64/configure: Likewise.
31134 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31136         [BZ #14812]
31137         * locale/programs/localedef.c (options): Put N_ translation marker
31138         on argument names, not just descriptions.
31140 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31142         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31144 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31146         [BZ #14176]
31147         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31149 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31151         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31152         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31153         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31154         [!BEFORE_ABORT] (before_abort): New function.
31155         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31156         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31157         (writev_for_fatal): New function.
31158         (WRITEV_FOR_FATAL): New macro; call that.
31159         (backtrace_and_maps): New function.
31160         (BEFORE_ABORT): New macro; call that.
31161         (struct str_list): Type removed.
31162         (__libc_message, __libc_fatal): Functions removed.
31163         Include <sysdeps/posix/libc_fatal.c> instead.
31165 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31167         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31168         constants.
31169         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31170         double constants.
31172 2013-03-19  Andreas Schwab  <schwab@suse.de>
31174         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31175         * sysdeps/gnu/configure: Regenerate.
31177         * configure.in: Substitute libc_cv_rtlddir.
31178         * configure: Regenerate.
31179         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31180         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31181         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31182         * elf/Makefile (install-others, CFLAGS-interp.c)
31183         (ldso_install, common-ldd-rewrite): Likewise.
31184         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31185         $(inst_slibdir)/$(rtld-installed-name).
31186         * scripts/rellns-sh: Add -p option.
31187         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31188         for source.
31190 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31192         * manual/nptl.texi: Renamed to ...
31193         * manual/threads.texi: ... this.
31194         * manual/Makefile (chapters): Update.
31196 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31198         [BZ #14812]
31199         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31200         on argument names, not just descriptions.
31201         * malloc/memusagestat.c (options): Likewise.
31202         * nss/getent.c (options): Likewise.
31204 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31206         [BZ #14812]
31207         * iconv/iconv_prog.c (options): Put N_ translation marker
31208         on argument names, not just descriptions.
31209         * iconv/iconvconfig.c (options): Likewise.
31211 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31213         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31214         implementation which is faster on all x86_64 architectures.
31215         Tested on AMD, Intel Nehalem, SNB, IVB.
31216         * sysdeps/x86_64/strnlen.S: Likewise.
31218         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31219         Remove all multiarch strlen and strnlen versions.
31220         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31221         Remove strlen and strnlen related parts.
31223         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31224         Inline strlen part.
31225         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31227         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31228         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31229         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31230         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31231         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31232         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31234 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31236         * manual/memory.texi (Malloc Tunable Parameters):
31237         Sort parameters alphabetically. Add comments for missing entries.
31239 2013-03-17  David S. Miller  <davem@davemloft.net>
31241         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31243 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31245         [BZ #15283]
31246         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31247         for arguments at most half maximum finite value.
31248         * math/libm-test.inc (j0_test): Add more tests.
31249         (j1_test): Likewise.
31250         (y0_test): Likewise.
31251         (y1_test): Likewise.
31252         * sysdeps/i386/fpu/libm-test-ulps: Update.
31253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31255         [BZ #14155]
31256         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31257         1 / x and functions P and Q for arguments above 0x1p256L.
31258         (__ieee754_y0l): Likewise.
31259         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31260         (__ieee754_y1l): Likewise.
31261         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31262         (j1_test): Likewise.
31263         (y0_test): Likewise.
31264         (y1_test): Likewise.
31266 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31268         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31269         variable.
31271 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31273         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31274         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31275         zero since it's initialized to EXEC_PAGESIZE.
31277         * sysdeps/unix/sysv/linux/ldsodefs.h
31278         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31279         * sysdeps/generic/ldsodefs.h: ... here.
31281 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31283         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31285         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31286         math/test-snan.c.
31287         * math/test-snan.c: Renamed from
31288         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31289         * math/Makefile (tests): Add test-snan.
31290         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31291         test-powerpc-snan.
31293         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31294         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31295         functions.
31296         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31297         __builtin_nan family of functions.
31298         * math/libm-test.inc (initialize): Initialize qnan_value with
31299         __builtin_nan family of functions.
31300         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31301         Remove variables.
31302         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31303         Remove functions.
31304         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31305         storage class.  Initialize qNaN_var and sNaN_var with
31306         __builtin_nan and __builtin_nans families of functions,
31307         respectively.
31309         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31310         (sqrt_test): Remove duplicate test with qNaN input.
31311         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31312         (round_test, signbit_test, significand_test): Note missing +/-Inf
31313         as well as qNaN tests.
31315         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31316         qNaN_var.  Fix a few strings, too.
31317         * math/libm-test.inc (nan_value): Rename to qnan_value.
31318         * math/gen-libm-test.pl (%beautify): Adjust to that.
31319         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31320         * math/test-misc.c (main): Likewise.
31321         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31322         to __qnan_bytes, and __qnan_union, respectively.
31323         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31324         Likewise.
31325         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31326         and lqnanval, respectively.
31327         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31328         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31329         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31330         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31332         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31333         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31334         doubles.
31336         * math/test-misc.c (main): Fix copy'n'pastos.
31337         * misc/tst-efgcvt.c (special): Likewise.
31339         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31340         Remove declarations.
31342 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31344         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31345         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31346         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31347         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31349 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31351         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31352         macro to return vdso values correctly in IFUNC implementations.
31353         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31354         Optimization by using IFUNC.
31356 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31357             Richard Henderson  <rth@redhat.com>
31358             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31360         * Makefile.in (bench): New target.
31361         * NEWS: Mention the benchmark framework.
31362         * Rules (bench): Likewise.
31363         (binaries-bench): Generate binaries for functions to
31364         benchmark.
31365         * benchtests/Makefile: New makefile for benchmark tests.
31366         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31367         programs.
31368         * benchtests/exp-inputs: New input file for EXP function.
31369         * benchtests/pow-inputs: New input file for POW function.
31370         * scripts/bench.pl: New script to generate source files for
31371         benchmark programs.
31373 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31375         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31376         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31377         computations on mantissa.  Use macros for rounding and
31378         division.
31379         (denorm): Likewise.
31380         (__dbl_mp): Likewise.
31381         (add_magnitudes): Likewise.
31382         (sub_magnitudes): Likewise.
31383         (__mul): Likewise.
31384         (__sqr): Likewise.
31385         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31386         powers of two in terms of TWOPOW macro.
31387         (mp_no): Make type of mantissa as MANTISSA_T.
31388         [!RADIXI]: Define RADIXI.
31389         [!TWO52]: Define TWO52.
31390         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31392         * manual/nptl.texi (cindex): Modify threads to pthreads.
31394 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31396         * sysdeps/x86_64/preconfigure: Regenerated.
31398 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31400         [BZ #14155]
31401         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31402         0x1p28 and above.
31403         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31404         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31405         0x1p28 and above.
31406         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31407         * math/libm-test.inc (j0_test): Do not allow one spurious
31408         underflow exception.
31409         (y1_test): Likewise.
31411 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31413         * manual/Makefile (chapters): Add nptl.
31414         * manual/debug.texi (Debugging Support): Add link to Threads
31415         chapter.
31416         * manual/nptl.texi: New file.
31418         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31420 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31422         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31423         for non-NULL pointer before the memory validity test. Pointed
31424         out by Holger Brunck <holger.brunck@keymile.com>.
31426 2013-03-13  Andreas Schwab  <schwab@suse.de>
31428         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31429         instead of .os.
31431 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31433         * timezone/zic.c: Update from tzcode 2013b.
31435 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31437         * manual/install.texi (Configuring and compiling):
31438         Mention i686 and i586.
31439         * INSTALL: Regenerate.
31441 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31443         * sysdeps/init_array/elf-init.c: New file.
31444         * csu/elf-init.c
31445         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31446         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31448         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31449         __gmon_start__ as global, but as static with a .preinit_array pointer.
31450         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31451         * sysdeps/init_array/crti.S: New file, empty except for comments.
31452         * sysdeps/init_array/crtn.S: Likewise.
31454 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31456         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31457         definining bcopy.
31458         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31459         Remove Prefer_SSE_for_memop.
31460         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31461         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31462         HAS_PREFER_SSE_FOR_MEMOP.
31463         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31464         memset-x86-64.
31465         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31466         Remove bzero, memset ifunc support.
31467         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31468         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31469         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31470         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31472 2013-03-11  Andreas Schwab  <schwab@suse.de>
31474         [BZ #15234]
31475         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31476         by SHLIB_COMPAT.
31477         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31478         (GLIBC_2.16): Remove pthread_atfork.
31480 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31482         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31483         (ptestcases.h): Likewise.
31485 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31487         * Makeconfig ($(common-objpfx)config.status): Depend on
31488         sysdeps/*/preconfigure{,.in} too.
31490 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31492         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31493         (__free_hook): Use void * instead of __malloc_ptr_t.
31494         (__malloc_hook): Likewise.
31495         (__realloc_hook): Likewise.
31496         (__memalign_hook): Likewise.
31497         (__after_morecore_hook): Likewise.
31498         * malloc/arena.c (save_malloc_hook): Likewise.
31499         (save_free_hook): Likewise.
31500         * malloc/hooks.c (malloc_hook_ini): Likewise.
31501         (realloc_hook_ini): Likewise.
31502         (memalign_hook_ini): Likewise.
31503         * malloc/malloc.c (malloc_hook_ini): Likewise.
31504         (realloc_hook_ini): Likewise.
31505         (memalign_hook_ini): Likewise.
31506         (__free_hook): Likewise.
31507         (__malloc_hook): Likewise.
31508         (__realloc_hook): Likewise.
31509         (__memalign_hook): Likewise.
31510         (__libc_malloc): Likewise.
31511         (__libc_free): Likewise.
31512         (__libc_realloc): Likewise.
31513         (__libc_memalign): Likewise.
31514         (__libc_valloc): Likewise.
31515         (__libc_pvalloc): Likewise.
31516         (__libc_calloc): Likewise.
31517         (__posix_memalign): Likewise.
31518         * malloc/morecore.c (__sbrk): Likewise.
31519         (__default_morecore): Likewise.
31521         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31523         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31524         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31525         __malloc_ptrdiff_t.
31527         * malloc/malloc.h (__malloc_size_t): Remove macro.
31528         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31529         __malloc_size_t.
31530         (old_memalign_hook): Likewise.
31531         (old_realloc_hook): Likewise.
31532         (struct hdr): Likewise.
31533         (flood): Likewise.
31534         (mallochook): Likewise.
31535         (memalignhook): Likewise.
31536         (reallochook): Likewise.
31537         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31538         (tr_old_realloc_hook): Likewise.
31539         (tr_old_memalign_hook): Likewise.
31540         (tr_mallochook): Likewise.
31541         (tr_reallochook): Likewise.
31542         (tr_memalignhook): Likewise.
31544 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31546         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31547         default_ldbl_pack and using as default implementation.
31548         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31549         implementation.
31550         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31551         redundant definition.
31552         (ldbl_insert_mantissa): Likewise.
31553         (ldbl_canonicalize): Likewise.
31554         (ldbl_nearbyint): Likewise.
31555         (ldbl_pack): Rename to ldbl_pack_ppc.
31556         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31557         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31558         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31560 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31562         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31563         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31564         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31565         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31566         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31567         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31568         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31569         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31571 2013-03-07  Andreas Jaeger  <aj@suse.de>
31573         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31574         bits/mman-linux.h.
31576 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31578         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31579         Include mpa.h and declare __MPEXP.
31580         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31581         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31582         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31583         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31584         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31585         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31586         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31588         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31589         (__slowpow): Use long double EXPL and LOGL functions to
31590         compute POW.
31591         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31592         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31593         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31594         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31595         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31596         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31598         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31599         intermediate variable to calculate exponent.
31600         (__sqr): Likewise.
31601         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31602         Likewise.
31603         (__sqr): Likewise.
31605         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31606         [!NO__SQR]: Define __sqr.
31607         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31608         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31609         sysdeps/ieee754/dbl-64/mpa.c.
31610         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31612         [BZ #12723]
31613         * posix/Makefile (tests): Add tst-pathconf.
31614         * posix/tst-pathconf.c: New test case.
31615         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31616         _PC_PIPE_BUF.
31617         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31619 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31621         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31623 2013-03-06  Andreas Jaeger  <aj@suse.de>
31625         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31626         definition via __MAP_ANONYMOUS.
31628         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31629         it's not part of Linux headers.
31631         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31632         (MAP_HUGE_MASK): Define.
31634         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31635         Define.
31636         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31637         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31638         Define.
31639         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31640         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31641         Define.
31642         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31643         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31644         Define.
31645         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31647         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31648         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31649         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31650         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31651         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31652         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31654         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31655         Handle f2fs.
31657         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31658         Handle f2fs and efivarfs.
31660         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31661         f2fs.
31663         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31664         (EFIVARFS_MAGIC): Add.
31665         (F2FS_LINK_MAX): Add.
31667 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31669         * stdio-common/vfprintf.c: Replace __builtin_expect with
31670         __glibc_unlikely.
31672 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31674         [BZ #13550]
31675         * sysdeps/generic/bp-sym.h: Remove file.
31676         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31677         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31678         <bp-sym.h> and <bp-asm.h>.
31679         (__longjmp): Don't use BP_SYM.
31680         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31681         and <bp-asm.h>.
31682         (memcpy): Don't use BP_SYM.
31683         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31684         <bp-sym.h> and <bp-asm.h>.
31685         (memcpy): Don't use BP_SYM.
31686         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31687         <bp-asm.h>.
31688         (memcpy): Don't use BP_SYM.
31689         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31690         <bp-asm.h>.
31691         (memset): Don't use BP_SYM.
31692         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31693         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31694         (__bzero): Don't use BP_SYM.
31695         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31696         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31697         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31698         <bp-sym.h> and <bp-asm.h>.
31699         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31700         pointers.
31701         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31702         <bp-sym.h> and <bp-asm.h>.
31703         (memcpy): Don't use BP_SYM.
31704         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31705         <bp-sym.h> and <bp-asm.h>.
31706         (memset): Don't use BP_SYM.
31707         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31708         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31709         (__bzero): Don't use BP_SYM.
31710         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31711         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31712         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31713         <bp-sym.h> and <bp-asm.h>.
31714         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31715         pointers.
31716         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31717         <bp-sym.h> and <bp-asm.h>.
31718         (memcpy): Don't use BP_SYM.
31719         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31720         <bp-sym.h> and <bp-asm.h>.
31721         (memset): Don't use BP_SYM.
31722         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31723         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31724         (__bzero): Don't use BP_SYM.
31725         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31726         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31727         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31728         <bp-sym.h> and <bp-asm.h>.
31729         (__memchr): Don't use BP_SYM.
31730         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31731         <bp-sym.h> and <bp-asm.h>.
31732         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31733         pointers.
31734         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31735         <bp-sym.h> and <bp-asm.h>.
31736         (memcpy): Don't use BP_SYM.
31737         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31738         <bp-sym.h> and <bp-asm.h>.
31739         (__mempcpy): Don't use BP_SYM.
31740         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31741         <bp-sym.h> and <bp-asm.h>.
31742         (__memrchr): Don't use BP_SYM.
31743         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31744         <bp-sym.h> and <bp-asm.h>.
31745         (memset): Don't use BP_SYM.
31746         (__bzero): Likewise.
31747         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31748         <bp-sym.h> and <bp-asm.h>.
31749         (__rawmemchr): Don't use BP_SYM.
31750         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31751         <bp-sym.h> and <bp-asm.h>.
31752         (__STRCMP): Don't use BP_SYM.
31753         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31754         <bp-sym.h> and <bp-asm.h>.
31755         (strchr): Don't use BP_SYM.
31756         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31757         <bp-sym.h> and <bp-asm.h>.
31758         (__strchrnul): Don't use BP_SYM.
31759         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31760         <bp-sym.h> and <bp-asm.h>.
31761         (strlen): Don't use BP_SYM.
31762         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31763         <bp-sym.h> and <bp-asm.h>.
31764         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31765         pointers.
31766         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31767         <bp-sym.h> and <bp-asm.h>.
31768         (__strnlen): Don't use BP_SYM.
31769         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31770         <bp-sym.h> and <bp-asm.h>.
31771         (__GI__setjmp): Don't use BP_SYM.
31772         (_setjmp): Likewise.
31773         (__sigsetjmp): Likewise.
31774         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31775         (L(start_addresses)): Don't use BP_SYM.
31776         (_start): Likewise.
31777         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31778         <bp-asm.h>.
31779         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31780         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31781         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31782         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31783         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31784         <bp-asm.h>.
31785         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31786         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31787         about bounded pointers.
31788         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31789         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31790         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31791         <bp-asm.h>.
31792         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31793         about bounded pointers.  Remove GKM FIXME comments.
31794         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31795         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31796         <bp-asm.h>.
31797         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31798         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31799         Remove GKM FIXME comments.
31800         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31801         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31802         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31803         <bp-asm.h>.
31804         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31805         about bounded pointers.  Remove GKM FIXME comment.
31806         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31807         and <bp-asm.h>.
31808         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31809         pointers.
31810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31811         <bp-sym.h> and <bp-asm.h>.
31812         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31814         <bp-sym.h> and <bp-asm.h>.
31815         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31816         comment.
31818 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31820         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31821         call free(NULL).
31823 2013-03-05  David S. Miller  <davem@davemloft.net>
31825         * po/es.po: Update from translation team.
31827 2013-03-05  Andreas Jaeger  <aj@suse.de>
31829         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31830         <bits/mman-linux.h>.
31831         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31832         is fine.
31833         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31834         <bits/mman-linux.h> to end of file.
31835         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31836         is fine.
31837         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31838         <bits/mman-linux.h> to end of file.
31839         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31840         is fine.
31841         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31842         <bits/mman-linux.h> to end of file.
31844         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31845         (MCL_CURRENT, MCL_FUTURE): Define here.
31847 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31849         [BZ #15232]
31850         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31851         attribute_hidden.
31852         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31854 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31856         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31857         fourth parameter needed for rt_sigprocmask syscall.
31858         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31859         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31860         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31861         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31862         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31863         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31865 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31867         [BZ #13550]
31868         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31869         comment about bounded pointers.
31870         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31871         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31873 2013-03-04  Andreas Jaeger  <aj@suse.de>
31875         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31876         common definitions.
31878         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31879         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31880         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31881         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31882         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31883         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31885 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31887         [BZ #15055]
31888         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31889         __ieee754_sqrl instead of __sqrl.
31891 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31893         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31894         * sysdeps/powerpc/fpu_control.h: ... here.
31895         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31896         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31897         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31898         * sysdeps/powerpc/bits/mathinline.h: ... here.
31900 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31902         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31903         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31904         to just [NEED_DL_SYSINFO_DSO].
31905         * elf/dl-support.c: Likewise.
31906         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31907         * elf/rtld.c (dl_main): Likewise.
31908         * elf/setup-vdso.h (setup_vdso): Likewise.
31909         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31910         * sysdeps/unix/sysv/linux/dl-sysdep.c
31911         (_dl_discover_osversion): Likewise.
31913 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31915         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31916         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31918 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31920         * NEWS: Mention libm performance improvements and non-x86 PI
31921         futex support.
31923         * csu/libc-start.c (__pthread_initialize_minimal): Change
31924         function arguments.
31925         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31927 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31929         [BZ #13550]
31930         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31931         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31932         <bp-sym.h> and <bp-asm.h>.
31933         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31934         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31935         and <bp-asm.h>.
31936         (memcpy): Don't use BP_SYM.
31937         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31938         <bp-asm.h>.
31939         (__mpn_add_n): Don't use BP_SYM.
31940         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31941         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31942         and <bp-asm.h>.
31943         (__mpn_addmul_1): Don't use BP_SYM.
31944         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31945         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31946         <bp-sym.h>.
31947         (_setjmp): Don't use BP_SYM.
31948         (__novmx_setjmp): Likewise.
31949         (__GI__setjmp): Likewise.
31950         (__vmx_setjmp): Likewise.
31951         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31952         <bp-sym.h>.
31953         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31954         (__bzero): Don't use BP_SYM.
31955         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31956         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31957         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31958         <bp-sym.h> and <bp-asm.h>.
31959         (memcpy): Don't use BP_SYM.
31960         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31961         <bp-sym.h> and <bp-asm.h>.
31962         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31963         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31964         <bp-sym.h> and <bp-asm.h>.
31965         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31966         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31967         <bp-asm.h>.
31968         (__mpn_lshift): Don't use BP_SYM.
31969         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31970         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31971         <bp-asm.h>.
31972         (memset): Don't use BP_SYM.
31973         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31974         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31975         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31976         <bp-asm.h>.
31977         (__mpn_mul_1): Don't use BP_SYM.
31978         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31979         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31980         <bp-sym.h> and <bp-asm.h>.
31981         (memcmp): Don't use BP_SYM.
31982         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31983         <bp-sym.h> and <bp-asm.h>.
31984         (memcpy): Don't use BP_SYM.
31985         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31986         <bp-sym.h> and <bp-asm.h>.
31987         (memset): Don't use BP_SYM.
31988         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31989         <bp-sym.h> and <bp-asm.h>.
31990         (strncmp): Don't use BP_SYM.
31991         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31992         <bp-sym.h> and <bp-asm.h>.
31993         (memcpy): Don't use BP_SYM.
31994         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31995         <bp-sym.h> and <bp-asm.h>.
31996         (memset): Don't use BP_SYM.
31997         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31998         <bp-sym.h> and <bp-asm.h>.
31999         (__memchr): Don't use BP_SYM.
32000         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32001         <bp-sym.h> and <bp-asm.h>.
32002         (memcmp): Don't use BP_SYM.
32003         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32004         <bp-sym.h> and <bp-asm.h>.
32005         (memcpy): Don't use BP_SYM.
32006         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32007         <bp-sym.h> and <bp-asm.h>.
32008         (__mempcpy): Don't use BP_SYM.
32009         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32010         <bp-sym.h> and <bp-asm.h>.
32011         (__memrchr): Don't use BP_SYM.
32012         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32013         <bp-sym.h> and <bp-asm.h>.
32014         (memset): Don't use BP_SYM.
32015         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32016         <bp-sym.h> and <bp-asm.h>.
32017         (__rawmemchr): Don't use BP_SYM.
32018         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32019         <bp-sym.h> and <bp-asm.h>.
32020         (__STRCMP): Don't use BP_SYM.
32021         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32022         <bp-sym.h> and <bp-asm.h>.
32023         (strchr): Don't use BP_SYM.
32024         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32025         <bp-sym.h> and <bp-asm.h>.
32026         (__strchrnul): Don't use BP_SYM.
32027         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32028         <bp-sym.h> and <bp-asm.h>.
32029         (strlen): Don't use BP_SYM.
32030         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32031         <bp-sym.h> and <bp-asm.h>.
32032         (strncmp): Don't use BP_SYM.
32033         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32034         <bp-sym.h> and <bp-asm.h>.
32035         (__strnlen): Don't use BP_SYM.
32036         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32037         <bp-asm.h>.
32038         (__mpn_rshift): Don't use BP_SYM.
32039         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32040         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32041         <bp-sym.h> and <bp-asm.h>.
32042         (__sigsetjmp): Don't use BP_SYM.
32043         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32044         (L(start_addresses)): Don't use BP_SYM.
32045         (_start): Likewise.
32046         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32047         <bp-asm.h>.
32048         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32049         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32050         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32051         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32052         <bp-asm.h>.
32053         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32054         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32055         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32056         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32057         <bp-asm.h>.
32058         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32059         comments.
32060         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32061         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32062         <bp-asm.h>.
32063         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32064         FIXME comments.
32065         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32066         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32067         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32068         <bp-asm.h>.
32069         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32070         comment.
32071         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32072         and <bp-asm.h>.
32073         (strncmp): Don't use BP_SYM,
32074         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32075         <bp-asm.h>.
32076         (__mpn_sub_n): Don't use BP_SYM.
32077         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32078         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32079         and <bp-asm.h>.
32080         (__mpn_submul_1): Don't use BP_SYM.
32081         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32083         <bp-sym.h> and <bp-asm.h>.
32084         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32086         <bp-sym.h> and <bp-asm.h>.
32087         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32088         comment.
32090 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32092         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32093         Use ZK to minimize writes to Z.
32094         (sub_magnitudes): Simplify code a bit.
32095         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32096         Use ZK to minimize writes to Z.
32097         (sub_magnitudes): Simplify code a bit.
32099 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32101         * csu/gmon-start.c: Add special exception to license text.
32103 2013-02-27  Richard Henderson  <rth@redhat.com>
32105         * scripts/config.guess: Update from config.git.
32106         * scripts/config.sub: Likewise.
32108 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32110         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32112         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32114         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32116         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32118         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32120 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32122         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32123         [$(build-shared = yes].
32125 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32127         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32128         (__mul): Reduce iterations for calculating mantissa.
32130         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32131         MPTWO.
32132         (__mpranred): Likewise.
32134         [BZ #15160]
32135         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32136         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32138 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32140         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32141         Define __attribute__.
32143 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32145         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32146         unused.
32147         * posix/regex_internal.h (__attribute): Remove.
32148         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32149         (re_string_context_at): Likewise.
32150         (bitset_not): Use __attribute__ and mark function as possibly
32151         unused.
32152         (bitset_merge): Likewise.
32153         (bitset_mask): Likewise.
32154         (re_string_char_size_at): Likewise.
32155         (re_string_wchar_at): Likewise.
32156         (re_string_elem_size_at): Likewise.
32158 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32160         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32161         code.
32162         (cc32): Likewise.
32164         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32165         (__acr): Likewise.
32166         (__cpy): Likewise.
32167         (norm): Likewise.
32168         (denorm): Likewise.
32169         (__dbl_mp): Likewise.
32170         (add_magnitudes): Likewise.
32171         (sub_magnitudes): Likewise.
32172         (__mul): Likewise.
32173         (__inv): Likewise.
32175         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32176         style.
32178         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32179         style.
32181         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32182         code.
32184         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32185         up changes with default code.
32186         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32187         Likewise.
32189 2013-02-24  Allan McRae  <allan@archlinux.org>
32191         * manual/socket.texi (The Internet Namespace): Order menu items
32192         to match that in the file.
32194         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32195         node listing of the info page menu.
32197 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32199         [BZ #13550]
32200         * sysdeps/i386/bp-asm.h: Remove file.
32201         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32202         (PARMS): Do not use macros from bp-asm.h.
32203         (S1): Likewise.
32204         (S2): Likewise.
32205         (SIZE): Likewise.
32206         (__mpn_add_n): Do not use BP_SYM
32207         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32208         "bp-asm.h".
32209         (PARMS): Do not use macros from bp-asm.h.
32210         (S1): Likewise.
32211         (SIZE): Likewise.
32212         (__mpn_addmul_1): Do not use BP_SYM
32213         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32214         "bp-asm.h".
32215         (PARMS): Do not use macros from bp-asm.h.
32216         (SIGMSK): Likewise.
32217         (_setjmp): Likewise.  Do not use BP_SYM.
32218         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32219         "bp-asm.h".
32220         (PARMS): Do not use macros from bp-asm.h.
32221         (SIGMSK): Likewise.
32222         (setjmp): Likewise.  Do not use BP_SYM.
32223         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32224         "bp-asm.h".
32225         (PARMS): Do not use macros from bp-asm.h.
32226         (__frexp): Do not use BP_SYM.
32227         (frexp): Likewise.
32228         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32229         "bp-asm.h".
32230         (PARMS): Do not use macros from bp-asm.h.
32231         (__frexpf): Do not use BP_SYM.
32232         (frexpf): Likewise.
32233         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32234         "bp-asm.h".
32235         (PARMS): Do not use macros from bp-asm.h.
32236         (__frexpl): Do not use BP_SYM.
32237         (frexpl): Likewise.
32238         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32239         "bp-asm.h".
32240         (PARMS): Do not use macros from bp-asm.h.
32241         (__remquo): Do not use BP_SYM.
32242         (remquo): Likewise.
32243         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32244         "bp-asm.h".
32245         (PARMS): Do not use macros from bp-asm.h.
32246         (__remquof): Do not use BP_SYM.
32247         (remquof): Likewise.
32248         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32249         "bp-asm.h".
32250         (PARMS): Do not use macros from bp-asm.h.
32251         (__remquol): Do not use BP_SYM.
32252         (remquol): Likewise.
32253         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32254         "bp-asm.h".
32255         (PARMS): Do not use macros from bp-asm.h.
32256         (DEST): Likewise.
32257         (SRC): Likewise.
32258         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32259         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32260         "bp-asm.h".
32261         (PARMS): Do not use macros from bp-asm.h.
32262         (strlen): Do not use BP_SYM.
32263         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32264         "bp-asm.h".
32265         (PARMS): Do not use macros from bp-asm.h.
32266         (S1): Likewise.
32267         (S2): Likewise.
32268         (SIZE): Likewise.
32269         (__mpn_add_n): Do not use BP_SYM.
32270         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32271         "bp-asm.h".
32272         (PARMS): Do not use macros from bp-asm.h.
32273         (S1): Likewise.
32274         (SIZE): Likewise.
32275         (__mpn_addmul_1): Do not use BP_SYM.
32276         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32277         weak_alias.
32278         (bzero): Likewise.
32279         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32280         "bp-asm.h".
32281         (PARMS): Do not use macros from bp-asm.h.
32282         (S): Likewise.
32283         (SIZE): Likewise.
32284         (__mpn_lshift): Do not use BP_SYM.
32285         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32286         "bp-asm.h".
32287         (PARMS): Do not use macros from bp-asm.h.
32288         (DEST): Likewise.
32289         (SRC): Likewise.
32290         (LEN): Likewise.
32291         (memcpy): Likewise.  Do not use BP_SYM.
32292         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32293         libc_hidden_def and weak_alias.
32294         (mempcpy): Do not use BP_SYM in weak_alias.
32295         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32296         "bp-asm.h".
32297         (PARMS): Do not use macros from bp-asm.h.
32298         (DEST): Likewise.
32299         (LEN): Likewise.
32300         [!BZERO_P] (CHR): Likewise.
32301         (memset): Likewise.  Do not use BP_SYM.
32302         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32303         "bp-asm.h".
32304         (PARMS): Do not use macros from bp-asm.h.
32305         (S1): Likewise.
32306         (SIZE): Likewise.
32307         (__mpn_mul_1): Do not use BP_SYM.
32308         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32309         "bp-asm.h".
32310         (PARMS): Do not use macros from bp-asm.h.
32311         (S): Likewise.
32312         (SIZE): Likewise.
32313         (__mpn_rshift): Do not use BP_SYM.
32314         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32315         "bp-asm.h".
32316         (PARMS): Do not use macros from bp-asm.h.
32317         (STR): Likewise.
32318         (CHR): Likewise.
32319         (strchr): Likewise.  Do not use BP_SYM.
32320         (index): Do not use BP_SYM in weak_alias.
32321         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32322         "bp-asm.h".
32323         (PARMS): Do not use macros from bp-asm.h.
32324         (DEST): Likewise.
32325         (SRC): Likewise.
32326         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32327         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32328         "bp-asm.h".
32329         (PARMS): Do not use macros from bp-asm.h.
32330         (strlen): Do not use BP_SYM.
32331         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32332         "bp-asm.h".
32333         (PARMS): Do not use macros from bp-asm.h.
32334         (S1): Likewise.
32335         (S2): Likewise.
32336         (SIZE): Likewise.
32337         (__mpn_sub_n): Do not use BP_SYM.
32338         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32339         "bp-asm.h".
32340         (PARMS): Do not use macros from bp-asm.h.
32341         (S1): Likewise.
32342         (SIZE): Likewise.
32343         (__mpn_submul_1): Do not use BP_SYM.
32344         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32345         "bp-asm.h".
32346         (PARMS): Do not use macros from bp-asm.h.
32347         (S1): Likewise.
32348         (S2): Likewise.
32349         (SIZE): Likewise.
32350         (__mpn_add_n): Do not use BP_SYM.
32351         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32352         weak_alias.
32353         (bzero): Likewise.
32354         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32355         "bp-asm.h".
32356         (PARMS): Do not use macros from bp-asm.h.
32357         (BLK2): Likewise.
32358         (LEN): Likewise.
32359         (memcmp): Do not use BP_SYM.
32360         (bcmp): Do not use BP_SYM in weak_alias.
32361         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32362         "bp-asm.h".
32363         (PARMS): Do not use macros from bp-asm.h.
32364         (DEST): Likewise.
32365         (SRC): Likewise.
32366         (LEN): Likewise.
32367         (memcpy): Likewise.  Do not use BP_SYM.
32368         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32369         "bp-asm.h".
32370         (PARMS): Do not use macros from bp-asm.h.
32371         (DEST): Likewise.
32372         (SRC): Likewise.
32373         (LEN): Likewise.
32374         (memmove): Likewise.  Do not use BP_SYM.
32375         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32376         "bp-asm.h".
32377         (PARMS): Do not use macros from bp-asm.h.
32378         (DEST): Likewise.
32379         (SRC): Likewise.
32380         (LEN): Likewise.
32381         (__mempcpy): Likewise.  Do not use BP_SYM.
32382         (mempcpy): Do not use BP_SYM in weak_alias.
32383         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32384         "bp-asm.h".
32385         (PARMS): Do not use macros from bp-asm.h.
32386         (DEST): Likewise.
32387         (LEN): Likewise.
32388         [!BZERO_P] (CHR): Likewise.
32389         (memset): Likewise.  Do not use BP_SYM.
32390         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32391         "bp-asm.h".
32392         (PARMS): Do not use macros from bp-asm.h.
32393         (STR2): Likewise.
32394         (strcmp): Do not use BP_SYM.
32395         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32396         "bp-asm.h".
32397         (PARMS): Do not use macros from bp-asm.h.
32398         (STR): Likewise.
32399         (DELIM): Likewise.
32400         [USE_AS_STRTOK_R] (SAVE): Likewise.
32401         (FUNCTION): Likewise.  Do not use BP_SYM.
32402         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32403         aliases.
32404         (strtok_r): Likewise.
32405         (__GI___strtok_r): Likewise.
32406         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32407         (PARMS): Do not use macros from bp-asm.h.
32408         (S): Likewise.
32409         (SIZE): Likewise.
32410         (__mpn_lshift): Do not use BP_SYM.
32411         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32412         (PARMS): Do not use macros from bp-asm.h.
32413         (STR): Likewise.
32414         (CHR): Likewise.
32415         (__memchr): Do not use BP_SYM.
32416         (memchr): Do not use BP_SYM in weak_alias.
32417         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32418         (PARMS): Do not use macros from bp-asm.h.
32419         (BLK2): Likewise.
32420         (LEN): Likewise.
32421         (memcmp): Do not use BP_SYM.
32422         (bcmp): Do not use BP_SYM in weak_alias.
32423         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32424         (PARMS): Do not use macros from bp-asm.h.
32425         (S1): Likewise.
32426         (SIZE): Likewise.
32427         (__mpn_mul_1): Do not use BP_SYM.
32428         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32429         "bp-asm.h".
32430         (PARMS): Do not use macros from bp-asm.h.
32431         (STR): Likewise.
32432         (CHR): Likewise.
32433         (__rawmemchr): Do not use BP_SYM.
32434         (rawmemchr): Do not use BP_SYM in weak_alias.
32435         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32436         (PARMS): Do not use macros from bp-asm.h.
32437         (S): Likewise.
32438         (SIZE): Likewise.
32439         (__mpn_rshift): Do not use BP_SYM.
32440         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32441         (PARMS): Do not use macros from bp-asm.h.
32442         (SIGMSK): Likewise.
32443         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32444         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32445         (_start): Do not use BP_SYM.
32446         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32447         (PARMS): Do not use macros from bp-asm.h.
32448         (DEST): Likewise.
32449         (SRC): Likewise.
32450         (__stpcpy): Likewise.  Do not use BP_SYM.
32451         (stpcpy): Do not use BP_SYM in weak_alias.
32452         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32453         "bp-asm.h".
32454         (PARMS): Do not use macros from bp-asm.h.
32455         (DEST): Likewise.
32456         (SRC): Likewise.
32457         (LEN): Likewise.
32458         (__stpncpy): Likewise.  Do not use BP_SYM.
32459         (stpncpy): Do not use BP_SYM in weak_alias.
32460         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32461         (PARMS): Do not use macros from bp-asm.h.
32462         (STR): Likewise.
32463         (CHR): Likewise.
32464         (strchr): Likewise.  Do not use BP_SYM.
32465         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32466         "bp-asm.h".
32467         (PARMS): Do not use macros from bp-asm.h.
32468         (STR): Likewise.
32469         (CHR): Likewise.
32470         (__strchrnul): Likewise.  Do not use BP_SYM.
32471         (strchrnul): Do not use BP_SYM in weak_alias.
32472         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32473         "bp-asm.h".
32474         (PARMS): Do not use macros from bp-asm.h.
32475         (STOP): Likewise.
32476         (strcspn): Do not use BP_SYM.
32477         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32478         "bp-asm.h".
32479         (PARMS): Do not use macros from bp-asm.h.
32480         (STR): Likewise.
32481         (STOP): Likewise.
32482         (strpbrk): Likewise.  Do not use BP_SYM.
32483         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32484         "bp-asm.h".
32485         (PARMS): Do not use macros from bp-asm.h.
32486         (STR): Likewise.
32487         (CHR): Likewise.
32488         (strrchr): Likewise.  Do not use BP_SYM.
32489         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32490         (PARMS): Do not use macros from bp-asm.h.
32491         (SKIP): Likewise.
32492         (strspn): Do not use BP_SYM.
32493         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32494         (PARMS): Do not use macros from bp-asm.h.
32495         (STR): Likewise.
32496         (DELIM): Likewise.
32497         (SAVE): Likewise.
32498         (FUNCTION): Likewise.  Do not use BP_SYM.
32499         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32500         aliases.
32501         (strtok_r): Likewise.
32502         (__GI___strtok_r): Likewise.
32503         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32504         (PARMS): Do not use macros from bp-asm.h.
32505         (S1): Likewise.
32506         (S2): Likewise.
32507         (SIZE): Likewise.
32508         (__mpn_sub_n): Do not use BP_SYM.
32509         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32510         "bp-asm.h".
32511         (PARMS): Do not use macros from bp-asm.h.
32512         (S1): Likewise.
32513         (SIZE): Likewise.
32514         (__mpn_submul_1): Do not use BP_SYM.
32515         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32516         <bp-sym.h>.
32517         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32518         and <bp-asm.h>.
32519         (PARMS): Do not use macros from bp-asm.h.
32520         (FLAGS): Likewise.
32521         (PTID): Likewise.
32522         (TLS): Likewise.
32523         (CTID): Likewise.
32524         (__clone): Do not use BP_SYM.
32525         (clone): Do not use BP_SYM in weak_alias.
32526         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32527         and <bp-asm.h>.
32528         (PARMS): Do not use macros from bp-asm.h.
32529         (LEN): Likewise.
32530         (__mmap64): Do not use BP_SYM.
32531         (mmap64): Do not use BP_SYM in weak_alias.
32532         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32533         <bp-sym.h> and <bp-asm.h>.
32534         (PARMS): Do not use macros from bp-asm.h.
32535         (__posix_fadvise64_l64): Do not use BP_SYM.
32536         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32537         (PARMS): Do not use macros from bp-asm.h.
32538         (NSOPS): Likewise.
32539         (semtimedop): Do not use BP_SYM.
32540         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32541         and <bp-asm.h>.
32543 2013-02-21  Allan McRae  <allan@archlinux.org>
32545         * manual/message.texi (Charset conversion in gettext):
32546         Move @end statement to beginning of line.
32548 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32550         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32551         static.
32552         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32553         Likewise.
32555         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32556         (denorm): Likewise.
32557         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32558         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32560 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32562         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32563         tail-call to the resolved function if pltexit isn't needed.
32565 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32567         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32568         or Y being zero as being unlikely.
32569         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32570         Likewise.
32572 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32574         * manual/nss.texi (System Databases and Name Service Switch):
32575         Remove frobnicate @pxref.
32577 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32579         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32580         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32582 2013-02-20  Petr Machata  <pmachata@redhat.com>
32584         * elf/elf.h (R_ARM_TARGET1): New macro.
32585         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32586         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32587         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32588         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32589         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32590         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32591         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32592         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32593         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32594         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32595         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32596         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32597         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32598         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32599         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32600         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32601         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32602         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32603         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32604         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32605         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32606         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32607         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32608         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32609         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32610         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32611         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32612         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32613         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32614         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32615         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32616         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32617         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32618         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32619         (R_ARM_THM_GOT_BREL12): Likewise.
32620         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32621         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32622         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32623         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32624         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32625         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32626         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32627         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32628         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32630 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32632         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32633         __attribute_used__ to __attribute__ ((unused)).
32635 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32637         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32638         powerpc mpa.c.
32639         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32640         comment formatting.
32641         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32643 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32645         [BZ #13550]
32646         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32647         Remove macro.
32648         (ENTER): Remove both macro definitions.
32649         (LEAVE): Likewise.
32650         (CHECK_BOUNDS_LOW): Likewise.
32651         (CHECK_BOUNDS_HIGH): Likewise.
32652         (CHECK_BOUNDS_BOTH): Likewise.
32653         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32654         (RETURN_BOUNDED_POINTER): Likewise.
32655         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32656         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32657         (POP_ERRNO_LOCATION_RETURN): Likewise.
32658         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32659         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32660         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32661         macros.
32662         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32663         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32664         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32665         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32666         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32667         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32668         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32669         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32670         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32671         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32672         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32673         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32674         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32675         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32676         removed macros.
32677         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32678         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32679         macros.
32680         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32681         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32682         * sysdeps/i386/i586/memset.S (memset): Likewise.
32683         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32684         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32685         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32686         macros.
32687         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32688         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32689         Change uses of L(2) to L(out).
32690         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32691         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32692         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32693         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32694         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32695         removed macros.
32696         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32697         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32698         macros.
32699         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32700         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32701         (RETURN): Do not use macro LEAVE.
32702         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32703         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32704         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32705         * sysdeps/i386/i686/memset.S (memset): Likewise.
32706         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32707         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32708         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32709         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32710         Likewise.
32711         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32712         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32713         L(1_2) and L(1_3) into L(1).
32714         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32715         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32716         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32717         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32718         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32719         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32720         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32721         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32722         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32723         macros.
32724         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32725         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32726         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32727         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32728         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32729         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32730         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32731         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32732         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32733         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32734         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32735         * sysdeps/i386/strspn.S (strspn): Likewise.
32736         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32737         conditional code.
32738         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32739         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32740         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32741         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32742         L(1_3) into L(1_1).
32743         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32744         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32745         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32746         macros.
32747         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32749 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32751         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32752         macro.
32754 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32756         * math/atest-exp.c (exp_mpn): Remove ROUND.
32757         * math/atest-exp2.c (exp_mpn): Likewise.
32758         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32760         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32761         * stdlib/tst-tls-atexit-lib.c: Likewise.
32762         * stdlib/tst-tls-atexit.c: Likewise.
32764 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32766         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32767         and __attribute_alloc_size__.
32769 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32771         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32772         __attribute_alloc_size__.
32773         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32774         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32776 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32778         * include/programs/xmalloc.h: New file.
32779         * catgets/gencat.c: Include it.
32780         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32781         * elf/pldd.c: Likewise.
32782         * iconv/iconv_charmap.c: Likewise.
32783         * iconv/iconvconfig.c: Likewise.
32784         * iconv/strtab.c: Likewise.
32785         * locale/programs/locale.c: Likewise.
32786         * locale/programs/localedef.h: Likewise.
32787         * locale/programs/simple-hash.c: Likewise.
32788         * nscd/nscd.h: Likewise.
32789         * nss/makedb.c: Likewise.
32790         * sysdeps/generic/ldconfig.h: Likewise.
32792 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32794         * Versions.def: Add GLIBC_2.18.
32795         * include/link.h (struct link_map): New member l_tls_dtor_count.
32796         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32797         (__call_tls_dtors): Likewise.
32798         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32799         __cxa_thread_atexit_impl.
32800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32801         Likewise.
32802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32803         Likewise.
32804         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32805         Likewise.
32806         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32807         Likewise.
32808         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32809         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32810         Likewise.
32811         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32812         Likewise.
32813         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32814         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32815         Likewise.
32816         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32817         (tests): Add test case tst-tls-atexit.
32818         (modules-names): Add shared library for tst-tls-atexit.
32819         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32820         (GLIBC_PRIVATE): Add __call_tls_dtors.
32821         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32822         for libstdc++.
32823         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32824         * stdlib/tst-tls-atexit.c: New test case.
32825         * stdlib/tst-tls-atexit-lib.c: New test case.
32827         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32829         * elf/Versions (ld): Add _dl_find_dso_for_object.
32830         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32831         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32832         (dl_open_worker): Use _dl_find_dso_for_object.
32833         * elf/dl-sym.c (do_sym): Likewise.
32834         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32836 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32838         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32839         Syntactic changes only.
32840         (_dl_runtime_profile): Do a tail-call to the resolved function.
32842 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32844         [BZ #13550]
32845         * sysdeps/x86_64/bp-asm.h: Remove file.
32846         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32847         <bp-sym.h> and <bp-asm.h>.
32848         (__clone): Do not use BP_SYM.
32849         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32850         <bp-sym.h> and <bp-asm.h>.
32851         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32852         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32853         "bp-asm.h".
32854         (_setjmp): Do not use BP_SYM.
32855         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32856         "bp-asm.h".
32857         (setjmp): Do not use BP_SYM.
32858         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32859         libc_hidden_def.
32860         (mempcpy): Do not use BP_SYM in weak_alias.
32861         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32862         "bp-asm.h".
32863         (strchr): Do not use BP_SYM.
32864         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32865         "bp-asm.h".
32866         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32867         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32868         (_start): Do not use BP_SYM.
32869         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32870         "bp-asm.h".
32871         (strcat): Do not use BP_SYM.
32872         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32873         "bp-asm.h".
32874         (STRCMP): Do not use BP_SYM.
32875         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32876         "bp-asm.h".
32877         (STRCPY): Do not use BP_SYM.
32878         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32879         "bp-asm.h".
32880         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32881         "bp-asm.h".
32882         (FUNCTION): Do not use BP_SYM.
32883         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32884         weak_alias.
32885         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32887 2013-02-17  Andreas Jaeger  <aj@suse.de>
32889         * time/Versions: Sort entries.
32890         * string/Versions: Likewise.
32891         * resolv/Versions: Likewise.
32892         * posix/Versions: Likewise.
32893         * iconv/Versions: Likewise.
32894         * elf/Versions: Likewise.
32895         * wcsmbs/Versions: Likewise.
32897 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32899         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32900         loop termination condition.
32902         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32903         variable to calculate EZ.
32904         (__sqr): Likewise.
32906         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32907         the lower precision input.
32909 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32911         [BZ #13550]
32912         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32913         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32914         (run-via-rtld-prefix): Do not handle %-bp tests.
32915         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32916         (all-object-suffixes): Remove .ob.
32917         (bppfx): Remove variable.
32918         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32919         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32920         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32921         [$(build-bounded) = yes] (libtype.ob): Likewise.
32922         * Makerules (elide-routines.ob): Remove variable.
32923         (do-tests-clean): Do not handle *-bp.out.
32924         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32925         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32926         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32927         (tests): Do not include $(tests-bp.out).
32928         (xtests): Do not include $(xtests-bp.out).
32929         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32930         [$(build-bounded) = yes] ($(addprefix
32931         $(objpfx),$(binaries-bounded))): Remove rule.
32932         ($(objpfx)%-bp.out): Remove rule.
32933         * config.make.in (build-bounded): Remove variable.
32934         * crypt/Makefile [$(build-bounded) = yes]
32935         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32936         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32937         append to variable.
32938         [$(build-bounded) = yes] (install-lib): Likewise.
32939         [$(build-bounded) = yes] (generated): Likewise.
32940         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32941         Remove rule.
32942         * intl/Makefile [$(build-bounded) = yes]
32943         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32944         * math/Makefile [$(build-bounded) = yes]
32945         ($(tests:%=$(objpfx)%-bp): Likewise.
32946         * misc/Makefile [$(build-bounded) = yes]
32947         ($(objpfx)tst-tsearch-bp): Likewise.
32948         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32949         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32950         Remove dependency.
32951         * string/Makefile (o-objects.ob): Remove variable.
32952         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32953         (CFLAGS-.ob): Remove variable.
32954         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32955         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32956         both definitions of variable.
32957         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32958         (ASFLAGS-.ob): Remove variable.
32960 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32962         [BZ #13550]
32963         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32964         Remove __BOUNDED_POINTERS__ from condition.
32965         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32966         * string/bits/string2.h [!__NO_STRING_INLINES &&
32967         !__BOUNDED_POINTERS__]: Likewise.
32968         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32969         Likewise.
32970         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32971         Remove conditional code.
32972         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32973         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32974         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32975         condition.
32977         [BZ #13550]
32978         * csu/libc-start.c: Do not include <bp-sym.h>.
32979         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32980         * elf/dl-open.c: Do not include <bp-sym.h>.
32981         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32982         * math/fegetenv.c: Do not include <bp-sym.h>.
32983         (fegetenv): Do not use BP_SYM in versioned symbols.
32984         * nptl/sysdeps/pthread/bits/libc-lockP.h
32985         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32986         <bp-sym.h>.
32987         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32988         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32989         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32990         (__pthread_mutex_destroy): Likewise.
32991         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32992         (__pthread_mutex_lock): Likewise.
32993         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32994         (__pthread_mutex_trylock): Likewise.
32995         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32996         (__pthread_mutex_unlock): Likewise.
32997         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32998         (__pthread_mutexattr_init): Likewise.
32999         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33000         (__pthread_mutexattr_destroy): Likewise.
33001         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33002         (__pthread_mutexattr_settype): Likewise.
33003         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33004         (__pthread_rwlock_init): Likewise.
33005         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33006         (__pthread_rwlock_destroy): Likewise.
33007         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33008         (__pthread_rwlock_rdlock): Likewise.
33009         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33010         (__pthread_rwlock_tryrdlock): Likewise.
33011         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33012         (__pthread_rwlock_wrlock): Likewise.
33013         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33014         (__pthread_rwlock_trywrlock): Likewise.
33015         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33016         (__pthread_rwlock_unlock): Likewise.
33017         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33018         (__pthread_key_create): Likewise.
33019         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33020         (__pthread_setspecific): Likewise.
33021         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33022         (__pthread_getspecific): Likewise.
33023         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33024         Likewise.
33025         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33026         (_pthread_cleanup_push_defer): Likewise.
33027         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33028         (_pthread_cleanup_pop_restore): Likewise.
33029         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33030         (pthread_setcancelstate): Likewise.
33031         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33032         <bp-sym.h>.
33033         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33034         (memchr): Do not use BP_SYM in weak_alias.
33035         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33036         (fegetenv): Do not use BP_SYM in versioned symbols.
33037         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33038         (fesetenv): Do not use BP_SYM in versioned symbols.
33039         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33040         (feupdateenv): Do not use BP_SYM in versioned symbols.
33041         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33042         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33043         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33044         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33045         (open64): Do not use BP_SYM in weak_alias.
33046         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33047         (fegetenv): Do not use BP_SYM in versioned symbols.
33048         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33049         (fesetenv): Do not use BP_SYM in versioned symbols.
33050         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33051         (feupdateenv): Do not use BP_SYM in versioned symbols.
33052         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33053         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33054         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33055         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33056         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33057         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33058         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33059         <bp-sym.h>.
33060         (__libc_start_main): Do not use BP_SYM.
33062 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33064         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33065         redundant return line.
33066         (norm): Likewise.
33067         (denorm): Likewise.
33068         (dbl_mp): Likewise.
33069         (sub_magnitudes): Likewise.
33070         (__add): Likewise.
33071         (__sub): Likewise.
33072         (__mul): Likewise.
33073         (__inv): Likewise.
33074         (__dvd): Likewise.
33075         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33076         (norm): Likewise.
33077         (denorm): Likewise.
33078         (dbl_mp): Likewise.
33079         (sub_magnitudes): Likewise.
33080         (__add): Likewise.
33081         (__sub): Likewise.
33082         (__mul): Likewise.
33083         (__inv): Likewise.
33084         (__dvd): Likewise.
33086         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33087         instead of __mul.
33088         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33089         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33090         (cc32): Likewise.
33092         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33093         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33094         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33095         of __mul for squares.
33096         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33097         function
33098         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33099         Likewise.
33100         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33101         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33103 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33105         [BZ #13550]
33106         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33107         code.
33108         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33109         prototype or function definition.  Rename ubp_* variables and
33110         parameters.  Remove argv definitions conditional on
33111         [__BOUNDED_POINTERS__].
33112         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33113         * elf/dl-runtime.c (_dl_fixup): Likewise.
33114         * include/set-hooks.h (RUN_HOOK): Likewise.
33115         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33116         definition.
33117         * string/strcpy.c (strcpy): Do not use __unbounded.
33118         * sysdeps/generic/frame.h (struct layout): Likewise.
33119         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33120         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33121         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33122         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33123         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33124         (__backtrace): Likewise.
33125         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33126         use __ptrvalue.
33127         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33128         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33129         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33130         Likewise.
33131         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33132         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33133         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33134         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33135         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33136         Do not use __unbounded.
33137         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33138         Rename __unboundedrlimits parameter to rlimits in prototype.
33139         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33140         Do not use __unbounded.
33141         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33142         not use __ptrvalue.
33143         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33144         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33145         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33146         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33147         __ptrvalue or __unbounded.
33148         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33149         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33150         use __unbounded.
33151         (__new_msgctl): Do not use __ptrvalue.
33152         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33153         __unbounded.
33154         (__libc_msgrcv): Do not use __ptrvalue.
33155         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33156         startup_info): Do not use __unbounded.
33157         (__libc_start_main): Likewise.  Rename ubp_* variables and
33158         parameters.  Remove argv definitions conditional on
33159         [__BOUNDED_POINTERS__].
33160         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33161         __ptrvalue.
33162         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33163         use __unbounded.
33164         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33165         or __ptrvalue.
33166         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33167         use __unbounded.
33168         (__new_shmctl): Do not use __ptrvalue.
33169         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33170         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33171         Likewise.
33172         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33173         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33174         (__libc_sigaction): Likewise.
33175         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33176         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33177         Likewise.
33178         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33180 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33182         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33184         * string/mempcpy.c: Implement by calling memcpy.
33186 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33188         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33190         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33191         evaluation.
33193         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33194         values in the mantissa.
33196         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33197         minimize writes to Z.
33198         (sub_magnitudes): Simplify code a bit.
33200 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33202         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33203         from the message.  The linker prefixes all warnings with that already.
33205 2013-02-12  Andreas Schwab  <schwab@suse.de>
33207         [BZ #15078]
33208         * posix/regexec.c (extend_buffers): Add parameter min_len.
33209         (check_matching): Pass minimum needed length.
33210         (clean_state_log_if_needed): Likewise.
33211         (get_subexp): Likewise.
33212         * posix/Makefile (tests): Add bug-regex34.
33213         (bug-regex34-ENV): Define.
33214         * posix/bug-regex34.c: New file.
33216         [BZ #11561]
33217         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33218         elements compare against the byte sequence of it, not its name.
33219         * posix/Makefile (tests): Add bug-regex35.
33220         (bug-regex35-ENV): Define.
33221         * posix/bug-regex35.c: New file.
33223 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33225         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33226         comment.
33227         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33228         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33229         (CHECK_EOL): Add undef.
33231 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33233         * bits/stdlib-bsearch.h: New file.
33234         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33235         * stdlib/stdlib.h: Likewise.
33237 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33239         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33240         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33241         declaration.
33242         * manual/search.texi (Array Search Function): Add missing const in
33243         lfind prototype.
33244         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33245         declaration to use rlim_t.
33246         (Basic Scheduling Functions): Remove erroneous const from
33247         sched_getparam prototype.  Remove erroneous * from
33248         sched_get_priority_max and sched_get_priority_min prototypes.
33249         (Resource Usage): Fix summary @comment on vtimes to refer to
33250         sys/vtimes.h rather than vtimes.h.
33251         Add missing *s in vtimes prototype.
33252         (Limits on Resources): Fix ulimit prototype to return long int.
33253         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33254         prototypes to use long int rather than double.
33255         (BSD Random): Fix initstate and setstate to use char *, not void *.
33256         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33257         prototype to make second argument 'struct aiocb64 *const[]'.
33258         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33259         (Status of AIO Operations): Remove erroneous const in aio_return and
33260         aio_return64 prototypes.
33261         (Synchronizing I/O): Fix sync prototype to return void.
33262         * manual/startup.texi (Suboptions): Remove an erroneous const in
33263         getsubopt prototype.
33264         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33265         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33266         use size_t rather than int.
33267         (Scanning All Users): Likewise for getpwent_r.
33268         (Setting Groups): Add missing const to setgroups prototype.
33269         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33270         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33271         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33272         'const void *' rather than 'const char *'.
33273         (Host Address Functions): Likewise for inet_ntop.
33274         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33275         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33276         ssize_t for return value.
33277         (Sending Data): Likewise for send, sendto, sendmsg.
33278         (Socket Option Functions): Add a missing const in setsockopt prototype.
33279         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33280         use wchar_t for the argument.
33281         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33282         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33283         take no arguments.
33284         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33285         double/float/long double for second argument.
33286         Fix return types of significand, significandf, significandl.
33287         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33288         argument in fchmod prototype.
33289         (File Owner): Use uid_t and gid_t in fchown prototype.
33290         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33291         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33292         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33293         use 'const struct dirent **' as argument types to CMP function pointer
33294         argument.
33295         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33296         (File Times): Fix summary magic @comment for struct utimbuf and utime
33297         to refer to utime.h, not time.h.
33298         * manual/string.texi (Argz Functions): Add missing const in
33299         argz_extract and argz_next prototypes.
33300         (Finding Tokens in a String): Likewise for basename.
33301         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33302         (Copying and Concatenation): Fix typo in wmemmove prototype.
33303         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33304         (Signal Stack): Remove erroneous const in sigstack prototype.
33305         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33306         prototype.
33307         (Simple Calendar Time): Likewise for stime.
33308         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33309         prototype.
33310         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33311         say sys/sysctl.h instead.
33312         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33313         and vsyslog prototypes.
33315 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33317         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33318         Remove.
33320 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33322         * misc/sys/mman.h: Fix typo in mremap comment.
33324 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33326         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33327         the '\0' terminator.
33329 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33331         [BZ #13550]
33332         * debug/segfault.c: Don't include <bp-checks.h>.
33333         * sysdeps/generic/bp-checks.h: Remove file.
33334         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33335         (__GETDENTS): Don't use CHECK_N.
33336         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33337         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33338         (__getgroups): Don't use CHECK_N.
33339         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33340         (setgroups): Don't use CHECK_N.
33341         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33342         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33343         (__libc_msgrcv): Don't use CHECK_N.
33344         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33345         (__libc_msgsnd): Don't use CHECK_N.
33346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33347         <bp-checks.h>.
33348         (__libc_pread): Don't use CHECK_N.
33349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33350         include <bp-checks.h>.
33351         (__libc_pread64): Don't use CHECK_N.
33352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33353         include <bp-checks.h>.
33354         (__libc_pwrite): Don't use CHECK_N.
33355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33356         include <bp-checks.h>.
33357         (__libc_pwrite64): Don't use CHECK_N.
33358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33359         <bp-checks.h>.
33360         (__libc_pread): Don't use CHECK_N.
33361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33362         include <bp-checks.h>.
33363         (__libc_pread64): Don't use CHECK_N.
33364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33365         include <bp-checks.h>.
33366         (__libc_pwrite): Don't use CHECK_N.
33367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33368         include <bp-checks.h>.
33369         (__libc_pwrite64): Don't use CHECK_N.
33370         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33371         (do_pread): Don't use CHECK_N.
33372         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33373         (do_pread64): Don't use CHECK_N.
33374         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33375         (do_pwrite): Don't use CHECK_N.
33376         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33377         (do_pwrite64): Don't use CHECK_N.
33378         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33379         (__libc_readv): Don't use CHECK_N.
33380         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33381         (semop): Don't use CHECK_N.
33382         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33383         <bp-checks.h>.
33384         (semtimedop): Don't use CHECK_N.
33385         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33386         (__libc_pread): Don't use CHECK_N.
33387         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33388         <bp-checks.h>.
33389         (__libc_pread64): Don't use CHECK_N.
33390         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33391         <bp-checks.h>.
33392         (__libc_pwrite): Don't use CHECK_N.
33393         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33394         <bp-checks.h>.
33395         (__libc_pwrite64): Don't use CHECK_N.
33396         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33397         <bp-checks.h>.
33398         (__libc_msgrcv): Don't use CHECK_N.
33399         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33400         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33401         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33402         (__libc_writev): Don't use CHECK_N.
33404 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33406         * string/strcpy.c: Removed unused variable.
33408         * Makeconfig (+sysdep-includes): Define with := rather than =.
33409         Use an existing include/ subdir of each sysdeps dir before it.
33411 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33413         * nscd/connection.c (register_traced_file): Comment function.
33414         [HAVE_INOTIFY] (union __inev): Define.
33415         [HAVE_INOTIFY] (inotify_check_files): New function.
33416         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33417         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33418         clear_db_cache.
33419         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33421 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33423         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33424         loaded if not already and that a failure is permanent.
33426 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33428         [BZ #15006]
33429         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33430         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33432 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33434         [BZ #13550]
33435         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33436         (CHECK_1_NULL_OK): Likewise.
33437         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33438         (__fxstat): Do not use CHECK_1.
33439         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33440         <bp-checks.h>.
33441         (___fxstat64): Do not use CHECK_1.
33442         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33443         <bp-checks.h>.
33444         (__fxstatat): Do not use CHECK_1.
33445         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33446         <bp-checks.h>.
33447         (__fxstatat64): Do not use CHECK_1.
33448         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33449         <bp-checks.h>.
33450         (__fxstat): Do not use CHECK_1.
33451         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33452         <bp-checks.h>.
33453         (__fxstatat): Do not use CHECK_1.
33454         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33455         <bp-checks.h>.
33456         (__getresgid): Do not use CHECK_1.
33457         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33458         <bp-checks.h>.
33459         (__getresuid): Do not use CHECK_1.
33460         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33461         <bp-checks.h>.
33462         (__lxstat): Do not use CHECK_1.
33463         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33464         <bp-checks.h>.
33465         (__old_msgctl): Do not use CHECK_1.
33466         (__new_msgctl): Likewise.
33467         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33468         <bp-checks.h>.
33469         (__new_setrlimit): Do not use CHECK_1.
33470         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33471         <bp-checks.h>.
33472         (__old_shmctl): Do not use CHECK_1.
33473         (__new_shmctl): Likewise.
33474         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33475         <bp-checks.h>.
33476         (__xstat): Do not use CHECK_1.
33477         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33478         (__lxstat): Do not use CHECK_1.
33479         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33480         <bp-checks.h>.
33481         (___lxstat64): Do not use CHECK_1.
33482         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33483         (__old_msgctl): Do not use CHECK_1.
33484         (__new_msgctl): Likewise.
33485         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33486         <bp-checks.h>.
33487         (__gettimeofday): Do not use CHECK_1.
33488         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33489         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33490         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33491         <bp-checks.h>.
33492         (__gettimeofday): Do not use CHECK_1.
33493         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33494         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33495         (__new_shmctl): Do not use CHECK_1.
33496         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33497         <bp-checks.h>.
33498         (do_sigtimedwait): Do not use CHECK_1.
33499         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33500         <bp-checks.h>.
33501         (do_sigwaitinfo): Do not use CHECK_1.
33502         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33503         <bp-checks.h>.
33504         (msgctl): Do not use CHECK_1.
33505         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33506         <bp-checks.h>.
33507         (shmctl): Do not use CHECK_1.
33508         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33509         (ustat): Do not use CHECK_1.
33510         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33511         <bp-checks.h>.
33512         (__fxstat): Do not use CHECK_1.
33513         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33514         <bp-checks.h>.
33515         (__fxstatat): Do not use CHECK_1.
33516         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33517         <bp-checks.h>.
33518         (__lxstat): Do not use CHECK_1.
33519         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33520         <bp-checks.h>.
33521         (__xstat): Do not use CHECK_1.
33522         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33523         (__xstat): Do not use CHECK_1.
33524         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33525         (___xstat64): Do not use CHECK_1.
33527         [BZ #13550]
33528         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33529         definitions.
33530         (CHECK_BOUNDS_HIGH): Likewise.
33531         * string/strcpy.c: Do not include <bp-checks.h>.
33532         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33534 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33536         * nscd/nscd-client.h (__nscd_drop_map_ref):
33537         Add __attribute__ ((unused)).
33538         * nis/nss-nisplus.h (niserr2nss): Likewise.
33540         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33541         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33543         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33544         Remove inline keyword.
33545         * include/rounding-mode.h (round_away): Likewise.
33546         * libio/wfileops.c (adjust_wide_data): Likewise.
33547         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33548         (__m128i_strloadu_tolower): Likewise.
33549         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33550         (__m128i_strloadu_tolower): Likewise.
33551         * time/mktime.c (ydhms_diff): Likewise.
33552         * locale/elem-hash.h (elem_hash): Likewise.
33553         * locale/setlocale.c (setdata): Likewise.
33554         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33555         (re_string_wchar_at): Likewise.
33556         (bitset_not, bitset_merge, bitset_mask): Likewise.
33557         [!(__GNUC__ > 3)] (inline): Remove macro.
33558         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33559         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33560         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33561         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33562         * string/memcmp.c (memcmp_bytes): Likewise.
33563         * locale/programs/locarchive.c (compute_hashval): Likewise.
33564         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33565         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33566         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33567         * nss/getent.c (print_rpc, print_protocols): Likewise.
33568         (print_passwd, print_group, print_aliases): Likewise.
33569         * nis/nss-nisplus.h (niserr2nss): Likewise.
33570         * nscd/connections.c (restart_p): Likewise.
33571         Change return type to bool.
33573 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33575         * Makeconfig (all-Depend-files): Add existing
33576         $(sorted-subdirs:=/Depend) files.
33577         (all-subdirs): Remove nss.
33578         * sysdeps/unix/inet/Subdirs: Add it here instead.
33579         * hesiod/Depend: New file.
33581         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33582         instead of calling alloca.
33584         * io/lseek.c (__lseek): Rename to __libc_lseek.
33585         Define __lseek as an alias.
33587         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33589 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33591         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33592         else clause and remove check for non-standard endianness.
33594 2013-02-04  David S. Miller  <davem@davemloft.net>
33596         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33598 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33600         [BZ #13550]
33601         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33602         (__ubp_memchr): Remove prototype.
33603         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33604         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33605         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33606         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33607         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33608         Remove alias.
33609         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33610         (__ubp_memchr): Likewise.
33611         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33612         (__ubp_memchr): Likewise.
33613         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33614         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33615         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33616         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33617         CHECK_STRING.
33618         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33619         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33620         (__getcwd): Do not use CHECK_STRING.
33621         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33622         <bp-checks.h>.
33623         (__real_chown): Do not use CHECK_STRING.
33624         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33625         <bp-checks.h>.
33626         (fchownat): Do not use CHECK_STRING.
33627         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33628         CHECK_STRING.
33629         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33630         <bp-checks.h>.
33631         (__lchown): Do not use CHECK_STRING.
33632         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33633         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33634         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33635         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33637         include <bp-checks.h>.
33638         (truncate64): Do not use CHECK_STRING.
33639         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33640         <bp-checks.h>.
33641         (__real_chown): Do not use CHECK_STRING.
33642         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33643         <bp-checks.h>.
33644         (__lchown): Do not use CHECK_STRING.
33645         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33646         <bp-checks.h>.
33647         (__chown): Do not use CHECK_STRING.
33648         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33649         <bp-checks.h>.
33650         (truncate64): Do not use CHECK_STRING.
33651         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33652         Likewise.
33653         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33654         (__xmknod): Do not use CHECK_STRING.
33655         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33656         <bp-checks.h>.
33657         (__xmknodat): Do not use CHECK_STRING.
33658         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33659         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33661 2013-02-04  Andreas Schwab  <schwab@suse.de>
33663         [BZ #14142]
33664         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33665         * include/netdb.h: Likewise for h_errno.
33666         * elf/tst-stackguard1.c: Include <tls.h>.
33668 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33670         * elf/link.h (struct link_map): Extend the l_addr comment.
33671         * include/link.h (struct link_map): Likewise.
33673 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33675         [BZ #13550]
33676         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33677         (BOUNDED_1): Remove macro.
33678         * debug/backtrace.c: Don't include <bp-checks.h>.
33679         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33680         (__backtrace): Likewise.
33681         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33682         <bp-checks.h>.
33683         (__backtrace): Don't use BOUNDED_1.
33684         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33685         <bp-checks.h>.
33686         (__backtrace): Don't use BOUNDED_1.
33687         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33688         (__backtrace): Don't use BOUNDED_1.
33689         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33690         (shmat): Don't use BOUNDED_N.
33692 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33694         [BZ #13550]
33695         * sysdeps/generic/bp-start.h: Remove file.
33696         * csu/libc-start.c: Don't include <bp-start.h>.
33697         (LIBC_START_MAIN): Set up __environ directly instead of using
33698         INIT_ARGV_and_ENVIRON.
33699         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33700         <bp-start.h>.
33702         [BZ #13550]
33703         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33704         definitions.
33705         (CHECK_FCNTL): Likewise.
33706         (CHECK_N_PAGES): Likewise.
33708         [BZ #13550]
33709         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33710         definitions.
33711         (CHECK_SIGSET_NULL_OK): Likewise.
33712         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33713         <bp-checks.h>.
33714         (sigpending): Don't use CHECK_SIGSET.
33715         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33716         <bp-checks.h>.
33717         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33718         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33719         <bp-checks.h>.
33720         (do_sigsuspend): Don't use CHECK_SIGSET.
33721         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33722         use CHECK_SIGSET.
33723         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33724         (do_sigwait): Don't use CHECK_SIGSET.
33725         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33726         use CHECK_SIGSET.
33727         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33728         include <bp-checks.h>.
33729         (sigpending): Don't use CHECK_SIGSET.
33730         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33731         include <bp-checks.h>.
33732         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33733         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33734         <bp-checks.h>.
33735         (sigpending): Don't use CHECK_SIGSET.
33736         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33737         <bp-checks.h>.
33738         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33740         [BZ #13550]
33741         * sysdeps/generic/bp-semctl.h: Remove file.
33742         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33743         <bp-checks.h> and <bp-semctl.h>.
33744         (__old_semctl): Don't use CHECK_SEMCTL.
33745         (__new_semctl): Likewise.
33746         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33747         and <bp-semctl.h>.
33748         (__old_semctl): Don't use CHECK_SEMCTL.
33749         (__new_semctl): Likewise.
33750         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33751         <bp-checks.h> and <bp-semctl.h>.
33752         (__old_semctl): Don't use CHECK_SEMCTL.
33753         (__new_semctl): Likewise.
33754         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33755         <bp-checks.h> and <bp-semctl.h>.
33756         (semctl): Don't use CHECK_SEMCTL.
33758         [BZ #13550]
33759         * Makerules (elide-bp-thunks): Remove variable.
33760         (elide-routines.oS): Don't use $(elide-bp-thunks).
33761         (elide-routines.os): Likewise.
33762         (elide-routines.o): Likewise.
33763         (elide-routines.op): Likewise.
33764         (elide-routines.og): Likewise.
33765         (objects): Don't use $(bp-thunks).
33766         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33767         include.
33768         (common-generated): Do not add s-proto-bp.d.
33769         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33770         (int): Likewise.
33771         (typ): Likewise.
33772         Do not generate makefile rules for bounded-pointer thunks.
33773         * sysdeps/generic/bp-thunks.h: Remove file.
33774         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33775         * sysdeps/unix/s-proto-bp.S: Likewise.
33777         [BZ #15062]
33778         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33779         parts of result separately when argument is not close to line from
33780         -i to i and one part of argument is small.
33781         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33782         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33783         * math/libm-test.inc (cacos_test): Add more tests.
33784         (casin_test): Likewise.
33785         (casinh_test): Likewise.
33786         * sysdeps/i386/fpu/libm-test-ulps: Update.
33787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33789 2013-01-31  David S. Miller  <davem@davemloft.net>
33791         * po/de.po: Update from translation team.
33793 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33795         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33797 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33799         * configure.in (_AC_PROG_CC_C89): New definition.
33800         * configure: Regenerate.
33802         * configure.in (AC_PROG_CPP): New definition.
33803         * configure: Regenerate.
33805 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33807         * debug/tst-backtrace.h: New file.
33808         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33809         (ret): Remove variable.
33810         (x): Likewise.
33811         (FAIL): Remove macro.
33812         (NO_INLINE): Likewise.
33813         (fn1): Use match function instead of strstr.
33814         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33815         (ret): Remove variable.
33816         (x): Likewise.
33817         (FAIL): Remove macro.
33818         (NO_INLINE): Likewise.
33819         (fn): Use match function instead of strstr.
33820         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33821         (ret): Remove variable.
33822         (x): Likewise.
33823         (FAIL): Remove macro.
33824         (NO_INLINE): Likewise.
33825         (handle_signal): Use match function instead of strstr.
33826         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33827         (ret): Remove variable.
33828         (x): Likewise.
33829         (FAIL): Remove macro.
33830         (NO_INLINE): Likewise.
33831         (handle_signal): Use match function instead of strstr.
33833 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33835         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33837 2013-01-23  David S. Miller  <davem@davemloft.net>
33839         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33840         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33841         argument of CAS if possible.
33842         * sysdeps/sparc/sparc64/bits/atomic.h
33843         (__arch_compare_and_exchange_val_32_acq): Likewise.
33844         (__arch_compare_and_exchange_val_64_acq): Likewise.
33846 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33848         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33849         * sysdeps/posix/ulimit.c: ... this.
33850         Include <limits.h>.
33851         * sysdeps/unix/bsd/ulimit.c: Remove file.
33853 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33855         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33856         (LDFLAGS-tst-array5): Likewise.
33858 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33860         [BZ #15036]
33861         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33862         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33863         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33864         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33866 2013-01-21  David S. Miller  <davem@davemloft.net>
33868         * sysdeps/sparc/backtrace.c: New file.
33869         * sysdeps/sparc/sparc32/backtrace.h: New file.
33870         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33871         * sysdeps/sparc/sparc64/backtrace.h: New file.
33872         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33873         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33874         -funwind-tables.
33876 2013-01-21  Andreas Schwab  <schwab@suse.de>
33878         [BZ #15020]
33879         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33880         closed its stdout.
33882 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33884         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33885         "mpa2.h".
33886         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33888 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33889             Mark Mitchell  <mark@codesourcery.com>
33890             Tom de Vries  <tom@codesourcery.com>
33891             Paul Pluzhnikov  <ppluzhnikov@google.com>
33893         * debug/tst-backtrace2.c: New file.
33894         * debug/tst-backtrace3.c: Likewise.
33895         * debug/tst-backtrace4.c: Likewise.
33896         * debug/tst-backtrace5.c: Likewise.
33897         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33898         (CFLAGS-tst-backtrace3.c): Likewise.
33899         (CFLAGS-tst-backtrace4.c): Likewise.
33900         (CFLAGS-tst-backtrace5.c): Likewise.
33901         (LDFLAGS-tst-backtrace2): Likewise.
33902         (LDFLAGS-tst-backtrace3): Likewise.
33903         (LDFLAGS-tst-backtrace4): Likewise.
33904         (LDFLAGS-tst-backtrace5): Likewise.
33905         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33906         tst-backtrace4 and tst-backtrace5.
33908 2013-01-18  Anton Blanchard  <anton@samba.org>
33909             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33911         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33912         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33913         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33914         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33916         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33917         "+r" and remove output regs list as redundant.  Add explicit inline
33918         asm to specify register of return val to work around compiler codegen
33919         bug.  Remove (int) cast on return value.  Add return type parameter to
33920         use in macro so that this macro does not truncate return value for
33921         64-bit values.
33922         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33923         pass to INTERNAL_VSYSCALL_NCS.
33924         (INLINE_VSYSCALL): Add 'long int' as return type to
33925         INTERNAL_VSYSCALL_NCS macro invocation.
33926         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33927         INTERNAL_VSYSCALL_NCS macro invocation.
33928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33930 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33932         [BZ #14496]
33933         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33934         Fix application of SIMD FP exception mask.
33936         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33937         mp_no from a power of two.
33938         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33939         __mpexp_twomm1.  Use __pow_mp.
33941         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33942         multiplication.
33944 2013-01-17  David S. Miller  <davem@davemloft.net>
33946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33948 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33950         [BZ #15023]
33951         * include/complex.h: Condition contents on [!_COMPLEX_H].
33952         (__kernel_casinhf): New prototype.
33953         (__kernel_casinh): Likewise.
33954         (__kernel_casinhl): Likewise.
33955         * math/Makefile (libm_calls): Add k_casinh.
33956         * math/k_casinh.c: New file.
33957         * math/k_casinhf.c: Likewise.
33958         * math/k_casinhl.c: Likewise.
33959         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33960         finite nonzero arguments.
33961         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33962         finite nonzero arguments.
33963         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33964         finite nonzero arguments.
33965         * math/s_casinh.c: Do not include <float.h>.
33966         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33967         * math/s_casinhf.c: Do not include <float.h>.
33968         (__casinhf): Move code for finite nonzero arguments to
33969         k_casinhf.c.
33970         * math/s_casinhl.c: Do not include <float.h>.
33971         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33972         redefine.
33973         (__casinhl): Move code for finite nonzero arguments to
33974         k_casinhl.c.
33975         * math/libm-test.inc (cacos_test): Add more tests.
33976         * sysdeps/i386/fpu/libm-test-ulps: Update.
33977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33979 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33981         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33982         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33983         [!HAVE_MREMAP]: Remove [defined linux] case.
33984         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33986 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33988         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33990 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33992         * elf/elf.h (R_386_SIZE32): New relocation.
33993         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33994         R_386_SIZE32.
33995         (elf_machine_rela): Likewise.
33996         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33997         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33999 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34001         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34002         (FP_FAST_FMA): Do not define.
34003         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34004         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34005         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34006         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34007         !_SOFT_FLOAT]: Likewise.
34008         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34009         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34010         value.
34011         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34012         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34013         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34014         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34015         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34016         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34017         file.
34019 2013-01-16  Andreas Schwab  <schwab@suse.de>
34021         [BZ #14327]
34022         * include/stdlib.h (__mktemp): Add declaration.
34023         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34024         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34026 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34028         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34029         definitions.
34030         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34031         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34032         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34033         definitions here.
34034         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34035         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34036         definitions.
34037         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34038         and ONE.
34039         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34040         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34041         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34042         definitions.
34043         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34044         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34045         definitions.
34046         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34048         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34050 2013-01-15  David S. Miller  <davem@davemloft.net>
34052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34053         trunc{,f} to libm-sysdep_routes.
34054         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34056         file.
34057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34059         file.
34060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34061         file.
34062         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34063         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34064         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34065         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34066         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34067         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34068         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34069         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34072         nearbyint{,f} to libm-sysdep_routes.
34073         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34075         New file.
34076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34077         file.
34078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34079         New file.
34080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34081         file.
34082         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34083         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34084         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34085         file.
34086         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34087         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34088         file.
34089         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34090         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34091         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34093         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34094         libc_feholdexcept and libc_fesetenv.
34096 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34098         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34100 2013-01-14  David S. Miller  <davem@davemloft.net>
34102         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34103         (SPARC_ASM_VIS2_IFUNC): Likewise.
34104         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34106         use of 'siam' instruction.
34107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34108         Likewise.
34109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34110         Likewise.
34111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34112         Likewise.
34113         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34114         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34115         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34116         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34118         file.
34119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34120         file.
34121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34122         file.
34123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34124         file.
34125         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34126         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34127         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34128         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34130         new VIS2 routines.
34131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34134         Likewise.
34135         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34136         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34137         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34138         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34140         routines to libm-sysdep_routines.
34141         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34144         fdim/fdimf to libm-sysdep_routines.
34145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34146         file.
34147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34149         file.
34150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34151         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34152         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34153         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34154         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34155         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34156         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34158 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34160         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34161         to optimize copies.
34163         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34164         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34165         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34167         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34168         local variable MPTWO.
34169         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34170         Likewise.
34172 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34174         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34175         GLOB_NOESCAPE.
34177 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34179         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34181 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34183         * manual/pattern.texi (glob_t): Document gl_flags.
34184         (glob64_t): Likewise.
34186 2013-01-11  David S. Miller  <davem@davemloft.net>
34188         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34189         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34190         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34191         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34192         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34193         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34194         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34195         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34196         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34197         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34198         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34199         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34200         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34202         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34203         sparc V9 rather than using V8 code.
34204         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34205         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34207         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34208         Move to...
34209         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34210         Here.
34212 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34214         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34215         not in the main loop.
34216         * configure: Regenerated.
34218 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34220         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34221         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34222         to just #else.
34223         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34224         [!__GLIBC_HAVE_LONG_LONG] case.
34225         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34226         condition to just #else.
34227         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34228         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34229         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34230         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34231         unconditional.
34232         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34233         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34234         #elif condition to just #else.
34235         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34236         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34237         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34238         #elif condition to just #else.
34240 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34242         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34243         (EF_MIPS_ARCH_64): Fix value.
34244         (EF_MIPS_ARCH_32R2): New.
34245         (EF_MIPS_ARCH_64R2): New.
34247 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34249         * Makeconfig (+link-pie-before-libc): New.
34250         (+link-pie-after-libc): Likewise.
34251         (+link-pie-tests): Likewise.
34252         (+link-pie): Rewritten.
34253         (link-before-libc): Remove $(config-LDFLAGS).
34254         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34255         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34256         (config-LDFLAGS): Renamed to ...
34257         (rtld-LDFLAGS): This.
34258         (rtld-tests-LDFLAGS): New macro.
34259         (link-libc-rpath-link): Likewise.
34260         (link-libc-tests-rpath-link): Likewise.
34261         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34262         (link-libc): Prepand $(link-libc-rpath-link).
34263         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34264         (test-program-prefix): New macro.
34265         (test-via-rtld-prefix): Likewise.
34266         (test-program-cmd): Likewise.
34267         (host-test-program-cmd): Likewise.
34268         * Makefile ($(common-objpfx)testrun.sh): Replace
34269         $(run-program-prefix) with $(test-program-prefix).
34270         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34271         $(rtld-LDFLAGS).
34272         ($(common-objpfx)shlib.lds): Likewise.
34273         (build-module-helper): Likewise.
34274         ($(common-objpfx)format.lds): Likewise.
34275         * Rules (binaries-pie-tests): New.
34276         (binaries-pie-notests): Likewise.
34277         (binaries-pie): Rewritten.
34278         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34279         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34280         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34281         (make-test-out): Replace $(host-built-program-cmd) with
34282         $(host-test-program-cmd).
34283         * config.make.in (build-hardcoded-path-in-tests): New variable.
34284         * configure.in (--enable-hardcoded-path-in-tests): New configure
34285         option.
34286         (hardcoded_path_in_tests): New AC_SUBST.
34287         * configure: Regenerated.
34288         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34289         $(built-program-cmd) with $(test-program-cmd).
34290         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34291         (test_program_cmd): This.
34292         * elf/Makefile ($(objpfx)order.out): Run test with
34293         $(test-program-prefix).
34294         ($(objpfx)order2.out): Likewise.
34295         ($(objpfx)tst-initorder.out): Likewise.
34296         ($(objpfx)tst-initorder2.out): Likewise.
34297         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34298         $(test-program-cmd).
34299         ($(objpfx)tst-array1-static.out): Likewise.
34300         ($(objpfx)tst-array2.out): Likewise.
34301         ($(objpfx)tst-array3.out): Likewise.
34302         ($(objpfx)tst-array4.out): Likewise.
34303         ($(objpfx)tst-array5.out): Likewise.
34304         ($(objpfx)tst-array5-static.out): Likewise.
34305         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34306         $(test-program-cmd).
34307         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34308         $(run-program-prefix) with $(test-program-prefix).
34309         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34310         (test_program_prefix): This.
34311         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34312         $(run-program-prefix) with $(test-program-prefix).
34313         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34314         (test_program_prefix): This.
34315         * iconvdata/tst-tables.sh: Likewise.
34316         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34317         $(run-program-prefix) with $(test-program-prefix).
34318         ($(objpfx)tst-translit.out): Likewise.
34319         ($(objpfx)tst-gettext2.out): Likewise.
34320         ($(objpfx)tst-gettext4.out): Likewise.
34321         ($(objpfx)tst-gettext6.out): Likewise.
34322         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34323         (test_program_prefix): This.
34324         * intl/tst-gettext2.sh: Likewise.
34325         * intl/tst-gettext4.sh  Likewise.
34326         * intl/tst-gettext6.sh: Likewise.
34327         * intl/tst-translit.sh: Likewise.
34328         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34329         with $(test-program-cmd).
34330         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34331         $(run-program-prefix) with $(test-program-prefix).
34332         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34333         (test_program_prefix): This.
34334         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34335         $(run-program-prefix) with $(test-program-prefix).
34336         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34337         (test_program_prefix): This.
34338         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34339         * posix/Makefile ($(objpfx)globtest.out): Replace
34340         $(run-via-rtld-prefix) and $(test-wrapper) with
34341         $(test-program-prefix) and $(test-via-rtld-prefix).
34342         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34343         $(test-program-prefix).
34344         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34345         $(host-test-program-cmd).
34346         (tst-spawn-ARGS): Likewise.
34347         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34348         $(test-program-prefix).
34349         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34350         (test_via_rtld_prefix): This.
34351         (test_wrapper): Renamed to ...
34352         (test_program_prefix): This.
34353         (run_program_prefix): Replaced by test_program_prefix.
34354         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34355         (test_program_prefix): This.
34356         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34357         with $(host-test-program-cmd).
34358         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34359         $(run-program-prefix) with $(test-program-prefix).
34360         ($(objpfx)tst-printf.out): Likewise.
34361         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34362         $(test-program-cmd).
34363         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34364         (test_program_prefix): This.
34365         * stdio-common/tst-unbputc.sh: Likewise.
34366         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34367         $(run-program-prefix) with $(test-program-prefix).
34368         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34369         (test_program_prefix): This.
34370         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34371         $(built-program-cmd) with $(test-program-cmd).
34373 2013-01-11  Andreas Jaeger  <aj@suse.de>
34375         [BZ #15003]
34376         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34377         value. Sync with Linux 3.7.
34379 2013-01-10  David S. Miller  <davem@davemloft.net>
34381         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34382         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34383         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34385 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34387         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34388         never set.
34389         * configure: Regenerated.
34391 2013-01-10  David S. Miller  <davem@davemloft.net>
34393         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34394         sparc V9 rather than using V8 code.
34395         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34396         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34398 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34400         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34401         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34402         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34403         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34404         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34405         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34406         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34407         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34408         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34409         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34410         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34411         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34412         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34413         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34414         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34415         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34416         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34417         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34418         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34419         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34420         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34421         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34422         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34423         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34424         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34425         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34426         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34428 2013-01-10  David S. Miller  <davem@davemloft.net>
34430         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34432 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34434         * posix/Makefile (tests-static): New variable.
34435         (tests): Add $(tests-static).
34436         (tst-exec-static-ARGS): New variable.
34437         (tst-spawn-static-ARGS): Likewise.
34438         * posix/tst-exec-static.c: New file.
34439         * posix/tst-spawn-static.c: Likewise.
34440         * posix/tst-exec.c: Support run directly.
34441         * posix/tst-spawn.c: Likewise.
34443 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34445         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34446         long.
34447         * math/bits/mathcalls.h (llrint): Likewise.
34448         (llround): Likewise.
34449         * stdlib/stdlib.h (struct drand48_data): Likewise.
34450         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34451         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34452         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34453         Likewise.
34454         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34455         Likewise.
34456         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34457         (elf_greg_t): Likewise.
34458         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34459         (__jmp_buf): Likewise.
34460         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34461         definitions.
34462         (llrint): Likewise, for all definitions.
34463         (llrintl): Likewise.
34465         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34466         Remove [__GNUC__] condition.
34467         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34468         condition to just [__USE_ISOC99].
34469         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34471 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34473         [BZ #14200]
34474         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34475         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34476         defined.
34477         (_POSIX_V6_ILP32_OFF32): Likewise.
34478         (_XBS5_ILP32_OFF32): Likewise.
34479         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34480         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34482 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34484         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34486         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34487         doubles __mpexp_twomm1.  Adjust usage.
34488         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34489         Remove.
34491 2013-01-10  Andreas Schwab  <schwab@suse.de>
34493         [BZ #14964]
34494         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34495         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34497 2013-01-09  David S. Miller  <davem@davemloft.net>
34499         [BZ #15003]
34500         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34501         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34502         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34503         (TCP_FASTOPEN): Define.
34504         (tcp_repair_opt): New structure.
34505         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34506         enum values.
34507         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34508         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34509         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34510         (tcp_cookie_transactions): New structure.
34512 2013-01-09  Anton Blanchard  <anton@samba.org>
34514         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34515         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34516         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34517         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34519 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34521         * include/features.h (__USE_ANSI): Remove.
34523 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34525         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34527         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34529 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34531         * sysdeps/s390/fpu/libm-test-ulps: Update.
34533         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34535         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34536         (__acr): Likewise.
34537         (__cpy): Likewise.
34538         (norm): Likewise.
34539         (denorm): Likewise.
34540         (__mp_dbl): Likewise.
34541         (__dbl_mp): Likewise.
34542         (add_magnitudes): Likewise.
34543         (sub_magnitudes): Likewise.
34544         (__add): Likewise.
34545         (__sub): Likewise.
34546         (__mul): Likewise.
34547         (__inv): Likewise.
34548         (__dvd): Likewise.
34549         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34550         (__acr): Likewise.
34551         (__cpy): Likewise.
34552         (norm): Likewise.
34553         (denorm): Likewise.
34554         (__mp_dbl): Likewise.
34555         (__dbl_mp): Likewise.
34556         (add_magnitudes): Likewise.
34557         (sub_magnitudes): Likewise.
34558         (__add): Likewise.
34559         (__sub): Likewise.
34560         (__mul): Likewise.
34561         (__inv): Likewise.
34562         (__dvd): Likewise.
34563         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34564         (__acr): Likewise.
34565         (__cpy): Likewise.
34566         (norm): Likewise.
34567         (denorm): Likewise.
34568         (__mp_dbl): Likewise.
34569         (__dbl_mp): Likewise.
34570         (add_magnitudes): Likewise.
34571         (sub_magnitudes): Likewise.
34572         (__add): Likewise.
34573         (__sub): Likewise.
34574         (__mul): Likewise.
34575         (__inv): Likewise.
34576         (__dvd): Likewise.
34578 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34580         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34581         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34582         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34583         2 && __USE_EXTERN_INLINES]: Likewise.
34585 2013-01-08  Andreas Jaeger  <aj@suse.de>
34587         [BZ# 14985]
34588         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34589         Remove.
34590         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34591         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34593 2013-01-07  Anton Blanchard  <anton@samba.org>
34595         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34596         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34597         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34598         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34599         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34600         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34601         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34602         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34603         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34604         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34605         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34606         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34607         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34608         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34609         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34610         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34611         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34612         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34613         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34614         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34615         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34616         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34617         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34618         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34619         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34620         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34621         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34622         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34623         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34624         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34625         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34626         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34627         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34628         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34629         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34630         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34631         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34632         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34633         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34634         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34635         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34636         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34637         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34639 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34641         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34642         (__MALLOC_PMT): Likewise.
34643         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34644         [__GNUC__], only on [_LIBC].
34645         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34646         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34647         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34648         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34649         forward declaration.
34650         (realloc_hook_ini): Likewise.
34651         (memalign_hook_ini): Likewise.
34652         (__libc_memalign): Do not use __MALLOC_PMT in variable
34653         declaration.
34654         (__libc_valloc): Likewise.
34655         (__libc_pvalloc): Likewise.
34656         (__libc_calloc): Likewise.
34657         (__posix_memalign): Likewise.
34659         [BZ #14996]
34660         * math/s_casinh.c: Include <float.h>.
34661         (__casinh): Do not do computation with squaring and square root
34662         for large arguments.
34663         * math/s_casinhf.c: Include <float.h>.
34664         (__casinhf): Do not do computation with squaring and square root
34665         for large arguments.
34666         * math/s_casinhl.c: Include <float.h>.
34667         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34668         (__casinhl): Do not do computation with squaring and square root
34669         for large arguments.
34670         * math/libm-test.inc (casin_test): Add more tests.
34671         (casinh_test): Likewise.
34672         * sysdeps/i386/fpu/libm-test-ulps: Update.
34673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34675 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34677         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34678         (__x86_64_raw_data_cache_size): Likewise.
34679         (__x86_64_data_cache_size_half): Likewise.
34680         (__x86_64_raw_data_cache_size_half): Likewise.
34681         (__x86_64_shared_cache_size): Likewise.
34682         (__x86_64_raw_shared_cache_size): Likewise.
34683         (__x86_64_shared_cache_size_half): Likewise.
34684         (__x86_64_raw_shared_cache_size_half): Likewise.
34685         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34686         to ...
34687         (__x86_data_cache_size): This.
34688         (__x86_64_raw_data_cache_size): Renamed to ...
34689         (__x86_raw_data_cache_size): This.
34690         (__x86_64_data_cache_size_half): Renamed to ...
34691         (__x86_data_cache_size_half): This.
34692         (__x86_64_raw_data_cache_size_half): Renamed to ...
34693         (__x86_raw_data_cache_size_half): This.
34694         (__x86_64_shared_cache_size): Renamed to ...
34695         (__x86_shared_cache_size): This.
34696         (__x86_64_raw_shared_cache_size): Renamed to ...
34697         (__x86_raw_shared_cache_size): This.
34698         (__x86_64_shared_cache_size_half): Renamed to ...
34699         (__x86_shared_cache_size_half): This.
34700         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34701         (__x86_raw_shared_cache_size_half): This.
34702         * sysdeps/x86_64/memcpy.S: Updated.
34703         * sysdeps/x86_64/memset.S: Likewise.
34704         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34705         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34706         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34708 2013-01-04  David S. Miller  <davem@davemloft.net>
34710         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34712 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34714         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34715         1 to avoid redefinition warning.
34716         (__USE_GNU): Don't define.
34717         (init_signaling_nan): Protoize.
34719         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34721 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34723         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34724         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34725         (__cpymn): Likewise.
34726         (norm): Remove commented code.
34727         (denorm): Likewise.
34728         (__mp_dbl): Likewise.
34729         (__inv): Likewise.
34730         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34731         (__cpymn): Likewise.
34732         (norm): Remove commented code.
34733         (denorm): Likewise.
34734         (__mp_dbl): Likewise.
34735         (__inv): Likewise.
34737         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34738         mp_no value for 1.0 and 2.0.
34739         (norm): Use RADIXI instead of radixi.d.
34740         (denorm): Likewise.
34741         (__mul): Use 0.0 instead of zero.d.
34742         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34743         mp_no value for 1.0 and 2.0.
34744         (norm): Use RADIXI instead of radixi.d.
34745         (denorm): Likewise.
34746         (__mul): Use 0.0 instead of zero.d.
34748 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34750         [BZ #14994]
34751         * math/s_casinh.c (__casinh): Reduce finite argument to first
34752         quadrant then set signs of results at the end.
34753         * math/s_casinhf.c (__casinhf): Likewise.
34754         * math/s_casinhl.c (__casinhl): Likewise.
34755         * math/libm-test.inc (casin_test): Add more tests.
34756         (casinh_test): Likewise.
34757         * sysdeps/i386/fpu/libm-test-ulps: Update.
34758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34760 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34762         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34764         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34766         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34767         declarations.
34768         (denorm): Likewise.
34769         (__mp_dbl): Likewise.
34770         (__inv): Likewise.
34772         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34773         and adjust the header comment.
34775         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34776         variable name from declaration.
34778 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34780         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34781         Initialize COMMON_CPUID_INDEX_7 element.
34782         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34783         (CPUID_RTM): Likewise.
34784         (HAS_RTM): Likewise.
34785         (COMMON_CPUID_INDEX_7): New enum.
34787 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34789         [BZ #14981]
34790         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34791         size is zero, record memory as freed.
34793 2013-01-03  Andreas Jaeger  <aj@suse.de>
34795         * po/ia.po: Add new Interlingua translation.
34797 2012-01-03  Allan McRae  <allan@archlinux.org>
34799         * locale/programs/localedef.c: Fix description of '--posix' flag.
34801 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34803         * NEWS: Update dates in second copyright notice.
34804         * README: Update copyright dates in example.
34805         * manual/libc.texinfo: Update copyright dates.
34806         * scripts/test-installation.pl: Update copyright date in --version
34807         output.
34809         * hurd/ctty-input.c: Fix copyright notice formatting.
34810         * hurd/ctty-output.c: Likewise.
34811         * hurd/dtable.c: Likewise.
34812         * hurd/hurd-raise.c: Likewise.
34813         * hurd/hurdprio.c: Likewise.
34814         * hurd/msgportdemux.c: Likewise.
34815         * misc/sys/file.h: Likewise.
34816         * misc/sys/ioctl.h: Likewise.
34817         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34818         * sysdeps/mach/hurd/chdir.c: Likewise.
34819         * sysdeps/mach/hurd/fchdir.c: Likewise.
34820         * sysdeps/mach/hurd/rename.c: Likewise.
34821         * sysdeps/mach/hurd/rmdir.c: Likewise.
34822         * sysdeps/mach/hurd/seekdir.c: Likewise.
34823         * sysdeps/mach/hurd/setsid.c: Likewise.
34824         * sysdeps/posix/wait3.c: Likewise.
34826         * All files with FSF copyright notices: Update copyright dates
34827         using scripts/update-copyrights.
34828         * intl/plural.c: Regenerated.
34829         * locale/programs/charmap-kw.h: Likewise.
34830         * locale/programs/locfile-kw.h: Likewise.
34832 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34834         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34835         four values.
34837         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34838         calculation loop and add branch prediction.
34840         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34841         check access beyond bounds of m1np.
34843         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34844         MPTWO.
34845         (__inv): Remove local variable MPTWO to use the global
34846         constant.
34847         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34848         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34849         variable MPTWO.
34850         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34851         MP3HALFS static const.
34853 2013-01-01  David S. Miller  <davem@davemloft.net>
34855         * po/ca.po: Update from translation team.
34857 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34859         * scripts/update-copyrights: New file.
34860         * Makeconfig: Reformat copyright notice.
34861         * ctype/ctype.h: Likewise.
34862         * debug/swprintf_chk.c: Likewise.
34863         * elf/dl-cache.c: Likewise.
34864         * elf/dl-debug.c: Likewise.
34865         * elf/dl-object.c: Likewise.
34866         * grp/initgroups.c: Likewise.
34867         * hurd/Makefile: Likewise.
34868         * hurd/hurd/signal.h: Likewise.
34869         * hurd/hurdfault.c: Likewise.
34870         * hurd/hurdioctl.c: Likewise.
34871         * hurd/hurdlookup.c: Likewise.
34872         * hurd/intr-msg.c: Likewise.
34873         * iconv/gconv_open.c: Likewise.
34874         * libio/swprintf.c: Likewise.
34875         * locale/lc-ctype.c: Likewise.
34876         * locale/nl_langinfo.c: Likewise.
34877         * mach/Machrules: Likewise.
34878         * mach/Makefile: Likewise.
34879         * malloc/obstack.h: Likewise.
34880         * manual/Makefile: Likewise.
34881         * manual/tsort.awk: Likewise.
34882         * misc/bits/stab.def: Likewise.
34883         * nis/nis_print_group_entry.c: Likewise.
34884         * nis/nis_table.c: Likewise.
34885         * nis/nss_compat/compat-pwd.c: Likewise.
34886         * nis/nss_compat/compat-spwd.c: Likewise.
34887         * po/Makefile: Likewise.
34888         * posix/fnmatch.c: Likewise.
34889         * posix/regex.h: Likewise.
34890         * resolv/Makefile: Likewise.
34891         * resolv/nss_dns/dns-network.c: Likewise.
34892         * resolv/res_hconf.c: Likewise.
34893         * scripts/gen-sorted.awk: Likewise.
34894         * soft-fp/soft-fp.h: Likewise.
34895         * stdio-common/printf.h: Likewise.
34896         * stdlib/monetary.h: Likewise.
34897         * stdlib/random.c: Likewise.
34898         * stdlib/random_r.c: Likewise.
34899         * sysdeps/generic/Makefile: Likewise.
34900         * sysdeps/gnu/Makefile: Likewise.
34901         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34902         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34903         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34904         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34905         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34906         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34907         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34908         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34909         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34910         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34911         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34912         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34913         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34914         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34915         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34916         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34917         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34918         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34919         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34920         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34921         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34922         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34923         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34924         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34925         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34926         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34927         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34928         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34929         * sysdeps/mach/hurd/errnos.awk: Likewise.
34930         * sysdeps/mach/hurd/fork.c: Likewise.
34931         * sysdeps/mach/hurd/getcwd.c: Likewise.
34932         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34933         * sysdeps/mach/hurd/mmap.c: Likewise.
34934         * sysdeps/mach/hurd/utimes.c: Likewise.
34935         * sysdeps/mach/hurd/xmknod.c: Likewise.
34936         * sysdeps/posix/profil.c: Likewise.
34937         * sysdeps/posix/readdir_r.c: Likewise.
34938         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34939         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34940         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34941         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34942         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34943         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34944         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34945         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34946         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34947         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34948         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34949         * sysdeps/pthread/lio_listio.c: Likewise.
34950         * sysdeps/sparc/dl-procinfo.h: Likewise.
34951         * sysdeps/unix/i386/sysdep.S: Likewise.
34952         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34953         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34954         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34955         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34957         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34958         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34959         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34960         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34961         * sysdeps/wordsize-32/divdi3.c: Likewise.
34962         * time/sys/time.h: Likewise.
34963         * wcsmbs/Makefile: Likewise.
34965 2013-01-01  David S. Miller  <davem@davemloft.net>
34967         * po/fr.po: Update from translation team.
34969         * catgets/gencat.c: Update copyright year.
34970         * csu/version.c: Likewise.
34971         * debug/catchsegv.sh: Likewise.
34972         * debug/pcprofiledump.c: Likewise.
34973         * debug/xtrace.sh: Likewise.
34974         * elf/ldconfig.c: Likewise.
34975         * elf/ldd.bash.in: Likewise.
34976         * elf/pldd.c: Likewise.
34977         * elf/sotruss.ksh: Likewise.
34978         * elf/sprof.c: Likewise.
34979         * iconv/iconv_prog.c: Likewise.
34980         * iconv/iconvconfig.c: Likewise.
34981         * locale/programs/locale.c: Likewise.
34982         * locale/programs/localedef.c: Likewise.
34983         * login/programs/pt_chown.c: Likewise.
34984         * malloc/memusage.sh: Likewise.
34985         * malloc/memusagestat.c: Likewise.
34986         * malloc/mtrace.pl: Likewise.
34987         * nscd/nscd.c: Likewise.
34988         * nss/getent.c: Likewise.
34989         * nss/makedb.c: Likewise.
34990         * posix/getconf.c: Likewise.
34992 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34994         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34995         numbers.
34997 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34999         * math/bits/mathcalls.h (modf): Use __nonnull.
35001 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35003         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35004         (split): Use macro CN instead of the bare value.
35005         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35006         could be used.
35007         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35008         instead of the bare value.
35009         (power1): Likewise.
35011 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35013         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35014         __ATAN_TWOM.
35015         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35017         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35018         their values.
35019         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35020         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35021         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35022         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35024 2012-12-28  Andreas Jaeger  <aj@suse.de>
35026         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35027         values are from Linux 3.7.
35029         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35030         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35032 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35034         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35035         TRUE case.
35037         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35038         (norm): Likewise.
35039         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35040         variables with preprocessor constants.
35041         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35042         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35043         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35045 2012-12-27  Bruno Haible  <bruno@clisp.org>
35047         [BZ #14317]
35048         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35049         only if needed.
35051 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35053         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35054         and use variable directly.
35055         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35057         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35058         MPONE.
35059         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35060         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35061         variable MPONE.
35062         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35063         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35064         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35065         include directive.  Remove local variable MPONE.
35066         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35067         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35068         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35070 2012-12-25  David S. Miller  <davem@davemloft.net>
35072         * version.h (RELEASE): Set to "development".
35073         (VERSION): Set to "2.17.90".
35074         * NEWS: Add 2.18 section.
35076 2012-12-21  David S. Miller  <davem@davemloft.net>
35078         * po/hr.po: Update from translation team.
35080 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35082         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35084 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35086         * NEWS:  Mention new memcpy for MIPS.
35088 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35090         * manual/contrib.texi (Contributors): Spelling correction.
35092 2012-12-15  David S. Miller  <davem@davemloft.net>
35094         * po/ru.po: Update from translation team.
35096 2012-12-13  David S. Miller  <davem@davemloft.net>
35098         * NEWS: Mention IFUNC testsuite enhancements.
35100         * po/pl.po: Update from translation team.
35101         * po/bg.po: Likewise.
35103         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35104         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35106 2012-12-11  David S. Miller  <davem@davemloft.net>
35108         * po/sv.po: Update from translation team.
35110         * po/vi.po: Update from translation team.
35112         * po/cs.po: Update from translation team.
35114         * po/de.po: Update from translation team.
35115         * po/eo.po: Likewise.
35116         * po/nl.po: Likewise.
35118 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35120         [BZ #14246]
35121         * manual/argp.texi (Argp Helper Functions): Move node to follow
35122         Argp Parsing State.
35124         [BZ #14872]
35125         * manual/conf.texi (Limits on File System Capacity): Mention if
35126         terminating null is included in the max size.
35128 2012-12-10  Andreas Jaeger  <aj@suse.de>
35130         * po/cs.po: Update from translation team.
35132 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35134         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35135         void pointer and cast to uintptr_t.
35136         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35137         path.
35138         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35139         * sysdeps/s390/s390-64/memset.S: Likewise.
35141 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35143         [BZ #14833]
35144         * menual/message.texi (Message Translation): Fix typos.
35145         (Helper programs for gettext): Likewise.
35147 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35149         [BZ #14898]
35150         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35151         Change to -1.
35153 2012-12-07  David S. Miller  <davem@davemloft.net>
35155         * po/libc.pot: Update.
35157 2012-12-07  Richard Henderson  <rth@redhat.com>
35159         [BZ #10114]
35160         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35161         normal/normal case to before the switch.
35162         (_FP_DIV): Likewise.
35164 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35165             Mike Frysinger  <vapier@gentoo.org>
35167         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35168         check for __NR_fadvise64_64.
35170 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35172         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35173         0, not just to plain "0" as a statement.
35174         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35175         with cw.
35177 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35179         * NEWS: Use sourceware.org in Bugzilla URL.
35181 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35184         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35186         * stdio-common/tst-put-error.c (do_test): Add newline to the
35187         padded test to ensure flush.
35189 2012-12-05  Jeff Law  <law@redhat.com>
35191         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35193 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35195         * README: Don't refer to ports add-on as distributed separately.
35196         Mention AArch64 in list of systems supported in the ports add-on.
35198         * LICENSES: Add more non-FSF copyright and license notices.
35200         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35201         ((unused)).
35203         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35205         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35206         10000 as width of padded output.
35208 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35210         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35212         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35213         variable LX with __attribute__ ((unused)).
35214         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35215         Likewise.
35216         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35217         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35218         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35219         with __attribute__ ((unused)).
35221 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35223         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35225 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35227         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35228         (CFLAGS-nldbl-acos.c): New variable.
35229         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35230         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35231         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35232         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35233         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35234         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35235         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35236         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35237         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35238         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35239         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35240         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35241         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35242         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35243         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35244         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35245         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35246         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35247         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35248         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35249         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35250         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35251         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35252         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35253         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35254         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35255         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35256         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35257         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35258         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35259         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35260         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35261         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35262         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35263         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35264         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35265         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35266         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35267         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35268         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35269         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35270         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35271         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35272         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35273         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35274         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35275         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35276         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35277         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35278         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35279         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35280         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35281         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35282         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35283         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35284         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35285         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35286         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35287         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35288         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35289         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35290         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35291         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35292         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35293         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35294         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35295         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35296         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35297         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35298         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35299         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35300         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35301         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35302         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35303         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35304         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35305         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35306         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35307         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35308         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35309         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35310         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35311         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35312         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35313         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35314         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35315         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35316         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35317         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35318         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35319         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35320         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35321         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35322         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35323         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35324         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35325         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35328         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35330         [BZ #14914]
35331         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35332         whole low double instead of just low 47 bits when splitting values
35333         into two parts.
35335 2012-12-03  Allan McRae  <allan@archlinux.org>
35337         * manual/stdio.texi (Predefined Printf Handlers): Remove
35338         @hsep and @vsep usage.
35340 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35342         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35343         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35345 2012-12-03  Jeff Law  <law@redhat.com>
35347         * time/sys/time.h (settimeofday): Do not mark TV argument
35348         as __nonnull.
35350 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35352         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35353         when currently writing and seek to current position when not.
35354         * libio/Makefile (tests): Remove bug-fclose1.
35355         * libio/bug-fclose1.c: Delete.
35357 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35359         * manual/arith.texi (feenableexcept): Fix typo.
35360         (fedisableexcept): Likewise.
35362 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35364         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35365         second, differently-typed declaration, rather than a cast.
35367 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35369         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35370         * include/rpc/svc.h: ... here.
35372 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35374         [BZ #13013]
35375         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35376         depending n and resplen2 to catch cases where answer
35377         equals answerp2.
35379 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35381         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35382         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35384 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35386         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35388 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35390         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35392 2012-11-28  Jeff Law  <law@redhat.com>
35394         [BZ #13761]
35395         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35396         dataset_temporary.  Track alloca usage into alloca_used.
35397         If dataset is large allocate and release it via malloc/free.
35399 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35401         [BZ #14197]
35402         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35404 2012-11-28  David S. Miller  <davem@davemloft.net>
35406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35408 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35410         [BZ #14803]
35411         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35412         of pi/2 rounded to nearest to 64 bits.
35413         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35414         nearest to 64 bits.
35415         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35416         bits.
35418 2012-11-28  Jeff Law <law@redhat.com>
35419             Martin Osvald <mosvald@redhat.com>
35421         [BZ #14889]
35422         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35423         * sunrpc/svc.c: Include time.h.
35424         (__svc_accept_failed): New function.
35425         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35426         any reason other than EINTR, call __svc_accept_failed.
35427         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35428         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35430 2012-11-28  Andreas Schwab  <schwab@suse.de>
35432         * scripts/abilist.awk: Also handle indirect functions in .opd
35433         section.
35435 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35437         [BZ #13881]
35438         * sysdeps/x86/fpu/powl_helper.c: New file.
35439         * sysdeps/x86/fpu/Makefile: Likewise.
35440         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35441         (p3): New object.
35442         (__ieee754_powl): Use __powl_helper for finite arguments except
35443         integer exponents below 8.
35444         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35445         (p3): New object.
35446         (__ieee754_powl): Use __powl_helper for finite arguments except
35447         integer exponents below 8.
35448         * math/libm-test.inc (pow_test): Add more tests and enable some
35449         previously disabled tests.
35450         * sysdeps/i386/fpu/libm-test-ulps: Update.
35451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35453 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35454             Carlos O'Donell  <carlos_odonell@mentor.com>
35456         * nss/makedb.c (is_prime): Assert that input is odd and greater
35457         than 4.  Note that fact in a comment too.
35458         (next_prime): Add 4 to input.
35460 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35462         [BZ #11741]
35463         * libio/Makefile (tests): Add test case tst-fwrite-error.
35464         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35465         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35466         * libio/tst-fwrite-error.c: New test case.
35468 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35470         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35471         before casting to void *.
35472         * include/libc-internal.h (__pointer_type): New macro.
35473         (__integer_if_pointer_type_sub): Likewise.
35474         (__integer_if_pointer_type): Likewise.
35475         (cast_to_integer): Likewise.
35476         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35477         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35478         before casting to atomic64_t.
35479         (atomic_exchange_acq): Likewise.
35480         (__arch_exchange_and_add_body): Likewise.
35481         (__arch_add_body): Likewise.
35482         (atomic_add_negative): Likewise.
35483         (atomic_add_zero): Likewise.
35485 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35487         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35488         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35489         (add_fdes): Likewise.
35490         (linear_search_fdes): Likewise.
35491         (binary_search_unencoded_fdes): Likewise.
35493 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35495         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35497 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35499         * configure.in: Autodetect C++ header directories.
35500         * configure: Regenerated.
35502 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35504         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35506 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35508         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35510 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35512         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35513         LDBL_MANT_DIG == 106]: Disable some tests.
35514         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35515         Likewise.
35516         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35517         Likewise.
35519         [BZ #14871]
35520         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35521         input for small inputs.  Return +/- pi/2 for large inputs.
35522         * math/libm-test.inc (atan_test): Add more tests.
35524         * sysdeps/generic/unwind-dw2-fde-glibc.c
35525         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35526         __attribute__ ((unused)).
35528         [BZ #14645]
35529         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35530         x * y if x and y are nonzero and z is zero.
35532         [BZ #14811]
35533         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35534         nonzero exponents with absolute value below 0x1p-117 to +/-
35535         0x1p-117.
35537         [BZ #14869]
35538         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35539         up arguments below 2**-450, not just those below 2**-500.
35540         * math/libm-test.inc (hypot_test): Add another test.
35542         [BZ #14868]
35543         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35544         Return a+b for ratio over 2**120, not 2**60.
35545         * math/libm-test.inc (hypot_test): Add another test.
35547         * math/libm-test.inc (clog_test): Use
35548         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35549         (clog10_test): Likewise.
35551         [BZ #6778]
35552         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35554 2012-11-22  Andreas Schwab  <schwab@suse.de>
35556         * sysdeps/i386/fpu/libm-test-ulps: Update.
35558 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35560         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35561         printf output with newline.
35563 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35565         [BZ #14865]
35566         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35567         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35568         -z nodlopen, -z initfirst and -z execstack support.
35569         * configure: Regenerated.
35571         * elf/elf.h (DF_1_NODIRECT): New macro.
35572         (DF_1_IGNMULDEF): Likewise.
35573         (DF_1_NOKSYMS): Likewise.
35574         (DF_1_NOHDR): Likewise.
35575         (DF_1_EDITED): Likewise.
35576         (DF_1_NORELOC): Likewise.
35577         (DF_1_SYMINTPOSE): Likewise.
35578         (DF_1_GLOBAUDIT): Likewise.
35579         (DF_1_SINGLETON): Likewise.
35580         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35581         DT_1_SUPPORTED_MASK bits.
35582         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35584 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35586         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35588 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35590         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35591         macro.
35593         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35594         (sendmmsg): Move declarations...
35595         * socket/sys/socket.h: ... here.
35596         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35597         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35598         include it from...
35599         * socket/recvmmsg.c: ... this new file.
35600         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35601         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35602         definition of __sendmmsg hidden.
35603         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35604         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35605         Move ENOSYS stub into and include it from...
35606         * socket/sendmmsg.c: ... this new file.
35607         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35608         (sysdep_routines): Move recvmmsg and sendmmsg...
35609         * socket/Makefile (routines): ... here.
35610         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35611         (GLIBC_PRIVATE): Add __sendmmsg.
35612         * include/sys/socket.h (__sendmmsg): Add declarations.
35613         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35614         sendmmsg.
35616 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35618         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35619         variable I1 with __attribute__ ((unused)).
35620         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35622 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35624         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35625         DUMMY variables with __attribute__ ((unused)).
35627         * bits/byteswap.h: Include <bits/types.h>.
35628         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35630 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35632         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35633         string_t.  Do not manually set errno.
35634         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35635         length with __strnlen.  Make sure to both set errno and return it on
35636         failure.
35638 2012-11-19  David S. Miller  <davem@davemloft.net>
35640         With help from Joseph Myers.
35641         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35642         very large arguments properly.
35643         * math/libm-test.inc (atan_test): New tests.
35644         (atan2_test): New tests.
35645         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35646         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35648 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35650         [BZ #14856]
35651         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35652         Define to 3.
35654         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35655         [POSIX] (EADDRNOTAVAIL): Likewise.
35656         [POSIX] (EAFNOSUPPORT): Likewise.
35657         [POSIX] (EALREADY): Likewise.
35658         [POSIX] (ECONNABORTED): Likewise.
35659         [POSIX] (ECONNREFUSED): Likewise.
35660         [POSIX] (ECONNRESET): Likewise.
35661         [POSIX] (EDESTADDRREQ): Likewise.
35662         [POSIX] (EDQUOT): Likewise.
35663         [POSIX] (EHOSTUNREACH): Likewise.
35664         [POSIX] (EIDRM): Likewise.
35665         [POSIX] (EISCONN): Likewise.
35666         [POSIX] (ELOOP): Likewise.
35667         [POSIX] (EMULTIHOP): Likewise.
35668         [POSIX] (ENETDOWN): Likewise.
35669         [POSIX] (ENETUNREACH): Likewise.
35670         [POSIX] (ENOBUFS): Likewise.
35671         [POSIX] (ENODATA): Likewise.
35672         [POSIX] (ENOLINK): Likewise.
35673         [POSIX] (ENOMSG): Likewise.
35674         [POSIX] (ENOPROTOOPT): Likewise.
35675         [POSIX] (ENOSR): Likewise.
35676         [POSIX] (ENOSTR): Likewise.
35677         [POSIX] (ENOTCONN): Likewise.
35678         [POSIX] (ENOTSOCK): Likewise.
35679         [POSIX] (EOPNOTSUPP): Likewise.
35680         [POSIX] (EOVERFLOW): Likewise.
35681         [POSIX] (EPROTO): Likewise.
35682         [POSIX] (EPROTONOSUPPORT): Likewise.
35683         [POSIX] (EPROTOTYPE): Likewise.
35684         [POSIX] (ESTALE): Likewise.
35685         [POSIX] (ETIME): Likewise.
35686         [POSIX] (ETXTBSY): Likewise.
35687         [POSIX] (EWOULDBLOCK): Likewise.
35688         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35689         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35690         [POSIX] (SEEK_CUR): Likewise.
35691         [POSIX] (SEEK_END): Likewise.
35692         [POSIX || UNIX98] (mode_t): Do not require.
35693         [POSIX] (off_t): Likewise.
35694         [POSIX] (pid_t): Likewise.
35695         [POSIX] (sys/stat.h): Do not allow header.
35696         [POSIX] (unistd.h): Likewise.
35697         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35698         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35699         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35700         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35701         require.
35702         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35703         sigevent): Specify elements.
35704         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35705         entry.
35706         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35707         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35709         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35710         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35711         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35712         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35713         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35714         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35715         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35716         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35717         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35718         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35719         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35720         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35721         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35722         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35723         Likewise.
35724         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35725         Likewise.
35726         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35727         Likewise.
35728         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35729         Likewise.
35730         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35731         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35732         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35733         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35734         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35735         Specify lower bound on value.
35736         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35737         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35738         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35739         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35740         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35741         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35742         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35743         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35744         value.
35745         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35746         as optional.
35747         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35748         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35749         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35750         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35751         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35752         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35753         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35754         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35755         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35756         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35757         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35758         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35759         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35760         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35761         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35762         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35763         entry.
35764         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35765         optional.
35766         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35767         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35768         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35769         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35770         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35771         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35772         Likewise.
35773         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35774         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35775         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35776         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35777         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35778         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35779         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35780         as optional.
35781         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35782         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35783         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35784         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35785         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35786         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35787         specify as optional.
35788         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35789         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35790         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35791         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35792         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35793         [XPG3] (NL_LANGMAX): Likewise.
35794         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35795         [POSIX || XPG3] (NL_NMAX): Likewise.
35796         [POSIX || XPG3] (NL_SETMAX): Likewise.
35797         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35798         [XPG3] (NZERO): Likewise.
35799         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35800         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35801         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35802         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35803         (REG_ERANGE): Expect.
35804         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35805         optional-constant.
35806         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35807         Use (void) in prototype.
35808         [POSIX] (*_t): Allow.
35809         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35810         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35811         (WRDE_BADVAL): Expect.
35813         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35814         expect.
35815         [XPG3 || XPG4] (O_RSYNC): Likewise.
35816         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35817         Likewise.
35818         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35819         [XPG3 || XPG4] (sigqueue): Likewise.
35820         [XPG3 || XPG4] (sigtimedwait): Likewise.
35821         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35822         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35823         [XPG3 || XPG4] (vsnprintf): Likewise.
35824         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35825         Likewise.
35826         [XPG3 || XPG4] (blksize_t): Likewise.
35827         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35828         Likewise.
35829         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35830         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35831         [XPG3 || XPG4] (struct itimerspec): Likewise.
35832         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35833         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35834         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35835         [XPG3 || XPG4] (clockid_t): Likewise.
35836         [XPG3 || XPG4] (timer_t): Likewise.
35837         [XPG3 || XPG4] (clock_getres): Likewise.
35838         [XPG3 || XPG4] (clock_gettime): Likewise.
35839         [XPG3 || XPG4] (clock_settime): Likewise.
35840         [XPG3 || XPG4] (nanosleep): Likewise.
35841         [XPG3 || XPG4] (timer_create): Likewise.
35842         [XPG3 || XPG4] (timer_delete): Likewise.
35843         [XPG3 || XPG4] (timer_gettime): Likewise.
35844         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35845         [XPG3 || XPG4] (timer_settime): Likewise.
35846         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35847         [XPG3 || XPG4] (getlogin_r): Likewise.
35848         [XPG3 || XPG4] (pread): Likewise.
35849         [XPG3 || XPG4] (pthread_atfork): Likewise.
35850         [XPG3 || XPG4] (pwrite): Likewise.
35852         [BZ #14835]
35853         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35854         <bits/siginfo.h>.
35856 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35858         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35859         finalizing MALLSTREAM.
35861         * sysdeps/mach/hurd/syncfs.c: New file.
35863 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35865         [BZ #14719]
35866         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35867         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35868         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35869         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35870         (_nss_dns_gethostbyname4_r): Likewise.
35871         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35872         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35874 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35876         [BZ #13763]
35877         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35879 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35881         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35882         * elf/cache.c (print_entry): Print ",AArch64" for
35883         FLAG_AARCH64_LIB64
35885         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35886         * elf/cache.c (print_entry): Print ",hard-float" for
35887         FLAG_ARM_LIBHF.
35889 2012-11-18  David S. Miller  <davem@davemloft.net>
35891         With help from Joseph Myers.
35892         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35893         cutoff to 2**-13.
35894         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35895         cutoff to 2**-25.
35896         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35897         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35898         small.
35899         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35900         * math/libm-test.inc (y0_test): New tests.
35901         (y1_test): New tests.
35902         * sysdeps/i386/fpu/libm-test-ulps: Update.
35903         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35904         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35906 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35908         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35909         64-bit targets.
35910         * configure: Regenerated.
35912 2012-11-17  David S. Miller  <davem@davemloft.net>
35914         [BZ #14811]
35915         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35916         nonzero exponents with absolute value below 0x1p-128 to +/-
35917         0x1p-128.
35919 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35921         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35923         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35925         * posix/getconf-speclist.c: New file.
35926         * posix/posix-envs.def: Likewise.
35927         * posix/confstr.c (START_ENV_GROUP): New macro.
35928         (END_ENV_GROUP): Likewise.
35929         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35930         (KNOWN_PRESENT_ENV_STRING): Likewise.
35931         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35932         (UNKNOWN_ENVIRONMENT): Likewise.
35933         (confstr): Include posix-envs.def instead of handling
35934         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35935         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35936         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35937         (END_ENV_GROUP): Likewise.
35938         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35939         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35940         (UNKNOWN_ENVIRONMENT): Likewise.
35941         (__sysconf): Include posix-envs.def instead of handling associated
35942         cases directly here.
35943         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35944         preprocessing getconf-speclist.c rather than running getconf or
35945         generating empty file.
35947 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35949         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35951 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35953         [BZ #14672]
35954         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35956 2012-11-16  David S. Miller  <davem@davemloft.net>
35958         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35959         smaller than LDBL_EPSILON/2.0L, just return xm1.
35961 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35963         * elf/tst-array1.c (init): Set constructor priority to 1000.
35964         (fini): Set destructor priority to 1000.
35965         * elf/tst-array2dep.c: Likewise.
35967 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35969         [BZ #11741]
35970         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35971         (_IO_new_file_xsputn): Also return EOF if none of the input
35972         data was written when overflow failed.
35973         * libio/iopadn.c (_IO_padn): Likewise.
35974         * libio/iowpadn.c (_IO_wpadn): Likewise.
35975         * stdio-common/tst-put-error.c: Add copyright notice.
35976         (do_test): Add case for printing padded string.
35977         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35978         _IO_padn returned error.
35979         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35980         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35981         return EOF.
35983 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35985         * libio/libioP.h: Add comment note that the references to C++
35986         bits are now obsolete.
35988 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35990         * math/libm-test.inc (check_complex): Use asprintf.
35992 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35994         * debug/pcprofiledump.c (print_version): Update copyright year.
35995         * malloc/memusagestat.c (print_version): Likewise.
35997 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35999         [BZ #14831]
36000         * elf/Makefile (tests): Add tst-audit8.
36001         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36002         ($(objpfx)tst-audit8.out): New target.
36003         (tst-audit8-ENV): New variable.
36004         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36005         audit if l_reloc_result is NULL.
36006         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36007         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36008         * elf/tst-audit8.c: New file.
36010 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36012         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36013         * misc/Makefile (CFLAGS-select.c): Define.
36014         * posix/Makefile (CFLAGS-pause.c): Define.
36016 2012-11-13  David S. Miller  <davem@davemloft.net>
36018         * crypt/Makefile: Move test targets after toplevel Rules
36019         inclusion.  Grab any necessary sysdep routines when linking.
36020         * crypt/md5.c (md5_process_block): Remove define, we will always
36021         name it __md5_process_block.
36022         (md5_finish_ctx): Update md5_process_block call.
36023         (md5_stream): Likewise.
36024         (md5_process_bytes): Likewise.
36025         (md5_process_block): Rename to __md5_process_block and move to ...
36026         * crypt/md5-block.c: ... here.
36027         * crypt/sha256.c (sha256_process_block): Move to ...
36028         * crypt/sha256-block.c: ... here.
36029         * crypt/sha512.c (sha512_process_block): Move to ...
36030         * crypt/sha512-block.c: ... here.
36031         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36032         path.
36033         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36034         * sysdeps/sparc/sparc64/multiarch/Makefile
36035         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36036         crypt subdir.
36037         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36038         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36039         multiarch changes.
36040         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36041         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36042         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36043         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36044         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36045         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36046         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36047         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36048         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36049         file.
36050         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36051         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36052         file.
36053         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36055 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36057         * timezone/tzselect.ksh: Update from tzcode git revision
36058         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36059         * timezone/zdump.c: Likewise.
36060         * timezone/zic.c: Likewise.
36061         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36062         in TZVERSION setting, not $(PKGVERSION).
36063         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36064         REPORT_BUGS_TO settings.
36066         [BZ #14838]
36067         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36068         macro.
36070 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36072         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36073         detection to immediately after _FP_ROUND().
36074         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36075         bits are 0.
36077 2012-11-11  David S. Miller  <davem@davemloft.net>
36079         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36080         inttypes.h
36081         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36082         __close rather than their public counterparts.
36084 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36086         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36087         file.
36088         [UNIX98] (sem_timedwait): Do not expect.
36089         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36090         [XPG4 || UNIX98] (sockatmark): Do not expect.
36091         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36092         (clock_getcpuclockid): Do not expect.
36093         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36094         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36095         Do not expect.
36096         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36097         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36098         [UNIX98] (vwscanf): Likewise.
36099         [UNIX98] (vswscanf): Likewise.
36101 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36103         * timezone/version.h: Remove file.
36104         * timezone/README: Do not refer to version.h.
36105         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36106         $(objpfx)version.h.
36107         ($(objpfx)zdump.o): Likewise.
36108         ($(objpfx)version.h): New target.
36110         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36111         2012i.
36112         * timezone/README: Don't mention modification to tzselect.ksh.
36113         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36114         work on unmodified tzselect.ksh.  Substitute version numbers in
36115         tzselect.ksh.
36117         * Makefile (format-me): Remove.
36118         (INSTALL): Adjust indentation.  Use commands directly instead of
36119         using $(format-me).
36121         * aclocal.m4 (ACX_PKGVERSION): New macro.
36122         (ACX_BUGURL): Likewise.
36123         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36124         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36125         (REPORT_BUGS_TO): Likewise.
36126         * configure: Regenerated.
36127         * config.h.in (PKGVERSION): New macro.
36128         (REPORT_BUGS_TO): Likewise.
36129         * config.make.in (PKGVERSION): New variable.
36130         (PKGVERSION_TEXI): Likewise.
36131         (REPORT_BUGS_TO): Likewise.
36132         (REPORT_BUGS_TEXI): Likewise.
36133         * Makefile (format-me): Use -I$(common-objpfx)manual.
36134         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36135         ($(common-objpfx)manual/%): New target.
36136         (manual/%): Remove target.
36137         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36138         (print_version): Use PKGVERSION.
36139         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36140         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36141         and REPORT_BUGS_TO.
36142         ($(objpfx)xtrace): Likewise.
36143         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36144         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36145         (print_version): Use PKGVERSION.
36146         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36147         (do_version): Use PKGVERSION.
36148         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36149         REPORT_BUGS_TO.
36150         (common-ldd-rewrite): Likewise.
36151         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36152         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36153         (print_version): Use PKGVERSION.
36154         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36155         * elf/pldd.c (argp_program_bug_address): Remove variable.
36156         (more_help): New function.
36157         (argp): Use more_help.
36158         (print_version): Use PKGVERSION.
36159         * elf/sln.c (main): Use PKGVERSION.
36160         (usage): Use REPORT_BUGS_TO.
36161         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36162         (top level): Use PKGVERSION.
36163         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36164         (print_version): Use PKGVERSION.
36165         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36166         (print_version): Use PKGVERSION.
36167         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36168         (print_version): Use PKGVERSION.
36169         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36170         (print_version): Use PKGVERSION.
36171         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36172         (print_version): Use PKGVERSION.
36173         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36174         (print_version): Use PKGVERSION.
36175         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36176         and BUGURL.
36177         ($(objpfx)memusage): Likewise.
36178         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36179         (do_version): Use PKGVERSION.
36180         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36181         (print_version): Use PKGVERSION.
36182         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36183         ($PKGVERSION): New variable.
36184         ($REPORT_BUGS_TO): Likewise.
36185         (usage): Use $REPORT_BUGS_TO.
36186         (top level): Use $PKGVERSION.
36187         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36188         ($(objpfx)pkgvers.texi): New rule.
36189         ($(objpfx)stamp-pkgvers): Likewise.
36190         * manual/install.texi: Include pkgvers.texi.
36191         (--with-pkgversion): Document new configure option.
36192         (--with-bugurl): Likewise.
36193         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36194         than necessarily for this particular distribution.  Use
36195         REPORT_BUGS_TO for where to report bugs.
36196         * INSTALL: Regenerated.
36197         * manual/libc.texinfo: Include pkgvers.texi.
36198         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36199         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36200         (print_version): Use PKGVERSION.
36201         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36202         (print_version): Use PKGVERSION.
36203         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36204         (print_version): Use PKGVERSION.
36205         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36206         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36207         macro.
36208         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36209         (print_version): Use PKGVERSION.
36210         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36211         (print_version): Use PKGVERSION.
36212         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36213         and PKGVERSION.
36215         * timezone/checktab.awk: Update from tzcode 2012i.
36216         * timezone/ialloc.c: Likewise.
36217         * timezone/private.h: Likewise.
36218         * timezone/scheck.c: Likewise.
36219         * timezone/tzfile.h: Likewise.
36220         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36221         (TZVERSION): Hardcode tzcode version number.
36222         * timezone/zdump.c: Update from tzcode 2012i.
36223         * timezone/zic.c: Likewise.
36224         * timezone/version.h: New file.
36225         * timezone/README: Describe version.h.  Update upstream location.
36227         [BZ #14824]
36228         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36229         (mktemp): Enable declaration.
36230         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36231         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36232         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36233         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36234         Likewise.
36235         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36236         Likewise.
36237         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36238         Likewise.
36239         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36240         Likewise.
36241         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36242         Likewise.
36243         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36244         Likewise.
36246         [BZ #14821]
36247         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36248         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36249         for copies of such integer values.
36250         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36251         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36253 2012-11-09  Andreas Jaeger  <aj@suse.de>
36255         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36256         definitions and declarations that are provided by
36257         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36259 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36261         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36262         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36263         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36264         definition.
36266 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36268         * elf/elf.h: Update comment before AArch64 relocations.
36270 2012-11-07  David S. Miller  <davem@davemloft.net>
36272         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36273         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36274         (__start_context): Declare.
36275         (__makecontext_ret): Delete.
36276         (__makecontext): Hook up __start_context instead of
36277         __makecontext_ret.
36278         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36279         (sysdep_routines): Add __start_context when in stdlib.
36281 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36283         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36284         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36285         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36286         hardcoded "nm".
36287         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36288         (READELF): New variable.  Use it instead of hardcoded "readelf".
36290 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36292         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36293         * sysdeps/x86/Makefile: Here.
36294         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36295         * sysdeps/x86/tst-xmmymm.sh: This.
36297 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36299         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36300         expectations.
36301         [UNIX98] (pthread_barrier_t): Do not expect.
36302         [UNIX98] (pthread_barrierattr_t): Likewise.
36303         [UNIX98] (pthread_spinlock_t): Likewise.
36304         [UNIX98] (pthread_barrier_destroy): Likewise.
36305         [UNIX98] (pthread_barrier_init): Likewise.
36306         [UNIX98] (pthread_barrier_wait): Likewise.
36307         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36308         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36309         [UNIX98] (pthread_barrierattr_init): Likewise.
36310         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36311         [UNIX98] (pthread_getcpuclockid): Likewise.
36312         [UNIX98] (pthread_mutex_timedlock): Likewise.
36313         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36314         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36315         [UNIX98] (pthread_sigmask): Likewise.
36316         [UNIX98] (pthread_spin_destroy): Likewise.
36317         [UNIX98] (pthread_spin_init): Likewise.
36318         [UNIX98] (pthread_spin_lock): Likewise.
36319         [UNIX98] (pthread_spin_trylock): Likewise.
36320         [UNIX98] (pthread_spin_unlock): Likewise.
36321         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36322         Do not expect.
36323         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36324         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36325         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36326         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36327         [XPG3 || XPG4] (pthread_key_t): Likewise.
36328         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36329         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36330         [XPG3 || XPG4] (pthread_once_t): Likewise.
36331         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36332         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36333         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36334         [XPG3 || XPG4] (pthread_t): Likewise.
36336         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36337         not expect.
36338         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36340         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36341         Change function return type to int.
36343         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36344         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36345         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36346         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36347         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36348         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36349         [!POSIX] (posix_madvise): Likewise.
36350         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36351         && !UNIX98].
36352         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36353         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36354         (mode_t): Likewise.
36355         (posix_mem_offset): Likewise.
36356         (posix_typed_mem_get_info): Likewise.
36357         (posix_typed_mem_open): Likewise.
36359         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36360         Change condition to [XOPEN2K8].
36362         * conform/conformtest.pl: Preprocess allow-header data with -x c
36363         instead of from stdin.
36364         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36365         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36366         [C99-based standards] (cerfc): Likewise.
36367         [C99-based standards] (cexp2): Likewise.
36368         [C99-based standards] (cexpm1): Likewise.
36369         [C99-based standards] (clog10): Likewise.
36370         [C99-based standards] (clog1p): Likewise.
36371         [C99-based standards] (clog2): Likewise.
36372         [C99-based standards] (clgamma): Likewise.
36373         [C99-based standards] (ctgamma): Likewise.
36374         [C99-based standards] (cerff): Likewise.
36375         [C99-based standards] (cerfcf): Likewise.
36376         [C99-based standards] (cexp2f): Likewise.
36377         [C99-based standards] (cexpm1f): Likewise.
36378         [C99-based standards] (clog10f): Likewise.
36379         [C99-based standards] (clog1pf): Likewise.
36380         [C99-based standards] (clog2f): Likewise.
36381         [C99-based standards] (clgammaf): Likewise.
36382         [C99-based standards] (ctgammaf): Likewise.
36383         [C99-based standards] (cerfl): Likewise.
36384         [C99-based standards] (cerfcl): Likewise.
36385         [C99-based standards] (cexp2l): Likewise.
36386         [C99-based standards] (cexpm1l): Likewise.
36387         [C99-based standards] (clog10l): Likewise.
36388         [C99-based standards] (clog1pl): Likewise.
36389         [C99-based standards] (clog2l): Likewise.
36390         [C99-based standards] (clgammal): Likewise.
36391         [C99-based standards] (ctgammal): Likewise.
36392         * conform/data/inttypes.h-data [C99-based standards]: Include
36393         stdint.h-data.  Remove all expectations for stdint.h contents.
36394         [C99-based standards] (PRI*): Do not allow.
36395         [C99-based standards] (SCN*): Likewise.
36396         [C99-based standards] (*_t): Likewise.
36397         [C99-based-standards] (PRId8): Expect macro.
36398         [C99-based-standards] (PRIi8): Likewise.
36399         [C99-based-standards] (PRIo8): Likewise.
36400         [C99-based-standards] (PRIu8): Likewise.
36401         [C99-based-standards] (PRIx8): Likewise.
36402         [C99-based-standards] (PRIX8): Likewise.
36403         [C99-based-standards] (SCNd8): Likewise.
36404         [C99-based-standards] (SCNi8): Likewise.
36405         [C99-based-standards] (SCNo8): Likewise.
36406         [C99-based-standards] (SCNu8): Likewise.
36407         [C99-based-standards] (SCNx8): Likewise.
36408         [C99-based-standards] (PRIdLEAST8): Likewise.
36409         [C99-based-standards] (PRIiLEAST8): Likewise.
36410         [C99-based-standards] (PRIoLEAST8): Likewise.
36411         [C99-based-standards] (PRIuLEAST8): Likewise.
36412         [C99-based-standards] (PRIxLEAST8): Likewise.
36413         [C99-based-standards] (PRIXLEAST8): Likewise.
36414         [C99-based-standards] (SCNdLEAST8): Likewise.
36415         [C99-based-standards] (SCNiLEAST8): Likewise.
36416         [C99-based-standards] (SCNoLEAST8): Likewise.
36417         [C99-based-standards] (SCNuLEAST8): Likewise.
36418         [C99-based-standards] (SCNxLEAST8): Likewise.
36419         [C99-based-standards] (PRIdFAST8): Likewise.
36420         [C99-based-standards] (PRIiFAST8): Likewise.
36421         [C99-based-standards] (PRIoFAST8): Likewise.
36422         [C99-based-standards] (PRIuFAST8): Likewise.
36423         [C99-based-standards] (PRIxFAST8): Likewise.
36424         [C99-based-standards] (PRIXFAST8): Likewise.
36425         [C99-based-standards] (SCNdFAST8): Likewise.
36426         [C99-based-standards] (SCNiFAST8): Likewise.
36427         [C99-based-standards] (SCNoFAST8): Likewise.
36428         [C99-based-standards] (SCNuFAST8): Likewise.
36429         [C99-based-standards] (SCNxFAST8): Likewise.
36430         [C99-based-standards] (PRId16): Likewise.
36431         [C99-based-standards] (PRIi16): Likewise.
36432         [C99-based-standards] (PRIo16): Likewise.
36433         [C99-based-standards] (PRIu16): Likewise.
36434         [C99-based-standards] (PRIx16): Likewise.
36435         [C99-based-standards] (PRIX16): Likewise.
36436         [C99-based-standards] (SCNd16): Likewise.
36437         [C99-based-standards] (SCNi16): Likewise.
36438         [C99-based-standards] (SCNo16): Likewise.
36439         [C99-based-standards] (SCNu16): Likewise.
36440         [C99-based-standards] (SCNx16): Likewise.
36441         [C99-based-standards] (PRIdLEAST16): Likewise.
36442         [C99-based-standards] (PRIiLEAST16): Likewise.
36443         [C99-based-standards] (PRIoLEAST16): Likewise.
36444         [C99-based-standards] (PRIuLEAST16): Likewise.
36445         [C99-based-standards] (PRIxLEAST16): Likewise.
36446         [C99-based-standards] (PRIXLEAST16): Likewise.
36447         [C99-based-standards] (SCNdLEAST16): Likewise.
36448         [C99-based-standards] (SCNiLEAST16): Likewise.
36449         [C99-based-standards] (SCNoLEAST16): Likewise.
36450         [C99-based-standards] (SCNuLEAST16): Likewise.
36451         [C99-based-standards] (SCNxLEAST16): Likewise.
36452         [C99-based-standards] (PRIdFAST16): Likewise.
36453         [C99-based-standards] (PRIiFAST16): Likewise.
36454         [C99-based-standards] (PRIoFAST16): Likewise.
36455         [C99-based-standards] (PRIuFAST16): Likewise.
36456         [C99-based-standards] (PRIxFAST16): Likewise.
36457         [C99-based-standards] (PRIXFAST16): Likewise.
36458         [C99-based-standards] (SCNdFAST16): Likewise.
36459         [C99-based-standards] (SCNiFAST16): Likewise.
36460         [C99-based-standards] (SCNoFAST16): Likewise.
36461         [C99-based-standards] (SCNuFAST16): Likewise.
36462         [C99-based-standards] (SCNxFAST16): Likewise.
36463         [C99-based-standards] (PRId32): Likewise.
36464         [C99-based-standards] (PRIi32): Likewise.
36465         [C99-based-standards] (PRIo32): Likewise.
36466         [C99-based-standards] (PRIu32): Likewise.
36467         [C99-based-standards] (PRIx32): Likewise.
36468         [C99-based-standards] (PRIX32): Likewise.
36469         [C99-based-standards] (SCNd32): Likewise.
36470         [C99-based-standards] (SCNi32): Likewise.
36471         [C99-based-standards] (SCNo32): Likewise.
36472         [C99-based-standards] (SCNu32): Likewise.
36473         [C99-based-standards] (SCNx32): Likewise.
36474         [C99-based-standards] (PRIdLEAST32): Likewise.
36475         [C99-based-standards] (PRIiLEAST32): Likewise.
36476         [C99-based-standards] (PRIoLEAST32): Likewise.
36477         [C99-based-standards] (PRIuLEAST32): Likewise.
36478         [C99-based-standards] (PRIxLEAST32): Likewise.
36479         [C99-based-standards] (PRIXLEAST32): Likewise.
36480         [C99-based-standards] (SCNdLEAST32): Likewise.
36481         [C99-based-standards] (SCNiLEAST32): Likewise.
36482         [C99-based-standards] (SCNoLEAST32): Likewise.
36483         [C99-based-standards] (SCNuLEAST32): Likewise.
36484         [C99-based-standards] (SCNxLEAST32): Likewise.
36485         [C99-based-standards] (PRIdFAST32): Likewise.
36486         [C99-based-standards] (PRIiFAST32): Likewise.
36487         [C99-based-standards] (PRIoFAST32): Likewise.
36488         [C99-based-standards] (PRIuFAST32): Likewise.
36489         [C99-based-standards] (PRIxFAST32): Likewise.
36490         [C99-based-standards] (PRIXFAST32): Likewise.
36491         [C99-based-standards] (SCNdFAST32): Likewise.
36492         [C99-based-standards] (SCNiFAST32): Likewise.
36493         [C99-based-standards] (SCNoFAST32): Likewise.
36494         [C99-based-standards] (SCNuFAST32): Likewise.
36495         [C99-based-standards] (SCNxFAST32): Likewise.
36496         [C99-based-standards] (PRId64): Likewise.
36497         [C99-based-standards] (PRIi64): Likewise.
36498         [C99-based-standards] (PRIo64): Likewise.
36499         [C99-based-standards] (PRIu64): Likewise.
36500         [C99-based-standards] (PRIx64): Likewise.
36501         [C99-based-standards] (PRIX64): Likewise.
36502         [C99-based-standards] (SCNd64): Likewise.
36503         [C99-based-standards] (SCNi64): Likewise.
36504         [C99-based-standards] (SCNo64): Likewise.
36505         [C99-based-standards] (SCNu64): Likewise.
36506         [C99-based-standards] (SCNx64): Likewise.
36507         [C99-based-standards] (PRIdLEAST64): Likewise.
36508         [C99-based-standards] (PRIiLEAST64): Likewise.
36509         [C99-based-standards] (PRIoLEAST64): Likewise.
36510         [C99-based-standards] (PRIuLEAST64): Likewise.
36511         [C99-based-standards] (PRIxLEAST64): Likewise.
36512         [C99-based-standards] (PRIXLEAST64): Likewise.
36513         [C99-based-standards] (SCNdLEAST64): Likewise.
36514         [C99-based-standards] (SCNiLEAST64): Likewise.
36515         [C99-based-standards] (SCNoLEAST64): Likewise.
36516         [C99-based-standards] (SCNuLEAST64): Likewise.
36517         [C99-based-standards] (SCNxLEAST64): Likewise.
36518         [C99-based-standards] (PRIdFAST64): Likewise.
36519         [C99-based-standards] (PRIiFAST64): Likewise.
36520         [C99-based-standards] (PRIoFAST64): Likewise.
36521         [C99-based-standards] (PRIuFAST64): Likewise.
36522         [C99-based-standards] (PRIxFAST64): Likewise.
36523         [C99-based-standards] (PRIXFAST64): Likewise.
36524         [C99-based-standards] (SCNdFAST64): Likewise.
36525         [C99-based-standards] (SCNiFAST64): Likewise.
36526         [C99-based-standards] (SCNoFAST64): Likewise.
36527         [C99-based-standards] (SCNuFAST64): Likewise.
36528         [C99-based-standards] (SCNxFAST64): Likewise.
36529         [C99-based-standards] (PRIdMAX): Likewise.
36530         [C99-based-standards] (PRIiMAX): Likewise.
36531         [C99-based-standards] (PRIoMAX): Likewise.
36532         [C99-based-standards] (PRIuMAX): Likewise.
36533         [C99-based-standards] (PRIxMAX): Likewise.
36534         [C99-based-standards] (PRIXMAX): Likewise.
36535         [C99-based-standards] (SCNdMAX): Likewise.
36536         [C99-based-standards] (SCNiMAX): Likewise.
36537         [C99-based-standards] (SCNoMAX): Likewise.
36538         [C99-based-standards] (SCNuMAX): Likewise.
36539         [C99-based-standards] (SCNxMAX): Likewise.
36540         [C99-based-standards] (PRIdPTR): Likewise.
36541         [C99-based-standards] (PRIiPTR): Likewise.
36542         [C99-based-standards] (PRIoPTR): Likewise.
36543         [C99-based-standards] (PRIuPTR): Likewise.
36544         [C99-based-standards] (PRIxPTR): Likewise.
36545         [C99-based-standards] (PRIXPTR): Likewise.
36546         [C99-based-standards] (SCNdPTR): Likewise.
36547         [C99-based-standards] (SCNiPTR): Likewise.
36548         [C99-based-standards] (SCNoPTR): Likewise.
36549         [C99-based-standards] (SCNuPTR): Likewise.
36550         [C99-based-standards] (SCNxPTR): Likewise.
36551         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36552         allow.
36553         * conform/data/stdint.h-data: Update comments to clarify
36554         requirements.
36555         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36556         type.
36557         [C99-based standards] (INT8_MAX): Likewise.
36558         [C99-based standards] (INT16_MIN): Likewise.
36559         [C99-based standards] (INT16_MAX): Likewise.
36560         [C99-based standards] (INT32_MIN): Likewise.
36561         [C99-based standards] (INT32_MAX): Likewise.
36562         [C99-based standards] (INT64_MIN): Likewise.
36563         [C99-based standards] (INT64_MAX): Likewise.
36564         [C99-based standards] (UINT8_MAX): Likewise.
36565         [C99-based standards] (UINT16_MAX): Likewise.
36566         [C99-based standards] (UINT32_MAX): Likewise.
36567         [C99-based standards] (UINT64_MAX): Likewise.
36568         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36569         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36570         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36571         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36572         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36573         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36574         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36575         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36576         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36577         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36578         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36579         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36580         [C99-based standards] (INT_FAST8_MIN): Likewise.
36581         [C99-based standards] (INT_FAST8_MAX): Likewise.
36582         [C99-based standards] (INT_FAST16_MIN): Likewise.
36583         [C99-based standards] (INT_FAST16_MAX): Likewise.
36584         [C99-based standards] (INT_FAST32_MIN): Likewise.
36585         [C99-based standards] (INT_FAST32_MAX): Likewise.
36586         [C99-based standards] (INT_FAST64_MIN): Likewise.
36587         [C99-based standards] (INT_FAST64_MAX): Likewise.
36588         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36589         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36590         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36591         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36592         [C99-based standards] (INTPTR_MIN): Likewise.
36593         [C99-based standards] (INTPTR_MAX): Likewise.
36594         [C99-based standards] (UINTPTR_MAX): Likewise.
36595         [C99-based standards] (INTMAX_MIN): Likewise.
36596         [C99-based standards] (INTMAX_MAX): Likewise.
36597         [C99-based standards] (UINTMAX_MAX): Likewise.
36598         [C99-based standards] (PTRDIFF_MIN): Likewise.
36599         [C99-based standards] (PTRDIFF_MAX): Likewise.
36600         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36601         [C99-based standards] (SIZE_MAX): Likewise.
36602         [C99-based standards] (WCHAR_MAX): Likewise.
36603         [C99-based standards] (WINT_MAX): Likewise.
36604         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36605         constraint on value.
36606         [C99-based standards] (WCHAR_MIN): Likewise.
36607         [C99-based standards] (WINT_MIN): Likewise.
36608         [C99-based standards] (*_t): Allow.
36609         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36610         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36611         Include math.h-data and complex.h-data.  Remove all expectations
36612         of math.h and complex.h contents.
36613         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36614         at end of line.
36615         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36616         (struct tm): Expect tag.
36617         [C99-based-standards] (wcstof): Expect function.
36618         [C99-based-standards] (wcstold): Likewise.
36619         [C99-based-standards] (wcstoll): Likewise.
36620         [C99-based-standards] (wcstoull): Likewise.
36621         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36622         macro-int-constant.  Specify type.
36623         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36624         constraint on value.
36625         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36626         Specify type.
36627         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36628         Specify value.
36629         [ISO C standards]: Do not allow headers.
36630         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36631         wcs[abcdefghijklmnopqrstuvwxyz]*.
36632         [ISO C standards] (*_t): Do not allow.
36633         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36634         Expect function.
36635         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36636         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36637         Specify type.
36638         [ISO C standards]: Do not allow headers.
36639         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36640         is[abcdefghijklmnopqrstuvwxyz]*.
36641         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36642         to[abcdefghijklmnopqrstuvwxyz]*.
36643         [ISO C standards] (*_t): Do not allow.
36644         * conform/data/stdalign.h-data: New file.
36645         * conform/data/stdbool.h-data: Likewise.
36646         * conform/data/stdnoreturn.h-data: Likewise.
36648 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36650         [BZ #14815]
36651         * manual/filesys.texi (Directory Entries): Typo fix.
36652         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36654 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36656         * elf/elf.h (EM_AARCH64): New macro.
36657         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36658         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36659         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36660         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36661         (R_AARCH64_TLSDESC): Likewise.
36662         (NT_ARM_TLS): Likewise.
36663         (NT_ARM_HW_BREAK): Likewise.
36664         (NT_ARM_HW_WATCH): Likewise.
36666 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36668         [BZ #14811]
36669         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36670         (__ieee754_powl): Saturate nonzero exponents with absolute value
36671         below 0x1p-79 to +/- 0x1p-79.
36672         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36673         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36674         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36675         nonzero exponents with absolute value below 0x1p-32 to +/-
36676         0x1p-32.
36677         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36678         (__ieee754_powl): Saturate nonzero exponents with absolute value
36679         below 0x1p-79 to +/- 0x1p-79.
36680         * math/libm-test.inc (pow_test): Add more tests.
36682 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36684         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36685         _dl_s390_cap_flags with kernel. Increase string length.
36686         (_dl_s390_platforms): Add z196 and zEC12.
36688 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36690         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36691         Change XOPEN21K to XOPEN2K.
36693 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36695         * string/memmove.c: Use memcpy when possible.
36697 2012-11-06  Andreas Jaeger  <aj@suse.de>
36699         * po/eo.po: Update from translation team.
36701 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36703         [BZ #14793]
36704         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36705         exponent and small x and y exponents, scale x or y up.  Increase
36706         by 2 the exponent used in scaling up.
36707         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36708         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36709         * math/libm-test.inc (fma_test): Add more tests.
36710         (fma_test_towardzero): Likewise.
36711         (fma_test_downward): Likewise.
36712         (fma_test_upward): Likewise.
36714 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36716         [BZ #14805]
36717         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36718         fenv_t *.
36720         [BZ #14801]
36721         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36722         namespace for names of struct fields.
36723         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36724         fenv_t fields.
36725         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36726         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36728 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36730         [BZ #3665]
36731         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36733 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36735         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36736         PTR_DEMANGLE.
36738         [BZ #5246]
36739         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36740         PTR_DEMANGLE.
36742 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36744         [BZ #14797]
36745         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36746         definitely overflow as x * y not x * y + z.
36747         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36748         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36749         * math/libm-test.inc (fma_test): Add more tests.
36750         (fma_test_towardzero): Likewise.
36751         (fma_test_downward): Likewise.
36752         (fma_test_upward): Likewise.
36754 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36756         [BZ #157]
36758         * include/stub-tag.h: Remove file.
36759         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36760         '#include' of it.
36761         * manual/maint.texi (Porting): Don't reference it.
36762         * Makerules ($(objpfx)stubs): Likewise.
36763         * dirent/closedir.c: Don't include <stub-tag.h>.
36764         * dirent/dirfd.c: Likewise.
36765         * dirent/fdopendir.c: Likewise.
36766         * dirent/getdents.c: Likewise.
36767         * dirent/getdents64.c: Likewise.
36768         * dirent/opendir.c: Likewise.
36769         * dirent/readdir.c: Likewise.
36770         * dirent/readdir64.c: Likewise.
36771         * dirent/readdir64_r.c: Likewise.
36772         * dirent/readdir_r.c: Likewise.
36773         * dirent/rewinddir.c: Likewise.
36774         * dirent/seekdir.c: Likewise.
36775         * dirent/telldir.c: Likewise.
36776         * gmon/profil.c: Likewise.
36777         * grp/setgroups.c: Likewise.
36778         * inet/if_index.c: Likewise.
36779         * io/access.c: Likewise.
36780         * io/chdir.c: Likewise.
36781         * io/chmod.c: Likewise.
36782         * io/chown.c: Likewise.
36783         * io/close.c: Likewise.
36784         * io/dup.c: Likewise.
36785         * io/dup2.c: Likewise.
36786         * io/dup3.c: Likewise.
36787         * io/euidaccess.c: Likewise.
36788         * io/faccessat.c: Likewise.
36789         * io/fchdir.c: Likewise.
36790         * io/fchmod.c: Likewise.
36791         * io/fchmodat.c: Likewise.
36792         * io/fchown.c: Likewise.
36793         * io/fchownat.c: Likewise.
36794         * io/fcntl.c: Likewise.
36795         * io/flock.c: Likewise.
36796         * io/fstatfs.c: Likewise.
36797         * io/fstatfs64.c: Likewise.
36798         * io/fstatvfs.c: Likewise.
36799         * io/fstatvfs64.c: Likewise.
36800         * io/futimens.c: Likewise.
36801         * io/fxstat.c: Likewise.
36802         * io/fxstat64.c: Likewise.
36803         * io/fxstatat.c: Likewise.
36804         * io/fxstatat64.c: Likewise.
36805         * io/getcwd.c: Likewise.
36806         * io/isatty.c: Likewise.
36807         * io/lchmod.c: Likewise.
36808         * io/lchown.c: Likewise.
36809         * io/link.c: Likewise.
36810         * io/linkat.c: Likewise.
36811         * io/lseek.c: Likewise.
36812         * io/lseek64.c: Likewise.
36813         * io/lxstat64.c: Likewise.
36814         * io/mkdir.c: Likewise.
36815         * io/mkdirat.c: Likewise.
36816         * io/mkfifo.c: Likewise.
36817         * io/mkfifoat.c: Likewise.
36818         * io/open.c: Likewise.
36819         * io/open64.c: Likewise.
36820         * io/openat.c: Likewise.
36821         * io/openat64.c: Likewise.
36822         * io/pipe.c: Likewise.
36823         * io/pipe2.c: Likewise.
36824         * io/poll.c: Likewise.
36825         * io/posix_fadvise.c: Likewise.
36826         * io/posix_fadvise64.c: Likewise.
36827         * io/posix_fallocate.c: Likewise.
36828         * io/posix_fallocate64.c: Likewise.
36829         * io/read.c: Likewise.
36830         * io/readlink.c: Likewise.
36831         * io/readlinkat.c: Likewise.
36832         * io/rmdir.c: Likewise.
36833         * io/sendfile.c: Likewise.
36834         * io/sendfile64.c: Likewise.
36835         * io/statfs.c: Likewise.
36836         * io/statfs64.c: Likewise.
36837         * io/statvfs.c: Likewise.
36838         * io/statvfs64.c: Likewise.
36839         * io/symlink.c: Likewise.
36840         * io/symlinkat.c: Likewise.
36841         * io/ttyname.c: Likewise.
36842         * io/ttyname_r.c: Likewise.
36843         * io/umask.c: Likewise.
36844         * io/unlink.c: Likewise.
36845         * io/unlinkat.c: Likewise.
36846         * io/utime.c: Likewise.
36847         * io/utimensat.c: Likewise.
36848         * io/write.c: Likewise.
36849         * io/xmknod.c: Likewise.
36850         * io/xmknodat.c: Likewise.
36851         * io/xstat.c: Likewise.
36852         * io/xstat64.c: Likewise.
36853         * login/getpt.c: Likewise.
36854         * login/grantpt.c: Likewise.
36855         * login/unlockpt.c: Likewise.
36856         * math/e_acoshl.c: Likewise.
36857         * math/e_acosl.c: Likewise.
36858         * math/e_asinl.c: Likewise.
36859         * math/e_atan2l.c: Likewise.
36860         * math/e_atanhl.c: Likewise.
36861         * math/e_coshl.c: Likewise.
36862         * math/e_expl.c: Likewise.
36863         * math/e_fmodl.c: Likewise.
36864         * math/e_gammal_r.c: Likewise.
36865         * math/e_hypotl.c: Likewise.
36866         * math/e_j0l.c: Likewise.
36867         * math/e_j1l.c: Likewise.
36868         * math/e_jnl.c: Likewise.
36869         * math/e_lgammal_r.c: Likewise.
36870         * math/e_log10l.c: Likewise.
36871         * math/e_log2l.c: Likewise.
36872         * math/e_logl.c: Likewise.
36873         * math/e_powl.c: Likewise.
36874         * math/e_rem_pio2l.c: Likewise.
36875         * math/e_sinhl.c: Likewise.
36876         * math/e_sqrtl.c: Likewise.
36877         * math/fclrexcpt.c: Likewise.
36878         * math/fedisblxcpt.c: Likewise.
36879         * math/feenablxcpt.c: Likewise.
36880         * math/fegetenv.c: Likewise.
36881         * math/fegetexcept.c: Likewise.
36882         * math/fegetround.c: Likewise.
36883         * math/feholdexcpt.c: Likewise.
36884         * math/fesetenv.c: Likewise.
36885         * math/fesetround.c: Likewise.
36886         * math/feupdateenv.c: Likewise.
36887         * math/fgetexcptflg.c: Likewise.
36888         * math/fraiseexcpt.c: Likewise.
36889         * math/fsetexcptflg.c: Likewise.
36890         * math/ftestexcept.c: Likewise.
36891         * math/k_cosl.c: Likewise.
36892         * math/k_rem_pio2l.c: Likewise.
36893         * math/k_sinl.c: Likewise.
36894         * math/k_tanl.c: Likewise.
36895         * math/s_asinhl.c: Likewise.
36896         * math/s_atanl.c: Likewise.
36897         * math/s_cbrtl.c: Likewise.
36898         * math/s_erfl.c: Likewise.
36899         * math/s_expm1l.c: Likewise.
36900         * math/s_log1pl.c: Likewise.
36901         * math/s_tanhl.c: Likewise.
36902         * misc/acct.c: Likewise.
36903         * misc/brk.c: Likewise.
36904         * misc/chflags.c: Likewise.
36905         * misc/chroot.c: Likewise.
36906         * misc/fchflags.c: Likewise.
36907         * misc/fgetxattr.c: Likewise.
36908         * misc/flistxattr.c: Likewise.
36909         * misc/fremovexattr.c: Likewise.
36910         * misc/fsetxattr.c: Likewise.
36911         * misc/fsync.c: Likewise.
36912         * misc/ftruncate.c: Likewise.
36913         * misc/futimes.c: Likewise.
36914         * misc/futimesat.c: Likewise.
36915         * misc/getdomain.c: Likewise.
36916         * misc/getdtsz.c: Likewise.
36917         * misc/gethostid.c: Likewise.
36918         * misc/gethostname.c: Likewise.
36919         * misc/getloadavg.c: Likewise.
36920         * misc/getpagesize.c: Likewise.
36921         * misc/getsysstats.c: Likewise.
36922         * misc/getxattr.c: Likewise.
36923         * misc/gtty.c: Likewise.
36924         * misc/ioctl.c: Likewise.
36925         * misc/lgetxattr.c: Likewise.
36926         * misc/listxattr.c: Likewise.
36927         * misc/llistxattr.c: Likewise.
36928         * misc/lremovexattr.c: Likewise.
36929         * misc/lsetxattr.c: Likewise.
36930         * misc/lutimes.c: Likewise.
36931         * misc/madvise.c: Likewise.
36932         * misc/mincore.c: Likewise.
36933         * misc/mlock.c: Likewise.
36934         * misc/mlockall.c: Likewise.
36935         * misc/mmap.c: Likewise.
36936         * misc/mprotect.c: Likewise.
36937         * misc/msync.c: Likewise.
36938         * misc/munlock.c: Likewise.
36939         * misc/munlockall.c: Likewise.
36940         * misc/munmap.c: Likewise.
36941         * misc/preadv.c: Likewise.
36942         * misc/preadv64.c: Likewise.
36943         * misc/ptrace.c: Likewise.
36944         * misc/pwritev.c: Likewise.
36945         * misc/pwritev64.c: Likewise.
36946         * misc/readv.c: Likewise.
36947         * misc/reboot.c: Likewise.
36948         * misc/remap_file_pages.c: Likewise.
36949         * misc/removexattr.c: Likewise.
36950         * misc/revoke.c: Likewise.
36951         * misc/select.c: Likewise.
36952         * misc/setdomain.c: Likewise.
36953         * misc/setegid.c: Likewise.
36954         * misc/seteuid.c: Likewise.
36955         * misc/sethostid.c: Likewise.
36956         * misc/sethostname.c: Likewise.
36957         * misc/setregid.c: Likewise.
36958         * misc/setreuid.c: Likewise.
36959         * misc/setxattr.c: Likewise.
36960         * misc/sstk.c: Likewise.
36961         * misc/stty.c: Likewise.
36962         * misc/swapoff.c: Likewise.
36963         * misc/swapon.c: Likewise.
36964         * misc/sync.c: Likewise.
36965         * misc/syncfs.c: Likewise.
36966         * misc/syscall.c: Likewise.
36967         * misc/truncate.c: Likewise.
36968         * misc/ualarm.c: Likewise.
36969         * misc/usleep.c: Likewise.
36970         * misc/ustat.c: Likewise.
36971         * misc/utimes.c: Likewise.
36972         * misc/vhangup.c: Likewise.
36973         * misc/writev.c: Likewise.
36974         * posix/_exit.c: Likewise.
36975         * posix/alarm.c: Likewise.
36976         * posix/execve.c: Likewise.
36977         * posix/fexecve.c: Likewise.
36978         * posix/fork.c: Likewise.
36979         * posix/fpathconf.c: Likewise.
36980         * posix/getaddrinfo.c: Likewise.
36981         * posix/getegid.c: Likewise.
36982         * posix/geteuid.c: Likewise.
36983         * posix/getgid.c: Likewise.
36984         * posix/getgroups.c: Likewise.
36985         * posix/getlogin.c: Likewise.
36986         * posix/getlogin_r.c: Likewise.
36987         * posix/getpgid.c: Likewise.
36988         * posix/getpid.c: Likewise.
36989         * posix/getppid.c: Likewise.
36990         * posix/getresgid.c: Likewise.
36991         * posix/getresuid.c: Likewise.
36992         * posix/getsid.c: Likewise.
36993         * posix/getuid.c: Likewise.
36994         * posix/glob64.c: Likewise.
36995         * posix/nanosleep.c: Likewise.
36996         * posix/pathconf.c: Likewise.
36997         * posix/pause.c: Likewise.
36998         * posix/posix_madvise.c: Likewise.
36999         * posix/pread.c: Likewise.
37000         * posix/pread64.c: Likewise.
37001         * posix/pwrite.c: Likewise.
37002         * posix/pwrite64.c: Likewise.
37003         * posix/sched_getaffinity.c: Likewise.
37004         * posix/sched_getp.c: Likewise.
37005         * posix/sched_gets.c: Likewise.
37006         * posix/sched_primax.c: Likewise.
37007         * posix/sched_primin.c: Likewise.
37008         * posix/sched_rr_gi.c: Likewise.
37009         * posix/sched_setaffinity.c: Likewise.
37010         * posix/sched_setp.c: Likewise.
37011         * posix/sched_sets.c: Likewise.
37012         * posix/sched_yield.c: Likewise.
37013         * posix/setgid.c: Likewise.
37014         * posix/setlogin.c: Likewise.
37015         * posix/setpgid.c: Likewise.
37016         * posix/setresgid.c: Likewise.
37017         * posix/setresuid.c: Likewise.
37018         * posix/setsid.c: Likewise.
37019         * posix/setuid.c: Likewise.
37020         * posix/sleep.c: Likewise.
37021         * posix/spawni.c: Likewise.
37022         * posix/sysconf.c: Likewise.
37023         * posix/times.c: Likewise.
37024         * posix/wait.c: Likewise.
37025         * posix/wait3.c: Likewise.
37026         * posix/wait4.c: Likewise.
37027         * posix/waitpid.c: Likewise.
37028         * resolv/gai_sigqueue.c: Likewise.
37029         * resource/getpriority.c: Likewise.
37030         * resource/getrlimit.c: Likewise.
37031         * resource/getrusage.c: Likewise.
37032         * resource/nice.c: Likewise.
37033         * resource/setpriority.c: Likewise.
37034         * resource/setrlimit.c: Likewise.
37035         * resource/ulimit.c: Likewise.
37036         * rt/aio_cancel.c: Likewise.
37037         * rt/aio_fsync.c: Likewise.
37038         * rt/aio_read.c: Likewise.
37039         * rt/aio_sigqueue.c: Likewise.
37040         * rt/aio_suspend.c: Likewise.
37041         * rt/aio_write.c: Likewise.
37042         * rt/clock_getres.c: Likewise.
37043         * rt/clock_gettime.c: Likewise.
37044         * rt/clock_nanosleep.c: Likewise.
37045         * rt/clock_settime.c: Likewise.
37046         * rt/lio_listio.c: Likewise.
37047         * rt/mq_close.c: Likewise.
37048         * rt/mq_getattr.c: Likewise.
37049         * rt/mq_notify.c: Likewise.
37050         * rt/mq_open.c: Likewise.
37051         * rt/mq_receive.c: Likewise.
37052         * rt/mq_send.c: Likewise.
37053         * rt/mq_setattr.c: Likewise.
37054         * rt/mq_timedreceive.c: Likewise.
37055         * rt/mq_timedsend.c: Likewise.
37056         * rt/mq_unlink.c: Likewise.
37057         * rt/shm_open.c: Likewise.
37058         * rt/shm_unlink.c: Likewise.
37059         * rt/timer_create.c: Likewise.
37060         * rt/timer_delete.c: Likewise.
37061         * rt/timer_getoverr.c: Likewise.
37062         * rt/timer_gettime.c: Likewise.
37063         * rt/timer_settime.c: Likewise.
37064         * setjmp/__longjmp.c: Likewise.
37065         * setjmp/setjmp.c: Likewise.
37066         * signal/kill.c: Likewise.
37067         * signal/killpg.c: Likewise.
37068         * signal/raise.c: Likewise.
37069         * signal/sigaction.c: Likewise.
37070         * signal/sigaltstack.c: Likewise.
37071         * signal/sigblock.c: Likewise.
37072         * signal/sigignore.c: Likewise.
37073         * signal/sigintr.c: Likewise.
37074         * signal/signal.c: Likewise.
37075         * signal/sigpause.c: Likewise.
37076         * signal/sigpending.c: Likewise.
37077         * signal/sigqueue.c: Likewise.
37078         * signal/sigreturn.c: Likewise.
37079         * signal/sigset.c: Likewise.
37080         * signal/sigsetmask.c: Likewise.
37081         * signal/sigstack.c: Likewise.
37082         * signal/sigsuspend.c: Likewise.
37083         * signal/sigtimedwait.c: Likewise.
37084         * signal/sigvec.c: Likewise.
37085         * signal/sigwait.c: Likewise.
37086         * signal/sigwaitinfo.c: Likewise.
37087         * signal/sysv_signal.c: Likewise.
37088         * socket/accept.c: Likewise.
37089         * socket/accept4.c: Likewise.
37090         * socket/bind.c: Likewise.
37091         * socket/connect.c: Likewise.
37092         * socket/getpeername.c: Likewise.
37093         * socket/getsockname.c: Likewise.
37094         * socket/getsockopt.c: Likewise.
37095         * socket/isfdtype.c: Likewise.
37096         * socket/listen.c: Likewise.
37097         * socket/recv.c: Likewise.
37098         * socket/recvfrom.c: Likewise.
37099         * socket/recvmsg.c: Likewise.
37100         * socket/send.c: Likewise.
37101         * socket/sendmsg.c: Likewise.
37102         * socket/sendto.c: Likewise.
37103         * socket/setsockopt.c: Likewise.
37104         * socket/shutdown.c: Likewise.
37105         * socket/sockatmark.c: Likewise.
37106         * socket/socket.c: Likewise.
37107         * socket/socketpair.c: Likewise.
37108         * stdio-common/ctermid.c: Likewise.
37109         * stdio-common/cuserid.c: Likewise.
37110         * stdio-common/remove.c: Likewise.
37111         * stdio-common/rename.c: Likewise.
37112         * stdio-common/renameat.c: Likewise.
37113         * stdio-common/tempname.c: Likewise.
37114         * stdlib/getcontext.c: Likewise.
37115         * stdlib/makecontext.c: Likewise.
37116         * stdlib/setcontext.c: Likewise.
37117         * stdlib/swapcontext.c: Likewise.
37118         * stdlib/system.c: Likewise.
37119         * streams/fattach.c: Likewise.
37120         * streams/fdetach.c: Likewise.
37121         * streams/getmsg.c: Likewise.
37122         * streams/getpmsg.c: Likewise.
37123         * streams/putmsg.c: Likewise.
37124         * streams/putpmsg.c: Likewise.
37125         * sysdeps/unix/bsd/getpt.c: Likewise.
37126         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37127         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37128         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37130         Likewise.
37131         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37132         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37133         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37134         * sysvipc/msgctl.c: Likewise.
37135         * sysvipc/msgget.c: Likewise.
37136         * sysvipc/msgrcv.c: Likewise.
37137         * sysvipc/msgsnd.c: Likewise.
37138         * sysvipc/semctl.c: Likewise.
37139         * sysvipc/semget.c: Likewise.
37140         * sysvipc/semop.c: Likewise.
37141         * sysvipc/semtimedop.c: Likewise.
37142         * sysvipc/shmat.c: Likewise.
37143         * sysvipc/shmctl.c: Likewise.
37144         * sysvipc/shmdt.c: Likewise.
37145         * sysvipc/shmget.c: Likewise.
37146         * termios/tcdrain.c: Likewise.
37147         * termios/tcflow.c: Likewise.
37148         * termios/tcflush.c: Likewise.
37149         * termios/tcgetattr.c: Likewise.
37150         * termios/tcgetpgrp.c: Likewise.
37151         * termios/tcsendbrk.c: Likewise.
37152         * termios/tcsetattr.c: Likewise.
37153         * termios/tcsetpgrp.c: Likewise.
37154         * time/adjtime.c: Likewise.
37155         * time/clock.c: Likewise.
37156         * time/getitimer.c: Likewise.
37157         * time/gettimeofday.c: Likewise.
37158         * time/setitimer.c: Likewise.
37159         * time/settimeofday.c: Likewise.
37160         * time/stime.c: Likewise.
37161         * time/time.c: Likewise.
37163 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37165         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37166         /usr/old/bin.
37168         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37169         instead of spaces.
37170         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37172 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37174         [BZ #14796]
37175         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37176         FE_TONEAREST before applying Dekker multiplication and Knuth
37177         addition.  Clear inexact exceptions and check for exact zero
37178         results afterwards.
37179         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37180         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37181         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37182         * math/libm-test.inc (fma_test): Add more tests.
37183         (fma_test_towardzero): Likewise.
37184         (fma_test_downward): Likewise.
37185         (fma_test_upward): Likewise.
37186         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37187         function.
37188         (libc_fesetround): New macro.
37189         (libc_fesetroundf): Likewise.
37190         (libc_fesetroundl): Likewise.
37191         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37192         function.
37193         (libc_fesetround_387): Likewise.
37194         (libc_fesetroundf): New macro.
37195         (libc_fesetround): Likewise.
37196         (libc_fesetroundl): Likewise.
37197         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37198         function.
37199         (libc_fesetroundf): New macro.
37200         (libc_fesetround): Likewise.
37201         (libc_fesetroundl): Likewise.
37202         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37203         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37204         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37205         libm_hidden_ver.
37206         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37207         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37208         libm_hidden_def.
37209         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37210         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37211         libm_hidden_ver.
37212         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37213         libm_hidden_def.
37215         [BZ #3439]
37216         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37217         integer constant usable in #if and use that to give value to enum
37218         constant.
37219         (FE_DIVBYZERO): Likewise.
37220         (FE_UNDERFLOW): Likewise.
37221         (FE_OVERFLOW): Likewise.
37222         (FE_INVALID): Likewise.
37223         (FE_INVALID_SNAN): Likewise.
37224         (FE_INVALID_ISI): Likewise.
37225         (FE_INVALID_IDI): Likewise.
37226         (FE_INVALID_ZDZ): Likewise.
37227         (FE_INVALID_IMZ): Likewise.
37228         (FE_INVALID_COMPARE): Likewise.
37229         (FE_INVALID_SOFTWARE): Likewise.
37230         (FE_INVALID_SQRT): Likewise.
37231         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37232         (FE_TONEAREST): Likewise.
37233         (FE_TOWARDZERO): Likewise.
37234         (FE_UPWARD): Likewise.
37235         (FE_DOWNWARD): Likewise.
37236         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37237         (FE_DIVBYZERO): Likewise.
37238         (FE_OVERFLOW): Likewise.
37239         (FE_UNDERFLOW): Likewise.
37240         (FE_INEXACT): Likewise.
37241         (FE_TONEAREST): Likewise.
37242         (FE_DOWNWARD): Likewise.
37243         (FE_UPWARD): Likewise.
37244         (FE_TOWARDZERO): Likewise.
37245         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37246         (FE_UNDERFLOW): Likewise.
37247         (FE_OVERFLOW): Likewise.
37248         (FE_DIVBYZERO): Likewise.
37249         (FE_INVALID): Likewise.
37250         (FE_TONEAREST): Likewise.
37251         (FE_TOWARDZERO): Likewise.
37252         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37253         (FE_OVERFLOW): Likewise.
37254         (FE_UNDERFLOW): Likewise.
37255         (FE_DIVBYZERO): Likewise.
37256         (FE_INEXACT): Likewise.
37257         (FE_TONEAREST): Likewise.
37258         (FE_TOWARDZERO): Likewise.
37259         (FE_UPWARD): Likewise.
37260         (FE_DOWNWARD): Likewise.
37261         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37262         (FE_DIVBYZERO): Likewise.
37263         (FE_OVERFLOW): Likewise.
37264         (FE_UNDERFLOW): Likewise.
37265         (FE_INEXACT): Likewise.
37266         (FE_TONEAREST): Likewise.
37267         (FE_DOWNWARD): Likewise.
37268         (FE_UPWARD): Likewise.
37269         (FE_TOWARDZERO): Likewise.
37271 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37273         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37275 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37277         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37278         commands.  Quote $PWD.
37279         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37280         -x" by "export".
37281         (remove_newlines): Remove.
37283 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37285         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37286         * stdlib/stdlib.h (atof): Moved to ...
37287         * include/bits/stdlib-float.h: Here.  New file.
37288         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37289         * stdlib/bits/stdlib-float.h: New file.
37290         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37291         -mno-sse -mno-mmx.
37292         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37293         <xmmintrin.h>.
37295 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37297         * conform/conformtest.pl (@headers): Add fenv.h.
37298         * conform/data/fenv.h-data: New file.
37299         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37300         include of <math/fenv.h>.
37302         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37303         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37304         && !UNIX98].  Enables tests for XOPEN2K8.
37305         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37306         POSIX2008]: Likewise.
37308         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37309         (struct rusage): Do not expect type or its members.
37311         [BZ #3439]
37312         * math/math.h (FP_NAN): Define macro to integer constant usable in
37313         #if and use that to give value to enum constant.
37314         (FP_INFINITE): Likewise.
37315         (FP_ZERO): Likewise.
37316         (FP_SUBNORMAL): Likewise.
37317         (FP_NORMAL): Likewise.
37319 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37321         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37322         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37323         arguments.
37325 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37327         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37328         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37329         autoconf-time if not.
37330         * configure.in: Remove AC_PREREQ.
37332 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37334         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37335         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37336         of the internal implementation.
37338 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37340         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37341         except include of <misc/sys/syslog.h>.
37343 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37346         function returns with a NULL context exit with zero.
37348 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37350         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37352 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37354         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37355         (run_program_cmd): This.
37356         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37357         (tst_langinfo): New variable.  Use it.
37359 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37361         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37362         floating point opcodes.
37364 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37366         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37367         variable.
37369         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37371         * sysdeps/mach/hurd/powerpc: Remove directory.
37372         * sysdeps/mach/powerpc: Likewise.
37374 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37376         * scripts/check-local-headers.sh: Ignore c++ headers.
37378 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37380         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37381         __libc_cleanup_region_start argument.
37383 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37385         [BZ #14784]
37386         [BZ #14785]
37387         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37388         x * y using scaling, not as x * y + z.
37389         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37390         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37391         * math/libm-test.inc (fma_test): Add more tests.
37392         (fma_test_towardzero): Likewise.
37393         (fma_test_downward): Likewise.
37394         (fma_test_upward): Likewise.
37396 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37398         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37400 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37402         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37403         New variable.
37405 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37407         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37409 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37412         Fix sort order.
37413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37414         Likewise.
37416 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37419         Fix the order of the list for glibc 2.17.
37420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37421         Likewise.
37423 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37425         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37427 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37429         [BZ #14610]
37430         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37431         for low part of x being zero before using __atanl (y).
37432         * math/libm-test.inc (atan2_test): Add another test.
37434         * manual/install.texi (Configuring and compiling): Document
37435         general use of test-wrapper and test-wrapper-env.
37436         * INSTALL: Regenerated.
37438         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37439         (__fma): Do not extract and scale down low bits on after-rounding
37440         systems when result rounded to normal precision would have normal
37441         exponent.
37442         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37443         (__fmal): Do not extract and scale down low bits on after-rounding
37444         systems when result rounded to normal precision would have normal
37445         exponent.
37446         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37447         (__fmal): Do not extract and scale down low bits on after-rounding
37448         systems when result rounded to normal precision would have normal
37449         exponent.
37450         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37451         macro.
37452         (fma_test): Add more tests.
37453         (fma_test_towardzero): Likewise.
37454         (fma_test_downward): Likewise.
37455         (fma_test_upward): Likewise.
37457 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37459         * sysdeps/i386/tininess.h: Renamed to ...
37460         * sysdeps/x86/tininess.h: This.
37461         * sysdeps/x86_64/tininess.h: Removed.
37463 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37465         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37466         input.  Use $(build-program-cmd).
37467         ($(objpfx)tst-array1-static.out): Likewise.
37468         ($(objpfx)tst-array2.out): Likewise.
37469         ($(objpfx)tst-array3.out): Likewise.
37470         ($(objpfx)tst-array4.out): Likewise.
37471         ($(objpfx)tst-array5.out): Likewise.
37472         ($(objpfx)tst-array5-static.out): Likewise.
37474 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37476         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37477         if defined.
37479         * nss/nsswitch.h (nss_interface_function): Provide new
37480         macro for use with NSS functions.
37481         * grp/initgroups.c: Use new macro.
37482         * nss/getXXbyYY.c: Likewise.
37483         * nss/getXXbyYY_r.c: Likewise.
37484         * nss/getXXent.c: Likewise.
37485         * nss/getXXent_r.c: Likewise.
37486         * sysdeps/posix/getaddrinfo.c: Likewise.
37488 2012-10-30  Andreas Jaeger  <aj@suse.de>
37490         * po/ru.po: Update Russion translation from translation project.
37492 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37494         [BZ #14152]
37495         [BZ #14783]
37496         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37497         result and shift together with sticky bit instead of replicating
37498         round-to-nearest rounding.
37499         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37500         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37501         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37502         missing underflow exceptions.
37503         (fma_test_towardzero): Add more tests.
37504         (fma_test_downward): Likewise.
37505         (fma_test_upward): Likewise.
37507         [BZ #14047]
37508         * sysdeps/generic/tininess.h: New file.
37509         * sysdeps/i386/tininess.h: Likewise.
37510         * sysdeps/sh/tininess.h: Likewise.
37511         * sysdeps/x86_64/tininess.h: Likewise.
37512         * stdlib/tst-strtod-underflow.c: Likewise.
37513         * stdlib/tst-tininess.c: Likewise.
37514         * stdlib/strtod_l.c: Include <tininess.h>.
37515         (round_and_return): Do not set errno for exact underflow cases.
37516         Force an underflow exception when setting errno for underflow.
37517         Determine underflow based on rounding to normal precision if
37518         TININESS_AFTER_ROUNDING.
37519         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37520         ERANGE for exact underflow cases.
37521         * stdlib/Makefile (tests): Add tst-tininess and
37522         tst-strtod-underflow.
37523         ($(objpfx)tst-tininess): Use $(link-libm).
37524         ($(objpfx)tst-strtod-underflow): Likewise.
37526 2012-10-30  Andreas Jaeger  <aj@suse.de>
37528         [BZ#14767]
37529         * elf/Makefile (tests): Remove conditional for have-initfini-array
37530         since this is now always required and the variable does not exist
37531         anymore.
37532         (tests-static): Likewise.
37533         (modules-names): Likewise.
37535         * po/eo.po: Add Esperanto translation from translation project.
37537         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37538         merged with constructor/destructor.
37539         (init_array): Likewise.
37540         * elf/tst-array2dep.c (fini_array): Likewise.
37541         (init_array): Likewise.
37543 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37545         * manual/message.texi: Delete @cartouche tags.
37547 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37549         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37550         EOPNOTSUPP.
37551         * sysdeps/mach/hurd/fsync.c: Likewise.
37553         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37554         [_POSIX_REALTIME_SIGNALS]: Change condition to
37555         [_POSIX_REALTIME_SIGNALS > 0].
37557 2012-10-27  Andreas Jaeger  <aj@suse.de>
37559         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37560         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37561         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37562         [__WORDSIZE != 64]: Likewise.
37564 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37566         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37567         *  iconvdata/tst-tables.sh: Likewise.
37569 2012-10-25  David S. Miller  <davem@davemloft.net>
37571         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37572         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37573         of strtoull.
37575         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37576         ifunc-impl-list.c
37577         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37578         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37579         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37580         file.
37582 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37584         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37585         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37586         __getdirentries.
37588 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37589             Jim Blandy  <jimb@codesourcery.com>
37591         * scripts/cross-test-ssh.sh: New file.
37592         * manual/install.texi (Configuring and compiling): Document use of
37593         cross-test-ssh.sh.
37594         * INSTALL: Regenerated.
37596 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37598         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37599         EOPNOTSUPP.
37601 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37603         * Makeconfig (run-program-prefix): Fix comment.
37605 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37606             Jim Blandy  <jimb@codesourcery.com>
37608         * Makeconfig (test-wrapper): New variable,
37609         (test-wrapper-env): Likewise.
37610         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37611         (run-built-tests): Define to yes.
37612         (run-program-prefix): Use $(test-wrapper).
37613         (built-program-cmd): Likewise.
37614         * Rules (make-test-out): Use $(test-wrapper-env) and
37615         $(host-built-program-cmd).
37616         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37617         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37618         tst-pathopt.sh.
37619         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37620         $(test-wrapper-env) to tst-rtld-load-self.sh.
37621         ($(objpfx)order2.out): Use $(test-wrapper).
37622         ($(objpfx)tst-initorder.out): Likewise.
37623         ($(objpfx)tst-initorder2.out): Likewise.
37624         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37625         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37626         (test_wrapper_env): New variable.  Use it to run ld.so.
37627         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37628         Use it to run ld.so.
37629         (test_wrapper_env): Likewise.
37630         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37631         $(test-wrapper) to run-iconv-test.sh.
37632         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37633         (ICONV): Use $test_wrapper.
37634         * posix/Makefile ($(objpfx)globtest.out): Pass
37635         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37636         globtest.sh, not $(run-program-prefix).
37637         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37638         (test_wrapper): Likewise.
37639         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37640         set together with run_via_rtld_prefix.
37641         (run_program_prefix): Define in terms of test_wrapper and
37642         run_via_rtld_prefix.
37644 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37646         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37647         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37648         Targets removed.
37650         [BZ #14743]
37651         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37652         Declare __clock_getres, __clock_gettime, __clock_settime,
37653         __clock_nanosleep, and __clock_getcpuclockid.
37654         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37655         Remove librt_hidden_def (clock_gettime).
37656         * sysdeps/unix/clock_gettime.c: Likewise.
37657         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37658         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37659         * rt/clock_getres.c: Define __clock_getres as an alias.
37660         * sysdeps/posix/clock_getres.c: Likewise.
37661         * rt/clock_settime.c: Define __clock_settime as an alias.
37662         * sysdeps/unix/clock_settime.c: Likewise.
37663         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37664         * sysdeps/unix/clock_nanosleep.c: Likewise.
37665         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37666         * rt/clock-compat.c: New file.
37667         * rt/Makefile (librt-routines): Add clock-compat and move
37668         $(clock-routines) to ...
37669         (routines): ... here, new variable.
37670         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37671         Don't add get_clockfreq here.
37672         * rt/Versions (libc: GLIBC_2.17): New version set.
37673         Add clock_* symbols here.
37674         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37675         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37676         (GLIBC_2.17): Add clock_* symbols.
37677         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37678         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37679         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37681         Likewise.
37682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37683         Likewise.
37684         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37687         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37688         * NEWS: Mention the move.
37690         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37691         Use __open, __read, __close rather than their public counterparts.
37692         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37693         (__get_clockfreq_via_cpuinfo): Likewise.
37694         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37695         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37697         * config.h.in (HAVE_IFUNC): New #undef.
37698         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37699         was successful.
37700         * configure: Regenerated.
37702 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37704         * configure.in: Move READELF check to start of file.
37705         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37706         libc_cv_asm_gnu_indirect_function in the process.
37707         * configure: Regenerated.
37709 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37711         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37712         send the output to /dev/null.
37713         (libc_cv_cc_with_libunwind): Likewise.
37714         (libc_cv_as_noexecstack): Likewise.
37715         * configure: Regenerate.
37717 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37719         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37721         * posix/globtest.sh (TMPDIR): Do not set.
37722         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37723         (testout): Likewise.
37725 2012-10-24  Andreas Jaeger  <aj@suse.de>
37727         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37728         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37729         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37730         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37731         posix_fadvise64, posix_fallocate64.
37733         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37734         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37735         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37736         Likewise.
37737         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37738         Likewise.
37739         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37741         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37742         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37743         <bits/fcntl-linux.h>.
37744         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37746         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37747         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37748         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37749         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37750         [__WORDSIZE != 64]: Likewise.
37752 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37754         * Makeconfig (run-built-tests): New variable.
37755         * Rules [$(cross-compiling) = yes]: Change condition to
37756         [$(run-built-tests) = no].
37757         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37758         to [$(run-built-tests) = yes].
37759         * elf/Makefile [$(cross-compiling) = no]: Likewise
37760         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37761         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37762         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37763         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37764         * io/Makefile [$(cross-compiling) = no]: Likewise.
37765         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37766         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37767         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37768         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37769         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37770         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37771         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37772         * string/Makefile [$(cross-compiling) = no]: Likewise.
37774         * posix/Makefile ($(objpfx)globtest.out): Pass
37775         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37776         $(rtld-installed-name).
37777         * posix/globtest.sh (elf_objpfx): Remove variable.
37778         (rtld_installed_name): Likewise.
37779         (library_path): Likewise.
37780         (run_program_prefix): New variable.  Use for running globtest
37781         binary.
37783 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37784             Joseph Myers  <joseph@codesourcery.com>
37786         * Makeconfig (host-built-program-cmd): New variable.
37787         * elf/Makefile (tst-stackguard1-ARGS): Use
37788         $(host-built-program-cmd).
37789         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37790         (tst-spawn-ARGS): Likewise.
37791         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37793 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37794             Jim Blandy  <jimb@codesourcery.com>
37796         * Makeconfig (run-via-rtld-prefix): New variable.
37797         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37798         (built-program-cmd): Likewise.
37800 2012-10-22  Andreas Jaeger  <aj@suse.de>
37802         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37803         __O_RSYNC if it exists, otherwise to O_SYNC.
37805 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37806             Joseph Myers  <joseph@codesourcery.com>
37808         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37809         /dev/null.
37810         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37811         from /dev/null
37812         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37813         /dev/null.
37815 2012-10-22  Andreas Jaeger  <aj@suse.de>
37817         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37818         Define always.
37819         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37821         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37822         bits/fcntl-linux.h.
37824         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37825         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37827         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37828         to __O_LARGEFILE.
37829         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37830         to __O_LARGEFILE.
37832 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37833             Joseph Myers  <joseph@codesourcery.com>
37835         * config.make.in (NM): New variable.
37837 2012-10-21  Andreas Jaeger  <aj@suse.de>
37839         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37840         definitions and declarations that are provided by
37841         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37843 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37845         [BZ #14683]
37846         * elf/Makefile (tests-static): Add tst-leaks1-static.
37847         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37848         ($(objpfx)tst-leaks1-static): New rule.
37849         ($(objpfx)tst-leaks1-static-mem): Likewise.
37850         (tst-leaks1-static-ENV): New macro.
37851         * elf/dl-open.c (dl_open_worker): Check the main application
37852         only if SHARED is defined.
37853         * elf/tst-leaks1-static.c: New file.
37855 2012-10-20  Andreas Jaeger  <aj@suse.de>
37857         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37858         generic values for Linux.
37859         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37860         and declarations that are provided by <bits/fcntl-linux.h> and
37861         include <bits/fcntl-linux.h>.
37862         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37863         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37865 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37867         * io/fcntl.h: Move include of <bits/types.h> to the top and
37868         include it unconditionally.
37870 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37872         * wcsmbs/Makefile (tests-ifunc): New variable.
37873         (tests): Add $(tests-ifunc).
37874         * wcsmbs/test-wcschr-ifunc.c: New file.
37875         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37876         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37877         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37878         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37879         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37881         * string/Makefile (tests-ifunc): New variable.
37882         (tests): Add $(tests-ifunc).
37883         * string/test-memccpy.c (TEST_NAME): New macro.
37884         * string/test-memchr.c (TEST_NAME): Likewise.
37885         * string/test-memcmp.c (TEST_NAME): Likewise.
37886         * string/test-memcpy.c (TEST_NAME): Likewise.
37887         * string/test-memmem.c (TEST_NAME): Likewise.
37888         * string/test-memmove.c (TEST_NAME): Likewise.
37889         * string/test-memset.c (TEST_NAME): Likewise.
37890         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37891         * string/test-stpcpy.c (TEST_NAME): Likewise.
37892         * string/test-stpncpy.c (TEST_NAME): Likewise.
37893         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37894         * string/test-strcasestr.c (TEST_NAME): Likewise.
37895         * string/test-strcat.c (TEST_NAME): Likewise.
37896         * string/test-strchr.c (TEST_NAME): Likewise.
37897         * string/test-strcmp.c(TEST_NAME): Likewise.
37898         * string/test-strcpy.c (TEST_NAME): Likewise.
37899         * string/test-strcspn.c (TEST_NAME): Likewise.
37900         * string/test-strlen.c (TEST_NAME): Likewise.
37901         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37902         * string/test-strncmp.c (TEST_NAME): Likewise.
37903         * string/test-strncpy.c (TEST_NAME): Likewise.
37904         * string/test-strnlen.c (TEST_NAME): Likewise.
37905         * string/test-strpbrk.c (TEST_NAME): Likewise.
37906         * string/test-strrchr.c (TEST_NAME): Likewise.
37907         * string/test-strspn.c (TEST_NAME): Likewise.
37908         * string/test-strstr.c (TEST_NAME): Likewise.
37909         * string/test-bcopy-ifunc.c: New file.
37910         * string/test-bzero-ifunc.c: Likewise.
37911         * string/test-memccpy-ifunc.c: Likewise.
37912         * string/test-memchr-ifunc.c: Likewise.
37913         * string/test-memcmp-ifunc.c: Likewise.
37914         * string/test-memcpy-ifunc.c: Likewise.
37915         * string/test-memmem-ifunc.c: Likewise.
37916         * string/test-memmove-ifunc.c: Likewise.
37917         * string/test-mempcpy-ifunc.c: Likewise.
37918         * string/test-memset-ifunc.c: Likewise.
37919         * string/test-rawmemchr-ifunc.c: Likewise.
37920         * string/test-stpcpy-ifunc.c: Likewise.
37921         * string/test-stpncpy-ifunc.c: Likewise.
37922         * string/test-strcasecmp-ifunc.c: Likewise.
37923         * string/test-strcasestr-ifunc.c: Likewise.
37924         * string/test-strcat-ifunc.c: Likewise.
37925         * string/test-strchr-ifunc.c: Likewise.
37926         * string/test-strchrnul-ifunc.c: Likewise.
37927         * string/test-strcmp-ifunc.c: Likewise.
37928         * string/test-strcpy-ifunc.c: Likewise.
37929         * string/test-strcspn-ifunc.c: Likewise.
37930         * string/test-strlen-ifunc.c: Likewise.
37931         * string/test-strncasecmp-ifunc.c: Likewise.
37932         * string/test-strncat-ifunc.c: Likewise.
37933         * string/test-strncmp-ifunc.c: Likewise.
37934         * string/test-strncpy-ifunc.c: Likewise.
37935         * string/test-strnlen-ifunc.c: Likewise.
37936         * string/test-strpbrk-ifunc.c: Likewise.
37937         * string/test-strrchr-ifunc.c: Likewise.
37938         * string/test-strspn-ifunc.c: Likewise.
37939         * string/test-strstr-ifunc.c: Likewise.
37941         * debug/Makefile (tests-ifunc): New variable.
37942         (tests): Add $(tests-ifunc).
37943         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37944         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37945         * debug/test-stpcpy_chk-ifunc.c: New file.
37946         * debug/test-strcpy_chk-ifunc.c: Likewise.
37948 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37950         [BZ #13601]
37951         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37952         header is not read in.
37954 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37956         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37957         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37958         directly.  Pass built executable to script as
37959         $(built-program-cmd).
37960         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37961         $testprogram without using LD_LIBRARY_PATH and $ldso.
37963         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37964         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37965         $(rtld-installed-name).
37966         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37967         (rtld_installed_name): Likewise.
37968         (library_path): Likewise.
37969         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37970         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37971         $(run-program-prefix) to tst-tables.sh.
37972         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37973         it to run tst-table-from and tst-table-to.
37974         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37975         Pass it to tst-table.sh.
37976         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37977         $(run-program-prefix) to tst-gettext.sh.
37978         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37979         tst-translit.sh.
37980         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37981         tst-gettext2.sh.
37982         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37983         to run tst-gettext.
37984         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37985         to run tst-gettext2.
37986         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37987         to run tst-translit.
37988         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37989         $(run-program-prefix) to tst-mtrace.sh.
37990         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37991         to run tst-mtrace.
37992         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37993         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37994         $(rtld-installed-name).
37995         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37996         (rtld_installed_name): Likewise.
37997         (run_program_prefix): New variable.  Use it to run wordexp-test.
37999         * Makeconfig (ARCH): Remove all definitions.
38000         (machine): Likewise.
38001         [ARCH]: Remove conditional code.
38002         [!objdir]: Give error.
38003         [!objdir] (objpfx): Remove.
38004         [!objdir] (common-objpfx): Likewise.
38005         [!objdir] (common-objdir): Likewise.
38006         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38007         AC_CONFIG_FILES call.
38008         * configure: Regenerated.
38010         [BZ #13888]
38011         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38012         or TMPDIR.
38013         (testout): Likewise.
38015         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38016         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38017         $(rtld-installed-name).
38018         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38019         (rtld_installed_name): Likwise.
38020         (runit): Remove function.
38021         (run_getconf): New variable,  Use it for running getconf binary.
38023 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38025         [BZ #14716]
38026         * string/test-memmem.c (check_result): New function.
38027         (do_one_test): Use it.
38028         (check1): New function.
38029         (test_main): Use it.
38031 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38033         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38035 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38037         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38038         (_G_LSEEK64): Likewise.
38039         (_G_MMAP64): Likewise.
38040         (_G_FSTAT64): Likewise.
38041         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38042         (_G_LSEEK64): Likewise.
38043         (_G_MMAP64): Likewise.
38044         (_G_FSTAT64): Likewise.
38045         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38046         unconditional.  Call __mmap64 directly.
38047         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38048         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38049         __lseek64 directly.
38050         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38051         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38052         __mmap64 directly.
38053         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38054         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38055         __lseek64 directly.
38056         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38057         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38058         __lseek64 directly.
38059         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38060         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38061         __lseek64 directly.
38062         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38063         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38064         __fxstat64 directly.
38065         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38066         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38067         unconditional.
38068         (freopen64) [!_G_OPEN64]: Remove conditional code.
38069         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38070         unconditional.
38071         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38072         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38073         unconditional.
38074         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38075         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38076         unconditional.
38077         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38078         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38079         unconditional.
38080         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38081         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38082         unconditional.
38083         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38084         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38085         unconditional.
38086         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38087         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38088         unconditional.
38089         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38091 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38093         [BZ #12140]
38094         * manual/memory.texi (Malloc Tunable Parameters): Add note
38095         about free list pointers overwriting some perturb bytes.
38096         Wording suggested by Roland McGrath.
38098 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38100         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38101         (lgamma_test): Likewise.
38102         (tgamma_test): Likewise.
38104 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38106         [BZ #14700]
38107         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38108         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38110 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38112         * NEWS: Mention BZ #14716.
38113         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38114         when removing AVAILABLE1_USES_J macro.
38116 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38118         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38119         (__bswap_64): __uint64_t for unsigned 64-bit int.
38121 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38123         * include/string.h (memmem): Declare libc hidden alias.
38124         * string/memmem.c (memmem): Define libc hidden alias.
38125         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38126         __read, __close instead of open, read, close.
38128 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38130         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38131         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38132         global and hidden.
38133         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38134         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38135         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38136         Likewise.
38137         (__rawmemchr_sse2): Likewise.
38138         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38139         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38140         (__strchr_sse2): Likewise.
38141         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38142         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38143         (__strcasecmp_sse2): Likewise.
38144         (__strncasecmp_sse2): Likewise.
38145         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38146         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38147         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38148         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38149         (__strrchr_sse2): Likewise.
38150         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38151         ifunc-impl-list.c.
38152         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38153         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38154         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38155         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38156         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38157         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38158         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38159         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38160         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38161         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38162         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38163         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38164         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38165         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38166         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38167         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38168         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38169         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38170         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38171         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38172         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38173         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38174         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38175         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38176         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38177         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38178         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38179         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38180         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38181         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38183         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38184         global and hidden.
38185         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38186         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38187         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38188         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38189         Likewise.
38190         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38191         Likewise.
38192         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38193         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38194         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38195         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38196         ifunc-impl-list.c.
38197         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38198         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38199         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38200         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38201         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38202         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38203         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38204         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38205         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38206         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38207         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38208         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38209         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38210         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38211         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38212         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38213         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38214         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38215         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38216         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38217         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38218         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38219         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38220         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38221         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38222         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38223         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38224         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38225         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38226         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38227         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38228         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38229         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38230         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38231         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38232         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38233         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38234         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38235         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38236         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38237         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38239         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38240         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38241         * include/ifunc-impl-list.h: New file.
38242         * misc/ifunc-impl-list.c: Likewise.
38243         * misc/Makefile (routines): Add ifunc-impl-list.
38244         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38245         * string/test-string.h: Include <ifunc-impl-list.h>.
38246         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38247         TEST_NAME]: New variables.
38248         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38249         are defined.
38250         (test_init): Call __libc_ifunc_impl_list to initialize
38251         func_list if TEST_IFUNC and TEST_NAME are defined.
38253         * string/Makefile (strop-tests): Add bcopy and bzero.
38254         * string/test-bcopy.c: New file.
38255         * string/test-bzero.c: Likewise.
38256         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38257         defined.
38258         * string/test-memset.c: Support bzero test if TEST_BZERO is
38259         defined.
38260         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38261         __libc_memmove.
38262         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38263         __libc_memset.
38264         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38265         of memset.
38267 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38269         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38270         * configure: Regenerated.
38272         * Makeconfig (+link-static-before-libc): Don't include
38273         $(link-static-libc).
38275         * libio/libio.h (_IO_pos_t): Remove.
38277 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38279         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38280         McGrath.
38282 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38284         * crypt/crypt-entry.c: Include fips-private.h.
38285         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38286         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38287         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38288         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38290 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38292         * crypt/crypt-private.h: Include stdbool.h.
38293         (_ufc_setup_salt_r): Return bool.
38294         * crypt/crypt-entry.c: Include errno.h.
38295         (__crypt_r): Return NULL with EINVAL for bad salt.
38296         * crypt/crypt_util.c (bad_for_salt): New.
38297         (_ufc_setup_salt_r): Check that salt is long enough and within
38298         the specified alphabet.
38299         * crypt/badsalttest.c: New file.
38300         * crypt/Makefile (tests): Add it.
38301         ($(objpfx)badsalttest): New.
38303 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38305         * NEWS: Add entry for BZ #14602.
38307 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38309         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38310         type-generic.
38311         * math/libm-test.inc: Update comment listing what functions and
38312         macros are tested.
38313         (isgreater_test): New function.
38314         (isgreaterequal_test): Likewise.
38315         (isless_test): Likewise.
38316         (islessequal_test): Likewise.
38317         (islessgreater_test): Likewise.
38318         (isunordered_test): Likewise.
38319         (main): Call the new functions.
38321 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38323         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38324         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38325         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38326         * sysdeps/i386/configure: Regenerated.
38327         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38328         * sysdeps/mach/configure: Regenerated.
38329         * sysdeps/mach/hurd/configure: Regenerated.
38330         * sysdeps/powerpc/configure: Regenerated.
38331         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38332         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38333         * sysdeps/s390/s390-32/configure: Regenerated.
38334         * sysdeps/s390/s390-64/configure: Regenerated.
38335         * sysdeps/sh/configure: Regenerated.
38336         * sysdeps/sparc/configure: Regenerated.
38337         * sysdeps/unix/sysv/linux/configure: Regenerated.
38338         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38339         * sysdeps/x86_64/configure: Regenerated.
38341         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38342         defined.  Don't check if MAP is NULL.
38344 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38346         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38347         (_G_stat64): Likewise.
38348         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38349         (_G_stat64): Likewise.
38350         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38351         instead of struct _G_stat64.
38352         * libio/fileops.c (mmap_remap_check): Likewise.
38353         (decide_maybe_mmap): Likewise.
38354         (_IO_new_file_seekoff): Likewise.
38355         (_IO_file_stat): Likewise.
38356         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38357         _G_off64_t.
38358         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38359         instead of struct _G_stat64.
38360         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38362 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38364         [BZ #14602]
38365         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38366         Replace with ...
38367         (CHECK_EOL): New macro.
38368         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38369         CHECK_EOL.
38370         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38371         Replace with CHECK_EOL.
38372         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38373         Replace with CHECK_EOL.
38375 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38377         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38378         type-generic.
38379         * math/libm-test.inc: Update comment listing what functions and
38380         macros are tested.
38381         (finite_test): New function.
38382         (isinf_test): Likewise.
38383         (isnan_test): Likewise.
38384         (fpclassify_test): Test subnormal input.
38385         (isfinite_test): Likewise.
38386         (isnormal_test): Likewise.
38387         (main): Call the new functions.
38389 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38391         [BZ #14660]
38392         * Makerules (%.dynsym): Force C locale when running
38393         $(OBJDUMP) --dynamic-syms.
38395 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38397         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38398         <stdint.h>.
38400 2012-10-06  David S. Miller  <davem@davemloft.net>
38402         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38403         upper 32-bits of the length value in %o2 since we use branch-on-register
38404         tests which consider the entire 64-bit register.
38406 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38408         * string/test-strstr.c (check2): Add a test for page boundary.
38410 2012-10-05  David S. Miller  <davem@davemloft.net>
38412         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38413         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38414         file.
38415         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38416         sysdep_routines.
38417         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38418         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38419         and bzero when HWCAP_SPARC_CRYPTO is present.
38421 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38423         [BZ #14602]
38424         * string/test-strstr.c (check2): New function.
38425         (test_main): Call check2.
38427         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38428         and bug-strchr1.
38429         * string/bug-strcasestr1.c (do_test): Moved to ...
38430         * string/test-strcasestr.c (check1): Here.  New function.
38431         (do_one_test): Break out result checking code into ...
38432         (check_result): This.  New function.
38433         (do_one_test): Call check_result.
38434         (test_main): Call check1.
38435         * string/bug-strchr1.c (do_test): Moved to ...
38436         * string/test-strchr.c (check1): Here.  New function.
38437         (do_one_test): Break out result checking code into ...
38438         (check_result): This.  New function.
38439         (do_one_test): Call check_result.
38440         (test_main): Call check1.
38441         * string/bug-strstr1.c (main): Moved to ...
38442         * string/test-strstr.c (check1): Here.  New function.
38443         (do_one_test): Break out result checking code into ...
38444         (check_result): This.  New function.
38445         (do_one_test): Call check_result.
38446         (test_main): Call check1.
38447         * string/bug-strcasestr1.c: Removed.
38448         * string/bug-strchr1.c: Likewise.
38449         * string/bug-strstr1.c: Likewise.
38451         * elf/Makefile (dl-routines): Add hwcaps.
38452         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38453         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38454         (_dl_important_hwcaps): Moved to ...
38455         * elf/dl-hwcaps.c: Here.  New file.
38456         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38458         [BZ #14557]
38459         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38460         if IS_IN_rtld isn't defined.
38462         * elf/dl-support.c (_dl_sysinfo_map): New.
38463         Include "get-dynamic-info.h" and "setup-vdso.h".
38464         (_dl_non_dynamic_init): Call setup_vdso.
38465         * elf/dynamic-link.h: Don't include <assert.h>.
38466         (elf_get_dynamic_info): Moved to ...
38467         * elf/get-dynamic-info.h: Here.  New file.
38468         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38469         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38470         * elf/setup-vdso.h: Here.  New file.
38471         * elf/rtld.c: Include "setup-vdso.h".
38472         (dl_main): Call setup_vdso.
38474 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38476         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38477         creal in comment listing functions tested.  List finite, isinf,
38478         isnan, isless, islessequal, isgreater, isgreaterequal,
38479         islessgreater, isunordered, lgamma_r and pow10 as functions and
38480         macros not tested.  Mention which functions not tested are aliases
38481         for other functions.  Fix typo.  Note that signs of NaNs are not
38482         tested.
38484         * scripts/config.guess: Update from config.git.
38485         * scripts/config.sub: Likewise.
38487 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38489         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38490         * misc/madvise.c (madvise): Renamed to __madvise.
38491         Make madvise a weak alias.
38492         * include/sys/mman.h: Declare __madvise.
38493         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38494         * sysdeps/unix/syscalls.list
38495         (madvise): Make __madvise the strong name, and madvise a weak alias.
38496         * sysdeps/unix/sysv/linux/syscalls.list
38497         (madvise, mmap): Remove redundant entries.
38498         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38499         * malloc/malloc.c (mtrim): Likewise.
38500         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38502 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38504         * sysdeps/mach/hurd/dl-cache.c: File removed.
38505         * config.h.in (USE_LDCONFIG): New #undef.
38506         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38507         * configure: Regenerated.
38508         * elf/Makefile (dl-routines): Add dl-cache only under
38509         [$(use-ldconfig) = yes].
38510         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38511         cache on [USE_LDCONFIG].
38512         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38513         [USE_LDCONFIG].
38514         * elf/rtld.c (dl_main): Likewise.
38516 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38518         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38519         _SC_LEVEL4_CACHE_LINESIZE.
38521 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38523         * sysdeps/unix/bsd/confstr.h: File removed.
38525 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38527         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38528         sys/sdt-config.h.
38530 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38532         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38533         Make 'mapoff' field ElfW(Off) rather than off_t.
38535 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38537         * nscd/Makefile: Remove nscd-cflags and all its users.
38538         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38539         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38541         [BZ #10631]
38542         * malloc.c (malloc_printerr): Clarify error message.
38544 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38546         [BZ #14648]
38547         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38548         Set bit_FMA_Usable if FMA is supported.
38549         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38550         macro.
38551         (bit_FMA4_Usable): Updated.
38552         (index_FMA_Usable): New macro.
38553         (CPUID_FMA): Likewise
38554         (HAS_FMA): Defined with bit_FMA_Usable.
38556 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38558         * bits/types.h (__swblk_t): Type removed.
38559         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38560         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38561         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38562         (__SWBLK_T_TYPE): Likewise.
38563         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38564         (__SWBLK_T_TYPE): Likewise.
38565         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38566         (__SWBLK_T_TYPE): Likewise.
38567         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38568         (__SWBLK_T_TYPE): Likewise.
38570 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38571             Honza Horak <hhorak@redhat.com>
38573         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38574         (xdr_mapname): Use YPMAXMAP as maxsize.
38575         (xdr_peername): Use YPMAXPEER as maxsize.
38576         (xdr_keydat): Use YPAXRECORD as maxsize.
38577         (xdr_valdat): Use YPMAXRECORD as maxsize.
38579 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38581         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38583         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38584         * csu/init-first.c: ... here.
38585         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38586         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38587         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38588         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38589         * sysdeps/i386/init-first.c: File removed.
38590         * sysdeps/sh/init-first.c: File removed.
38592 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38594         [BZ #14645]
38595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38596         if x * y might underflow to zero and z is zero.
38597         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38598         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38599         * math/libm-test.inc (min_subnorm_value): New variable.
38600         (fma_test): Add more tests.
38601         (fma_test_towardzero): Likewise.
38602         (fma_test_downward): Likewise
38603         (fma_test_upward): Likewise.
38604         (initialize): Set min_subnorm_value.
38606 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38608         [BZ #14638]
38609         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38610         0 + 0.
38611         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38612         mode for addition resulting in exact zero.
38613         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38614         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38615         exact 0 + 0.
38616         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38617         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38618         * math/libm-test.inc (fma_test): Add more tests.
38619         (fma_test_towardzero): New function.
38620         (fma_test_downward): Likewise.
38621         (fma_test_upward): Likewise.
38622         (main): Call the new functions.
38624 2012-09-28  David S. Miller  <davem@davemloft.net>
38626         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38628 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38630         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38631         instead of SIGALRM.
38633         * sysdeps/gnu/_G_config.h: Moved to ...
38634         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38635         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38636         * sysdeps/generic/_G_config.h: ... here.
38638         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38640         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38642         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38643         Conditionalize target on [libnss_test1.so-version].
38645         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38647         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38648         (elfobjdir): Move out of conditionals.
38650         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38651         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38652         (__nss_lookup_function): Conditionalize label remove_from_tree on
38653         [!DO_STATIC_NSS || SHARED], matching its only use.
38655 2012-09-28  David S. Miller  <davem@davemloft.net>
38657         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38658         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38659         file.
38660         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38661         sysdep_routines.
38662         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38663         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38664         when HWCAP_SPARC_CRYPTO is present.
38666 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38668         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38670 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38672         [BZ #6530]
38673         * stdio-common/vfprintf.c (process_string_arg): Revert
38674         2000-07-22 change.
38676 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38678         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38679         for testcase.
38680         * stdio-common/tst-sprintf.c: Include <locale.h>
38681         (main): Test sprintf's handling of incomplete multibyte
38682         characters.
38684 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38686         * elf/dl-runtime.c (VERSYMIDX): Removed.
38687         * elf/dl-version.c (VERSYMIDX): Likewise.
38688         * elf/do-rel.h (VERSYMIDX): Likewise.
38689         (VALIDX): Likewise.
38690         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38691         * elf/rtld.c (VALIDX): Likewise.
38692         (ADDRIDX): Likewise.
38693         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38694         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38695         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38696         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38697         (VALIDX): Likewise.
38698         (ADDRIDX): Likewise.
38700 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38702         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38704 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38706         [BZ #11438]
38707         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38708         to global scope.
38709         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38710         addresses are in the same scope as 192.0.2/24.
38711         * posix/gai.conf: Document new scope table defaults.
38713 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38715         [BZ #5298]
38716         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38717         for ftell.  Compute offsets from write pointers instead.
38718         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38720 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38722         [BZ #14543]
38723         * libio/Makefile (tests): New test case tst-fseek.
38724         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38725         combination works in wide mode.
38726         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38727         state when the external buffer state changes.
38729 2012-09-27  David S. Miller  <davem@davemloft.net>
38731         [BZ #14376]
38732         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38733         pass reloc->r_addend in as the 'high' argument to
38734         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38736         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38738 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38740         * rt/tst-aio2.c: Include <pthread.h>.
38741         * rt/tst-aio3.c: Likewise.
38743 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38745         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38747 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38749         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38750         contents on [SHARED].
38752 2012-09-26  Marek Polacek  <polacek@redhat.com>
38754         [BZ #14530]
38755         [BZ #13741]
38756         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38757         for C++ and GCC <4.3 as well as for non GCC compilers.
38759 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38761         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38763 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38765         * Makefile.in (all, install): Declare with .PHONY.
38766         Reported by Michael Hope <michael.hope@linaro.org>.
38768 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38770         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38771         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38772         system header.
38773         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38774         Likewise.
38775         (sydep_routines): Add the new and the internal functions.
38776         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38777         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38779         (GLIBC_2.17): Add the new function.
38780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38781         (GLIBC_2.17): Likewise.
38782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38783         (GLIBC_2.17): Likewise.
38784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38785         (GLIBC_2.17): Likewise.
38786         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38788 2012-09-25  Alan Modra  <amodra@gmail.com>
38790         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38791         Add release barrier before setting once_control to say
38792         initialisation is done.  Add hints on lwarx.  Use macro in
38793         place of isync.
38794         (clear_once_control): Add release barrier.
38796 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38798         [BZ #13629]
38799         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38800         specially.
38801         * math/s_clog10.c (__clog10): Likewise.
38802         * math/s_clog10f.c (__clog10f): Likewise.
38803         * math/s_clog10l.c (__clog10l): Likewise.
38804         * math/s_clogf.c (__clogf): Likewise.
38805         * math/s_clogl.c (__clogl): Likewise.
38806         * math/Makefile (libm-calls): Add x2y2m1.
38807         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38808         (__x2y2m1): Likewise.
38809         (__x2y2m1l): Likewise.
38810         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38811         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38812         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38813         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38814         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38815         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38816         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38817         * sysdeps/i386/fpu/libm-test-ulps: Update.
38818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38820         [BZ #14621]
38821         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38822         int as type of variable DEPTH.
38823         (glob): Use size_t instead of int as type of variables NEWCOUNT
38824         and OLD_PATHC.
38826 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38828         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38829         Add s_sincosf-sse2.
38830         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38831         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38832         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38833         macros for using routine as __sincosf_ia32.
38834         Use macro for function declaration and weak_alias.
38835         * sysdeps/i386/fpu/libm-test-ulps: Update.
38837         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38838         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38840         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38841         subnormal argument.
38842         * math/s_cexpf.c (__cexpf): Likewise.
38843         * math/s_csinf.c (__csinf): Likewise.
38844         * math/s_csinhf.c (__csinhf): Likewise.
38845         * math/s_ctanf.c (__ctanf): Likewise.
38846         * math/s_ctanhf.c (__ctanhf): Likewise.
38847         * math/s_ccosh.c (__ccoshf): Likewise.
38848         * math/s_cexp.c (__cexpl): Likewise.
38849         * math/s_csin.c (__csin): Likewise.
38850         * math/s_csinh.c (__csinh): Likewise.
38851         * math/s_ctan.c (__ctan): Likewise.
38852         * math/s_ctanh.c (ctanh): Likewise.
38853         * math/s_ccoshl.c (__ccoshl): Likewise.
38854         * math/s_cexpl.c (__cexpl): Likewise.
38855         * math/s_csinl.c (__csinl): Likewise.
38856         * math/s_csinhl.c (__csinhl): Likewise.
38857         * math/s_ctanl.c (__ctanl): Likewise.
38858         * math/s_ctanhl.c (__ctanhl): Likewise.
38860 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38862         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38863         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38864         (_IO_off_t): Define to __off_t, not _G_off_t.
38865         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38866         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38867         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38868         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38869         type of __dummy and __dummy2 fields.
38870         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38871         (_G_ssize_t): Likewise.
38872         (_G_off_t): Likewise.
38873         (_G_pid_t): Likewise.
38874         (_G_uid_t): Likewise.
38875         (_G_wchar_t): Likewise.
38876         (_G_wint_t): Likewise.
38877         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38878         (_G_ssize_t): Likewise.
38879         (_G_off_t): Likewise.
38880         (_G_pid_t): Likewise.
38881         (_G_uid_t): Likewise.
38882         (_G_wchar_t): Likewise.
38883         (_G_wint_t): Likewise.
38884         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38885         (_G_ssize_t): Likewise.
38886         (_G_off_t): Likewise.
38887         (_G_pid_t): Likewise.
38888         (_G_uid_t): Likewise.
38889         (_G_wchar_t): Likewise.
38890         (_G_wint_t): Likewise.
38892 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38894         * malloc/arena.c: Include malloc-sysdep.h.
38895         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38896         is sufficient to shrink the heap or an unmap is needed.
38897         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38898         new function check_may_shrink_heap.
38899         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38900         new function check_may_shrink_heap.
38902 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38904         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38905         comments.
38907 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38909         * catgets/test-gencat.sh: Add "set -e".
38910         * elf/tst-pathopt.sh: Likewise.
38911         * grp/tst_fgetgrent.sh: Likewise.
38912         * iconvdata/run-iconv-test.sh: Likewise.
38913         * intl/tst-gettext.sh: Likewise.
38914         * intl/tst-gettext2.sh: Likewise.
38915         * intl/tst-gettext4.sh: Likewise.
38916         * intl/tst-gettext6.sh: Likewise.
38917         * intl/tst-translit.sh: Likewise.
38918         * io/ftwtest-sh: Likewise.
38919         * libio/test-freopen.sh: Likewise.
38920         * malloc/tst-mtrace.sh: Likewise.
38921         * posix/globtest.sh: Likewise.
38922         * posix/tst-getconf.sh: Likewise.
38923         * posix/wordexp-tst.sh: Likewise.
38924         * stdio-common/tst-printf.sh: Likewise.
38925         * stdio-common/tst-unbputc.sh: Likewise.
38926         * stdlib/tst-fmtmsg.sh: Likewise.
38927         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38928         * catgets/Makefile: Do not specify -e option when running
38929         testsuite shell scripts.
38930         * elf/Makefile: Likewise.
38931         * grp/Makefile: Likewise.
38932         * iconvdata/Makefile: Likewise.
38933         * intl/Makefile: Likewise.
38934         * io/Makefile: Likewise.
38935         * libio/Makefile: Likewise.
38936         * malloc/Makefile: Likewise.
38937         * posix/Makefile: Likewise.
38938         * stdio-common/Makefile: Likewise.
38939         * stdlib/Makefile: Likewise.
38940         * sysdeps/x86_64/Makefile: Likewise.
38942         * io/ftwtest-sh: Add copyright header.
38943         * posix/globtest.sh: Likewise.
38944         * posix/tst-getconf.sh: Likewise.
38945         * posix/wordexp-tst.sh: Likewise.
38946         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38948 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38950         [BZ #13679]
38951         * Makeconfig (+link): Defined as $(+link-static) if
38952         $(build-shared) isn't yes.
38953         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38954         isn't yes.
38955         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38957         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38959         [BZ #14562]
38960         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38961         new chunk size with MALLOC_ALIGN_MASK.
38963 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38965         [BZ #5044]
38966         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38967         <rounding-mode.h>.
38968         (__printf_fphex): Determine rounding using get_rounding_mode and
38969         round_away.
38970         * stdio-common/tst-printf-round.c (struct hex_test): New
38971         structure.
38972         (hex_tests): New variable.
38973         (test_hex_in_one_mode): New function.
38974         (do_test): Also run tests for hex float output.
38976 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38978         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38979         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38980         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38981         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38982         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38983         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38984         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38985         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38987 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38989         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38990         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38991         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38992         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38994 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38996         [BZ #14579]
38997         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38998         mode only.
38999         * elf/tst-rtld-load-self.sh: New test.
39000         * elf/Makefile: Run it.
39002 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39004         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39005         (tst-writev-ENV): Remove.
39006         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39008 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39010         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39012 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39014         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39015         unconditional.
39016         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39017         Likewise.
39018         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39019         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39020         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39021         Likewise.
39023 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39025         [BZ #14587]
39026         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39027         * config.make.in (have-cpp-asm-debuginfo): Removed.
39028         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39029         * configure: Regenerated.
39031 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39033         [BZ #5044]
39034         * stdio-common/printf_fp.c: Include <stdbool.h> and
39035         <rounding-mode.h>.
39036         (___printf_fp): Determine rounding using get_rounding_mode and
39037         round_away.
39038         * stdio-common/tst-printf-round.c: New file.
39039         * stdio-common/Makefile (tests): Add tst-printf-round.
39040         (link-libm): New variable.
39041         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39043 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39045         [BZ #14576]
39046         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39047         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39048         Likewise.
39049         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39050         Likewise.
39052 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39054         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39055         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39056         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39057         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39059 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39061         [BZ #14518]
39062         * include/rounding-mode.h: New file.
39063         * sysdeps/generic/get-rounding-mode.h: Likewise.
39064         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39065         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39066         (MAX_VALUE): New macro.
39067         (MIN_VALUE): Likewise.
39068         (overflow_value): New function.
39069         (underflow_value): Likewise.
39070         (round_and_return): Use overflow_value and underflow_value to
39071         determine return values in overflow and underflow cases.  Use
39072         round_away to determine rounding depending on rounding mode.
39073         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39074         determine return values in overflow and underflow cases.
39075         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39076         (struct test_results): New structure.
39077         (struct test): Use struct test_results to store expected results
39078         for all rounding modes.
39079         (TEST): Include expected results for all rounding modes.
39080         (test_in_one_mode): New function.
39081         (do_test): Use test_in_one_mode to compute and check results.
39082         Check results for all rounding modes.
39083         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39084         $(link-libm).
39086 2012-12-09  Allan McRae  <allan@archlinux.org>
39088         * sysdeps/i386/fpu/libm-test-ulps: Update
39090 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39092         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39093         (_G_int32_t): Likewise.
39094         (_G_uint16_t): Likewise.
39095         (_G_uint32_t): Likewise.
39096         (_G_HAVE_BOOL): Likewise.
39097         (_G_HAVE_ATEXIT): Likewise.
39098         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39099         (_G_HAVE_IO_FILE_OPEN): Likewise.
39100         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39101         (_G_int32_t): Likewise.
39102         (_G_uint16_t): Likewise.
39103         (_G_uint32_t): Likewise.
39104         (_G_HAVE_BOOL): Likewise.
39105         (_G_HAVE_ATEXIT): Likewise.
39106         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39107         (_G_HAVE_IO_FILE_OPEN): Likewise.
39108         * sysdeps/mach/hurd/_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.
39117 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39119         * csu/libc-tls.c: Update copyright years.
39121 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39123         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39124         [!_G_USING_THUNKS]: Remove conditional code.
39125         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39126         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39128         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39129         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39130         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39131         (_G_VTABLE_LABEL_PREFIX): Likewise.
39132         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39133         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39134         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39135         (_G_VTABLE_LABEL_PREFIX): Likewise.
39136         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39137         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39138         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39139         (_G_VTABLE_LABEL_PREFIX): Likewise.
39140         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39142 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39144         * libio/Makefile: Include ../Makeconfig before tests.
39145         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39146         only if $(build-shared) is yes.
39148         * iconv/gconv_db.c: Update copyright years.
39150 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39152         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39153         unwind info if defined PIC. Fix special cases description.
39154         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39156         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39157         DP_HI_MASK entry.
39158         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39160 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39162         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39164         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39165         is NULL.
39167         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39168         (LDLIBS-tst-chk4): This.
39169         (LDFLAGS-tst-chk5): Renamed to ...
39170         (LDLIBS-tst-chk5): This.
39171         (LDFLAGS-tst-chk6): Renamed to ...
39172         (LDLIBS-tst-chk6): This.
39173         (LDFLAGS-tst-lfschk4): Renamed to ...
39174         (LDLIBS-tst-lfschk4): This.
39175         (LDFLAGS-tst-lfschk5): Renamed to ...
39176         (LDLIBS-tst-lfschk5): This.
39177         (LDFLAGS-tst-lfschk6): Renamed to ...
39178         (LDLIBS-tst-lfschk6): This.
39180         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39181         on $(common-objpfx)soversions.mk.
39183 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39185         [BZ #10014]
39186         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39187         example host name.
39189 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39191         * malloc/arena.c (arena_get_retry): New function that gets
39192         another arena for the caller to try its request on.
39193         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39194         current arena cannot fulfill the request.
39195         (__libc_memalign): Likewise.
39196         (__libc_memalign): Likewise.
39197         (__libc_pvalloc): Likewise.
39198         (__libc_calloc): Likewise.
39200 2012-09-05  John Tobey  <john.tobey@gmail.com>
39202         [BZ #13542]
39203         * manual/arith.texi (Operations on Complex): Fix description
39204         of carg branch cut.
39206 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39208         [BZ #10014]
39209         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39210         host name.
39212         [BZ #10038]
39213         * manual/memory.texi (Memory): Make order of menu items match
39214         order of sections.
39216 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39218         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39219         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39220         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39222 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39224         * csu/libc-tls.c (static_dtv): Renamed to ...
39225         (_dl_static_dtv): This.  Make it global.
39226         (_dl_initial_dtv): Removed.
39227         (__libc_setup_tls): Updated.
39228         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39229         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39230         DL_INITIAL_DTV.
39232 2012-09-06  Petr Machata  <pmachata@redhat.com>
39234         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39235         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39236         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39237         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39239 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39241         [BZ #14545]
39242         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39243         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39244         freeing dtv[-1].
39246 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39248         [BZ #14544]
39249         * Makeconfig (link-static-before-libc): Replace $(+prector)
39250         with $(+prectorT).
39251         (link-static-after-libc): Replace $(+postctor) with
39252         $(+postctorT).
39253         (link-bounded): Replace $(+prector)/$(+postctor) with
39254         $(+prectorT)/$(+postctorT).
39255         (+prectorT): New macro.
39256         (+postctorT): Likewise.
39258 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39260         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39261         (round_str): Handle values above the maximum for IBM long double
39262         as inexact.
39263         * stdlib/tst-strtod-round.c (tests): Regenerated.
39265 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39267         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39268         assembler flag.
39269         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39270         zarch_nohighgprs around the zarch optimized routines.
39271         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39272         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39273         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39274         for zarch.
39276 2012-09-05  David S. Miller  <davem@davemloft.net>
39278         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39280         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39281         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39282         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39283         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39284         entries.
39286 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39288         * malloc/arena.c: Fold copyright years.
39289         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39291 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39293         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39295 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39297         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39299 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39301         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39302         change internal state upon failure.
39304 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39306         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39307         * malloc/memusage.c (mmap): Likewise.
39308         (mmap64, mremap): Likewise.  Adjust name in comment.
39310 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39312         * libio/fileops.c: Fix typos in comments.
39313         * libio/oldfileops.c: Likewise.
39314         * libio/wfileops.c: Likewise.
39316 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39318         [BZ #1349]
39319         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39320         (tst-malloc-usable-ENV): Set environment for test case.
39321         * malloc/hooks.c (malloc_check_get_size): New function to get
39322         requested size.
39323         * malloc/malloc.c (musable): Use malloc_check_get_size.
39324         * malloc/tst-malloc-usable.c: New test case.
39326 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39328         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39330 2012-09-05  Allan McRae  <allan@archlinux.org>
39332         [BZ #13966]
39333         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39334         determine header location.
39335         * configure: Regenerated.
39337 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39339         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39340         float format.
39341         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39342         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39343         format.
39344         (test): Regenerate.
39346 2012-09-04  David S. Miller  <davem@davemloft.net>
39348         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39349         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39350         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39352 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39354         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39355         failures.
39357         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39359 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39361         [BZ #9914]
39362         * libio/iogetdelim.c: Include <limits.h>.
39363         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39364         + len + 1 would overflow.
39366 2012-09-03  Andreas Jaeger  <aj@suse.de>
39368         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39369         * sysdeps/i386/fpu/libm-test-ulps: Update.
39371 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39373         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39374         Add s_sinf-sse2, s_conf-sse2.
39376         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39377         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39378         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39379         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39381         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39382         for using routine as __sinf_ia32.
39383         Use macro for function declaration and weak_alias.
39384         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39385         for using routine as __cosf_ia32.
39386         Use macro for function declaration and weak_alias.
39388         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39389         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39391         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39392         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39393         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39395         * math/libm-test.inc (cos_test): Add more test cases.
39396         (sin_test): Likewise.
39397         (sincos_test): Likewise.
39399 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39401         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39402         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39403         hidden.
39404         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39406 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39408         [BZ #14538]
39409         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39410         first element of the GOT.
39411         (elf_machine_load_address): Return the difference between
39412         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39414 2012-09-01  Allan McRae  <allan@archlinux.org>
39416         [BZ #13412]
39417         * configure.in (AWK): Require gawk version 3.0 or later.
39418         * configure: Regenerated.
39420 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39422         * sysdeps/unix/sysv/linux/kernel-features.h
39423         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39424         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39425         [__NR_clock_getres]: Make code unconditional.
39426         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39427         (clock_getcpuclockid): Remove code left unreachable by removal of
39428         conditionals.
39429         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39430         code unconditional.
39431         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39432         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39433         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39434         Make code unconditional.
39435         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39436         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39437         * sysdeps/unix/sysv/linux/clock_settime.c
39438         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39439         conditional code.
39440         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39441         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39443 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39445         [BZ #14476]
39446         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39447         scripts/test-installation.pl.
39449         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39450         and $ld_so_version if it is set.
39452 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39454         [BZ #14516]
39455         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39456         failure if reading from procfs failed.
39457         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39459 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39461         * sysdeps/unix/sysv/linux/kernel-features.h
39462         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39463         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39464         Remove conditional code.
39465         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39466         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39467         Remove conditional code.
39468         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39469         * sysdeps/unix/sysv/linux/i386/fxstat.c
39470         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39471         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39472         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39473         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39474         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39475         * sysdeps/unix/sysv/linux/i386/lxstat.c
39476         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39477         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39478         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39479         Remove conditional code.
39480         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39481         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39482         Remove conditional code.
39483         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39484         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39485         <kernel-features.h>.
39486         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39487         Remove.
39488         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39489         Remove conditional code.
39490         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39491         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39492         Remove conditional.
39494 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39496         [BZ #5400]
39497         * NEWS: Add fixed bug number.
39499 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39501         [BZ #14519]
39502         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39503         underflowing exponent in case of negative sign.
39504         * stdlib/tst-strtod-round-data: Add more tests.
39505         * stdlib/tst-strtod-round.c (tests): Regenerated.
39507         [BZ #3479]
39508         * stdlib/strtod_l.c (NDIG): Remove.
39509         (HEXNDIG): Likewise.
39510         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39511         smallest representable value.
39512         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39513         lie within an exact representation of 1/2 ulp of the result.
39514         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39515         unconditionally.
39516         (TENS_P9_IDX): Define unconditionally.
39517         (TENS_P9_SIZE): Likewise.
39518         (TENS_P10_IDX): Likewise.
39519         (TENS_P10_SIZE): Likewise.
39520         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39521         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39522         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39523         entries for 10^2^13 and 10^2^14.
39524         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39525         (TENS_P13_IDX): Define.
39526         (TENS_P13_SIZE): Likewise.
39527         (TENS_P14_IDX): Likewise.
39528         (TENS_P14_SIZE): Likewise.
39529         (_fpioconst_pow10): Change array size to
39530         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39531         unconditional.
39532         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39533         1024]: Add entries for 10^2^13 and 10^2^14.
39534         [LAST_POW10 > _LAST_POW10]: Remove #error.
39535         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39536         (_fpioconst_pow10): Change array size to
39537         FPIOCONST_POW10_ARRAY_SIZE.
39538         * stdlib/gen-fpioconst.c: New file.
39539         * stdlib/gen-tst-strtod-round.c: Likewise.
39540         * stdlib/tst-strtod-round-data: Likewise.
39541         * stdlib/tst-strtod-round.c: Likewise.
39542         * stdlib/Makefile (tests): Add tst-strtod-round.
39544         [BZ #14459]
39545         * stdlib/strtod_l.c: Include <stdint.h>.
39546         (NDEBUG): Do not define.
39547         (round_and_return): Change EXPONENT parameter to type intmax_t.
39548         Rearrange calculations to avoid internal overflow possibilities.
39549         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39550         Rearrange calculations to avoid internal overflow possibilities.
39551         Assert that number fits inside MPNSIZE limbs.
39552         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39553         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39554         calculations and add assertions to avoid internal overflow
39555         possibilities.  Add casts to avoid signed/unsigned operations.
39556         * stdlib/tst-strtod-overflow.c: New file.
39557         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39559 2012-08-25  Marek Polacek  <polacek@redhat.com>
39561         * time/time.h: Fix some typos in comments.
39563 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39565         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39566         * posix/tst-rfc3484-2.c: Likewise.
39567         * posix/tst-rfc3484-3.c: Likewise.
39569 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39571         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39572         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39574 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39576         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39577         #include of fxstatat64.c.
39579 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39581         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39582         * shadow/getspent_r.c: Likewise.
39583         * shadow/getspnam.c: Likewise.
39584         * shadow/getspnam_r.c: Likewise.
39585         * gshadow/getsgent.c: Likewise.
39586         * gshadow/getsgent_r.c: Likewise.
39587         * gshadow/getsgnam.c: Likewise.
39588         * gshadow/getsgnam_r.c: Likewise.
39589         * inet/getnetbyad.c: Likewise.
39590         * inet/getnetbyad_r.c: Likewise.
39591         * inet/getnetbynm.c: Likewise.
39592         * inet/getnetbynm_r.c: Likewise.
39593         * inet/getnetent.c: Likewise.
39594         * inet/getnetent_r.c: Likewise.
39595         * inet/getproto.c: Likewise.
39596         * inet/getproto_r.c: Likewise.
39597         * inet/getprtent.c: Likewise.
39598         * inet/getprtent_r.c: Likewise.
39599         * inet/getprtname.c: Likewise.
39600         * inet/getprtname_r.c: Likewise.
39601         * inet/getrpcbyname.c: Likewise.
39602         * inet/getrpcbyname_r.c: Likewise.
39603         * inet/getrpcbynumber.c: Likewise.
39604         * inet/getrpcbynumber_r.c: Likewise.
39605         * inet/getrpcent.c: Likewise.
39606         * inet/getrpcent_r.c: Likewise.
39607         * inet/getaliasent.c: Likewise.
39608         * inet/getaliasent_r.c: Likewise.
39609         * inet/getaliasname.c: Likewise.
39610         * inet/getaliasname_r.c: Likewise.
39611         * nscd/getgrgid_r.c: Likewise.
39612         * nscd/getgrnam_r.c: Likewise.
39613         * nscd/gethstbyad_r.c: Likewise.
39614         * nscd/gethstbynm3_r.c: Likewise.
39615         * nscd/getpwnam_r.c: Likewise.
39616         * nscd/getpwuid_r.c: Likewise.
39617         * nscd/getsrvbynm_r.c: Likewise.
39618         * nscd/getsrvbypt_r.c: Likewise.
39619         * nscd/gai.c: Likewise.
39621         * configure.in (build_nscd): New substituted variable, set
39622         by --disable-build-nscd and defaults to $use_nscd.
39623         * configure: Regenerated.
39624         * config.make.in (build-nscd): New substituted variable.
39625         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39626         Change conditional to require [$(build-nscd) = yes] as well.
39627         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39629         [BZ# 13696]
39630         * configure.in (use_nscd): New substituted variable, set by
39631         --disable-nscd.  If enabled, define USE_NSCD.
39632         * configure: Regenerated.
39633         * config.h.in: Add USE_NSCD.
39634         * config.make.in (use-nscd): New substituted variable.
39635         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39636         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39637         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39638         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39639         (CFLAGS-getgrnam_r.c): Likewise.
39640         (CFLAGS-initgroups.c): Likewise.
39641         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39642         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39643         Variables removed.
39644         * inet/getnetgrent_r.c
39645         (nscd_setnetgrent): New function, broken out of ...
39646         (setnetgrent): ... here.  Call it.
39647         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39648         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39649         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39650         * nscd/Makefile (routines, aux): Move definitions after include of
39651         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39652         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39653         Conditionalize on [USE_NSCD].
39654         (is_nscd, nscd_init_cb): Likewise.
39655         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39656         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39657         * nss/nss_db/db-init.c: Likewise.
39658         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39659         [USE_NSCD].
39660         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39661         (make_request): Use it.
39662         (cache_valid_p): New function.
39663         (__check_pf): Use it.
39664         * NEWS: Add item for --disable-nscd.
39666 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39668         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39669         to support sed >= 4.2.1-20-ga9bf076.
39670         * configure: Regenerated.
39672 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39674         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39675         Conditionalize whole body on [IREL].
39677 2012-08-22  Jeff Law <law@redhat.com>
39679         [BZ #14505]
39680         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39681         if the family is PF_UNSPEC.
39683 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39685         * Makerules (lib-version): Rename from V.
39686         (install-lib-nosubdir): Change V to lib-version.
39688 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39690         [BZ #14252]
39691         * powerpc32/power6/wcschr.c: New file.
39692         * powerpc32/power6/wcscpy.c: New file.
39693         * powerpc32/power6/wcsrchr.c: New file.
39694         * powerpc64/power6/wcschr.c: New file.
39695         * powerpc64/power6/wcscpy.c: New file.
39696         * powerpc64/power6/wcsrchr.c: New file.
39698 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39700         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39701         (two_way_short_needle): Use it.
39702         * string/strstr.c (AVAILABLE1_USES_J): Define.
39703         * string/strcasestr.c: Likewise.
39705         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39706         array references.
39707         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39709         [BZ #11607]
39710         * NEWS: Add an entry.
39711         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39712         define their defaults.
39713         (two_way_short_needle): Detect end-of-string on-the-fly.
39714         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39715         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39716         * string/bug-strcasestr1.c: New test.
39717         * string/Makefile: Run it.
39719 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39721         [BZ #11607]
39722         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39723         the first character.
39725 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39727         * csu/elf-init.c (__libc_csu_irel): Function removed.
39728         * csu/libc-start.c (apply_irel): New function.
39729         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39731 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39733         * sysdeps/unix/sysv/linux/kernel-features.h
39734         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39735         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39736         <kernel-features.h>.
39737         [__NR_fadvise64_64]: Make code unconditional.
39738         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39739         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39740         !__NR_fadvise64_64)]: Likewise.
39741         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39742         !__NR_fadvise64_64))]: Likewise.
39743         [__NR_fadvise64]: Make code unconditional.
39744         [!__NR_fadvise64]: Remove conditional code.
39745         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39746         <kernel-features.h>.
39747         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39748         unconditional.
39749         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39750         conditional code.
39751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39752         not include <kernel-features.h>.
39753         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39754         unconditional.
39755         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39756         conditional code.
39757         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39758         include <kernel-features.h>.
39759         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39760         unconditional.
39761         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39762         conditional code.
39764 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39766         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39767         slight instruction rearrangements per scrollpipe analysis.
39768         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39770 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39772         * manual/syslog.texi (syslog; vsyslog, closelog):
39773         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39774         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39776         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39777         DSOCAPS to match condition on defining it.
39779 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39781         * sysdeps/unix/sysv/linux/kernel-features.h
39782         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39784         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39785         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39787         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39788         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39790         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39791         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39793         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39794         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39796         * sysdeps/unix/sysv/linux/kernel-features.h
39797         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39798         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39799         unconditional.
39800         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39801         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39802         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39803         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39804         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39805         Make code unconditional.
39806         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39807         (__mmap64) [!__NR_mmap2]: Likewise.
39808         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39809         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39810         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39811         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39812         [__NR_mmap2]: Make code unconditional.
39813         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39814         (__mmap64) [!__NR_mmap2]: Likewise.
39816 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39818         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39820 2012-08-18  Andreas Jaeger  <aj@suse.de>
39822         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39824 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39826         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39827         * include/unistd.h (__have_sock_cloexec): Likewise.
39828         (__have_pipe2): Likewise.
39829         (__have_dup3): Likewise.
39831 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39833         [BZ #9685]
39834         * include/unistd.h (__have_pipe2): Change define into an extern int.
39835         (__have_dup3): Likewise.
39836         * socket/have_sock_cloexec.c: Include fcntl.h.
39837         (__have_pipe2): New variable.
39838         (__have_dup3): Likewise.
39840 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39842         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39844 2012-08-17  Marek Polacek  <polacek@redhat.com>
39846         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39847         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39849 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39851         * configure.in: Add AC_SUBST for sysheaders.
39852         * configure: Regenerated.
39853         * config.make.in (sysheaders): New substituted variable.
39855         * sysdeps/unix/mkfifo.c: Moved ...
39856         * sysdeps/posix/mkfifo.c: ... here.
39857         * sysdeps/unix/mkfifoat.c: Moved ...
39858         * sysdeps/posix/mkfifoat.c: ... here.
39860         * sysdeps/unix/utime.c: Moved ...
39861         * sysdeps/posix/utime.c: ... here.
39863         * sysdeps/unix/time.c: Moved ...
39864         * sysdeps/posix/time.c: ... here.
39865         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39866         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39868         * sysdeps/unix/nice.c: Moved ...
39869         * sysdeps/posix/nice.c: ... here.
39871         * sysdeps/unix/alarm.c: Moved ...
39872         * sysdeps/posix/alarm.c: ... here.
39874         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39876 2012-08-17  Jeff Law <law@redhat.com>
39878         * intl/Makefile (codeset_mo): New variable.
39879         ($(codeset_mo)): New target.
39880         (tst-codeset.out): Depend on that.  Remove explicit rule.
39881         (tst-gettext3.out, tst-gettext5.out): Likewise.
39882         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39883         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39884         * intl/tst-codeset.sh: Remove.
39885         * intl/tst-gettext3.sh: Likewise.
39886         * intl/tst-gettext5.sh: Likewise.
39888 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39890         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39891         * sysdeps/unix/syscalls.list: ... here.
39893         * sysdeps/posix/getaddrinfo.c
39894         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39895         (gaiconf_init, gaiconf_reload): Use them.
39896         [!_STATBUF_ST_NSEC]
39897         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39898         Define using time_t rather than struct timespec.
39900         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39901         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39902         Macros removed.
39903         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39904         [!NO_THREADS].
39905         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39906         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39907         Likewise.
39909         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39910         __libc_cleanup_push argument.
39912         * bits/param.h: New file.
39913         * misc/sys/param.h: New file.
39914         * include/sys/param.h: New file.
39915         * misc/Makefile (headers): Add bits/param.h.
39916         * sysdeps/generic/sys/param.h: File removed.
39917         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39918         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39919         * sysdeps/mach/hurd/bits/param.h: New file.
39920         * sysdeps/mach/hurd/sys/param.h: File removed.
39922         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39923         last change.
39925         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39926         [_IO_MTSAFE_IO].
39927         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39928         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39929         New macros.
39931         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39932         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39933         rather than -D_IO_MTSAFE_IO conditionally.
39934         * stdio-common/Makefile (CPPFLAGS): Likewise.
39935         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39936         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39937         Use $(libio-mtsafe).
39938         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39939         of -D_IO_MTSAFE_IO.
39940         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39941         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39942         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39943         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39944         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39945         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39946         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39947         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39948         (CFLAGS-fread_u_chk.c): Likewise.
39949         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39950         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39951         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39952         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39953         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39954         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39955         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39956         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39957         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39959         * libio/Makefile: Test [$(libc-reentrant) = yes]
39960         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39962         * Makeconfig
39963         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39964         * sysdeps/pthread/configure: File removed.
39965         * sysdeps/pthread/Makeconfig: New file.
39966         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39967         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39969 2012-08-16  Gary Benson  <gbenson@redhat.com>
39971         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39972         unmapping the first object in a namespace.
39974 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39976         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39977         (__internal_setnetgrent): ... this.  Add internal_function to
39978         definition.  Add libc_hidden_def.
39979         (setnetgrent): Update caller.
39980         (internal_endnetgrent): Renamed to ...
39981         (__internal_endnetgrent): ... this.  Add internal_function to
39982         definition.  Add libc_hidden_def.
39983         (endnetgrent): Update caller.
39984         (internal_getnetgrent_r): Renamed to ...
39985         (__internal_getnetgrent_r): ... this.  Add internal_function to
39986         definition.  Add libc_hidden_def.
39987         (__getnetgrent_r): Update caller.
39988         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39990 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39992         * stdlib/longlong.h: Update from GCC.
39994 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39996         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39997         on _QL, which is set by umul_ppmm but never used.
39998         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39999         variables, which are set by GMP macros but never used.
40000         * stdio-common/_itowa.c (_itowa): Likewise.
40001         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40002         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40004 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40006         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40007         struct La_sh_regs is not constant.
40008         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40009         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40010         and struct La_sparc64_regs are not constant.
40012 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40014         * sysdeps/unix/sysv/linux/kernel-features.h
40015         (__ASSUME_POSIX_TIMERS): Remove.
40016         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40017         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40018         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40019         Make code unconditional.
40020         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40021         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40022         Make code unconditional.
40023         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40024         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40025         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40026         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40027         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40028         Make code unconditional.
40029         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40030         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40031         (__libc_missing_posix_timers): Remove.
40033 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40035         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40036         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40038         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40040         * elf/dl-sym.c: Include <stdlib.h>.
40042         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40043         constants, which avoids warnings in 32-bit builds.
40045         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40046         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40048         * misc/lseek.c: File moved to ...
40049         * io/lseek.c: ... here.
40051         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40053         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40054         shifting LEN more than 31 bits at once.
40056 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40058         [BZ #14195]
40059         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40060         segmentation fault for a case of two empty input strings.
40061         * string/test-strncasecmp.c (check1): Renamed to...
40062         (bz12205): ...this.
40063         (bz14195): Add new testcase for two empty input strings and N > 0.
40064         (test_main): Call new testcase, adapt for renamed function.
40066 2012-08-15  Andreas Jaeger  <aj@suse.de>
40068         [BZ #14090]
40069         * crypt/md5test2.c: New test, based on test supplied by Serge
40070         Belyshev <belyshev@depni.sinp.msu.ru>.
40071         * crypt/Makefile (xtests): Add md5test-giant..
40072         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40074 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40076         [BZ #14090]
40077         * crypt/md5.c (md5_process_block): Don't assume the buffer
40078         length is less than 2**32.
40079         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40080         length is less than 2**64.
40082 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40084         * string/str-two-way.h: Include <sys/param.h>.
40085         (MAX): Macro removed.
40087         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40088         Move #define and #undef of memmove to just before and after
40089         including <string.h>.
40091         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40092         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40093         and after including <string.h>.  Move declarations of
40094         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40095         to before #include "string/memmove.c".
40097         * include/dirent.h: Declare __getdirentries.
40099         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40100         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40102 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40104         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40105         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40106         * sysdeps/i386/configure: Regenerated.
40107         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40108         STABS_CURRENT_FILE, and STABS_FUN.
40109         (END): Remove call to STABS_FUN_END.
40110         (STABS_CURRENT_FILE1): Delete.
40111         (STABS_CURRENT_FILE): Likewise.
40112         (STABS_FUN): Likewise.
40113         (STABS_FUN_END): Likewise.
40114         (STABS_FUN2): Likewise.
40115         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40116         * sysdeps/x86_64/configure: Regenerated.
40118 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40120         * elf/dl-open.c: Include <atomic.h>.
40121         * elf/dl-lookup.c: Likewise.
40123 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40125         * sysdeps/unix/sysv/linux/kernel-features.h
40126         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40127         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40128         unconditionally.
40129         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40130         unconditionally.
40131         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40132         condition on __ASSUME_CLONE_THREAD_FLAGS.
40134 2012-08-14  Andreas Jaeger  <aj@suse.de>
40136         * sysdeps/i386/fpu/libm-test-ulps: Update.
40138 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40140         * include/atomic.h (atomic_exchange_and_add): Split into ...
40141         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40142         New atomic macros.
40144 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40146         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40148 2012-08-13  Jeff Law <law@redhat.com>
40150         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40151         null byte in the output string.
40153 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40155         * sysdeps/unix/sysv/linux/kernel-features.h
40156         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40157         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40158         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40159         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40160         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40161         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40162         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40164 2012-08-09  Jeff Law <law@redhat.com>
40166         [BZ #13939]
40167         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40168         When avoid_arena is set, don't retry in the that arena.  Pick the
40169         next one, whatever it might be.
40170         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40171         (arena_lock): Pass in new parameter to arena_get2.
40172         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40173         arena_get2.
40174         (__libc_malloc): Unify retrying after main arena failure with
40175         __libc_memalign version.
40176         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40178 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40180         [BZ #14166]
40181         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40182         to __redirect_strstr.
40183         (__strstr_sse42): Use typeof __redirect_strstr.
40184         (__strstr_ia32): Likewise.
40185         (__libc_strstr): New prototype.
40186         (strstr): Renamed to ...
40187         (__libc_strstr): This.
40188         (strstr): New strong alias of __libc_strstr.
40189         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40190         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40191         __redirect_time.
40192         Include <time.h>.
40193         (__libc_time): New prototype.
40194         (time_ifunc): Replace time with __libc_time.
40195         (time): New strong alias and hidden definition of __libc_time.
40196         (__GI_time): Remove strong alias.
40197         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40198         Include <stddef.h>.
40199         (memmove): Redefined to __redirect_memmove.
40200         (__memmove_sse2): Use typeof __redirect_memmove.
40201         (__memmove_ssse3): Likewise.
40202         (__memmove_ssse3_back): Likewise.
40203         (__libc_memmove): New prototype.
40204         (memmove): Renamed to ...
40205         (__libc_memmove): This.
40206         (memmove): New strong alias of __libc_memmove.
40208 2012-08-08  Mark Salter  <msalter@redhat.com>
40210         * elf/elf.h
40211         (R_MN10300_TLS_GD): Define.
40212         (R_MN10300_TLS_LD): Likewise.
40213         (R_MN10300_TLS_LDO): Likewise.
40214         (R_MN10300_TLS_GOTIE): Likewise.
40215         (R_MN10300_TLS_IE): Likewise.
40216         (R_MN10300_TLS_LE): Likewise.
40217         (R_MN10300_TLS_DTPMOD): Likewise.
40218         (R_MN10300_TLS_DTPOFF): Likewise.
40219         (R_MN10300_TLS_TPOFF): Likewise.
40220         (R_MN10300_SYM_DIFF): Likewise.
40221         (R_MN10300_ALIGN): Likewise.
40222         (R_MN10300_NUM): Update.
40224 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40226         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40227         Remove.
40229 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40231         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40233         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40234         sysdeps/unix -> sysdeps/posix move.
40235         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40237 2012-08-07      Allan McRae     <allan@archlinux.org>
40239         [BZ #14303]
40240         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40241         (SUNOS_CPP): Likewise.
40242         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40243         not found.
40244         (open_input): Call CPP using execvp.
40246 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40248         * sysdeps/unix/sysv/linux/kernel-features.h
40249         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40250         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40251         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40252         (__ASSUME_WAITID_SYSCALL): Likewise.
40253         * sysdeps/unix/sysv/linux/dl-execstack.c
40254         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40255         code unconditional.
40256         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40257         conditional code.
40258         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40259         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40260         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40261         code.
40262         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40263         unconditional.
40264         [__ASSUME_WAITID_SYSCALL]: Likewise.
40265         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40267 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40269         * sysdeps/unix/closedir.c: Renamed to ...
40270         * sysdeps/posix/closedir.c: ... here.
40271         * sysdeps/unix/dirfd.c: Renamed to ...
40272         * sysdeps/posix/dirfd.c: ... here.
40273         * sysdeps/unix/dirstream.h: Renamed to ...
40274         * sysdeps/posix/dirstream.h: ... here.
40275         * sysdeps/unix/fdopendir.c: Renamed to ...
40276         * sysdeps/posix/fdopendir.c: ... here.
40277         * sysdeps/unix/opendir.c: Renamed to ...
40278         * sysdeps/posix/opendir.c: ... here.
40279         * sysdeps/unix/readdir.c: Renamed to ...
40280         * sysdeps/posix/readdir.c: ... here.
40281         * sysdeps/unix/readdir_r.c: Renamed to ...
40282         * sysdeps/posix/readdir_r.c: ... here.
40283         * sysdeps/unix/rewinddir.c: Renamed to ...
40284         * sysdeps/posix/rewinddir.c: ... here.
40285         * sysdeps/unix/seekdir.c: Renamed to ...
40286         * sysdeps/posix/seekdir.c: ... here.
40287         * sysdeps/unix/telldir.c: Renamed to ...
40288         * sysdeps/posix/telldir.c: ... here.
40289         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40290         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40291         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40292         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40294         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40295         * bits/fcntl.h: ... here.
40297         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40298         not 0.
40299         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40300         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40301         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40302         (struct flock): Move l_start, l_len to the beginning.
40303         Use __pid_t for l_pid.
40304         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40305         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40306         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40307         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40308         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40309         [__USE_LARGEFILE64] (struct flock64): New type.
40310         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40312         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40313         * bits/dirent.h: ... here.
40315         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40316         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40318 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40320         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40321         Change from 2.6.0 to 2.6.16.
40322         * sysdeps/unix/sysv/linux/configure: Regenerated.
40323         * sysdeps/unix/sysv/linux/kernel-features.h
40324         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40325         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40326         version.
40327         (__ASSUME_UTIMES): Likewise.
40328         (__ASSUME_CLONE_STOPPED): Remove.
40329         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40330         architectures, not kernel version.
40331         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40332         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40333         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40334         (__ASSUME_WAITID_SYSCALL): Likewise.
40335         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40336         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40337         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40338         refer to older versions.
40340 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40342         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40343         Define alphasort64 as an alias.
40344         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40345         Define versionsort64 as an alias.
40346         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40347         Define scandir64 as an alias.
40348         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40349         Define scandirat64 as an alias.
40350         * dirent/alphasort64.c (alphasort64):
40351         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40352         * dirent/versionsort64.c: Likewise.
40353         * dirent/scandir64.c: Likewise.
40354         * dirent/scandirat64.c: Likewise.
40355         * sysdeps/wordsize-64/alphasort.c: File removed.
40356         * sysdeps/wordsize-64/alphasort64.c: File removed.
40357         * sysdeps/wordsize-64/scandir.c: File removed.
40358         * sysdeps/wordsize-64/scandir64.c: File removed.
40359         * sysdeps/wordsize-64/scandirat.c: File removed.
40360         * sysdeps/wordsize-64/scandirat64.c: File removed.
40361         * sysdeps/wordsize-64/versionsort.c: File removed.
40362         * sysdeps/wordsize-64/versionsort64.c: File removed.
40363         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40364         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40365         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40366         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40367         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40368         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40369         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40370         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40372         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40373         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40374         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40375         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40376         [defined __arch64__ || defined __sparcv9]
40377         (__INO_T_MATCHES_INO64_T): New macro.
40378         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40379         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40380         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40381         * sysdeps/unix/sysv/linux/bits/dirent.h
40382         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40383         (_DIRENT_MATCHES_DIRENT64): New macro.
40385         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40386         Define lockf64 as an alias.
40387         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40388         Define fseeko64 as an alias.
40389         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40390         Define ftello64 as an alias.
40391         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40392         Define _IO_fgetpos64 and fgetpos64 as aliases.
40393         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40394         Define _IO_fsetpos64 and fsetpos64 as aliases.
40395         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40396         Conditionalize body on this.
40397         * libio/fseeko64.c: Likewise.
40398         * libio/ftello64.c: Likewise.
40399         * libio/iofgetpos64.c: Likewise.
40400         * libio/iofsetpos64.c: Likewise.
40401         * sysdeps/wordsize-64/lockf.c: File removed.
40402         * sysdeps/wordsize-64/lockf64.c: File removed.
40403         * sysdeps/wordsize-64/fseeko.c: File removed.
40404         * sysdeps/wordsize-64/fseeko64.c: File removed.
40405         * sysdeps/wordsize-64/ftello.c: File removed.
40406         * sysdeps/wordsize-64/ftello64.c: File removed.
40407         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40408         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40409         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40410         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40411         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40412         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40413         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40414         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40415         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40416         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40417         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40418         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40419         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40420         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40422         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40423         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40424         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40425         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40426         [defined __arch64__ || defined __sparcv9]
40427         (__OFF_T_MATCHES_OFF64_T): New macro.
40428         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40429         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40430         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40431         (__OFF_T_MATCHES_OFF64_T): New macro.
40433 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40435         * stdlib/secure-getenv.c (__secure_getenv): Replace
40436         GLIBC_2_16 with GLIBC_2_17.
40438 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40440         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40441         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40443 2012-08-03  David S. Miller  <davem@davemloft.net>
40445         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40447 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40449         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40450         Remove.
40451         (__ASSUME_CORRECT_SI_PID): Likewise.
40452         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40453         (__ASSUME_TMPFS_NAME): Likewise.
40454         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40455         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40456         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40457         (HAVE_AUX_SECURE): Make definition unconditional.
40458         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40459         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40461 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40463         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40464         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40465         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40466         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40467         __eloop_threshold instead of SYMLOOP_MAX.
40469         * sysdeps/generic/eloop-threshold.h: New file.
40470         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40471         of MAXSYMLINKS.
40472         * elf/chroot_canon.c (chroot_canon): Likewise.
40474 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40476         [BZ #13717]
40477         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40478         Change to 2.6.0 everywhere.
40479         * sysdeps/unix/sysv/linux/configure: Regenerated.
40480         * sysdeps/unix/sysv/linux/kernel-features.h
40481         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40482         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40483         kernel versions.
40484         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40485         (__ASSUME_FUTEX_REQUEUE): Remove.
40486         (__ASSUME_STATFS64): Define unconditionally.
40487         (__ASSUME_AT_SECURE): Likewise.
40488         (__ASSUME_CORRECT_SI_PID): Likewise.
40489         (__ASSUME_TGKILL): Define without depending on kernel version for
40490         i386.
40491         (__ASSUME_UTIMES): Likewise.
40492         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40493         kernel version.
40494         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40495         (__ASSUME_TMPFS_NAME): Likewise.
40496         * README: Update reference to Linux kernel versions.
40498 2012-08-02  Marek Polacek  <polacek@redhat.com>
40500         [BZ# 14150]
40501         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40502         libc_cv_asm_type_prefix with %.
40503         * configure: Regenerated.
40504         * include/libc-symbols.h: Remove comment about
40505         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40506         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40507         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40508         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40509         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40510         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40511         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40512         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40513         * elf/tst-unique2mod1.c: Likewise.
40514         * elf/tst-unique1mod2.c: Likewise.
40515         * elf/tst-unique1mod1.c: Likewise.
40516         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40517         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40518         Replace ASM_TYPE_DIRECTIVE with .type.
40519         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40520         * sysdeps/i386/sysdep.h: Likewise.
40521         * sysdeps/x86_64/sysdep.h: Likewise.
40522         * sysdeps/sh/sysdep.h: Likewise.
40523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40524         Do not define ASM_TYPE_DIRECTIVE.
40525         * sysdeps/powerpc/sysdep.h: Likewise.
40526         * sysdeps/powerpc/powerpc32/sysdep.h:
40527         Replace ASM_TYPE_DIRECTIVE with .type.
40528         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40529         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40530         * sysdeps/i386/fpu/e_powf.S: Likewise.
40531         * sysdeps/i386/fpu/e_expl.S: Likewise.
40532         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40533         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40534         * sysdeps/i386/fpu/e_pow.S: Likewise.
40535         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40536         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40537         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40538         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40539         * sysdeps/i386/fpu/e_log2.S: Likewise.
40540         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40541         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40542         * sysdeps/i386/fpu/e_powl.S: Likewise.
40543         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40544         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40545         * sysdeps/i386/fpu/e_logl.S: Likewise.
40546         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40547         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40548         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40549         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40550         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40551         * sysdeps/i386/fpu/e_log.S: Likewise.
40552         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40553         * sysdeps/i386/fpu/e_logf.S: Likewise.
40554         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40555         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40556         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40557         * sysdeps/i386/fpu/e_log10.S: Likewise.
40558         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40559         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40560         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40561         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40562         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40563         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40564         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40565         * sysdeps/i386/i686/strtok.S: Likewise.
40566         * sysdeps/i386/i386-mcount.S: Likewise.
40567         * sysdeps/i386/strtok.S: Likewise.
40568         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40569         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40570         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40571         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40572         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40573         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40574         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40575         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40576         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40577         * sysdeps/x86_64/_mcount.S: Likewise.
40578         * sysdeps/x86_64/strtok.S: Likewise.
40579         * sysdeps/sh/_mcount.S: Likewise.
40581 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40583         * libio/iofopen.c: Include <fcntl.h>.
40584         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40585         (_IO_fopen64, fopen64): Define as aliases.
40586         * libio/iofopen64.c: Include <fcntl.h>.
40587         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40588         Conditionalize body on this.
40589         * sysdeps/wordsize-64/iofopen.c: File removed.
40590         * sysdeps/wordsize-64/iofopen64.c: File removed.
40592 2012-08-01  Marek Polacek  <polacek@redhat.com>
40594         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40595         Use dlfcn directly instead of a variable.
40596         (binfmt-subdir): Do not define.
40597         (dlfcn): Likewise.
40599 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40601         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40602         Remove all definitions.
40603         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40604         <kernel-features.h>.
40605         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40606         (miss_F_GETOWN_EX): Remove all definitions.
40607         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40608         macro definition.
40609         [!__ASSUME_FCNTL64]: Remove conditional code.
40610         [__ASSUME_FCNTL64]: Make code unconditional.
40611         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40612         <kernel-features.h>.
40613         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40614         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40615         (lockf64) [__NR_fcntl64]: Make code unconditional.
40616         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40618         * sysdeps/unix/sysv/linux/kernel-features.h
40619         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40620         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40621         Make code unconditional.
40622         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40623         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40625         [__NR_vfork]: Make code unconditional.
40626         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40627         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40629         [__NR_vfork]: Make code unconditional.
40630         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40631         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40633 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40635         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40636         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40638         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40639         Define mkstemp64 as an alias.
40640         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40641         Define mkstemps64 as an alias.
40642         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40643         Define mkostemp64 as an alias.
40644         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40645         Define mkostemps64 as an alias.
40646         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40647         Conditionalize body on this.
40648         * misc/mkostemp64.c: Likewise.
40649         * misc/mkostemps64.c: Likewise.
40650         * misc/mkstemps64.c: Likewise.
40651         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40652         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40653         * sysdeps/wordsize-64/mkostemp.c: File removed.
40654         * sysdeps/wordsize-64/mkstemp.c: File removed.
40655         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40656         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40657         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40658         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40660         [BZ #14138]
40661         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40662         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40663         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40664         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40666         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40667         compat_symbol macros from <shlib-compat.h> rather than the underlying
40668         default_symbol_version and symbol_version macros, so that DEFAULT
40669         lines in shlib-versions are respected.
40670         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40672 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40674         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40675         Declare with warn_unused_result.
40676         (setgid, setregid, setegid, setresgid): Likewise.
40677         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40678         Likewise.
40679         * WUR-REPORT: Remove set*id functions.
40681 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40683         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40685 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40687         [BZ #10191]
40688         * include/sys/socket.h (__libc_accept, __libc_accept4):
40689         Add attribute_hidden.
40690         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40692         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40693         use of PTR_MANGLE.
40694         * inet/getnetgrent_r.c (setup): Likewise.
40696         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40698 2012-07-31  David S. Miller  <davem@davemloft.net>
40700         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40702 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40704         [BZ #13629]
40705         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40706         value between 1.0 and 2.0 and smaller part has absolute value less
40707         than 1.0.
40708         * math/s_clog10.c (__clog10): Likewise.
40709         * math/s_clog10f.c (__clog10f): Likewise.
40710         * math/s_clog10l.c (__clog10l): Likewise.
40711         * math/s_clogf.c (__clogf): Likewise.
40712         * math/s_clogl.c (__clogl): Likewise.
40713         * math/libm-test.inc (clog_test): Add more tests.
40714         (clog10_test): Likewise.
40715         * sysdeps/i386/fpu/libm-test-ulps: Update.
40716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40718 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40720         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40721         Exit with zero in case no suitable GID is found, and write a
40722         message to standard error.
40724 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40726         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40727         rather than to 1.
40728         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40729         (MAXPATHLEN): Removed.
40730         (NOGROUP, NODEV): New macros.
40731         (setbit, clrbit, isset, isclr): New macros.
40732         (howmany, roundup, powerof2): New macros.
40733         (DEV_BSIZE): New macro.
40735         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40736         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40738         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40739         definition on [!__NO_LONG_DOUBLE_MATH].
40741         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40742         PTR_MANGLE and PTR_DEMANGLE.
40744         * socket/accept4.c (accept4): Rename to __libc_accept4.
40745         Define accept4 as a weak alias.
40747         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40748         on [_DIRENT_HAVE_D_TYPE].
40749         * io/ftw.c (ftw_dir): Likewise.
40751         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40753         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40755         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40756         Use the BSD numbers rather than the arbitrary ones we had.
40757         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40758         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40759         (SIGXCPU, SIGXFSZ): New macros.
40760         (_NSIG): Now 32.
40762         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40763         initializer on [_LIBC_REENTRANT].
40765         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40766         definitions inside [_POSIX_MAPPED_FILES].
40768         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40770         * dirent/opendir.c: Include <fcntl.h>.
40772         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40773         (__libc_getspecific): Likewise.
40774         (__libc_key_create): Likewise.
40776         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40777         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40778         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40779         (tmpfile64): Define as alias.
40780         * sysdeps/wordsize-64/tmpfile.c: File removed.
40781         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40782         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40783         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40785         * stdio-common/vfscanf.c: Include <stdbool.h>.
40786         * nss/makedb.c: Likewise.
40787         * stdio-common/_i18n_number.h: Likewise.
40788         * argp/argp-help.c: Likewise.
40789         * posix/wordexp.c: Likewise.
40790         * sysdeps/posix/spawni.c: Likewise.
40791         * nss/nss_files/files-initgroups.c: Likewise.
40792         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40793         * nss/nss_files/files-initgroups.c: Likewise.
40794         * nss/nss_db/db-netgrp.c: Likewise.
40795         * nss/nss_db/db-initgroups.c: Likewise.
40796         * io/fchmodat.c: Include <sys/stat.h>.
40798         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40799         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40801         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40802         [HAVE_MMAP].
40804         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40805         Add multiple inclusion protection.
40807 2012-07-27  David S. Miller  <davem@davemloft.net>
40809         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40811 2012-07-27  Gary Benson  <gbenson@redhat.com>
40813         [BZ #14298]
40814         * elf/rtld.c: Include <stap-probe.h>.
40815         (dl_main): Added static probes "init_start" and "init_complete".
40816         * elf/dl-load.c: Include <stap-probe.h>.
40817         (lose): Take new parameter "nsid".
40818         Added static probe "map_failed".
40819         (_dl_map_object_from_fd): Pass namespace id to lose.
40820         Added static probe "map_start".
40821         (open_verify): Pass namespace id to lose.
40822         * elf/dl-open.c: Include <stap-probe.h>.
40823         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40824         and "reloc_complete".
40825         * elf/dl-close.c: Include <stap-probe.h>.
40826         (_dl_close_worker): Added static probes "unmap_start" and
40827         "unmap_complete".
40828         * elf/rtld-debugger-interface.txt: New file documenting the above.
40830 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40832         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40833         rather than a string variable.
40834         * sunrpc/rpc_main.c (h_output): Likewise.
40835         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40837 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40839         * inet/check_native.c: New file.
40841 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40843         [BZ #13629]
40844         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40845         if larger part has absolute value 1.0.
40846         * math/s_clog10.c (__clog10): Likewise.
40847         * math/s_clog10f.c (__clog10f): Likewise.
40848         * math/s_clog10l.c (__clog10l): Likewise.
40849         * math/s_clogf.c (__clogf): Likewise.
40850         * math/s_clogl.c (__clogl): Likewise.
40851         * math/libm-test.inc (clog_test): Add more tests.
40852         (clog10_test): Likewise.
40853         * sysdeps/i386/fpu/libm-test-ulps: Update.
40854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40856         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40857         (pltexit): Likewise.
40858         (La_regs): Likewise.
40859         (La_retval): Likewise.
40860         (int_retval): Likewise.
40861         Update #error for removed macros to refer only to definitions in
40862         tst-audit.h.
40863         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40864         macro.
40865         (pltexit): Likewise.
40866         (La_regs): Likewise.
40867         (La_retval): Likewise.
40868         (int_retval): Likewise.
40869         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40870         macro.
40871         (pltexit): Likewise.
40872         (La_regs): Likewise.
40873         (La_retval): Likewise.
40874         (int_retval): Likewise.
40875         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40876         macro.
40877         (pltexit): Likewise.
40878         (La_regs): Likewise.
40879         (La_retval): Likewise.
40880         (int_retval): Likewise.
40881         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40882         macro.
40883         (pltexit): Likewise.
40884         (La_regs): Likewise.
40885         (La_retval): Likewise.
40886         (int_retval): Likewise.
40887         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40888         macro.
40889         (pltexit): Likewise.
40890         (La_regs): Likewise.
40891         (La_retval): Likewise.
40892         (int_retval): Likewise.
40893         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40894         macro.
40895         (pltexit): Likewise.
40896         (La_regs): Likewise.
40897         (La_retval): Likewise.
40898         (int_retval): Likewise.
40899         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40900         macro definitions in tst-audit.h.
40901         * sysdeps/i386/tst-audit.h: New file.
40902         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40903         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40904         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40905         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40906         * sysdeps/sh/tst-audit.h: Likewise.
40907         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40908         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40909         * sysdeps/x86_64/tst-audit.h: Likewise.
40911 2012-07-26  Andreas Jaeger  <aj@suse.de>
40913         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40914         ptrace.
40916         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40917         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40918         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40919         PTRACE_O_MASK.
40920         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40921         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40922         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40924         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40925         value.
40927         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40928         _sigsys.
40929         (si_call_addr, si_syscall, si_arch): Define new macro.
40930         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40931         _sigsys.
40932         (si_call_addr, si_syscall, si_arch): Define new marcro.
40933         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40934         _sigsys.
40935         (si_call_addr, si_syscall, si_arch): Define new macro.
40936         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40937         _sigsys.
40938         (si_call_addr, si_syscall, si_arch): Define new macro.
40940 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40942         [BZ #13717]
40943         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40944         Change to 2.4.21 where previously 2.4.1.
40945         * sysdeps/unix/sysv/linux/configure: Regenerated.
40946         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40947         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40948         Linux kernel version.
40949         (__ASSUME_STD_AUXV): Remove.
40950         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40951         kernel version.
40952         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40953         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40954         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40955         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40956         (__ASSUME_NETLINK_SUPPORT): Likewise.
40957         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40958         (__no_netlink_support): Remove conditional definition.
40959         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40960         Remove.
40961         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40962         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40963         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40964         (if_nameindex_ioctl): Remove.
40965         (if_nameindex_netlink): Do not handle __no_netlink_support.
40966         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40967         code.
40968         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40969         Remove conditional code.
40970         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40971         code.
40972         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40973         unconditional.
40974         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40975         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40976         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40977         Remove.
40978         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40979         [!__ASSUME_STD_AUXV]: Remove conditional code.
40980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40981         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40982         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40984         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40985         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40986         code.
40987         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40989         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40990         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40991         conditional code.
40992         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40994         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40995         code.
40996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40997         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40998         conditional code.
40999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41000         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41001         code unconditional.
41002         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41003         conditional code.
41004         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41005         unconditional.
41006         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41007         conditional code.
41008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41009         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41010         unconditional.
41011         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41012         conditional code.
41013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41014         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41015         code unconditional.
41016         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41017         conditional code.
41018         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41019         unconditional.
41020         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41021         conditional code.
41022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41023         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41024         code unconditional.
41025         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41026         conditional code.
41027         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41028         unconditional.
41029         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41030         conditional code.
41032 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41034         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41035         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41036         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41037         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41038         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41039         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41040         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41041         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41042         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41043         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41044         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41045         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41046         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41047         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41048         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41049         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41050         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41051         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41052         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41053         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41054         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41055         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41056         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41058 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41060         * Versions.def: Add GLIBC_2.17.
41061         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41062         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41063         Introduce __libc_secure_getenv.
41064         * stdlib/Versions (2.17): Add secure_getenv
41065         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41066         * stdlib/secure-getenv.c: Rename __secure_getenv to
41067         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41068         symbol __secure_getenv for GLIBC_2.0.
41069         * stdlib/tst-secure-getenv.c: New.
41070         * stdlib/Makefile (tests): Add testcase.
41071         * manual/startup.texi (Environment Access): Document
41072         secure_getenv.
41073         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41074         __libc_secure_getenv.
41075         * inet/ruserpass.c (ruserpass): Likewise.
41076         * malloc/mtrace.c (mtrace): Likewise.
41077         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41078         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41079         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41080         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41081         HAVE_SECURE_GETENV.
41082         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41083         __secure_getenv to __libc_secure_getenv.
41084         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41086         Likewise.
41087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41088         Likewise.
41089         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41090         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41091         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41092         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41093         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41094         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41095         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41097 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41099         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41100         (struct La_i86_retval): Likewise.
41101         (struct La_x86_64_regs): Likewise.
41102         (struct La_x86_64_retval): Likewise.
41103         (struct La_x32_regs): Likewise.
41104         (struct La_x32_retval): Likewise.
41105         (struct La_ppc32_regs): Likewise.
41106         (struct La_ppc32_retval): Likewise.
41107         (struct La_ppc64_regs): Likewise.
41108         (struct La_ppc64_retval): Likewise.
41109         (struct La_sh_regs): Likewise.
41110         (struct La_sh_retval): Likewise.
41111         (struct La_s390_32_regs): Likewise.
41112         (struct La_s390_32_retval): Likewise.
41113         (struct La_s390_64_regs): Likewise.
41114         (struct La_s390_64_retval): Likewise.
41115         (struct La_sparc32_regs): Likewise.
41116         (struct La_sparc32_retval): Likewise.
41117         (struct La_sparc64_regs): Likewise.
41118         (struct La_sparc64_retval): Likewise.
41119         (struct audit_ifaces): Remove architecture-specific pltenter and
41120         pltexit members.
41121         * sysdeps/i386/ldsodefs.h: New file.
41122         * sysdeps/powerpc/ldsodefs.h: Likewise.
41123         * sysdeps/s390/ldsodefs.h: Likewise.
41124         * sysdeps/sh/ldsodefs.h: Likewise.
41125         * sysdeps/sparc/ldsodefs.h: Likewise.
41126         * sysdeps/x86_64/ldsodefs.h: Likewise.
41128 2012-07-25  Marek Polacek  <polacek@redhat.com>
41130         [BZ #6808]
41131         * math/libm-test.inc (yn_test): Add another test.
41132         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41133         to ERANGE when the result is +-Inf.
41134         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41135         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41136         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41137         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41139 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41141         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41142         equal to 0.
41143         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41144         clock_t.
41145         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41147 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41149         * configure.in <sysdeps resolving>: Correct printing
41150         Implies_before.
41151         * configure: Regenerate.
41153 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41155         * math/w_ilogb.c: Include <limits.h>.
41156         * math/w_ilogbl.c: Likewise.
41158 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41160         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41161         va_copy.  Document allowing for unavailable va_copy only as
41162         pre-C99 compatibility.
41163         * manual/string.texi (Copying and Concatenation): Use va_copy
41164         instead of __va_copy in concat example.
41166 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41168         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41169         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41170         it if not null.
41172         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41173         with O_NOLINK passed to __file_name_lookup.
41175         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41176         with O_NOLINK passed to __file_name_lookup.
41178         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41179         negative N or less than NGIDS.
41181         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41182         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41183         enough.  Use memcpy instead of strncpy.
41185 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41187         * elf/Makefile (check-data): Remove.
41188         (localplt.data): New vpath directive.
41189         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41190         instead of $(check-data).
41191         * scripts/data/localplt-generic.data: Move to ...
41192         * sysdeps/generic/localplt.data: ... here.
41193         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41194         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41195         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41197         ... here.
41198         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41200         ... here.
41201         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41203         ... here.
41204         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41206         ... here.
41207         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41208         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41209         ... here.
41210         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41211         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41212         ... here.
41214 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41216         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41217         PPC32 and PPC64 files.
41218         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41219         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41221 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41223         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41224         __makecontext_ret to ...
41225         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41226         ... here and call exit if uc_link is NULL.  New file.
41227         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41228         __makecontext_ret.S.
41229         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41230         __makecontext_ret to ...
41231         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41232         ... here and call exit if uc_link is NULL.  New file.
41233         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41234         __makecontext_ret.S.
41236 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41238         * elf/elf.h (R_390_IRELATIVE): New definition.
41239         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41240         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41241         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41242         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41243         (elf_machine_lazy_rel): Likewise.
41244         * sysdeps/s390/dl-irel.h: New file.
41245         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41246         * sysdeps/s390/s390-64/memset.S: New asm code.
41247         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41248         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41249         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41250         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41251         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41252         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41253         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41254         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41255         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41256         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41257         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41258         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41259         * sysdeps/s390/s390-32/memset.S: New asm code.
41260         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41262 2012-07-17  Marek Polacek  <polacek@redhat.com>
41264         [BZ #14349]
41265         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41266         * sysdeps/s390/s390-64/configure.in: Likewise.
41267         * sysdeps/sparc/configure.in: Likewise.
41268         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41269         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41270         * sysdeps/i386/configure.in: Likewise.
41271         * sysdeps/x86_64/configure.in: Likewise.
41272         * sysdeps/sh/configure.in: Likewise.
41273         * sysdeps/s390/s390-32/configure: Regenerated.
41274         * sysdeps/s390/s390-64/configure: Likewise.
41275         * sysdeps/x86_64/configure: Likewise.
41276         * sysdeps/sh/configure: Likewise.
41277         * sysdeps/powerpc/powerpc64/configure: Likewise.
41278         * sysdeps/powerpc/powerpc32/configure: Likewise.
41279         * sysdeps/sparc/configure: Likwise.
41280         * sysdeps/i386/configure: Likewise.
41282         * elf/dl-open.c: Comment fixes.
41284 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41286         * Makefile [CXX] (check-data): Remove.
41287         [CXX] (c++-types.data): New vpath directive.
41288         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41289         vpath.  Do not allow for C++ type data being missing.
41290         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41291         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41292         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41293         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41294         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41295         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41296         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41298         ... here.
41299         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41301         ... here.
41302         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41303         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41304         ... here.
41305         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41306         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41307         ... here.
41308         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41309         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41310         ... here.
41311         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41312         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41313         ... here.
41314         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41315         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41316         ... here.
41317         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41318         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41320         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41321         definitions to architecture-specific files.
41322         (TLS_IE): Likewise.
41323         (TLS_LD): Likewise.
41324         (TLS_GD): Likewise.
41325         * sysdeps/i386/tls-macros.h: New file.
41326         * sysdeps/powerpc/tls-macros.h: Likewise.
41327         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41328         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41329         * sysdeps/sh/tls-macros.h: Likewise.
41330         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41331         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41332         * sysdeps/x86_64/tls-macros.h: Likewise.
41334 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41336         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41337         zero value for regular exit case.
41339         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41340         (__start_context): Preserve zero value for regular exit case.
41342 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41343             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41345         * manual/setjmp.texi (setcontext): Clarify normal process
41346         termination when uc_link is the null pointer.
41347         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41348         exit call.
41350 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41352         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41353         preprocessor.  Test for each exception mask separately.
41355 2012-07-16  Andreas Jaeger  <aj@suse.de>
41357         * po/ru.po: Update from translation team.
41359 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41361         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41362         equal to 0.
41363         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41364         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41365         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41366         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41367         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41369 2012-07-13  Andreas Jaeger  <aj@suse.de>
41371         * po/fr.po: Update from translation team.
41373 2012-07-12  Marek Polacek  <polacek@redhat.com>
41375         [BZ #14173]
41376         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41377         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41378         loop condition.
41380 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41382         [BZ #13717]
41383         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41384         Change to 2.4.1 where previously 2.4.0.
41385         * sysdeps/unix/sysv/linux/configure: Regenerated.
41386         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41387         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41388         version.
41389         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41390         (__ASSUME_AT_CLKTCK): Remove.
41391         (__ASSUME_AT_PAGESIZE): Likewise.
41392         (__ASSUME_AT_XID): Likewise.
41393         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41394         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41395         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41396         unconditionally.
41397         (HAVE_AUX_PAGESIZE): Likewise.
41398         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41399         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41400         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41402 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41404         [BZ #14307]
41405         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41406         the temporary buffer used to invoke __gethostbyname2_r,
41407         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41408         host_data / struct gaih_addrtuple.
41409         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41410         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41411         header file nss/nsswitch.h.
41412         * nss/nsswitch.h (global scope): Add definition of implementation
41413         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41414         resolv/nss_dns/dns-host.c).
41416 2012-07-11  Andreas Jaeger  <aj@suse.de>
41418         * po/fr.po: Update from translation team.
41420         * po/sv.po: Update from translation team
41421         * po/fr.po: Another update from translation team.
41423 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41425         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41426         for subnormals or multiply small sinh result by itself.
41427         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41428         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41430 2012-07-11  David S. Miller  <davem@davemloft.net>
41432         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41434 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41436         [BZ #14347]
41437         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41438         (INTERNAL_MARK): Shift it here.
41440 2012-07-10  Marek Polacek  <polacek@redhat.com>
41442         [BZ #14151]
41443         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41444         libc_cv_asm_global_directive with .globl.
41445         * configure: Regenerated.
41446         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41447         with .globl.
41448         * sysdeps/i386/configure: Regenerated.
41449         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41450         with .globl.
41451         * sysdeps/x86_64/configure: Regenerated.
41452         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41453         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41454         * elf/tst-unique2mod2.c: Likewise.
41455         * elf/tst-unique2mod1.c: Likewise.
41456         * elf/tst-unique1mod2.c: Likewise.
41457         * elf/tst-unique1mod1.c: Likewise.
41458         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41459         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41460         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41461         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41462         * sysdeps/mach/sysdep.h: Likewise.
41463         * sysdeps/i386/sysdep.h: Likewise.
41464         * sysdeps/i386/i386-mcount.S: Likewise.
41465         * sysdeps/x86_64/_mcount.S: Likewise.
41466         * sysdeps/x86_64/sysdep.h: Likewise.
41467         * sysdeps/sh/_mcount.S: Likewise.
41468         * sysdeps/sh/sysdep.h: Likewise.
41469         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41470         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41471         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41472         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41473         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41474         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41475         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41476         * locale/localeinfo.h: Likewise.
41477         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41478         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41480 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41482         [BZ #14336]
41483         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41484         system".
41485         * manual/message.texi (The Uniforum approach): Likewise.
41486         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41487         (glibc iconv Implementation): Likewise.
41489 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41491         [BZ #14337]
41492         * math/s_clog.c (__clog): Avoid scaling a value down where that
41493         could result in underflow.
41494         * math/s_clog10.c (__clog10): Likewise.
41495         * math/s_clog10f.c (__clog10f): Likewise.
41496         * math/s_clog10l.c (__clog10l): Likewise.
41497         * math/s_clogf.c (__clogf): Likewise.
41498         * math/s_clogl.c (__clogl): Likewise.
41499         * math/libm-test.inc (clog_test): Add more tests.
41500         (clog10_test): Likewise.
41501         * sysdeps/i386/fpu/libm-test-ulps: Update.
41502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41504 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41506         [BZ #14283]
41507         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41508         by 7 not 8 to examine high bit of fractional part.
41510         [BZ #14042]
41511         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41512         for call to __mcount_internal.
41513         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41514         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41515         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41517 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41519         [BZ #14154]
41520         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41521         approximation for values within 0x1p-13f of an odd multiple of
41522         pi/4.
41523         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41524         exception.  Add more tests.
41525         * sysdeps/i386/fpu/libm-test-ulps: Update.
41527         [BZ #6778]
41528         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41529         inputs and return -1 for them.  Do not check for +Inf in case not
41530         reachable for +Inf.
41531         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41532         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41533         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41534         and return -1 for them.  Do not check for +Inf in case not
41535         reachable for +Inf.
41536         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41537         define.
41538         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41539         and return -1 for them.  Do not check for +Inf in case not
41540         reachable for +Inf.
41541         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41542         spurious underflow.
41543         * sysdeps/i386/fpu/libm-test-ulps: Update.
41544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41546 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41548         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41550 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41552         [BZ #14157]
41553         [BZ #14331]
41554         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41555         could result in spurious underflow.  Scale down values above
41556         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41557         * math/s_csqrtf.c (__csqrtf): Likewise.
41558         * math/s_csqrtl.c (__csqrtl): Likewise.
41559         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41560         spurious underflow.
41561         * sysdeps/i386/fpu/libm-test-ulps: Update.
41562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41564 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41566         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41567         xopen-msg.sed.
41568         * catgets/xopen-msg.awk: New file.
41569         * catgets/xopen-msg.sed: Removed.
41571         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41572         po2text.sed.
41573         * intl/po2test.awk: New file.
41574         * intl/po2test.sed: Removed.
41576 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41578         [BZ #14328]
41579         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41580         or multiply small sinh result by itself.
41581         * math/s_ctanf.c (__ctanf): Likewise.
41582         * math/s_ctanh.c (__ctanh): Likewise.
41583         * math/s_ctanhf.c (__ctanhf): Likewise.
41584         * math/s_ctanhl.c (__ctanhl): Likewise.
41585         * math/s_ctanl.c (__ctanl): Likewise.
41586         * math/libm-test.inc (ctan_test_tonearest): New function.
41587         (ctan_test_towardzero): Likewise.
41588         (ctan_test_downward): Likewise.
41589         (ctan_test_upward): Likewise.
41590         (ctanh_test_tonearest): Likewise.
41591         (ctanh_test_towardzero): Likewise.
41592         (ctanh_test_downward): Likewise.
41593         (ctanh_test_upward): Likewise.
41594         (main): Call these new functions.
41595         * sysdeps/i386/fpu/libm-test-ulps: Update.
41596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41598 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41600         * .gitignore: Delete /ports entry.
41602 2012-07-03  Andreas Jaeger  <aj@suse.de>
41604         * po/bg.po: Update from translation team.
41605         * po/cs.po: Likewise.
41606         * po/de.po: Likewise.
41607         * po/hr.po: Likewise.
41608         * po/nl.pl: Likewise.
41609         * po/pl.po: Likewise.
41610         * po/vi.po: Likewise.
41612 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41614         * Makeconfig [!+link] (+link-before-libc): New variable.
41615         [!+link] (+link-after-libc): Likewise.
41616         [!+link] (+link-tests): Likewise.
41617         [!+link] (+link): Define in terms of $(+link-before-libc) and
41618         $(+link-after-libc).
41619         [!+link-static] (+link-static-before-libc): New variable.
41620         [!+link-static] (+link-static-after-libc): Likewise.
41621         [!+link-static] (+link-static-tests): Likewise.
41622         [!+link-static] (+link-static): Define in terms of
41623         $(+link-static-before-libc) and $(+link-static-after-libc).
41624         [build-shared] (link-libc-before-gnulib): New variable.
41625         [build-shared] (link-libc-tests): Likewise.
41626         [build-shared] (link-libc): Define in terms of
41627         $(link-libc-before-gnulib).
41628         [!build-shared] (link-libc-tests): New variable.
41629         (link-libc-static-tests): New variable.
41630         [!gnulib] (gnulib-arch): New variable.
41631         [!gnulib] (gnulib-tests): Likewise.
41632         [!gnulib] (static-gnulib-arch): Likewise.
41633         [!gnulib] (static-gnulib-tests): Likewise.
41634         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41635         Define with "=" instead of ":=".
41636         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41637         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41638         * Rules (binaries-all-notests): New variable.
41639         (binaries-all-tests): Likewise.
41640         (binaries-static-notests): Likewise.
41641         (binaries-static-tests): Likewise.
41642         (binaries-all): Define using $(binaries-all-notests) and
41643         $(binaries-all-tests).
41644         (binaries-static): Define using $(binaries-static-notests) and
41645         $(binaries-static-tests).
41646         (binaries-shared-tests): New variable.
41647         (binaries-shared-notests): Likewise.
41648         (binaries-shared): Remove variable.
41649         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41650         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41651         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41652         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41653         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41654         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41655         * elf/Makefile (sln-modules): New variable.
41656         (extra-objs): Add $(sln-modules:=.o).
41657         (ldconfig-modules): Add static-stubs.
41658         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41659         * elf/static-stubs.c: New file.
41661         [BZ #14283]
41662         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41663         by 7 not 8 to examine high bit of fractional part.  Use volatile
41664         variables when splitting into final array of floats if
41665         __FLT_EVAL_METHOD__ != 0.
41666         * math/libm-test.inc (cos_test): Add another test.
41667         (sin_test): Likewise.
41668         * sysdeps/i386/fpu/libm-test-ulps: Update.
41670         [BZ #14273]
41671         * math/libm-test.inc (cosh_test): Add more tests.
41673         * version.h (RELEASE): Set to "development".
41674         (VERSION): Set to "2.16.90".
41676 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41678         * NEWS: Update copyright. Remove last-updated date.
41679         Mention math library bug fixes and timezone data changes.
41680         * README: Mention GNU/Hurd, x32, and HPPA support status.
41682 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41684         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41686 2012-06-27  Andreas Jaeger  <aj@suse.de>
41688         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41690 2012-06-25  Andreas Jaeger  <aj@suse.de>
41692         * sysdeps/s390/fpu/libm-test-ulps: Update.
41694 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41695             Thomas Schwinge  <thomas@codesourcery.com>
41697         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41698         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41699         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41700         fanotify_mark.
41702 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41704         * sysdeps/mach/start.c: Remove file.
41705         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41706         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41707         * sysdeps/sh/init-first.c: Likewise.
41709         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41710         registers for frame unwinding purposes, add CFI directives.
41711         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41712         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41713         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41714         Likewise.
41716         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41717         __fortify_fail returning.
41718         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41720         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41721         sysdeps/sh/____longjmp_chk.S.
41722         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41723         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41724         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41725         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41727         * sysdeps/sh/abort-instr.h: New file.
41728         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41729         process in case exit returns.
41731         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41732         initialize the GOT register before use.
41734         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41735         calculation of ARGC > 4.
41737         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41738         meaningful names to some local labels.
41740 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41741             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41743         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41744         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41745         (__arch_compare_and_exchange_val_16_acq): Likewise.
41746         (__arch_compare_and_exchange_val_32_acq): Likewise.
41747         (atomic_exchange_and_add): Fix gUSA sequence.
41748         (atomic_add): Likewise.
41749         (atomic_add_negative): Likewise.
41750         (atomic_add_zero): Likewise.
41751         (atomic_bit_test_set): Likewise.
41753 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41755         [BZ #13579]
41756         * include/link.h (struct link_map): Add l_free_initfini.
41757         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41758         l_initfini.
41759         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41760         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41761         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41762         set.
41764 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41766         * configure.in: Use AC_LANG_SOURCE.
41767         * configure: Regenerate.
41769 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41771         * configure.in (libc_cv_localstatedir): New substituted variable.
41772         * configure: Regenerated.
41773         * config.make.in (localstatedir): New variable, substituted from
41774         libc_cv_localstatedir.
41775         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41776         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41777         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41778         * sysdeps/gnu/configure: Regenerated.
41780 2012-06-21  Jeff Law  <law@redhat.com>
41782         [BZ #14277]
41783         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41784         free.  Simplify list management for _LIBC case.
41786 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41788         [BZ #14273]
41789         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41790         Clear sign bit of 64-bit integer value before comparing against
41791         overflow value.
41793         * sysdeps/mach/configure: Regenerated.
41795 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41797         [BZ #14278]
41798         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41800 2012-06-21  Jeff Law  <law@redhat.com>
41802         [BZ #13882]
41803         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41804         uint16_t for elements in the "seen" array to avoid char overflows.
41805         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41806         * elf/dl-open.c (dl_open_worker): Likewise.
41808 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41810         * scripts/list-sources.sh: Scan PORTS for translations.
41811         * po/libc.pot: Regenerated.
41813 2012-06-21  Andreas Jaeger  <aj@suse.de>
41815         [BZ #12194]
41816         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41817         warning.
41818         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41819         * bits/byteswap-16.h (__bswap_16): Likewise.
41820         * bits/byteswap.h (__bswap_constant_16): Likewise.
41822 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41824         [BZ #14117]
41825         * sysdeps/i386/fpu_control.h: Removed.
41826         * sysdeps/x86_64/fpu_control.h: Moved to ...
41827         * sysdeps/x86/fpu_control.h: Here.
41829         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41830         (_FPU_SETCW): Likewise.
41832 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41834         [BZ #14117]
41835         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41836         * sysdeps/x86/fpu/bits/mathinline.h: This.
41837         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41839         [BZ #14050]
41840         [BZ #14117]
41841         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41842         functions if __x86_64__ is defined.
41844 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41846         * string/endian.h: Add !__ASSEMBLER__ condition for including
41847         conversion interfaces.
41849 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41851         [BZ #14241]
41852         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41853         of ABS(x) in calculating zero to negative powers other than odd
41854         integers.
41855         * math/libm-test.inc (pow_test): Add more tests.
41857 2012-06-15  Andreas Jaeger  <aj@suse.de>
41859         * manual/contrib.texi (Contributors): Update entry of Liubov
41860         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41861         Machado Filho.
41863 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41865         * string/string.h: Add __wur to GNU version of strerror_r.
41867 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41869         [BZ #14229]
41870         * string/Makefile (tests): Add tst-strtok_r.
41871         * string/tst-strtok_r.c: New file.
41872         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41873         RAX_LP/RDX_LP on SAVE_PTR.
41875 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41877         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41879 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41881         * libm_test.inc (csqrt_test): Allow more spurious underflow
41882         exceptions.
41883         (j0_test): Likewise.
41884         (j1_test): Likewise.
41885         (y0_test): Likewise.
41886         (y1_test): Likewise.
41888 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41890         * po/Makefile (libc.pot): Use UTF-8 charset.
41892 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41894         [BZ #14210]
41895         Suppress sign-conversion warning from FD_SET.
41896         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41897         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41898         not unsigned long int.
41899         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41901 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41903         [BZ #14050]
41904         [BZ #14117]
41905         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41906         __extern_always_inline instead of __extern_inline.
41907         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41908         (__signbit): Likewise.
41909         (__signbitl): Support C++ namespace.
41910         (lrintf): New inline function.
41911         (lrint): Likewise.
41912         (llrintf): Likewise.
41913         (llrint): Likewise.
41914         (fmaxf): Likewise.
41915         (fmax): Likewise.
41916         (fminf): Likewise.
41917         (fmin): Likewise.
41918         (rint): Likewise.
41919         (rintf): Likewise.
41920         (ceil): Likewise.
41921         (ceilf): Likewise.
41922         (floor): Likewise.
41923         (floorf): Likewise.
41924         (nearbyint): Likewise.
41925         (nearbyintf): Likewise.
41927 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41929         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41930         non-default versions.
41932 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41934         [BZ #14218]
41935         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41937 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41939         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41940         (FE_UPWARD, FE_DOWNWARD): Don't define.
41941         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41942         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41944         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41945         reading it.
41946         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41947         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41949 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41951         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41952         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41953         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41954         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41956 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41958         [BZ #14117]
41959         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41960         * sysdeps/i386/fpu/Implies: New file.
41961         * sysdeps/x86_64/fpu/Implies: Likewise.
41962         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41963         * sysdeps/x86/fpu/bits/fenv.h: This.
41965         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41966         __SSE_MATH__.
41968 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41970         [BZ #14134]
41971         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41972         character 0xffff that matches the last element of the
41973         conversion table.
41975 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41977         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41978         fmodl commit.
41980 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41982         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41983         values higher than 25.6283.
41985 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41987         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41988         subnormal exponent extraction and add some __builtin_expect.
41989         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41990         Fix for subnormal mantissa calculation.
41992 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41994         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41995         cpu2 is -1 and errno is not ENOSYS.
41997 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41999         [BZ #14117]
42000         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42001         * sysdeps/x86/bits/string.h: This.
42002         * sysdeps/x86_64/bits/string.h: Removed.
42004         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42005         if not compiling for x86-64, but compiling for >= i486.
42007         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42008         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42010         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42011         New macro from Linux kernel 3.4.0.
42012         (FP_XSTATE_MAGIC2): Likewise.
42013         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42014         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42015         (struct _fpx_sw_bytes): New struct.
42016         (struct _xsave_hdr): Likewise.
42017         (struct _ymmh_state): Likewise.
42018         (struct _xstate): Likewise.
42020         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42021         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42022         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42023         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42024         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42025         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42027         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42028         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42029         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42030         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42031         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42032         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42034 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42036         [BZ #13743]
42037         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42038         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42039         (sysdep_headers): Include sys/platform/ppc.h.
42040         * sysdeps/powerpc/test-gettimebase.c: Test for
42041         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42042         * manual/Makefile (appendices): Include platform.texi.
42043         * manual/contrib.texi (Contributors): Update @node pointers.
42044         * manual/maint.texi (Maintenance): Likewise.
42045         (Platform): New node.
42046         * manual/platform.texi: New file.  Document the new features.
42048 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42049             Jakub Jelinek  <jakub@redhat.com>
42051         [BZ #14188]
42052         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42053         where __builtin_expect is unavailable.
42055 2012-06-03  David S. Miller  <davem@davemloft.net>
42057         * stdlib/longlong.h: Updated from GCC.
42059 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42061         [BZ #14042]
42062         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42063         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42064         __mcount_internal.
42065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42066         (GLIBC_2.16): Likewise.
42068 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42070         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42072 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42075         (default-abi): New variable.
42076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42077         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42078         variable.
42079         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42080         Likewise.
42081         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42082         Likewise.
42083         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42084         Likewise.
42086         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42087         definition.  Document in comment.
42089 2012-06-01  David S. Miller  <davem@davemloft.net>
42091         * stdlib/longlong.h: Updated from GCC.
42093 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42095         [BZ #14117]
42096         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42097         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42098         sys/debugreg.h sys/io.h here.
42099         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42100         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42101         sys/io.h.
42102         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42103         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42104         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42105         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42106         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42107         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42109         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42110         Define only if __x86_64__ is defined.
42112 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42114         [BZ #14048]
42115         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42116         Use int64_t for variable i.
42117         * math/libm-test.inc (fmod_test): Add more tests.
42119         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42120         z computation is not scheduled after fetestexcept.
42121         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42122         Use math_force_eval instead of asm to ensure calculation scheduled
42123         before exception test.
42124         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42125         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42127 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42129         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42130         computation is not scheduled after fetestexcept.
42132 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42134         [BZ #14117]
42135         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42136         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42138 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42140         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42141         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42143 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42145         [BZ #14117]
42146         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42147         <bits/wordsize.h>.
42148         (__WCHAR_MIN): Support __WORDSIZE == 64.
42149         (__WCHAR_MAX): Likewise.
42151         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42152         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42154         [BZ #14183]
42155         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42156         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42158         [BZ #14117]
42159         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42160         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42162         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42163         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42165         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42166         Defined to 1 if __x86_64__ isn't defined.
42167         (_STAT_VER_LINUX_OLD): New.
42168         (st_atime): Remove duplicate.
42169         (st_mtime): Likewise.
42170         (st_ctime): Likewise.
42172 2012-05-31  David S. Miller  <davem@davemloft.net>
42174         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42175         entries.
42177 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42179         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42180         gen-libm-test.pl.
42182         [BZ #14132]
42183         * elf/dl-reloc.c: Include <_itoa.h>.
42184         (_dl_reloc_bad_type): Remove use of INTUSE.
42185         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42186         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42187         * stdio-common/psiginfo.c (psiginfo): Likewise.
42188         * stdio-common/psignal.c (psignal): Likewise.
42189         * string/strsignal.c (strsignal): Likewise.
42190         * include/signal.h (_sys_siglist): Declare hidden proto.
42191         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42192         INTVARDEF with libc_hidden_data_def.
42193         * stdio-common/itoa-udigits.c: Likewise.
42194         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42195         (_itoa_lower_digits_internal): Remove declaration.
42196         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42197         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42198         (_sys_sigabbrev_internal): Remove aliases.
42199         (_sys_siglist): Define hidden alias.
42201 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42203         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42204         bits/sysctl.h.
42206 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42208         [BZ #14117]
42209         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42210         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42212         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42213         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42214         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42215         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42216         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42217         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42219         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42220         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42221         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42223         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42224         with __addr.
42225         (insw): Likewise.
42226         (insl): Likewise.
42227         (outsb): Likewise.
42228         (outsw): Likewise.
42229         (outsl): Likewise.
42231         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42232         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42233         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42235         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42236         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42237         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42238         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42239         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42240         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42242         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42243         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42245         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42246         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42248         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42249         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42250         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42252         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42253         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42254         to ...
42255         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42257         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42258         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42259         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42261         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42262         for x86-64.
42263         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42265 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42267         * math/math.h (M_El): Use two more decimal places.
42268         (M_LOG2El): Likewise.
42269         (M_LOG10El): Likewise.
42270         (M_LN2l): Likewise.
42271         (M_LN10l): Likewise.
42272         (M_PIl): Likewise.
42273         (M_PI_2l): Likewise.
42274         (M_PI_4l): Likewise.
42275         (M_1_PIl): Likewise.
42276         (M_2_PIl): Likewise.
42277         (M_2_SQRTPIl): Likewise.
42278         (M_SQRT2l): Likewise.
42279         (M_SQRT1_2l): Likewise.
42281 2012-05-31  David S. Miller  <davem@davemloft.net>
42283         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42284         values between float registers.
42285         * sysdeps/sparc/sparc64/memset.S: Likewise.
42286         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42288 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42290         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42291         -D_FORTIFY_SOURCE=1.
42292         (CPPFLAGS-tst-longjmp_chk.c): Define.
42293         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42294         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42295         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42296         CFLAGS-tst-wchar-h.c.
42298 2012-05-31  Marek Polacek  <polacek@redhat.com>
42300         [BZ #14132]
42301         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42302         __endmntent_internal): Remove declaration.
42303         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42304         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42305         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42307 2012-05-30  David S. Miller  <davem@davemloft.net>
42309         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42310         (___Q_simulate_exceptions): Use real FP ops rather than writing
42311         into the %fsr.
42312         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42313         Likewise.
42315 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42317         [BZ #14117]
42318         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42319         * sysdeps/x86/bits/xtitypes.h: This.
42321         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42322         * sysdeps/x86/bits/wordsize.h: This.
42324         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42325         * sysdeps/x86/bits/huge_vall.h: This.
42327         * sysdeps/i386/bits/select.h: Removed.
42328         * sysdeps/x86_64/bits/select.h: Renamed to ...
42329         * sysdeps/x86/bits/select.h: This.
42331         * sysdeps/i386/bits/setjmp.h: Removed.
42332         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42333         * sysdeps/x86/bits/setjmp.h: This.
42335         * sysdeps/i386/bits/mathdef.h: Removed.
42336         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42337         * sysdeps/x86/bits/mathdef.h: This.
42339 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42341         [BZ #14132]
42342         * include/sys/socket.h (__connect_internal)
42343         (__libc_sa_len_internal): Remove declaration.
42344         (__connect, __libc_sa_len): Declare hidden_proto.
42345         (SA_LEN): Remove use of INTUSE.
42346         * socket/connect.c: Add libc_hidden_def.
42347         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42348         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42349         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42350         alias.
42351         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42352         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42353         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42354         of adding _internal alias.
42356 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42358         [BZ #14117]
42359         * sysdeps/i386/bits/link.h: Removed.
42360         * sysdeps/i386/bits/linkmap.h: Likewise.
42361         * sysdeps/x86_64/bits/link.h: Renamed to ...
42362         * sysdeps/x86/bits/link.h: This.
42363         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42364         * sysdeps/x86/bits/linkmap.h: This.
42366         * sysdeps/i386/bits/endian.h: Removed.
42367         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42368         * sysdeps/x86/bits/endian.h: This.
42370         * sysdeps/i386/bits/byteswap.h: Removed.
42371         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42372         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42373         * sysdeps/x86/bits/byteswap.h: This.
42374         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42375         * sysdeps/x86/bits/byteswap-16.h: This.
42376         * sysdeps/i386/Implies: Add x86.
42377         * sysdeps/x86_64/Implies: Likewise.
42379 2012-05-30  David S. Miller  <davem@davemloft.net>
42381         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42382         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42383         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42384         (FP_TRAPPING_EXCEPTIONS): Define.
42385         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42386         (FP_TRAPPING_EXCEPTIONS): Define.
42387         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42388         subnormals only when inexact has been signalled or underflow
42389         exceptions are enabled.
42390         (_FP_PACK_CANONICAL): Likewise.
42392 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42394         [BZ #14183]
42395         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42396         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42398 2012-05-30  Richard Henderson  <rth@twiddle.net>
42400         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42401         with #ifndef NOT_IN_libc.
42403         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42404         marked to avoid plt entry.
42406 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42408         [BZ #14112]
42409         * Makeconfig (default-abi): New macro.
42410         (abi-includes): Likewise.
42411         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42412         $(abi-$(default-abi)-lib-soname) for soname if defined.
42413         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42414         abi-variants.
42415         * Makefile (installed-stubs): Likewise.
42416         * include/stubs-biarch.h: Removed.
42417         * scripts/lib-names.awk: Only handle one library at a time.
42418         * scripts/soversions.awk: Remove WORDSIZE support.
42419         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42420         entries.
42421         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42422         Removed.
42423         (syscall-list-default-condition): Likewise.
42424         (syscall-list-default-condition): Likewise.
42425         (syscall-list-includes): Likewise.
42426         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42427         syscall-list-* with abi-*.  Handle undefined abi-variants.
42428         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42429         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42430         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42431         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42432         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42433         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42434         Removed.
42435         (syscall-list-32-options): Likewise.
42436         (syscall-list-32-condition): Likewise.
42437         (syscall-list-64-options): Likewise.
42438         (syscall-list-64-condition): Likewise.
42439         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42440         macro.
42441         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42442         Renamed to ...
42443         (abi-*): This.
42444         (abi-64-ld-soname): New macro.
42445         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42446         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42447         Renamed to ...
42448         (abi-*): This.
42449         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42450         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42452 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42454         * sysdeps/unix/sysv/linux/kernel-features.h
42455         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42456         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42457         include <kernel-features.h>.
42458         [!__NR_ftruncate64]: Remove conditional code.
42459         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42460         [__NR_ftruncate64]: Make code unconditional.
42461         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42462         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42463         include <kernel-features.h>.
42464         [!__NR_ftruncate64]: Remove conditional code.
42465         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42466         [__NR_ftruncate64]: Make code unconditional.
42467         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42469         include <kernel-features.h>.
42470         [!__NR_ftruncate64]: Remove conditional code.
42471         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42472         [__NR_ftruncate64]: Make code unconditional.
42473         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42475         include <kernel-features.h>.
42476         [!__NR_ftruncate64]: Remove conditional code.
42477         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42478         [__NR_ftruncate64]: Make code unconditional.
42479         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42481         * configure.in (libc_cv_fpie): Weaken to a compile test using
42482         LIBC_TRY_CC_OPTION.
42483         * configure: Regenerated.
42485 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42487         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42488         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42489         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42490         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42491         Refreshed.
42492         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42494         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42495         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42496         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42497         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42498         Refreshed.
42500 2012-05-27  David S. Miller  <davem@davemloft.net>
42502         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42503         (___Q_zero): New.
42504         (__Q_simulate_exceptions): Return void.  Change to simulate
42505         exceptions by writing into the %fsr.
42506         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42507         (__Qp_handle_exceptions): Likewise.
42508         (numbers): Delete.
42509         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42510         __Qp_handle_exceptions.
42511         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42512         __Qp_handle_exceptions.
42513         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42514         as unused and give dummy FP_RND_NEAREST initializer.
42515         (FP_INHIBIT_RESULTS): Define.
42516         (___Q_simulate_exceptions): Update declaration.
42517         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42518         formatting.
42519         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42520         as unused and give dummy FP_RND_NEAREST initializer.
42521         (__Qp_handle_exceptions): Update declaration.
42522         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42523         formatting.
42525 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42527         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42528         the temporary FPU control word.
42529         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42530         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42531         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42532         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42533         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42534         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42535         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42536         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42537         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42538         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42539         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42541 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42543         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42544         fields.
42546 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42548         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42549         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42550         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42551         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42552         Likewise.
42553         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42554         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42555         Likewise.
42557 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42559         * po/h.po: Update from translation team.
42561 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42563         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42565         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42566         handling of denormals.
42567         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42568         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42569         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42570         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42571         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42572         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42573         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42574         Likewise.
42576 2012-05-26  Marek Polacek  <polacek@redhat.com>
42578         [BZ #14152]
42579         * math/libm-test.inc (fma_test): Don't always expect underflow
42580         exception.
42582 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42584         [BZ #12416]
42585         * elf/tst-execstack.c: Include stackinfo.h.
42586         (do_test): Adjust test case to ensure that pthread_getattr_np
42587         behaviour remains the same after marking stack executable.
42589 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42591         * sysdeps/unix/sysv/linux/kernel-features.h
42592         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42593         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42594         kernel-features.h.
42595         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42596         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42597         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42598         kernel-features.h.
42599         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42600         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42602 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42604         * configure.in: Define the default includes to being none.
42605         * configure: Regenerated.
42607 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42609         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42610         * sysdeps/x86_64/setjmp.S: Likewise.
42611         * sysdeps/i386/bsd-setjmp.S: Likewise.
42612         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42613         * sysdeps/i386/setjmp.S: Likewise.
42614         * sysdeps/i386/__longjmp.S: Likewise.
42615         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42616         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42618         * include/stap-probe.h: New file.
42619         * configure.in: Handle --enable-systemtap.
42620         * configure: Regenerated.
42621         * config.h.in (USE_STAP_PROBE): New #undef.
42622         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42623         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42624         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42626 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42628         [BZ #13717]
42629         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42630         to 2.4.0 where earlier.
42631         * sysdeps/unix/sysv/linux/configure: Regenerated.
42632         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42633         <kernel-features.h>.
42634         [__ASSUME_32BITUIDS]: Make code unconditional.
42635         [!__ASSUME_32BITUIDS]: Remove conditional code.
42636         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42637         <kernel-features.h>.
42638         [__ASSUME_32BITUIDS]: Make code unconditional.
42639         [!__ASSUME_32BITUIDS]: Remove conditional code.
42640         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42641         [__ASSUME_32BITUIDS]: Make code unconditional.
42642         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42643         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42644         <kernel-features.h>.
42645         [__ASSUME_32BITUIDS]: Make code unconditional.
42646         [!__ASSUME_32BITUIDS]: Remove conditional code.
42647         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42648         <kernel-features.h>.
42649         [__ASSUME_32BITUIDS]: Make code unconditional.
42650         [!__ASSUME_32BITUIDS]: Remove conditional code.
42651         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42652         <kernel-features.h>.
42653         [__ASSUME_32BITUIDS]: Make code unconditional.
42654         [!__ASSUME_32BITUIDS]: Remove conditional code.
42655         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42656         <kernel-features.h>.
42657         [__ASSUME_32BITUIDS]: Make code unconditional.
42658         [!__ASSUME_32BITUIDS]: Remove conditional code.
42659         * sysdeps/unix/sysv/linux/i386/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.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/setegid.c: Do not include
42684         <kernel-features.h>.
42685         [__NR_setresgid] (__setresgid): Do not declare.
42686         [__ASSUME_32BITUIDS]: Make code unconditional.
42687         [!__ASSUME_32BITUIDS]: Remove conditional code.
42688         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42689         <kernel-features.h>.
42690         [__NR_setresuid] (__setresuid): Do not declare.
42691         [__ASSUME_32BITUIDS]: Make code unconditional.
42692         [!__ASSUME_32BITUIDS]: Remove conditional code.
42693         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42694         <kernel-features.h>.
42695         [__ASSUME_32BITUIDS]: Make code unconditional.
42696         [!__ASSUME_32BITUIDS]: Remove conditional code.
42697         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42698         <kernel-features.h>.
42699         [__ASSUME_32BITUIDS]: Make code unconditional.
42700         [!__ASSUME_32BITUIDS]: Remove conditional code.
42701         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42702         <kernel-features.h>.
42703         [__ASSUME_32BITUIDS]: Make code unconditional.
42704         [!__ASSUME_32BITUIDS]: Remove conditional code.
42705         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42706         <kernel-features.h>.
42707         [__ASSUME_32BITUIDS]: Make code unconditional.
42708         [!__ASSUME_32BITUIDS]: Remove conditional code.
42709         * sysdeps/unix/sysv/linux/i386/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.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/shmctl.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/kernel-features.h
42734         (__ASSUME_SETRESUID_SYSCALL): Remove.
42735         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42736         (__ASSUME_32BITUIDS): Likewise.
42737         (__ASSUME_LDT_WORKS): Likewise.
42738         (__ASSUME_O_DIRECTORY): Likewise.
42739         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42740         architecture but not kernel version.
42741         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42742         (__ASSUME_MMAP2_SYSCALL): Likewise.
42743         (__ASSUME_STAT64_SYSCALL): Likewise.
42744         (__ASSUME_IPC64): Likewise.
42745         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42746         <kernel-features.h>.
42747         [__ASSUME_32BITUIDS]: Make code unconditional.
42748         [!__ASSUME_32BITUIDS]: Remove conditional code.
42749         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42750         <kernel-features.h>.
42751         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42752         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42753         132096]: Remove conditional code.
42754         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42755         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42756         <kernel-features.h>.
42757         [__ASSUME_32BITUIDS]: Make code unconditional.
42758         [!__ASSUME_32BITUIDS]: Remove conditional code.
42759         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42760         <kernel-features.h>.
42761         [__ASSUME_32BITUIDS]: Make code unconditional.
42762         [!__ASSUME_32BITUIDS]: Remove conditional code.
42763         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42764         <kernel-features.h>.
42765         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42766         unconditional.
42767         (__setresgid): Do not declare.
42768         [__ASSUME_32BITUIDS]: Make code unconditional.
42769         [!__ASSUME_32BITUIDS]: Remove conditional code.
42770         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42771         <kernel-features.h>.
42772         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42773         unconditional.
42774         (__setresuid): Do not declare.
42775         [__ASSUME_32BITUIDS]: Make code unconditional.
42776         [!__ASSUME_32BITUIDS]: Remove conditional code.
42777         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42778         <kernel-features.h>.
42779         [__ASSUME_32BITUIDS]: Make code unconditional.
42780         [!__ASSUME_32BITUIDS]: Remove conditional code.
42781         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42782         <kernel-features.h>.
42783         [__ASSUME_32BITUIDS]: Make code unconditional.
42784         [!__ASSUME_32BITUIDS]: Remove conditional code.
42786 2012-05-25  Richard Henderson  <rth@twiddle.net>
42788         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42789         dl_hwcap to ifunc resolver.
42790         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42791         elf_ifunc_invoke.
42792         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42793         dl_hwcap to ifunc resolver.
42794         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42796 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42798         [BZ #14153]
42799         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42800         for |x| <= 2**-26, not 2**-57.
42801         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42802         exception.
42804 2012-05-24  Jeff Law  <law@redhat.com>
42806         * stdio-common/Makefile (tests): Add bug25.
42807         * stdio-common/bug25.c: New test.
42809 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42811         [BZ #13576]
42812         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42813         multiple of MALLOC_ALIGNMENT in size.
42814         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42816 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42818         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42819         Require >= 256.
42820         (FILENAME_MAX): Use macro-int-constant.
42821         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42822         (_IOFBF): Use macro-int-constant.
42823         (_IOLBF): Likewise.
42824         (_IONBF): Likewise.
42825         (SEEK_CUR): Likewise.
42826         (SEEK_END): Likewise.
42827         (SEEK_SET): Likewise.
42828         (TMP_MAX): Likewise.
42829         (EOF): Use macro-int-constant.  Require < 0.
42830         (NULL): Use macro-constant.  Require == 0.
42831         (stdin): Require type to be FILE *.
42832         (stdout): Likewise.
42833         (stderr): Likewise.
42834         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42835         macro-int-constant.
42836         (EXIT_SUCCESS): Likewise.
42837         (NULL): Use macro-constant.  Require == 0.
42838         (RAND_MAX): Use macro-int-constant.
42839         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42840         [C99-based standards] (strtof): Require function.
42841         [C99-based standards] (strtold): Likewise.
42842         [C99-based standards] (strtoll): Likewise.
42843         [C99-based standards] (strtoull): Likewise.
42844         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42845         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42846         [ISO || ISO99 || ISO11] (math.h): Likewise.
42847         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42848         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42849         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42851 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42853         [BZ #14132]
42854         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42855         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42856         * intl/dgettext.c (DCGETTEXT): Likewise.
42857         * intl/gettext.c (DCGETTEXT): Likewise.
42858         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42859         * posix/regex_internal.h (gettext): Likewise.
42860         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42861         Remove declaration.
42862         * include/argz.h (__argz_count_internal)
42863         (__argz_stringify_internal): Remove declaration.
42864         (__argz_count, __argz_stringify): Declare hidden proto.
42865         * intl/dcgettext.c: Remove use of INTDEF.
42866         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42867         * string/argz-stringify.c: Likewise.
42868         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42869         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42870         Declare hidden proto.
42871         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42872         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42873         Declare hidden proto.
42874         * include/stdio.h (__asprintf_internal): Don't declare.
42875         (__asprintf): Don't define as macro.  Declare hidden proto.
42876         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42877         (__fsetlocking): Declare hidden proto.
42878         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42879         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42880         hidden proto.
42881         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42882         (_IO_setlinebuf): Remove use of INTUSE.
42883         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42884         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42885         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42886         Remove declaration.
42887         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42888         (_IO_do_flush): Remove use of INTUSE.
42889         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42890         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42891         (_IO_adjust_column, _IO_least_wmarker)
42892         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42893         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42894         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42895         (_IO_default_doallocate, _IO_wdefault_doallocate)
42896         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42897         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42898         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42899         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42900         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42901         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42902         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42903         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42904         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42905         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42906         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42907         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42908         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42909         proto.
42910         (_IO_flush_all_internal, _IO_adjust_column_internal)
42911         (_IO_default_uflow_internal, _IO_default_finish_internal)
42912         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42913         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42914         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42915         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42916         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42917         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42918         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42919         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42920         (_IO_file_close_internal, _IO_file_close_it_internal)
42921         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42922         (_IO_file_init_internal, _IO_file_attach_internal)
42923         (_IO_file_fopen_internal, _IO_file_read_internal)
42924         (_IO_file_sync_internal, _IO_file_seek_internal)
42925         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42926         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42927         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42928         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42929         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42930         (_IO_list_all_internal, _IO_link_in_internal)
42931         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42932         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42933         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42934         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42935         (_IO_do_write_internal, _IO_padn_internal)
42936         (_IO_getline_info_internal, _IO_getline_internal)
42937         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42938         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42939         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42940         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42941         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42942         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42943         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42944         with libc_hidden_ver, remove use of INTUSE.
42945         * libio/genops.c: Likewise.
42946         * libio/freopen.c: Likewise.
42947         * libio/freopen64.c: Likewise.
42948         * libio/iofclose.c: Likewise.
42949         * libio/iofdopen.c: Likewise.
42950         * libio/iofflush.c: Likewise.
42951         * libio/iofflush_u.c: Likewise.
42952         * libio/iofgets.c: Likewise.
42953         * libio/iofgets_u.c: Likewise.
42954         * libio/iofopen.c: Likewise.
42955         * libio/iofopncook.c: Likewise.
42956         * libio/iofread.c: Likewise.
42957         * libio/iofread_u.c: Likewise.
42958         * libio/ioftell.c: Likewise.
42959         * libio/iofwrite.c: Likewise.
42960         * libio/iogetline.c: Likewise.
42961         * libio/iogets.c: Likewise.
42962         * libio/iogetwline.c: Likewise.
42963         * libio/iopadn.c: Likewise.
42964         * libio/iopopen.c: Likewise.
42965         * libio/ioseekoff.c: Likewise.
42966         * libio/ioseekpos.c: Likewise.
42967         * libio/iosetbuffer.c: Likewise.
42968         * libio/iosetvbuf.c: Likewise.
42969         * libio/ioungetc.c: Likewise.
42970         * libio/ioungetwc.c: Likewise.
42971         * libio/iovdprintf.c: Likewise.
42972         * libio/iovsprintf.c: Likewise.
42973         * libio/iovsscanf.c: Likewise.
42974         * libio/memstream.c: Likewise.
42975         * libio/obprintf.c: Likewise.
42976         * libio/oldfileops.c: Likewise.
42977         * libio/oldiofclose.c: Likewise.
42978         * libio/oldiofdopen.c: Likewise.
42979         * libio/oldiofopen.c: Likewise.
42980         * libio/oldiopopen.c: Likewise.
42981         * libio/oldstdfiles.c: Likewise.
42982         * libio/putc.c: Likewise.
42983         * libio/setbuf.c: Likewise.
42984         * libio/setlinebuf.c: Likewise.
42985         * libio/stdfiles.c: Likewise.
42986         * libio/strops.c: Likewise.
42987         * libio/vasprintf.c: Likewise.
42988         * libio/vscanf.c: Likewise.
42989         * libio/vsnprintf.c: Likewise.
42990         * libio/vswprintf.c: Likewise.
42991         * libio/wfiledoalloc.c: Likewise.
42992         * libio/wfileops.c: Likewise.
42993         * libio/wgenops.c: Likewise.
42994         * libio/wmemstream.c: Likewise.
42995         * libio/wstrops.c: Likewise.
42996         * libio/__fpurge.c: Likewise.
42997         * libio/__fsetlocking.c: Likewise.
42998         * assert/assert.c: Likewise.
42999         * debug/fgets_chk.c: Likewise.
43000         * debug/fgets_u_chk.c: Likewise.
43001         * debug/fread_chk.c: Likewise.
43002         * debug/fread_u_chk.c: Likewise.
43003         * debug/gets_chk.c: Likewise.
43004         * debug/obprintf_chk.c: Likewise.
43005         * debug/vasprintf_chk.c: Likewise.
43006         * debug/vdprintf_chk.c: Likewise.
43007         * debug/vsnprintf_chk.c: Likewise.
43008         * debug/vsprintf_chk.c: Likewise.
43009         * malloc/mtrace.c: Likewise.
43010         * misc/error.c: Likewise.
43011         * misc/syslog.c: Likewise.
43012         * stdio-common/asprintf.c: Likewise.
43013         * stdio-common/fxprintf.c: Likewise.
43014         * stdio-common/getw.c: Likewise.
43015         * stdio-common/isoc99_fscanf.c: Likewise.
43016         * stdio-common/isoc99_scanf.c: Likewise.
43017         * stdio-common/isoc99_vfscanf.c: Likewise.
43018         * stdio-common/isoc99_vscanf.c: Likewise.
43019         * stdio-common/isoc99_vsscanf.c: Likewise.
43020         * stdio-common/printf-prs.c: Likewise.
43021         * stdio-common/printf_fp.c: Likewise.
43022         * stdio-common/printf_fphex.c: Likewise.
43023         * stdio-common/printf_size.c: Likewise.
43024         * stdio-common/putw.c: Likewise.
43025         * stdio-common/scanf.c: Likewise.
43026         * stdio-common/sprintf.c: Likewise.
43027         * stdio-common/tmpfile.c: Likewise.
43028         * stdio-common/vfprintf.c: Likewise.
43029         * stdio-common/vfscanf.c: Likewise.
43030         * stdlib/strfmon_l.c: Likewise.
43031         * sunrpc/openchild.c: Likewise.
43032         * sunrpc/xdr_stdio.c: Likewise.
43033         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43034         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43036 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43038         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43040         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43041         in the third column, to generate for the shared library an IFUNC
43042         that uses _dl_vdso_vsym.
43043         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43044         * Makeconfig (object-suffixes-noshared): New variable.
43046         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43047         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43048         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43049         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43051         [BZ #14132]
43052         * include/sys/time.h (__gettimeofday): Remove macro.
43053         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43054         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43055         Remove INTDEF.
43056         (__gettimeofday): Add libc_hidden_def.
43057         (gettimeofday): Add libc_hidden_weak.
43058         * sysdeps/mach/gettimeofday.c: Likewise.
43059         * sysdeps/posix/gettimeofday.c: Likewise.
43060         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43061         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43062         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43063         (__gettimeofday_internal): Remove strong_alias.
43064         (__gettimeofday): Add libc_hidden_def.
43065         (gettimeofday): Add libc_hidden_weak.
43066         * sysdeps/unix/syscalls.list (gettimeofday):
43067         Remove __gettimeofday_internal alias.
43069 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43070             H.J. Lu  <hongjiu.lu@intel.com>
43072         [BZ #12495]
43073         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43074         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43075         (largebin_index_32_big): New.
43076         (largebin_index): Use it for 16-byte alignment.
43077         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43078         correction with front_misalign.
43080 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43082         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43083         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43084         Likewise.
43085         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43086         Likewise.
43087         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43088         Likewise.
43089         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43090         Likewise.
43091         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43092         Likewise.
43093         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43094         Likewise.
43095         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43096         Likewise.
43097         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43098         Likewise.
43099         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43100         Likewise.
43101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43102         Likewise.
43103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43104         Likewise.
43105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43106         Likewise.
43108         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43109         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43111 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43113         [BZ #10846]
43114         [BZ #14036]
43115         * math/libm-test.inc (exp_test): Add test from bug 14036.
43116         (pow_test): Add test from bug 10846.
43118         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43119         and other flags.
43120         (special_function): Do not include flags in test name.
43121         (parse_args): Likewise.
43122         * sysdeps/i386/fpu/libm-test-ulps: Update.
43123         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43124         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43125         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43128         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43129         exceptions.
43130         * math/libm-test.inc ("Philosophy"): Update comment about
43131         exception testing.
43132         (UNDERFLOW_EXCEPTION): New macro.
43133         (UNDERFLOW_EXCEPTION_OK): Likewise.
43134         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43135         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43136         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43137         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43138         (INVALID_EXCEPTION_OK): Update value.
43139         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43140         (OVERFLOW_EXCEPTION_OK): Likewise.
43141         (IGNORE_ZERO_INF_SIGN): Likewise.
43142         (test_exceptions): Handle underflow exceptions.
43143         (acos_test): Update for underflow exception expectations.
43144         (cexp_test): Likewise.
43145         (clog_test): Likewise.
43146         (clog10_test): Likewise.
43147         (csqrt_test): Likewise.
43148         (ctan_test): Likewise.
43149         (ctanh_test): Likewise.
43150         (exp_test): Likewise.
43151         (exp10_test): Likewise.
43152         (exp2_test): Likewise.
43153         (expm1_test): Likewise.
43154         (fma_test): Likewise.
43155         (j0_test): Likewise.
43156         (jn_test): Likewise.
43157         (nexttoward_test): Likewise.
43158         (pow_test): Likewise.
43159         (scalbn_test): Likewise.
43160         (scalbln_test): Likewise.
43161         (tan_test): Likewise.
43162         (y1_test): Likewise.
43163         * sysdeps/i386/fpu/libm-test-ulps: Update.
43164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43166 2012-05-23  David S. Miller  <davem@davemloft.net>
43168         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43169         (__libc_sigaction): Remove unused local variables.
43171 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43173         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43175 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43177         mktime: avoid signed integer overflow
43178         * time/mktime.c (__mktime_internal): Do not mishandle the case
43179         where diff == INT_MIN.
43181         mktime: simplify computation of average
43182         * time/mktime.c (ranged_convert): Use new time_t_avg function
43183         instead of rolling our own (probably-slower) code.
43185         mktime: do not assume signed right shift propagates sign bit
43186         * time/mktime.c (isdst_differ): New static function.
43187         (__mktime_internal): No need to normalize tm_isdst now.
43188         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43189         tm_isdst values.
43191         mktime: merge another wrapv change from gnulib
43192         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43193         from some compilers.
43195         mktime: remove incorrect attempt at unusual arithmetics
43196         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43197         The code didn't really work on such machines anyway.
43198         (TYPE_MINIMUM): Assume two's complement.
43199         (twos_complement_arithmetic): Verify that long_int and time_t
43200         are two's complement (or unsigned, in the latter case).
43202         mktime: check signed shifts on long_int and time_t, too
43203         * time/mktime.c (SHR): Check that shifts work as desired
43204         on the types long_int and time_t too, as SHR is used on
43205         such types.
43207         mktime: do not assume 'long' is wide enough
43208         * time/mktime.c (verify): Move decl up.
43209         (long_int): New type.
43210         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43211         to remove assumption in the code that 'long' is wide enough to
43212         store year values.  This assumption is not true on x32 and on
43213         some non-glibc platforms.
43215         mktime: merge wrapv change from gnulib
43216         * time/mktime.c (WRAPV): New macro.
43217         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43218         (guess_time_tm, __mktime_internal): Do not assume that signed
43219         integer overflow wraps around; modern compilers generate code
43220         where this assumption is no longer valid.
43222 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43224         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43225         Replace "jmp L(pseudo_end)" with "ret".
43226         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43227         Likewise.
43229 2012-05-23  Andreas Jaeger  <aj@suse.de>
43231         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43232         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43234 2012-05-23  Andreas Jaeger  <aj@suse.de>
43235             Maximilian Attems  <max@stro.at>
43237         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43238         New macros.
43240 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43242         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43243         code so that pseudo_end is just ret and the stack pointer is
43244         correct also for static library in error case.
43246 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43248         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43249         move to syscalls.list.
43250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43255         * manual/install.texi (Running make install): Do not mention Linux
43256         kernel version for which pt_chown is not needed.
43257         (Linux): Do not mention problems with nscd with 2.0 kernels.
43258         * INSTALL: Regenerated.
43260 2012-05-23  Andreas Jaeger  <aj@suse.de>
43262         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43263         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43264         macro.
43265         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43266         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43267         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43268         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43269         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43270         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43271         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43272         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43273         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43274         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43275         * sysdeps/unix/sysv/linux/bits/in.h
43276         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43278 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43280         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43281         (PREPARE_VERSION): Just use assert instead, it will be elided
43282         under [NDEBUG] anyway.
43284 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43286         * sysdeps/unix/sysv/linux/Makefile: Include
43287         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43288         (sysdep_routines): Remove sysctl.
43289         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43290         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43291         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43292         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43293         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43295 2012-05-22  Andreas Jaeger  <aj@suse.de>
43297         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43298         that pseudo_end is just ret and the stack pointer is correct also
43299         for static library in error case.
43301 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43303         [BZ #14122]
43304         * nss/nsswitch.c (defconfig_entries): New variable.
43305         (__nss_database_lookup): Don't leak defconfig entries.
43306         (nss_parse_service_list): Don't leak on error paths.
43307         (free_database_entries): New function.
43308         (free_defconfig): New function.
43309         (free_mem): Move common code to free_database_entries.
43311 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43313         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43314         Add arch_prctl.
43315         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43317         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43318         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43319         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43320         New macro.
43321         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43322         (INTERNAL_SYSCALL_TYPES): Likewise.
43323         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43324         (LOAD_REGS_TYPES_[1-6]): Likewise.
43325         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43326         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43328 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43330         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43331         copysignl for GLIBC_2_0.
43332         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43333         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43334         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43335         logbl for GLIBC_2_0.
43336         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43337         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43339 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43341         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43342         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43344         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43345         Use "neg %eax".
43347         * time/mktime.c: Update copyright years.
43349 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43351         mktime: merge comment-quoting-style change from gnulib
43352         * time/mktime.c: Quote 'like this' in comments.
43353         The GNU coding standards suggest that we no longer quote `like this',
43354         as "`" and "'" are typically rendered asymmetrically nowadays.
43355         The typical gnulib style is to quote 'like this' when quoting
43356         code, and "like this" when quoting English.
43358         * time/mktime.c (compile-command): Add "-I.".
43360         mktime: merge mktime-internal.h change from gnulib
43361         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43363         mktime: merge time_r change from gnulib
43364         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43366         mktime: merge DEBUG change from gnulib
43367         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43368         case system <time.h> has a #define.
43370         mktime: merge <sys/types.h> change from gnulib
43371         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43372         since <time.t> is now guaranteed to define time_t.
43374         mktime: merge HAVE_CONFIG_H change from gnulib
43375         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43377 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43379         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43380         Use "neg %eax".
43382         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43383         __rlim_t cast.
43384         (struct rusage): Use anonymous union to pad each field to
43385         __syscall_slong_t.
43387 2012-05-21  David S. Miller  <davem@davemloft.net>
43389         * Makefules (o-iterator): Remove .s cases.
43390         (compile-command.s): Delete.
43391         (COMPILE.s): Delete.
43392         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43394 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43396         * configure.in (libc_cv_predef_stack_protector): Only consider
43397         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43398         * configure: Regenerated.
43400 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43402         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43403         New macro.  Use R*LP on int and pointer.
43404         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43405         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43406         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43407         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43409         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43410         [__WORDSIZE_TIME64_COMPAT32] instead of
43411         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43412         (struct utmp): Likewise.
43413         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43414         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43415         Renamed to ...
43416         (__WORDSIZE_TIME64_COMPAT32): This.
43417         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43418         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43419         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43420         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43421         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43422         (__WORDSIZE_TIME64_COMPAT32): New macro.
43424 2012-05-21  Andreas Jaeger  <aj@suse.de>
43426         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43427         only if [SHARED]. Add prototype for __wcschr_ia32.
43429 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43431         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43432         of %rbp unmolested in the jmp_buf while mangling the low bits.
43433         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43434         unmolested high bits of %rbp while demangling the low bits.
43435         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43437 2012-05-21  Andreas Jaeger  <aj@suse.de>
43439         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43440         * sunrpc/svc_simple.c: Use it for registerrpc.
43441         * sunrpc/xcrypt.c: Use it for passwd2des.
43443         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43445 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43447         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43448         Don't define if [__SYSCALL_WORDSIZE != 32].
43449         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43450         New macro.
43452 2012-05-21  Bruno Haible  <bruno@clisp.org>
43453             Andreas Jaeger  <aj@suse.de>
43455         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43456         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43457         inptr and inend for must_buffer_ch.
43458         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43459         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43460         * stdio-common/Makefile (tests): Remove bug15.
43461         (bug15-ENV): Remove macro.
43462         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43463         anymore.
43465 2012-05-19  Andreas Jaeger  <aj@suse.de>
43466             Roland McGrath  <roland@hack.frob.com>
43468         * manual/contrib.texi: Completely rewritten. It contains now an
43469         alphabetical list of contributors and their contributions.
43471 2012-05-21  Richard Henderson  <rth@twiddle.net>
43473         * misc/getauxval.c (__getauxval): Use unsigned long int.
43474         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43475         (getauxval): Use unsigned long int.
43477 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43479         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43481 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43483         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43484         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43485         __alignof__ (long double).
43487 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43489         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43491 2012-05-20  Richard Henderson  <rth@twiddle.net>
43493         * misc/getauxval.c: New file.
43494         * misc/sys/auxv.h: New file.
43495         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43496         (routines): Add getauxval.
43497         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43498         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43499         * elf/dl-sysdep.c (_dl_auxv): Remove.
43500         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43501         * elf/dl-support.c (_dl_auxv): New variable.
43502         (_dl_aux_init): Initialize it.
43503         * manual/startup.texi (Auxiliary Vector): New node.
43504         * sysdeps/generic/bits/hwcap.h: New file.
43505         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43506         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43507         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43508         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43509         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43510         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43512         Update.
43513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43514         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43515         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43516         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43518         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43519         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43522 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43526 2012-05-19  David S. Miller  <davem@davemloft.net>
43528         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43530 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43532         [BZ #14123]
43533         * math/s_ccosh.c: Include <float.h>
43534         (__ccosh): Avoid internal overflow calculating sinh and cosh
43535         values before multiplying by sin and cos values.
43536         * math/s_ccoshf.c: Likewise.
43537         * math/s_ccoshl.c: Likewise.
43538         * math/s_csin.c: Likewise.
43539         * math/s_csinf.c: Likewise.
43540         * math/s_csinl.c: Likewise.
43541         * math/s_csinh.c: Likewise.
43542         * math/s_csinhf.c: Likewise.
43543         * math/s_csinhl.c: Likewise.
43544         * math/libm-test.inc (ccos_test): Add more tests.
43545         (ccosh_test): Likewise.
43546         (csin_test): Likewise.
43547         (csinh_test): Likewise.
43548         * sysdeps/i386/fpu/libm-test-ulps: Update.
43549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43551 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43553         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43554         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43556         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43558 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43560         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43561         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43562         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43563         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43564         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43565         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43566         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43567         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43568         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43569         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43570         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43571         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43572         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43573         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43574         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43575         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43576         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43577         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43578         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43579         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43580         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43581         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43582         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43583         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43584         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43585         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43586         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43587         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43588         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43589         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43590         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43592 2012-05-18  Andreas Jaeger  <aj@suse.de>
43594         * csu/.gitignore: Delete.
43596 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43598         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43599         (timex): Use __syscall_slong_t.
43601 2012-05-18  Andreas Jaeger  <aj@suse.de>
43602             Carlos O'Donell  <carlos_odonell@mentor.com>
43604         * manual/install.texi (Configuring and compiling): Update
43605         description about files modified in the source directory.
43606         * INSTALL: Regenerated.
43608 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43610         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43611         value.  Use "or" to set return value to -1.
43612         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43613         negate return value.
43615 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43617         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43618         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43619         failure if the compiler has Graphite support disabled.
43620         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43621         Likewise.
43622         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43623         (CFLAGS-memmove.c): Likewise.
43624         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43625         Likewise.
43627 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43629         * sysdeps/x86_64/x32/_itoa.h: New file.
43631         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43632         getdents system call only if kernel and user dirents have the
43633         same d_ino and d_off.
43635         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43636         LLONG_MAX != LONG_MAX.
43637         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43638         (_fitoa_word): Likewise.
43640         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43641         years.
43642         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43643         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43644         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43646         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43647         include <bits/wordsize.h>.  Check __x86_64__ instead of
43648         __WORDSIZE.
43649         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43650         if __x86_64__ is defined.  Use anonymous union on fpstate.
43652         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43653         anonymous union.
43655 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43657         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43658         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43659         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43660         Refer to _rtld_local_ro instead of _rtld_global_ro.
43661         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43662         Likewise.
43663         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43664         Likewise.
43665         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43666         Likewise.
43667         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43668         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43669         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43671         * sysdeps/powerpc/powerpc32/dl-machine.c
43672         (__elf_machine_runtime_setup) [PROF]: Don't reference
43673         _dl_prof_resolve.
43675 2012-05-18  Andreas Jaeger  <aj@suse.de>
43677         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43678         function only available for GCCs before 3.4 since GCC 3.4
43679         introduced a builtin.
43680         (lrint): Likewise.
43681         (llrintf): Likewise.
43682         (llrint): Likewise.
43683         (fmaxf): Likewise.
43684         (fmax): Likewise.
43685         (fminf): Likewise.
43686         (fmin): Likewise.
43687         (rint): Likewise.
43688         (rintf): Likewise.
43689         (nearbyint): Likewise.
43690         (nearbyintf): Likewise.
43691         (ceil): Likewise.
43692         (ceilf): Likewise.
43693         (floor): Likewise.
43694         (floorf): Likewise.
43696 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43698         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43699         on both fields and cast pointer to __syscall_ulong_t.
43701         * bits/types.h (__fsword_t): New type.
43702         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43703         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43704         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43705         (__FSWORD_T_TYPE): Likewise.
43706         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43707         (__FSWORD_T_TYPE): Likewise.
43708         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43709         (__FSWORD_T_TYPE): Likewise.
43710         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43711         (__FSWORD_T_TYPE): Likewise.
43712         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43713         __SWORD_TYPE with __fsword_t.
43714         (statfs64): Likewise.
43716 2012-05-17  David S. Miller  <davem@davemloft.net>
43718         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43720 2012-05-17  Andreas Jaeger  <aj@suse.de>
43722         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43723         warning.
43725 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43727         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43729 2012-05-17  Andreas Jaeger  <aj@suse.de>
43731         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43732         when it is used.
43734 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43736         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43738 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43740         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43741         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43743 2012-05-17  Andreas Jaeger  <aj@suse.de>
43744             Carlos O'Donell  <carlos_odonell@mentor.com>
43746         [BZ #14059]
43747         * sysdeps/x86_64/multiarch/init-arch.h
43748         (bit_YMM_Usable): Rename to...
43749         (bit_AVX_Usable): ... this.
43750         (bit_FMA4_Usable): New macro.
43751         (bit_XMM_state): New macro.
43752         (bit_YMM_state): New macro.
43753         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43754         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43755         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43756         (CPUID_OSXSAVE): New macro.
43757         (CPUID_AVX): New macro.
43758         (CPUID_FMA4): New macro.
43759         (index_YMM_Usable): Rename to...
43760         (index_AVX_Usable): ... this.
43761         (HAS_AVX): Use HAS_ARCH_FEATURE.
43762         (HAS_FMA4): Likewise.
43763         (HAS_YMM_USABLE): Remove.
43764         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43765         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43766         are present.
43767         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43768         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43769         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43770         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43771         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43773 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43775         * math/libm-test.c: Support platforms without multiple rounding modes.
43776         * math/bug-nextafter.c: Support platforms without FP exceptions.
43777         * math/bug-nexttoward.c: Likewise.
43778         * math/test-fenv.c: Likewise.
43779         * math/test-misc.c: Likewise.
43780         * stdlib/bug-getcontext.c: Likewise.
43782 2012-05-17  Andreas Jaeger  <aj@suse.de>
43784         * manual/examples/search.c (critter_cmp): Change signature to
43785         avoid warnings.
43786         * manual/string.texi (Collation Functions): Likewise.
43788 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43790         * bits/types.h: Fold copyright years.
43791         * bits/typesizes.h: Likewise.
43792         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43793         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43794         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43795         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43796         * time/time.h: Likewise.
43798 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43800         [BZ #208]
43801         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43802         in instead of returning them.  Return void.
43803         (__libc_mallinfo): Accumulate over all arenas.
43804         (__malloc_stats): Adjust for change in int_mallinfo interface.
43806 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43808         [BZ #10375]
43809         * configure.in (NM): Add AC_CHECK_TOOL for it.
43810         (libc_extra_cflags): New substituted variable.
43811         Check for -fstack-protector being used implicitly.
43812         * configure: Regenerated.
43813         * config.make.in (config-extra-cflags): New variable,
43814         gets @libc_extra_cflags@.
43815         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43817         [BZ #10375]
43818         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43819         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43820         * configure: Regenerated.
43821         * config.make.in (CPPUNDEFS): New substituted variable.
43822         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43823         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43824         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43826 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43828         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43829         (mq_attr): Use __syscall_slong_t.
43831 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43833         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43834         Check __x86_64__ instead of __WORDSIZE.
43835         (_STAT_VER_LINUX): Likewise.
43836         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43837         __syscall_ulong_t and __syscall_slong_t.
43838         (stat64): Likewise.
43840 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43842         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43844 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43846         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43848 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43850         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43851         __syscall_ulong_t.
43853         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43854         include <bits/wordsize.h>.  Check __x86_64__ instead of
43855         __WORDSIZE.
43856         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43857         defined.
43858         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43860         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43861         include <bits/wordsize.h>.  Check __x86_64__ instead of
43862         __WORDSIZE.
43863         (user_regs_struct): Use "__extension__ unsigned long long"
43864         instead of "unsigned long" if __x86_64__ is defined.
43865         (user): Likewise.  Pad after pointer field if __ILP32__ is
43866         defined.
43868 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43870         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43871         versions 5 to 9.
43872         * configure: Regenerated.
43873         * manual/install.texi (texinfo): Increase version requirement to
43874         4.5 or later.
43875         * INSTALL: Regenerated.
43877         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43879 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43881         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43883         * sysdeps/x86_64/x32/ffs.c: New file.
43885         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43886         __syscall_ulong_t.
43887         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43888         defined.  Use __syscall_ulong_t.
43889         (shminfo): Use __syscall_ulong_t.
43890         (shm_info): Likewise.
43892         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43893         __syscall_ulong_t.
43895         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43896         <bits/wordsize.h>.
43897         (msgqnum_t): Use __syscall_ulong_t.
43898         (msglen_t): Likewise.
43899         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43900         __syscall_ulong_t.
43902         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43903         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43905         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43907         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43908         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43910         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43911         __syscall_slong_t.
43913         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43914         include <bits/wordsize.h>.  Check __x86_64__ instead of
43915         __WORDSIZE.
43917         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43918         "unsigned long long int" if __x86_64__ is defined.
43919         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43921         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43922         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43923         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43925         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43926         <stdint.h>.
43927         (GET_PC): Cast to uintptr_t first.
43928         (GET_FRAME): Likewise.
43929         (GET_STACK): Likewise.
43931         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43932         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43933         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43934         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43935         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43936         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43937         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43938         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43939         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43940         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43941         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43942         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43943         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43944         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43945         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43946         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43947         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43948         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43949         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43950         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43951         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43952         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43953         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43954         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43955         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43956         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43957         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43958         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43959         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43961 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43963         * Makerules (+depfiles): Also collect depfiles from .oS in
43964         $(extra-objs).
43965         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43966         .oS, $(libnldbl-routines)).
43968         * Makerules (native-compile-mkdep-flags): Define.
43969         * sunrpc/Makefile (extra-objs): Add $(addprefix
43970         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43971         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43972         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43973         calling $(make-target-directory).
43975 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43977         * bits/types.h (__snseconds_t): Removed.
43978         * time/time.h (struct timespec): Replace __snseconds_t with
43979         __syscall_slong_t.
43980         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43981         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43982         Likewise.
43983         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43984         (__SNSECONDS_T_TYPE): Likewise.
43985         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43986         (__SNSECONDS_T_TYPE): Likewise.
43987         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43988         (__SNSECONDS_T_TYPE): Likewise.
43990 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43992         * sysdeps/mach/hurd/bits/typesizes.h
43993         (__SYSCALL_SLONG_TYPE): New macro.
43994         (__SYSCALL_ULONG_TYPE): Likewise.
43996 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43998         * bits/types.h (__syscall_slong_t): New type.
43999         (__syscall_ulong_t): Likewise.
44001         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44002         (__SYSCALL_ULONG_TYPE): Likewise.
44003         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44004         (__SYSCALL_SLONG_TYPE): Likewise.
44005         (__SYSCALL_ULONG_TYPE): Likewise.
44006         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44007         (__SYSCALL_SLONG_TYPE): Likewise.
44008         (__SYSCALL_ULONG_TYPE): Likewise.
44009         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44010         (__SYSCALL_SLONG_TYPE): Likewise.
44011         (__SYSCALL_ULONG_TYPE): Likewise.
44013 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44015         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44016         Add sigaltstack-offsets.sym.
44017         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44018         <sigaltstack-offsets.h>.
44019         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44020         longjmp_msg pointer.
44021         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44022         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44023         signal stack.
44024         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44026 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44028         * elf/stackguard-macros.h: Remove file.
44029         * sysdeps/generic/stackguard-macros.h: New file.
44030         * sysdeps/i386/stackguard-macros.h: Likewise.
44031         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44032         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44033         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44034         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44035         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44036         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44037         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44038         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44039         <elf/stackguard-macros.h>.
44041         [BZ #14109]
44042         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44043         __aligned__ in attribute.
44044         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44045         (gregset_t): Likewise.
44047 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44049         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44050         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44051         * sysdeps/x86_64/x32/Implies-after: New file.
44053 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44055         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44056         and access return value for _dl_profile_fixup.  Use R10_LP to
44057         load frame size.
44059 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44061         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44063 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44065         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44066         * sysdeps/x86_64/x32/sysdep.h: New file.
44068 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44070         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44071         * sysdeps/x86_64/setjmp.S: Likewise.
44073 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44075         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44076         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44077         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44078         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44079         remove unused global constant.
44081 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44083         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44084         include of <not-cancel.h>.
44086 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44088         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44090 2012-05-15  Jeff Law  <law@redhat.com>
44091             Andreas Jaeger  <aj@suse.de>
44093         [BZ #13594]
44094         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44095         out from...
44096         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44097         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44098         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44099         code changing __hst_map_handle.map.
44101 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44103         * configure.in (sysnames): Look for Implies-before and Implies-after
44104         files.
44105         * configure: Regenerated.
44107 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44109         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44110         8-byte data alignment with LP_SIZE alignment.
44112 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44114         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44115         into R10_LP.
44117 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44119         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44121 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44123         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44124         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44125         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44126         Likewise.
44127         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44129 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44131         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44132         (stackinfo_sub_sp): Likewise.
44134 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44136         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44137         RAX_LP.
44139 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44141         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44142         into R*_LP.
44144 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44146         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44147         sizes into R*_LP.
44149 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44151         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44153 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44155         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44156         into R11_LP and load __x86_64_shared_cache_size_half into
44157         R8_LP.
44159 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44161         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44162         R8_LP.
44164 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44166         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44167         logb for POWER7.
44168         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44169         logbf for POWER7.
44170         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44171         logbl for POWER7.
44172         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44173         powerpc32/power7/fpu/s_logb.c via #include.
44174         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44175         powerpc32/power7/fpu/s_logbf.c via #include.
44176         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44177         powerpc32/power7/fpu/s_logbl.c via #include.
44179 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44181         * README.libm: Remove file.
44183 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44185         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44186         count for x32.  Use R*_LP and omit operand-size suffix.
44188 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44190         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44191         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44192         * sysdeps/x86_64/x32/shlib-versions: New file.
44194 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44196         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44197         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44198         Use _dl_fatal_printf instead.
44200 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44202         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44203         set if not set by the user.  Do not allow for being unset.
44204         * sysdeps/unix/sysv/linux/configure: Regenerated.
44206 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44208         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44209         the `q' suffix from lea and replace .quad with ASM_ADDR.
44211 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44213         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44214         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44215         instead of $17.
44216         (PTR_DEMANGLE): Likewise.
44218 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44220         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44221         (LP_OP): Likewise.
44222         (ASM_ADDR): Likewise.
44223         (RAX_LP): Likewise.
44224         (RBP_LP): Likewise.
44225         (RBX_LP): Likewise.
44226         (RCX_LP): Likewise.
44227         (RDI_LP): Likewise.
44228         (RSI_LP): Likewise.
44229         (RSP_LP): Likewise.
44230         (R8_LP): Likewise.
44231         (R9_LP): Likewise.
44232         (R10_LP): Likewise.
44233         (R10_LP): Likewise.
44234         (R11_LP): Likewise.
44235         (R12_LP): Likewise.
44236         (R13_LP): Likewise.
44237         (R14_LP): Likewise.
44238         (R15_LP): Likewise.
44240 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44242         * sysdeps/x86_64/x32/dl-machine.h: New file.
44244 2012-05-14  Andreas Jaeger  <aj@suse.de>
44246         * manual/Makefile (subdir): Remove export of subdir.
44247         (all): Remove target.
44248         (.PHONY): Remove all from list.
44249         (mkinstalldirs): Remove.
44250         (.PHONY): Remove installdirs from list.
44251         ($(inst_infodir)/libc.info): Use make-target-directory.
44252         (installdirs): Remove.
44253         (subdir_%): Remove.
44254         (glibc-targets): Remove.
44255         (lib): Remove.
44256         (stubs): Remove.
44257         ($(objpfx)stubs ../po/manual.pot): Remove.
44258         ($(objpfx)stamp%): Remove.
44259         (make-target-directory): Remove.
44260         (subdir_install): Remove.
44261         (routines): Remove.
44262         (aux): Remove.
44263         (sources): Remove.
44264         (objects): Remove.
44265         (headers): Remove.
44267         [BZ #13750]
44268         * manual/.gitignore: Remove, it's not needed anymore.
44269         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44270         all files in it.
44271         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44272         directory.
44273         (texis): Renamed to $(objpfx)texis.
44274         (texis-path): New, contains path to generated files.
44275         (chapters.%): Use texis-path for complete path, add extra argument
44276         libc-texinfo.sh.
44277         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44278         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44279         (summary,texi, stamp-summary): Use complete path of
44280         files. Generate files in build dir.
44281         (dir-add.texi): Build in build dir.
44282         (libm-err.texi,stamp-libm-err): Likewise.
44283         (version.texi, stamp-version): Likewise.
44284         (.%c.texi): Likewise.
44285         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44286         (mostlyclean): Remove target.
44287         (realclean): Remove target.
44288         (generated): Add new variable with contents from mostlyclean and
44289         realclean, remove entries duplicated in common-mostlyclean, add
44290         stamp-libm-err and stamp-version.
44291         (generated-dirs): Add libc directory.
44292         ($(inst_infodir)/libc.info): Install files from build dir.
44294         * manual/install.texi (Configuring and compiling): Adjust since
44295         the info files are not part of the tar ball anymore.
44297 2012-05-14  Andreas Jaeger  <aj@suse.de>
44299         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44300         variable.
44302 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44304         [BZ #13717]
44305         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44306         to 2.2.0 where earlier.
44307         * sysdeps/unix/sysv/linux/configure: Regenerated.
44308         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44309         Remove conditional code.
44310         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44311         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44312         Remove conditional code.
44313         [!__NR_lchown]: Likewise.
44314         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44315         [__NR_lchown]: Likewise.
44316         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44317         comment referencing __ASSUME_LCHOWN_SYSCALL.
44318         * sysdeps/unix/sysv/linux/i386/sigaction.c
44319         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44320         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44321         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44322         Remove conditional code.
44323         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44324         (__protocol_available): Remove #if 0 code.
44325         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44326         conditional code.
44327         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44328         * sysdeps/unix/sysv/linux/kernel-features.h
44329         (__ASSUME_GETCWD_SYSCALL): Don't define.
44330         (__ASSUME_REALTIME_SIGNALS): Likewise.
44331         (__ASSUME_PREAD_SYSCALL): Likewise.
44332         (__ASSUME_PWRITE_SYSCALL): Likewise.
44333         (__ASSUME_POLL_SYSCALL): Likewise.
44334         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44335         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44336         non-SPARC.
44337         (__ASSUME_SIOCGIFNAME): Don't define.
44338         (__ASSUME_MSG_NOSIGNAL): Likewise.
44339         (__ASSUME_SENDFILE): Define unconditionally.
44340         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44341         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44342         conditional code.
44343         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44344         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44345         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44346         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44347         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44348         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44349         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44351         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44352         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44354         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44355         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44357         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44358         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44360         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44361         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44363         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44364         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44366         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44367         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44369         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44370         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44372         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44373         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44374         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44375         Remove conditional code.
44376         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44377         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44378         Remove conditional code.
44379         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44380         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44381         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44382         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44383         Remove conditional code.
44384         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44385         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44386         Remove conditional code.
44387         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44388         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44389         Remove conditional code.
44390         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44391         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44392         Remove conditional code.
44393         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44394         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44395         Remove conditional code.
44396         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44397         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44398         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44399         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44400         * sysdeps/unix/sysv/linux/sigaction.c
44401         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44402         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44403         * sysdeps/unix/sysv/linux/sigpending.c
44404         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44405         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44406         * sysdeps/unix/sysv/linux/sigprocmask.c
44407         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44408         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44409         * sysdeps/unix/sysv/linux/sigsuspend.c
44410         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44411         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44412         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44413         (__libc_missing_rt_sigs): Remove.
44414         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44415         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44416         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44417         Remove conditional code.
44418         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44419         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44420         return 1.
44421         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44422         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44423         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44424         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44426 2012-05-14  Andreas Jaeger  <aj@suse.de>
44428         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44429         it's not used in glibc.
44430         (__coshm1): Likewise.
44431         (__acosh1p): Likewise.
44432         (__sgn): Likewise.
44434         * manual/string.texi (Copying and Concatenation): Add missing
44435         variable in concat example.
44436         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44438 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44440         [BZ #14103]
44441         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44442         __builtin_clzl with __builtin_clzll.
44444 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44446         [BZ #14104]
44447         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44448         libc_freeres_ptr.
44450 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44452         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44453         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44454         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44455         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44457 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44459         * NEWS: Update ia64 info.
44461 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44463         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44464         used as bcopy.
44466 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44468         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44469         * sysdeps/unix/syscalls.list (dup3): Likewise.
44470         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44471         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44473 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44475         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44476         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44478 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44480         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44481         thread pointer.
44482         (TLS_IE): Use mov/add instead of movq/addq to load thread
44483         pointer.
44484         (TLS_GD_PREFIX): New.
44485         (TLS_GD): Use it.
44487 2012-05-11  David S. Miller  <davem@davemloft.net>
44489         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44490         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44491         (_FPU_SETCW): Likewise.
44493 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44495         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44496         is 32-byte aligned.
44498 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44500         [BZ #11837]
44501         * iconvdata/gb18030.c: Update tables.
44502         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44503         characters specially.
44504         (BODY for TO_LOOP): Add encoding of missing ranges.
44506 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44508         [BZ #13673]
44509         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44510         * sysdeps/mach/hurd/dup3.c: Likewise.
44511         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44512         * sysdeps/powerpc/memmove.c:: Likewise.
44514 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44516         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44517         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44519 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44521         * elf/elf.h (R_X86_64_RELATIVE64): New.
44522         (R_X86_64_NUM): Updated.
44523         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44524         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44525         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44526         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44527         tst-quad1pie tst-quad2pie
44528         (modules-names): Add tst-quadmod1 tst-quadmod2.
44529         ($(objpfx)tst-quad1): New dependency.
44530         ($(objpfx)tst-quad2): Likewise.
44531         ($(objpfx)tst-quad1pie): Likewise.
44532         ($(objpfx)tst-quad2pie): Likewise.
44533         * sysdeps/x86_64/tst-quad1.c: New file.
44534         * sysdeps/x86_64/tst-quad1pie.c: New file.
44535         * sysdeps/x86_64/tst-quad2.c: Likewise.
44536         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44537         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44538         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44539         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44540         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44542 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44544         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44545         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44546         * streams/stropts.h (t_scalar_t): Define type.
44548         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44549         (_PATH_PRESERVE): Set to "/var/lib".
44550         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44552         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44553         instead of int.
44555         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44556         if __dir_mkfile succeeded.
44558         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44559         checking for _hurd_dtablesize.  Unlock it right after having
44560         finished _hurd_dtable allocation.
44562 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44564         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44565         * sysdeps/mach/hurd/configure: Regenerated.
44566         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44567         special-casing to...
44568         * sysdeps/gnu/configure.in: ... this new file.
44569         * sysdeps/unix/sysv/linux/configure: Regenerated.
44570         * sysdeps/gnu/configure: New generated file.
44572         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44573         for Linux: use nsec instead of usec, as well as:
44574         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44575         members of type struct timespec.
44576         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44577         New macros.
44578         (struct stat64): Likewise.
44579         (_STATBUF_ST_NSEC): New macro.
44580         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44582         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44583         __strtoul_internal rather than strtoul.
44585 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44587         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44588         and reject them.
44590 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44592         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44593         which preserves existing values.
44594         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44596 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44598         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44599         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44600         greater than FD_SETSIZE.
44602 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44604         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44605         allocated, call __vm_protect to finish enabling the existing space, and
44606         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44607         allocate the remainder.
44609 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44611         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44612         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44614 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44616         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44617         sysdeps/mach/hurd/readlink.c.
44619         * posix/tst-sysconf.c (posix_options): Only use
44620         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44621         _POSIX_SYNCHRONIZED_IO when they are defined
44622         * sysdeps/mach/hurd/bits/posix_opt.h:
44623         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44624         (_XOPEN_REALTIME): Undefine macro.
44625         (_XOPEN_REALTIME_THREADS): Undefine macro.
44626         (_XOPEN_SHM): Undefine macro.
44627         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44628         macro to -1.
44629         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44630         macro to -1.
44631         (_POSIX_ASYNC_IO): Undefine macro.
44632         (_POSIX_PRIORITIZED_IO): Undefine macro.
44633         (_POSIX_SPIN_LOCKS): Define macro to -1.
44635         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44636         SA_NODEFER, SA_RESETHAND.
44637         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44638         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44639         F_DUPFD_CLOEXEC.
44641 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44643         * elf/Makefile (pldd-modules): Define unconditionally.
44645 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44647         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44649 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44651         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44652         Return ENOENT when name is empty.
44653         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44655 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44657         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44659         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44661 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44663         Fix mlock in all cases except non-readable pages.
44664         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44665         instead of VM_PROT_ALL as parameter to __vm_wire function.
44667         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44668         (__mkdir): When path is `/', just fail with EEXIST.
44669         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44671 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44673         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44674         <sys/uio.h> (for writev).
44675         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44676         and <sys/param.h> (for MIN).
44678 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44680         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44681         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44682         if interrupted.
44684 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44686         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44687         Depend on against $(link-rpcuserlibs).
44689 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44691         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44692         (__libc_stack_end): Do not use attribute_relro.
44693         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44694         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44695         to libthread-provided value.
44696         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44697         attribute_relro.
44699 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44701         [BZ #3748]
44702         * bits/libc-lock.h (__libc_once_get): New macro.
44703         * sysdeps/mach/bits/libc-lock.h: Likewise.
44704         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44705         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44706         instead of using implementation details.
44708         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44709         * libio/freopen.c: Likewise.
44710         * libio/freopen64.c: Likewise.
44711         * misc/syslog.c: Likewise.
44712         * nscd/connections.c: Likewise.
44713         * nscd/netgroupcache.c: Likewise.
44714         * sysdeps/posix/getcwd.c: Likewise.
44716 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44718         * math/w_ilogbf.c: Add #include <limits.h>.
44720 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44722         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44723         path instead of returning without unlocking.
44725         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44726         immediate-write ioctls.
44727         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44729 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44731         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44732         __builtin_frame_address instead of making assumptions about the
44733         location of the return address relative to DATA.  Force early load of
44734         the return address.
44735         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44736         __builtin_frame_address.
44738         dup3 for GNU Hurd.
44739         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44740         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44741         implement dup3 and do some further code clean-ups.
44742         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44743         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44745 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44747         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44749         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44750         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44751         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44752         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44753         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44754         d->port.lock.
44756         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44757         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44758         when handler == SIG_ERR, not when handler != SIG_ERR.
44760 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44762         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44763         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44764         definitions.
44766         accept4 for GNU Hurd.
44767         * include/sys/socket.h (__libc_accept4): New prototype.
44768         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44769         to implement __libc_accept4.
44770         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44771         __libc_accept4.
44772         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44774         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44775         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44776         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44777         signal-defines.sym.
44779 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44781         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44783 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44785         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44786         assertion on O_CLOEXEC flag.
44787         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44788         * hurd/intern-fd.c: Likewise.
44789         * hurd/port2fd.c: Likewise.
44791 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44793         [BZ #3906]
44794         * bits/in.h (IPV6_PKTINFO): Define new macro.
44795         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44797 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44799         [BZ #13954]
44800         [BZ #13955]
44801         [BZ #13956]
44802         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44803         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44804         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44805         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44806         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44807         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44808         * math/libm-test.inc (logb_test) : Additional logb tests.
44810 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44811             Andreas Jaeger  <aj@suse.de>
44813         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44814         * configure: Regenerated.
44815         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44816         * config.make.in (link-obsolete-rpc): New substituted variable.
44817         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44818         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44819         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44820         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44821         so that libc.a contains the symbols.
44822         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44823         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44824         * sunrpc/auth_none.c: Likewise.
44825         * sunrpc/auth_unix.c: Likewise.
44826         * sunrpc/authdes_prot.c: Likewise.
44827         * sunrpc/authuxprot.c: Likewise.
44828         * sunrpc/clnt_gen.c: Likewise.
44829         * sunrpc/clnt_perr.c: Likewise.
44830         * sunrpc/clnt_raw.c: Likewise.
44831         * sunrpc/clnt_simp.c: Likewise.
44832         * sunrpc/clnt_tcp.c: Likewise.
44833         * sunrpc/clnt_udp.c: Likewise.
44834         * sunrpc/clnt_unix.c: Likewise.
44835         * sunrpc/des_crypt.c: Likewise.
44836         * sunrpc/des_soft.c: Likewise.
44837         * sunrpc/get_myaddr.c: Likewise.
44838         * sunrpc/key_call.c: Likewise.
44839         * sunrpc/key_prot.c: Likewise.
44840         * sunrpc/netname.c: Likewise.
44841         * sunrpc/pm_getmaps.c: Likewise.
44842         * sunrpc/pm_getport.c: Likewise.
44843         * sunrpc/pmap_clnt.c: Likewise.
44844         * sunrpc/pmap_prot.c: Likewise.
44845         * sunrpc/pmap_prot2.c: Likewise.
44846         * sunrpc/pmap_rmt.c: Likewise.
44847         * sunrpc/publickey.c: Likewise.
44848         * sunrpc/rpc_cmsg.c: Likewise.
44849         * sunrpc/rpc_common.c: Likewise.
44850         * sunrpc/rpc_dtable.c: Likewise.
44851         * sunrpc/rpc_prot.c: Likewise.
44852         * sunrpc/rpc_thread.c: Likewise.
44853         * sunrpc/rtime.c: Likewise.
44854         * sunrpc/svc.c: Likewise.
44855         * sunrpc/svc_auth.c: Likewise.
44856         * sunrpc/svc_raw.c: Likewise.
44857         * sunrpc/svc_run.c: Likewise.
44858         * sunrpc/svc_tcp.c: Likewise.
44859         * sunrpc/svc_udp.c: Likewise.
44860         * sunrpc/svc_unix.c: Likewise.
44861         * sunrpc/svcauth_des.c: Likewise.
44862         * sunrpc/xcrypt.c: Likewise.
44863         * sunrpc/xdr.c: Likewise.
44864         * sunrpc/xdr_array.c: Likewise.
44865         * sunrpc/xdr_float.c: Likewise.
44866         * sunrpc/xdr_intXX_t.c: Likewise.
44867         * sunrpc/xdr_mem.c: Likewise.
44868         * sunrpc/xdr_rec.c: Likewise.
44869         * sunrpc/xdr_ref.c: Likewise.
44870         * sunrpc/xdr_sizeof.c: Likewise.
44871         * sunrpc/xdr_stdio.c: Likewise.
44873 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44875         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44876         change.  Update copyright years.
44878 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44880         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44882 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44883             Joseph Myers  <joseph@codesourcery.com>
44884             Paul Pluzhnikov  <ppluzhnikov@google.com>
44886         [BZ #14012]
44887         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44888         requiring rpcgen.
44889         [cross-compiling] (extra-libs): Likewise.
44890         [cross-compiling] (extra-libs-others): Likewise.
44891         [cross-compiling] (librpcsvc-routines): Likewise.
44892         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44893         [cross-compiling] (omit-deps): Likewise.
44894         (sunrpc-CPPFLAGS): New variable.
44895         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44896         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44897         (cross-rpcgen-objs): New variable.
44898         (extra-objs): Append $(cross-rpcgen-objs).
44899         ($(cross-rpcgen-objs)): New rule.
44900         ($(objpfx)cross-rpcgen): Likewise.
44901         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44902         comment.
44903         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44904         ($(objpfx)x%.stmp): Likewise.
44905         * sunrpc/proto.h [IS_IN_build] (_): Define.
44906         [IS_IN_build] (_libc_intl_domainname): Likewise.
44908 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44910         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44911         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44912         and R_X86_64_TPOFF64.
44914 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44916         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44917         sysdeps/unix/sysv/syscalls.list.
44918         (stime): Likewise.
44919         (utime): Likewise.
44920         * sysdeps/unix/sysv/syscalls.list: Remove file.
44922 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44924         [BZ #3440]
44925         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44926         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44927         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44928         (__LC_IDENTIFICATION): Make these macros useful in #if
44929         expressions, as required by C99.
44931 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44933         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44934         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44935         after this.
44937 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44939         * stdlib/longlong.h: Updated from GCC.
44941 2012-05-09  Andreas Jaeger  <aj@suse.de>
44943         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44944         default is first entry.
44945         (run_mode): Set type.
44946         (main): Remove informal message about syslog.
44947         (options): Fix typo.
44949         [BZ #14053]
44950         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44951         to asm.
44952         (lrint): Likewise.
44953         (llrintf): Likewise.
44954         (llrint): Likewise.
44955         (rint): Likewise.
44956         (rintf): Likewise.
44957         (nearbyint): Likewise.
44958         (nearbyintf): Likewise.
44960 2012-05-09  Andreas Jaeger  <aj@suse.de>
44961             Pedro Alves  <palves@redhat.com>
44963         * nscd/nscd.c (run_mode): Use enum.
44964         (main): Cleanup coding style issue.
44966 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44967             Andreas Jaeger  <aj@suse.de>
44969         * nscd/nscd.c (go_background): Replaced with...
44970         (run_mode): ... this.
44971         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44972         (options): Add -F --foreground.
44973         (main): Implement it.
44974         (parse_opt): Parse it.
44976 2012-05-09  Andreas Jaeger  <aj@suse.de>
44978         [BZ #14083]
44979         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44980         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44981         -Wconversion warning.
44982         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44983         Likewise.
44985 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44987         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44988         == 0.
44989         (LC_ALL): Use macro-int-constant.
44990         (LC_COLLATE): Likewise.
44991         (LC_CTYPE): Likewise.
44992         (LC_MESSAGES): Likewise.
44993         (LC_MONETARY): Likewise.
44994         (LC_NUMERIC): Likewise.
44995         (LC_TIME): Likewise.
44996         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44997         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44998         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44999         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45000         Specify type.
45001         [C99-based standards] (float_t): Expect type.
45002         [C99-based standards] (double_t): Expect type.
45003         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45004         type.
45005         [C99-based standards] (HUGE_VALL): Likewise.
45006         [C99-based standards] (INFINITY): Likewise.
45007         [C99-based standards] (NAN): Likewise.
45008         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45009         [C99-based standards] (FP_NAN): Likewise.
45010         [C99-based standards] (FP_NORMAL): Likewise.
45011         [C99-based standards] (FP_SUBNORMAL): Likewise.
45012         [C99-based standards] (FP_ZERO): Likewise.
45013         [C99-based standards] (FP_FAST_FMA): Use
45014         optional-macro-int-constant.  Specify type.  Require == 1.
45015         [C99-based standards] (FP_FAST_FMAF): Likewise.
45016         [C99-based standards] (FP_FAST_FMAL): Likewise.
45017         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45018         [C99-based standards] (FP_ILOGBNAN): Likewise.
45019         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45020         Specify type.
45021         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45022         [C99-based standards] (math_errhandling): Specify type.
45023         [ISO99 || ISO11] (signgam): Do not allow.
45024         [non-C99-based standards] (copysignf): Do not allow.
45025         [non-C99-based standards] (exp2f): Likewise.
45026         [non-C99-based standards] (log2f): Likewise.
45027         [non-C99-based standards] (modff): Allow.
45028         [non-C99-based standards] (erff): Do not allow.
45029         [non-C99-based standards] (erfcf): Likewise.
45030         [non-C99-based standards] (gammaf): Likewise.
45031         [non-C99-based standards] (hypotf): Likewise.
45032         [non-C99-based standards] (j0f): Likewise.
45033         [non-C99-based standards] (j1f): Likewise.
45034         [non-C99-based standards] (jnf): Likewise.
45035         [non-C99-based standards] (lgammaf): Likewise.
45036         [non-C99-based standards] (tgammaf): Likewise.
45037         [non-C99-based standards] (y0f): Likewise.
45038         [non-C99-based standards] (y1f): Likewise.
45039         [non-C99-based standards] (ynf): Likewise.
45040         [non-C99-based standards] (isnanf): Likewise.
45041         [non-C99-based standards] (acoshf): Likewise.
45042         [non-C99-based standards] (asinhf): Likewise.
45043         [non-C99-based standards] (atanhf): Likewise.
45044         [non-C99-based standards] (cbrtf): Likewise.
45045         [non-C99-based standards] (expm1f): Likewise.
45046         [non-C99-based standards] (ilogbf): Likewise.
45047         [non-C99-based standards] (log1pf): Likewise.
45048         [non-C99-based standards] (logbf): Likewise.
45049         [non-C99-based standards] (nextafterf): Likewise.
45050         [non-C99-based standards] (remainderf): Likewise.
45051         [non-C99-based standards] (rintf): Likewise.
45052         [non-C99-based standards] (scalbf): Likewise.
45053         [non-C99-based standards] (copysignl): Likewise.
45054         [non-C99-based standards] (exp2l): Likewise.
45055         [non-C99-based standards] (log2l): Likewise.
45056         [non-C99-based standards] (modfl): Allow.
45057         [non-C99-based standards] (erfl): Do not allow.
45058         [non-C99-based standards] (erfcl): Likewise.
45059         [non-C99-based standards] (gammal): Likewise.
45060         [non-C99-based standards] (hypotl): Likewise.
45061         [non-C99-based standards] (j0l): Likewise.
45062         [non-C99-based standards] (j1l): Likewise.
45063         [non-C99-based standards] (jnl): Likewise.
45064         [non-C99-based standards] (lgammal): Likewise.
45065         [non-C99-based standards] (tgammal): Likewise.
45066         [non-C99-based standards] (y0l): Likewise.
45067         [non-C99-based standards] (y1l): Likewise.
45068         [non-C99-based standards] (ynl): Likewise.
45069         [non-C99-based standards] (isnanl): Likewise.
45070         [non-C99-based standards] (acoshl): Likewise.
45071         [non-C99-based standards] (asinhl): Likewise.
45072         [non-C99-based standards] (atanhl): Likewise.
45073         [non-C99-based standards] (cbrtl): Likewise.
45074         [non-C99-based standards] (expm1l): Likewise.
45075         [non-C99-based standards] (ilogbl): Likewise.
45076         [non-C99-based standards] (log1pl): Likewise.
45077         [non-C99-based standards] (logbl): Likewise.
45078         [non-C99-based standards] (nextafterl): Likewise.
45079         [non-C99-based standards] (remainderl): Likewise.
45080         [non-C99-based standards] (rintl): Likewise.
45081         [non-C99-based standards] (scalbl): Likewise.
45082         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45083         [non-C99-based standards] (FP_*): Do not allow.
45084         [C99-based standards] (FP_*): Change to
45085         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45086         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45087         allow.
45088         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45089         (SIG_ERR): Likewise.
45090         [X/Open-based standards] (SIG_HOLD): Likewise.
45091         (SIG_IGN): Likewise.
45092         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45093         positive value.
45094         (SIGFPE): Likewise.
45095         (SIGILL): Likewise.
45096         (SIGINT): Likewise.
45097         (SIGSEGV): Likewise.
45098         (SIGTER): Likewise.
45099         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45100         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45101         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45102         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45103         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45104         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45105         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45106         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45107         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45108         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45109         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45110         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45111         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45112         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45113         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45114         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45115         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45116         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45117         [X/Open-based standards] (SIGTRAP): Likewise.
45118         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45119         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45120         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45121         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45122         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45123         allow.
45125 2012-05-08  Ian Wienand  <ianw@vmware.com>
45127         [BZ #14080]
45128         * time/tzset.c (__tzset_parse_tz): Update default rules for
45129         daylight time changes in the Energy Policy Act of 2005.
45131 2012-05-09  Andreas Jaeger  <aj@suse.de>
45133         [BZ #13983]
45134         * elf/ldconfig.c (parse_conf): Change string to make clear that
45135         ldconfig only issued a warning if ld.so.conf does not exist.
45137 2012-05-08  David S. Miller  <davem@davemloft.net>
45139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45140         movxtod instead of popping the value on the stack.
45142         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45144 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45146         * config.h.in: Add HAVE_ARM_PCS_VFP.
45148 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45150         [BZ #13979]
45151         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45152         checking but the checks are disabled for any reason.
45154 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45156         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45157         and ELF64_R_TYPE with ELFW(R_TYPE).
45159 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45161         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45162         (ulimit): Likewise.
45164         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45165         (settimeofday): Likewise.
45167 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45169         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45170         a struct th_u2 inside the union, and move tu_block/tu_code into
45171         a new th_u3 union of tu_block/tu_code inside of that.  Move
45172         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45173         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45174         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45175         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45176         (th_stuff): Change to th_u1.tu_stuff.
45177         (th_data): Define.
45178         (th_msg): Change to th_u1.th_u2.tu_data.
45180 2012-05-07  David S. Miller  <davem@davemloft.net>
45182         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45184         [BZ #14074]
45185         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45186         (SETUP_PIC_REG): Use it.
45187         (SETUP_PIC_REG_LEAF): Use it.
45189 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45191         [BZ #13885]
45192         [BZ #13923]
45193         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45194         USE_AS_EXPM1L.
45195         (EXPL_FINITE): Likewise.
45196         (FLDLOG): Likewise.
45197         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45198         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45199         e_expl.S.
45200         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45201         USE_AS_EXPM1L.
45202         (EXPL_FINITE): Likewise.
45203         (FLDLOG): Likewise.
45204         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45205         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45206         e_expl.S.
45207         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45208         test of -max_value argument for long double.
45209         * sysdeps/i386/fpu/libm-test-ulps: Update.
45210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45212 2012-05-06  David S. Miller  <davem@davemloft.net>
45214         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45215         quad soft-float symbols whose references which are compiler
45216         generated.
45217         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45219 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45221         [BZ #13884]
45222         [BZ #13914]
45223         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45224         USE_AS_EXP10L.
45225         (EXPL_FINITE): Likewise.
45226         (FLDLOG): Likewise.
45227         (c0): Likewise.
45228         (c1): Likewise.
45229         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45230         Adjust comments for base varying.
45231         (__expl_finite): Change alias to EXPL_FINITE.
45232         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45233         e_expl.S.
45234         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45235         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45236         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45237         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45238         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45239         USE_AS_EXP10L.
45240         (EXPL_FINITE): Likewise.
45241         (FLDLOG): Likewise.
45242         (c0): Likewise.
45243         (c1): Likewise.
45244         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45245         Adjust comments for base varying.
45246         (__expl_finite): Change alias to EXPL_FINITE.
45247         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45248         tests for bugs.
45249         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45251         [BZ #14064]
45252         * math/libm-test.inc (check_float_internal): Correct ulp
45253         calculation for subnormal expected results.
45255 2012-05-06  Andreas Jaeger  <aj@suse.de>
45257         * Makeconfig (+math-flags): New, set to -frounding-math.
45258         (+cflags): Add +math-flags so that all of glibc gets compiled with
45259         it.
45261         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45263 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45265         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45266         Disable one test.
45268         [BZ #13787]
45269         [BZ #13922]
45270         [BZ #14036]
45271         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45272         (__ieee754_expl): Allow for and saturate large arguments.
45273         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45274         (u_threshold): Likewise.
45275         (__exp): Call __ieee754_exp before checking for overflow and
45276         underflow.
45277         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45278         (u_threshold): Likewise.
45279         (__expf): Call __ieee754_expf before checking for overflow and
45280         underflow.
45281         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45282         (u_threshold): Likewise.
45283         (__expl): Call __ieee754_expl before checking for overflow and
45284         underflow.
45285         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45286         (__ieee754_expl): Allow for and saturate large arguments.
45287         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45288         missing overflow exception on overflow.
45289         (expm1_test): Do not allow missing overflow exception on overflow.
45291         * sysdeps/i386/fpu/e_expl.c: Move to ...
45292         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45293         rather than using inline asm.
45294         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45295         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45296         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45298         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45299         (nice): Likewise.
45300         (poll): Likewise.
45301         (signal): Likewise.
45302         (time): Likewise.
45303         (times): Likewise.
45305 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45307         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45308         sysdeps/unix/common/syscalls.list.
45309         (fchmod): Likewise.
45310         (fchown): Likewise.
45311         (ftruncate): Likewise.
45312         (getrusage): Likewise.
45313         (gettimeofday): Likewise.
45314         (setpgid): Likewise.
45315         (setregid): Likewise.
45316         (setreuid): Likewise.
45317         (sigaction): Likewise.
45318         (truncate): Likewise.
45319         (vhangup): Likewise.
45320         * sysdeps/unix/common/syscalls.list: Remove file.
45321         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45322         * sysdeps/unix/sysv/linux/Implies: Likewise.
45324 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45326         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45327         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45328         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45329         Moved to ...
45330         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45331         Here.
45332         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45333         to ...
45334         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45335         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45336         to ...
45337         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45338         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45339         to ...
45340         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45341         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45342         to ...
45343         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45344         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45345         to ...
45346         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45347         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45348         to ...
45349         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45350         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45351         to ...
45352         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45353         Here.
45354         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45355         to ...
45356         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45357         Here.
45358         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45359         to ...
45360         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45361         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45362         Moved to ...
45363         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45364         Here.
45365         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45366         to ...
45367         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45369 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45371         * sysdeps/unix/common/bits/dirent.h: Remove file.
45372         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45374         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45375         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45376         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45377         * sysdeps/unix/bsd/isatty.c: Likewise.
45378         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45379         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45380         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45382 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45384         [BZ #13563]
45385         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45386         long double comparison inaccuracies.
45387         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45388         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45390 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45392         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45393         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45395 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45397         [BZ #14049]
45398         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45399         nonzero digits before rounding a hex value.
45400         * stdlib/tst-strtod.c (tests): Add another test.
45402 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45404         * sysdeps/s390/fpu/libm-test-ulps: Update.
45406 2012-05-03  Andreas Jaeger  <aj@suse.de>
45408         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45409         does not get optimized out.
45410         (malloc_opt_barrier): New.
45412 2012-05-03  Andreas Jaeger  <aj@suse.de>
45413             Roland McGrath  <roland@hack.frob.com>
45415         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45416         intermediate file deletion.
45417         (generated): Add .symlist files.
45419 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45421         [BZ #13775]
45422         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45423         Redirect under this condition.
45424         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45425         [__USE_GNU] (__dprintf_chk): Not under this condition.
45426         [__USE_GNU] (__vdprintf_chk): Likewise.
45427         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45428         under this condition.
45429         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45430         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45431         [__USE_XOPEN2K8] (vdprintf): Likewise.
45432         [__USE_GNU] (__dprintf_chk): Not under this condition.
45433         [__USE_GNU] (__vdprintf_chk): Likewise.
45434         [__USE_GNU] (dprintf): Likewise.
45435         [__USE_GNU] (vdprintf): Likewise.
45437 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45439         * elf/Makefile (common-generated): Set this instead of generated for
45440         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45441         $(all-built-dso)-derived lists.
45443 2012-05-03  Andreas Jaeger  <aj@suse.de>
45445         * sysdeps/i386/fpu/libm-test-ulps: Update.
45447         * FAQ: Removed.
45448         * FAQ.in: Likewise.
45449         * scripts/gen-FAQ.pl: Likewise.
45450         * manual/install.texi (Installation): Point to online location of
45451         FAQ.
45452         * Makefile (files-for-dist): Remove FAQ.
45453         (FAQ): Remove.
45455 2012-05-02  Allan McRae  <allan@archlinux.org>
45457         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45458         (LDFLAGS-reldepmod5.so): Likewise.
45459         (LDFLAGS-reldep6mod1.so): Likewise.
45460         (LDFLAGS-reldep6mod4.so): Likewise.
45461         (LDFLAGS-reldep8mod3.so): Likewise.
45462         (LDFLAGS-unload4mod1.so): Likewise.
45463         (LDFLAGS-unload4mod2.so): Likewise.
45464         (LDFLAGS-tst-initorder): Likewise.
45465         (LDFLAGS-tst-initordera2.so): Likewise.
45466         (LDFLAGS-tst-initordera3.so): Likewise.
45467         (LDFLAGS-tst-initordera4.so): Likewise.
45468         (LDFLAGS-tst-initorderb2.so): Likewise.
45469         (LDFLAGS-noload): Likewise.
45470         (LDFLAGS-next): Likewise.
45471         (LDFLAGS-order2mod1.so): Likewise.
45472         (LDFLAGS-order2mod2.so): Likewise.
45473         (LDFLAGS-tst-initorder2): Likewise.
45474         (LDFLAGS-tst-initorder2a.so): Likewise.
45475         (LDFLAGS-tst-initorder2b.so): Likewise.
45476         (LDFLAGS-tst-initorder2c.so): Likewise.
45477         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45479 2012-05-02  David S. Miller  <davem@davemloft.net>
45481         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45483 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45485         [BZ #14055]
45486         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45488 2012-05-02  Andreas Jaeger  <aj@suse.de>
45490         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45491         since we manipulate rounding mode.
45492         (CPPFLAGS-test-idouble.c): Likewise.
45493         (CPPFLAGS-test-ifloat.c): Likewise.
45494         (CFLAGS-test-ldouble.c): Likewise.
45495         (CFLAGS-test-double.c): Likewise.
45496         (CFLAGS-test-float.c): Likewise.
45497         (CFLAGS-test-misc.c): Likewise.
45498         (CFLAGS-test-test-fenv.c): Likewise.
45500 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45502         [BZ #2550]
45503         [BZ #2570]
45504         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45505         comparisons to determine direction to adjust input.
45507 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45509         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45510         output to the target.
45512         * scripts/localplt.awk: New file.
45513         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45514         (check-localplt-CFLAGS): Variable removed.
45515         ($(all-built-dso:=.jmprel)): New static pattern rule.
45516         (generated): Add those targets.
45517         (localplt-built-dso): New variable.
45518         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45520         * elf/check-localplt.c: File removed.
45522         * scripts/check-execstack.awk: New file.
45523         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45524         (check-execstack-CFLAGS): Variable removed.
45525         ($(objpfx)check-execstack.h): Target removed.
45526         ($(objpfx)execstack-default): New target.
45527         (generated): Add that instead of check-execstack.h.
45528         ($(all-built-dso:=.phdr)): New static pattern rule.
45529         (generated): Add those targets.
45530         * elf/check-execstack.c: File removed.
45532         * scripts/check-textrel.awk: New file.
45533         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45534         (check-textrel-CFLAGS): Variable removed.
45535         (all-built-dso): Use := to define.o
45536         ($(all-built-dso:=.dyn)): New static pattern rule.
45537         (generated): Add those targets.
45538         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45539         * config.make.in (READELF): New substituted variable.
45540         * elf/check-textrel.c: File removed.
45542 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45544         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45545         allow.
45546         * conform/data/ctype.h-data [C99-based standards] (isblank):
45547         Expect function.
45548         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45549         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45550         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45551         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45552         Specify type.  Require positive value.
45553         (EILSEQ): Likewise.
45554         (ERANGE): Likewise.
45555         [ISO || POSIX] (EILSEQ): Do not expect.
45556         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45557         Specify type.  Require positive value.
45558         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45559         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45560         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45561         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45562         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45563         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45564         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45565         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45566         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45567         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45568         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45569         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45570         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45571         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45572         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45573         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45574         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45575         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45576         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45577         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45578         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45579         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45580         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45581         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45582         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45583         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45584         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45585         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45586         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45587         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45588         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45589         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45590         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45591         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45592         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45593         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45594         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45595         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45596         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45597         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45598         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45599         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45600         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45601         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45602         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45603         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45604         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45605         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45606         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45607         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45608         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45609         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45610         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45611         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45612         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45613         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45614         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45615         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45616         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45617         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45618         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45619         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45620         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45621         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45622         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45623         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45624         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45625         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45626         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45627         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45628         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45629         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45630         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45631         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45632         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45633         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45634         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45635         Require >= 2.
45636         (FLT_ROUNDS): Expect as macro, not constant.
45637         (FLT_MANT_DIG): Use macro-int-constant.
45638         (DBL_MANT_DIG): Likewise.
45639         (LDBL_MANT_DIG): Likewise.
45640         (FLT_DIG): Likewise.
45641         (DBL_DIG): Likewise.
45642         (LDBL_DIG): Likewise.
45643         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45644         (DBL_MIN_EXP): Likewise.
45645         (LDBL_MIN_EXP): Likewise.
45646         (FLT_MAX_EXP): Use macro-int-constant.
45647         (DBL_MAX_EXP): Likewise.
45648         (LDBL_MAX_EXP): Likewise.
45649         (FLT_MAX_10_EXP): Likewise.
45650         (DBL_MAX_10_EXP): Likewise.
45651         (LDBL_MAX_10_EXP): Likewise.
45652         (FLT_MAX): Use macro-constant.
45653         (DBL_MAX): Likewise.
45654         (LDBL_MAX): Likewise.
45655         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45656         (DBL_EPSILON): Likewise.
45657         (LDBL_EPSILON): Likewise.
45658         (FLT_MIN): Likewise.
45659         (DBL_MIN): Likewise.
45660         (LDBL_MIN): Likewise.
45661         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45662         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45663         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45664         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45665         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45666         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45667         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45668         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45669         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45670         [ISO11] (FLT_TRUE_MIN): Likewise.
45671         [ISO11] (LDBL_TRUE_MIN): Likewise.
45672         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45673         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45674         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45675         (SCHAR_MAX): Likewise.
45676         (UCHAR_MAX): Likewise.
45677         (CHAR_MIN): Likewise.
45678         (CHAR_MAX): Likewise.
45679         (MB_LEN_MAX): Use macro-int-constant.
45680         (SHRT_MIN): Use macro-int-constant.  Specify type.
45681         (SHRT_MAX): Likewise.
45682         (USHRT_MAX): Likewise.
45683         (INT_MAX): Likewise.
45684         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45685         bound negative.
45686         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45687         bound with "U".
45688         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45689         bound with "L".
45690         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45691         bound negative.  Suffix upper bound with "L".
45692         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45693         bound with "UL".
45694         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45695         Specify type.
45696         [C99-based standards] (LLONG_MAX): Likewise.
45697         [C99-based standards] (ULLONG_MAX): Likewise.
45698         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45699         == 0.
45700         [ISO11] (max_align_t): Require type.
45701         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45703         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45704         from $CFLAGS, without defining away __attribute__ calls.
45705         (checknamespace): Use $CFLAGS_namespace.
45707         * conform/conformtest.pl (@keywords): Only include C99 keywords
45708         for standards based on C99 or C11.
45710         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45711         Disable tests.
45712         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45713         UNIX98]: Likewise.
45715         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45716         usability of symbols in #if.
45718         * conform/conformtest.pl: If macro or constant types start
45719         "promoted:", expect the symbol to be of the following type
45720         promoted by the integer promotions.
45722         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45723         in one place.  Also handle "macro-constant".
45725         * conform/conformtest.pl: Only accept expected macro values with
45726         "==".  Parse all "macro" lines in one place.
45727         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45729         * conform/conformtest.pl: Handle braced types on "constant" lines
45730         instead of handling "typed-constant".
45731         * conform/data/signal.h-data: Use "constant" instead of
45732         "typed-constant".
45734         * conform/conformtest.pl: Handle "optional-" at start of lines in
45735         one place rather than duplicating several cases.  Handle each
45736         format of "macro" line with initial "optional-".
45738         * conform/conformtest.pl: Only accept expected constant or
45739         optional-constant values with "==".  Parse all "constant" lines in
45740         one place.  Parse all "optional-constant" lines in one place.
45741         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45742         * conform/data/fmtmsg.h-data: Likewise.
45743         * conform/data/netinet/in.h-data: Likewise.
45744         * conform/data/tar.h-data: Likewise.
45745         * conform/data/limits.h-data: Use "==" form on "constant" and
45746         "optional-constant" lines.
45748         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45749         Use -std=c99 for XOPEN2K.
45750         (@knownproblems): Remove.
45751         (newtoken): Don't check %isknown.
45753         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45754         Do not expect macro.
45755         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45756         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45757         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45758         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45759         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45760         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45761         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45762         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45763         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45764         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45765         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45766         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45767         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45768         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45769         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45770         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45771         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45772         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45773         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45774         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45775         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45776         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45777         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45778         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45779         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45780         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45781         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45782         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45783         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45784         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45785         [XPG3] (acosh): Likewise.
45786         [XPG3] (asinh): Likewise.
45787         [XPG3] (atanh): Likewise.
45788         [XPG3] (cbrt): Likewise.
45789         [XPG3] (expm1): Likewise.
45790         [XPG3] (ilogb): Likewise.
45791         [XPG3] (log1p): Likewise.
45792         [XPG3] (logb): Likewise.
45793         [XPG3] (nextafter): Likewise.
45794         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45795         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45796         [XPG3] (remainder): Likewise.
45797         [XPG3] (rint): Likewise.
45798         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45799         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45800         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45801         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45802         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45803         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45804         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45805         [UNIX98 || XOPEN2K] (scalb): Expect.
45806         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45807         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45808         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45809         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45810         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45811         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45812         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45813         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45814         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45815         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45816         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45817         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45818         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45819         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45820         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45821         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45822         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45823         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45824         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45825         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45826         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45827         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45828         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45829         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45830         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45831         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45832         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45833         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45834         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45835         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45836         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45837         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45838         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45839         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45840         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45841         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45842         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45843         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45844         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45845         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45846         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45847         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45848         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45849         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45850         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45851         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45852         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45853         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45854         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45855         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45856         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45857         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45858         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45859         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45860         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45861         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45862         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45863         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45864         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45865         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45866         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45867         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45868         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45869         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45870         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45871         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45872         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45873         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45874         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45875         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45876         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45877         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45878         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45879         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45880         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45881         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45882         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45883         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45884         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45885         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45886         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45887         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45888         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45889         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45890         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45891         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45892         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45893         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45894         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45895         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45896         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45897         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45898         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45899         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45900         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45901         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45902         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45903         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45904         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45905         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45906         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45907         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45908         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45909         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45910         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45911         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45912         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45913         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45914         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45915         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45916         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45917         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45918         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45919         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45920         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45921         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45922         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45923         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45924         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45925         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45926         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45927         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45928         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45929         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45930         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45931         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45932         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45933         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45934         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45935         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45936         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45937         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45938         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45939         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45940         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45941         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45942         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45944         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45945         _XOPEN_SOURCE_EXTENDED for XPG4.
45947         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45949         * Makeconfig (localtime): Remove variable.
45950         (inst_localtime-file): Likewise.
45952 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45955         Update.
45956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45957         Update.
45958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45959         Update.
45960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45961         Update.
45962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45963         Update.
45964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45965         Update.
45966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45967         Update.
45968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45969         Update.
45970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45971         Update.
45973 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45975         [BZ #2550]
45976         [BZ #2570]
45977         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45978         comparisons to determine direction to adjust input.
45979         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45980         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45981         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45982         Likewise.
45983         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45984         Likewise.
45985         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45986         Likewise.
45987         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45988         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45989         Likewise.
45990         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45991         Likewise.
45992         * math/libm-test.inc (nexttoward_test): Add more tests.
45994 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45996         [BZ #14040]
45997         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45998         in version GLIBC_2.1, not GLIBC_2.0.
45999         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46000         Likewise.
46002 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46004         [BZ #13942]
46005         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46006         (1 - x) * (1 + x).
46007         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46008         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46009         * math/libm-test.inc (acos_test): Add more tests.
46010         (asin_test): Likewise.
46011         * sysdeps/i386/fpu/libm-test-ulps: Update.
46012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46014         [BZ #14034]
46015         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46016         of square root.
46017         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46018         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46019         * math/libm-test.inc (acos_test_tonearest): New function.
46020         (acos_test_towardzero): Likewise.
46021         (acos_test_downward): Likewise.
46022         (acos_test_upward): Likewise.
46023         (asin_test_tonearest): Likewise.
46024         (asin_test_towardzero): Likewise.
46025         (asin_test_downward): Likewise.
46026         (asin_test_upward): Likewise.
46027         (main): Call the new functions.
46028         * sysdeps/i386/fpu/libm-test-ulps: Update.
46029         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46031         [BZ #13884]
46032         [BZ #13924]
46033         * math/e_exp10.c: Include <float.h>.
46034         (__ieee754_exp10): Handle underflow here rather than multiplying
46035         large negative argument by M_LN10.
46036         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46037         of __ieee754_expf.
46038         * math/e_exp10l.c: Include <float.h>.
46039         (__ieee754_exp10l): Handle underflow here rather than multiplying
46040         large negative argument by M_LN10l.
46041         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46042         spurious overflow exception on underflow.
46044 2012-04-29  Marek Polacek  <polacek@redhat.com>
46046         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46047         (__fortify_function): New macro.
46048         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46049         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46050         __extern_always_inline.
46051         * libio/bits/stdio2.h: Likewise.
46052         * libio/bits/stdio.h: Likewise.
46053         * string/string.h: Likewise.
46054         * string/bits/string3.h: Likewise.
46055         * include/stdio.h: Likewise.
46056         * stdlib/bits/stdlib.h: Likewise.
46057         * stdlib/stdlib.h: Likewise.
46058         * rt/bits/mqueue2.h: Likewise.
46059         * rt/mqueue.h: Likewise.
46060         * posix/bits/unistd.h: Likewise.
46061         * posix/unistd.h: Likewise.
46062         * io/bits/poll2.h: Likewise.
46063         * io/bits/fcntl2.h: Likewise.
46064         * io/fcntl.h: Likewise.
46065         * io/sys/poll.h: Likewise.
46066         * misc/bits/syslog.h: Likewise.
46067         * misc/bits/syslog-ldbl.h: Likewise.
46068         * misc/sys/syslog.h: Likewise.
46069         * socket/bits/socket2.h: Likewise.
46070         * socket/sys/socket.h: Likewise.
46071         * debug/tst-chk1.c: Likewise.
46072         * wcsmbs/bits/wchar2.h: Likewise.
46073         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46074         * wcsmbs/wchar.h: Likewise.
46076 2012-04-29  Andreas Jaeger  <aj@suse.de>
46078         * Makerules (tests): Remove enable-check-abi protection.
46079         (check-abi-warn): Remove.
46080         (check-abi-%): Remove check-abi-warn usage.
46082         * configure.in: Remove check-abi configure option.
46083         * configure: Regenerated.
46084         * config.make.in (enable-check-abi): Remove.
46086 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46088         [BZ #14033]
46089         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46090         double functions to double *_finite functions.
46092         [BZ #13941]
46093         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46094         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46095         LDBL_MIN_EXP.
46096         * stdio-common/Makefile (tests): Add tst-sprintf3.
46097         * stdio-common/tst-sprintf3.c: New file.
46099         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46100         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46102 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46104         * conform/conformtest.pl: Remove duplicate typed-constant
46105         handling.
46107 2012-04-28  David S. Miller  <davem@davemloft.net>
46109         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46110         (check-abi-%): Remove AWK script prerequisite and explicit
46111         abilist directory.
46112         (check-abi): Rewrite to just diff the symlist with the abilist.
46113         (config-tls, config-abi-config): Delete, no longer used.
46114         (update-abi-%): Remove AWK script and explicit abilist directory.
46115         (update-abi): Rewrite to simply compare and conditionally copy the
46116         symlist and the sysdep abilist file.  Remove update-abi-config
46117         checks.
46118         * abilist/ld.abilist: Remove.
46119         * abilist/libBrokenLocale.abilist: Remove.
46120         * abilist/libanl.abilist: Remove.
46121         * abilist/libcrypt.abilist: Remove.
46122         * abilist/libdl.abilist: Remove.
46123         * abilist/librt.abilist: Remove.
46124         * abilist/libthread_db.abilist: Remove.
46125         * abilist/libutil.abilist: Remove.
46126         * scripts/extract-abilist.awk: Remove.
46127         * scripts/merge-abilist.awk: Remove.
46128         * sysdeps/generic/libcidn.abilist: New file.
46129         * sysdeps/generic/libnss_compat.abilist: New file.
46130         * sysdeps/generic/libnss_db.abilist: New file.
46131         * sysdeps/generic/libnss_dns.abilist: New file.
46132         * sysdeps/generic/libnss_files.abilist: New file.
46133         * sysdeps/generic/libnss_hesiod.abilist: New file.
46134         * sysdeps/generic/libnss_nis.abilist: New file.
46135         * sysdeps/generic/libnss_nisplus.abilist: New file.
46136         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46137         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46138         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46139         file.
46140         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46141         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46142         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46143         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46144         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46145         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46146         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46147         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46148         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46149         file.
46150         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46151         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46152         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46153         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46154         file.
46155         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46156         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46157         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46158         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46159         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46160         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46161         file.
46162         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46163         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46164         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46165         file.
46166         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46167         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46168         New file.
46169         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46170         New file.
46171         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46172         New file.
46173         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46174         New file.
46175         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46176         New file.
46177         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46178         New file.
46179         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46180         New file.
46181         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46182         New file.
46183         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46184         New file.
46185         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46186         New file.
46187         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46188         New file.
46189         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46190         New file.
46191         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46192         New file.
46193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46194         file.
46195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46196         New file.
46197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46198         New file.
46199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46200         file.
46201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46202         New file.
46203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46204         New file.
46205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46206         file.
46207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46208         New file.
46209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46210         New file.
46211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46212         New file.
46213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46214         New file.
46215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46216         New file.
46217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46218         New file.
46219         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46220         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46221         file.
46222         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46223         New file.
46224         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46225         file.
46226         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46227         file.
46228         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46229         file.
46230         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46231         file.
46232         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46233         file.
46234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46235         New file.
46236         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46237         file.
46238         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46239         file.
46240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46241         New file.
46242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46243         file.
46244         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46245         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46246         file.
46247         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46248         New file.
46249         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46250         file.
46251         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46252         file.
46253         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46254         file.
46255         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46256         file.
46257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46258         file.
46259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46260         New file.
46261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46262         file.
46263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46264         file.
46265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46266         New file.
46267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46268         file.
46269         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46270         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46271         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46272         file.
46273         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46274         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46275         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46276         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46277         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46278         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46279         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46280         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46281         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46282         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46283         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46284         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46285         file.
46286         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46287         New file.
46288         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46289         file.
46290         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46291         file.
46292         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46293         file.
46294         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46295         file.
46296         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46297         file.
46298         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46299         New file.
46300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46301         New file.
46302         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46303         file.
46304         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46305         New file.
46306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46307         file.
46308         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46309         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46310         file.
46311         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46312         New file.
46313         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46314         file.
46315         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46316         file.
46317         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46318         file.
46319         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46320         file.
46321         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46322         file.
46323         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46324         New file.
46325         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46326         New file.
46327         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46328         file.
46329         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46330         New file.
46331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46332         file.
46334 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46336         * conform/conformtest.pl: Fix typo in handling typed-constant from
46337         allow-header.
46339 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46341         * README: Cut down references to pre-2.6 Linux kernels and
46342         Linuxthreads.  Update lists of configurations in libc and ports
46343         and sort alphabetically.  Say "or newer" with Linux kernel version
46344         requirements.
46346         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46348 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46350         [BZ #887]
46351         * math/libm-test.inc (logb_test_downward): New test to expose
46352         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46353         rounding mode.
46355 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46357         [BZ #14027]
46358         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46359         to be done.
46360         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46361         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46363 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46365         * sysdeps/unix/i386/brk.S: Remove file.
46366         * sysdeps/unix/i386/dl-brk.S: Likewise.
46367         * sysdeps/unix/i386/pipe.S: Likewise.
46368         * sysdeps/unix/i386/sigreturn.S: Likewise.
46369         * sysdeps/unix/i386/syscall.S: Likewise.
46370         * sysdeps/unix/i386/vfork.S: Likewise.
46371         * sysdeps/unix/i386/wait.S: Likewise.
46373         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46374         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46376         * configure.in (arm*-none*): Do not allow without
46377         --enable-hacker-mode.
46378         (netbsd*): Remove case setting base_os.
46379         (386bsd*): Likewise.
46380         (freebsd*): Likewise.
46381         (bsdi*): Likewise.
46382         (osf*): Likewise.
46383         (sunos*): Likewise.
46384         (ultrix*): Likewise.
46385         (newsos*): Likewise.
46386         (dynix*): Likewise.
46387         (*bsd*): Likewise.
46388         (sysv*): Likewise.
46389         (isc*): Likewise.
46390         (esix*): Likewise.
46391         (sco*): Likewise.
46392         (minix*): Likewise.
46393         (irix4*): Likewise.
46394         (irix6*): Likewise.
46395         (solaris[2-9]*): Likewise.
46396         (none): Likewise.
46397         * configure: Regenerated.
46399 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46401         [BZ #11521]
46402         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46403         overflow or cancellation in calculating denominator.
46404         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46405         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46406         down expression to avoid unexpected rounding in newer GCCs.
46407         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46409 2012-04-26  David S. Miller  <davem@davemloft.net>
46411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46412         long-double compat symbols.
46413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46419         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46420         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46421         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46422         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46423         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46424         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46425         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46427 2012-04-25  David S. Miller  <davem@davemloft.net>
46429         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46430         HWCAP_* values only after the memory barriers have been defined.
46431         (atomic_full_barrier): Define.
46432         (atomic_read_barrier): Define.
46433         (atomic_write_barrier): Define.
46435 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46437         * shlib-versions: Add libgcc_s version information.
46438         * sysdeps/generic/libgcc_s.h: Remove.
46439         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46440         libgcc_s.h.
46441         * sysdeps/gnu/unwind-resume.c: Likewise.
46442         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46444 2012-04-25  David S. Miller  <davem@davemloft.net>
46446         * sysdeps/unix/sparc/brk.S: Delete.
46447         * sysdeps/unix/sparc/dl-brk.S: Delete.
46448         * sysdeps/unix/sparc/pipe.S: Delete.
46449         * sysdeps/unix/sparc/sysdep.S: Delete.
46450         * sysdeps/unix/sparc/sysdep.h: Delete.
46451         * sysdeps/unix/sparc/vfork.S: Delete.
46452         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46453         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46454         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46455         (ret_ERRVAL, r0, r1, MOVE): Define.
46456         (JUMPTARGET): Remove.
46457         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46458         sysdeps/unix/sparc/sysdep.h
46459         (ENTRY, END): Remove.
46460         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46462 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46464         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46465         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46466         -DIS_IN_build.
46468         * timezone/README: Update upstream location and email address for
46469         tzcode and tzdata.
46470         * timezone/zdump.c: Update from tzcode 2012b.
46471         * timezone/zic.c: Likewise.
46473         * configure.in (libc_cv_as_needed): Remove test.
46474         * configure: Regenerated.
46475         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46476         conditional definition.
46477         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46478         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46479         * config.make.in (have-as-needed): Remove variable.
46481 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46482             Paul Pluzhnikov  <ppluzhnikov@google.com>
46484         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46485         strings correctly.
46487 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46489         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46490         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46491         * sysdeps/sh/strlen.S: Likewise.
46493 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46495         * sysdeps/unix/fork.S: Remove file.
46496         * sysdeps/unix/i386/fork.S: Likewise.
46497         * sysdeps/unix/sparc/fork.S: Likewise.
46499         * sysdeps/unix/system.c: Remove file.
46500         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46502         * sysdeps/unix/getegid.S: Remove file.
46503         * sysdeps/unix/geteuid.S: Likewise.
46505 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46507         * scripts/check-localplt.awk: New file.
46508         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46509         of diff.
46510         * scripts/data/localplt-generic.data: Add a comment.
46512         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46513         NODE when __dir_mkfile failed.
46514         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46515         Reported by Ludovic Courtès <ludo@gnu.org>.
46517 2012-04-24  Andreas Jaeger  <aj@suse.de>
46519         * Makerules (common-clean): Also remove gen-as-const-headers
46520         files.
46522 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46524         * Makerules (native-compile): Do not change working directory for
46525         build.  Use $(OUTPUT_OPTION) in command.
46526         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46528 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46530         [BZ #13886]
46531         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46532         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46533         * math/libm-test.inc (floor_test): Add more tests.
46534         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46536 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46538         * sysdeps/unix/getdents.c: Remove file.
46539         * sysdeps/unix/sysv/getdents.c: Likewise.
46540         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46542         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46543         sysdeps/unix/mman/syscalls.list.
46544         (mmap): Likewise.
46545         (mprotect): Likewise.
46546         (msync): Likewise.
46547         (munmap): Likewise.
46548         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46549         * sysdeps/unix/mman/syscalls.list: Remove.
46550         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46552         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46553         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46554         * configure: Regenerated.
46555         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46556         $(libgcc_s_suffix).
46557         * config.make.in (libgcc_s_suffix): Remove variable.
46559 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46561         * sysdeps/unix/sysv/gethostname.c: Move to ...
46562         * sysdeps/posix/gethostname.c: ... here.
46564         * sysdeps/unix/execve.S: Remove file.
46566         * sysdeps/unix/_exit.S: Remove file.
46568 2012-04-23  Andreas Jaeger  <aj@suse.de>
46570         [BZ #13739]
46571         * manual/Makefile: Remove make dist support, there's no
46572         need for a stand-alone documentation tar ball.
46573         (TEXI2DVI): Define always, it's not in Makeconfig.
46574         (dist): Removed.
46575         (tar-it): Removed.
46576         (edition): Removed.
46577         (glibc-doc-$(edition).tar): Removed
46578         (%.Z): Removed.
46579         (%.gz): Removed.
46580         (%.uu): Removed.
46581         (ETAGS): Remove, it's in Makeconfig.
46582         (move-if-change): Remove, it's in Makeconfig.
46584 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46586         [BZ #13970]
46587         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46588         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46589         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46590         (strtod_l, strtof_l, strtold_l): Remove __wur.
46591         It is not necessarily an error to ignore strtol's return value.
46592         One can reliably look at the stored endptr to decide whether
46593         the number had valid syntax.
46595 2012-04-21  Andreas Jaeger  <aj@suse.de>
46597         [BZ #13739]
46598         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46600 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46602         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46603         * sysdeps/unix/sysv/Versions: Remove file.
46605 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46607         [BZ #13927]
46608         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46610 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46612         [BZ #7064]
46613         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46614         version from __vm86.
46616 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46618         * sysdeps/unix/common/lxstat.c: Remove file.
46619         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46621         * sysdeps/unix/sysv/Makefile: Remove file.
46623         * sysdeps/unix/sysv/direct.h: Remove file.
46625         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46626         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46627         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46628         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46629         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46630         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46631         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46633         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46635         * sysdeps/unix/xmknod.c: Remove file.
46636         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46638         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46640         * sysdeps/unix/sysv/i386/time.S: Remove file.
46642         * sysdeps/unix/fxstat.c: Remove file.
46643         * sysdeps/unix/xstat.c: Likewise.
46644         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46646         * sysdeps/unix/sysv/sigaction.c: Remove file.
46648         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46649         (sysdep_headers): Remove variable.
46650         [termio.h not in sysdep_headers] (generated): Likewise.
46651         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46652         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46653         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46654         * sysdeps/unix/sysv/tcflow.c: Likewise.
46655         * sysdeps/unix/sysv/tcflush.c: Likewise.
46656         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46657         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46658         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46659         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46660         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46662         * sysdeps/unix/siglist.c: Remove file.
46664         * sysdeps/unix/getppid.S: Remove file.
46666         * sysdeps/unix/mkdir.c: Remove file.
46667         * sysdeps/unix/rmdir.c: Likewise.
46669 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46671         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46672         ERR_MAX value.
46673         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46674         errlist-compat value.
46676 2012-04-18  David S. Miller  <davem@davemloft.net>
46678         * sysdeps/generic/memcopy.h (reg_char): Delete.
46679         * debug/strcat_chk.c: Use char, not reg_char.
46680         * debug/strcpy_chk.c: Likewise.
46681         * debug/strncat_chk.c: Likewise.
46682         * debug/strncpy_chk.c: Likewise.
46683         * string/memchr.c: Likewise.
46684         * string/memrchr.c: Likewise.
46685         * string/rawmemchr.c: Likewise.
46686         * string/strcat.c: Likewise.
46687         * string/strchr.c: Likewise.
46688         * string/strchrnul.c: Likewise.
46689         * string/strcmp.c: Likewise.
46690         * string/strcpy.c: Likewise.
46691         * string/strncat.c: Likewise.
46692         * string/strncmp.c: Likewise.
46693         * string/strncpy.c: Likewise.
46695 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46697         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46698         __builtin_memcopy is called when src and dest ranges are known to not
46699         overlap.
46701 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46703         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46704         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46705         fwd_align_merge macro call.
46706         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46707         bwd_align_merge macro call.
46708         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46710 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46712         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46713         bwd_align_merge macros.
46714         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46715         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46716         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46718 2012-04-18  David S. Miller  <davem@davemloft.net>
46720         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46722 2012-04-18  Andreas Jaeger  <aj@suse.de>
46724         [BZ# 6794]
46725         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46726         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46727         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46729         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46730         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46731         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46733         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46734         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46735         Adjust for changed ldbl-128 files.
46737         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46738         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46739         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46741 2012-04-17  David S. Miller  <davem@davemloft.net>
46743         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46745 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46747         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46748         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46749         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46750         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46751         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46752         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46754 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46756         [BZ #6794]
46757         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46758         * math/libm-test.inc: Add ilogb errno and exception tests.
46759         * math/w_ilogb.c: New file: ilogb wrapper.
46760         * math/w_ilogbf.c: New file: ilogbf wrapper.
46761         * math/w_ilogbl.c: New file: ilogbl wrapper.
46762         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46763         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46764         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46765         exception being thrown with 0.0 as argument.
46766         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46767         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46768         exception being thrown with 0.0 as argument.
46769         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46770         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46771         exception being thrown with 0.0 as argument.
46772         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46773         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46774         exception being thrown with 0.0 as argument.
46775         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46776         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46777         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46778         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46779         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46780         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46781         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46782         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46783         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46785 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46787         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46788         with altivec.
46790 2012-04-16  Marek Polacek  <polacek@redhat.com>
46792         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46794 2012-04-16  Marek Polacek  <polacek@redhat.com>
46796         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46797         operands of fdivp instruction.
46799 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46801         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46802         * elf/tst-auditmod3b.c: Likewise.
46803         * elf/tst-auditmod4b.c: Likewise.
46804         * elf/tst-auditmod5b.c: Likewise.
46805         * elf/tst-auditmod6b.c: Likewise.
46806         * elf/tst-auditmod6c.c: Likewise.
46807         * elf/tst-auditmod7b.c: Likewise.
46808         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46809         * sysdeps/x86_64/preconfigure.in: Likewise.
46810         * sysdeps/x86_64/preconfigure: Regenerated.
46812 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46814         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46815         __ILP32__.
46817 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46819         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46820         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46822 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46824         [BZ #13973]
46825         * locale/iso-639.def: Fix gl language name. Spotted by
46826         Yaron Shahrabani.
46828 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46830         [BZ #2074]
46831         * libio/libio.h (__io_write_fn): Update comment.
46833 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46835         [BZ #2074]
46836         * stdio.texi (Hook Functions): The user provided writer function
46837         is not allowed to return -1.
46839 2012-04-11  David S. Miller  <davem@davemloft.net>
46841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46843 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46845         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46846         Add a leading slash to rtkaio.
46848 2012-04-11  Jim Meyering  <meyering@redhat.com>
46850         [BZ #11959]
46851         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46852         It is not necessarily an error to ignore fwrite's return
46853         value.  One can reliably use ferror to test for errors after
46854         the fact.
46856 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46858         * bits/types.h (__snseconds_t): New type.
46859         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46861         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46862         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46863         (__SNSECONDS_T_TYPE): Likewise.
46864         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46865         (__SNSECONDS_T_TYPE): Likewise.
46866         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46867         (__SNSECONDS_T_TYPE): Likewise.
46869 2012-04-10  Andreas Jaeger  <aj@suse.de>
46871         [BZ #2636]
46872         * manual/time.texi (Processor Time): Return type of times is
46873         elapsed real time since an arbitrary point in the past.
46874         (CPU Time): Move CLK_TCK from here...
46875         (Processor Time): ...to here.  Correct description.
46876         * manual/conf.texi (Constants for Sysconf): Correct description of
46877         _SC_CLK_TCK.
46879 2012-04-10  David S. Miller  <davem@davemloft.net>
46881         [BZ #13967]
46882         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46883         where the is a gap between DT_REL(A) and DT_JMPREL.
46885 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46887         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46888         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46889         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46891 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46893         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46894         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46895         (dl_main): Handle --inhibit-cache.
46896         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46897         _dl_inhibit_cache.
46898         * elf/dl-load.c (_dl_map_object): Use it.
46899         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46901 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46903         [BZ #13872]
46904         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46905         (__ieee754_powl): Saturate large exponents rather than testing for
46906         overflow of y*log2(x).
46907         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46908         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46909         exceptions.
46911         [BZ #11521]
46912         * math/s_ctan.c: Include <float.h>.
46913         (__ctan): Avoid internal overflow or cancellation in calculating
46914         denominator.
46915         * math/s_ctanf.c: Likewise.
46916         * math/s_ctanl.c: Likewise.
46917         * math/s_ctanh.c: Likewise.
46918         * math/s_ctanhf.c: Likewise.
46919         * math/s_ctanhl.c: Likewise.
46920         * math/libm-test.inc (ctan_test): Add more tests.
46921         (ctanh_test): Likewise.
46922         * sysdeps/i386/fpu/libm-test-ulps: Update.
46923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46925 2012-04-09  Andreas Jaeger  <aj@suse.de>
46927         [BZ #6894]
46928         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46929         is an optional BSD extension.
46931         [BZ #10254]
46932         * manual/stdio.texi (Opening Streams): Document additional fopen
46933         parameters.
46935 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46937         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46938         %eax without telling the compiler.
46940 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46942         [BZ # 13963]
46943         * manual/install.texi: Use sourceware.org.
46945 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46947         [BZ #13873]
46948         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46949         (__ieee754_pow): Generate overflow and underflow using huge*huge
46950         and tiny*tiny rather than just returning constant infinity or zero
46951         for large exponents.
46952         * math/libm-test.inc (pow_test): Require overflow exceptions for
46953         applicable cases of large exponents.
46955         [BZ #706]
46956         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46957         (__ieee754_pow): Use iterative multiplication algorithm only for
46958         integer exponents with absolute value below 1024.  Check for odd
46959         integer exponents when using algorithm for real exponents.
46960         * math/libm-test.inc (pow_test): Add more tests.
46961         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46963 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46965         [BZ #13705]
46966         * math/libm-test.inc (exp_test): Do not allow overflow exception
46967         on underflow test.
46969 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46971         [BZ #13705]
46972         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46973         instead of __kernel_standard_f.
46975 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46977         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46978         * sysdeps/x86_64/memset_chk.S: Likewise.
46980 2012-04-08  Andreas Jaeger  <aj@suse.de>
46982         [BZ #10153]
46983         * manual/startup.texi (Environment Access): Describe return value
46984         for putenv and setenv.
46986         [BZ #6895]
46987         * manual/filesys.texi (Directory Entries): Add description for
46988         DT_LNK.
46990         [BZ #6890]
46991         * manual/filesys.texi (Directory Entries): Clarify that it's file
46992         system not operating system in the description of DT_UNKNOWN.
46994         [BZ #6578]
46995         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46997 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46999         [BZ #6649]
47000         * manual/llio.texi (Opening and Closing Files): Add cross
47001         reference to explain mode argument.
47003 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47005         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47006         * sysdeps/x86_64/memset_chk.S: Likewise.
47008 2012-04-07  David S. Miller  <davem@davemloft.net>
47010         * elf/elf.h (R_SPARC_WDISP10): Define.
47011         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47012         R_SPARC_SIZE32.
47013         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47014         R_SPARC_SIZE64 and R_SPARC_H34.
47016 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47018         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47019         conditions and remove no longer applicable assertion.
47021 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47023         * bits/byteswap.h: Include <features.h>.
47024         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47025         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47027 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47029         * bits/byteswap.h (__bswap_16): Removed.
47030         Include <bits/byteswap-16.h> to get __bswap_16.
47031         * sysdeps/i386/bits/byteswap.h: Likewise.
47032         * sysdeps/s390/bits/byteswap.h: Likewise.
47033         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47034         * bits/byteswap-16.h: New file.
47035         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47036         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47037         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47038         * string/Makefile (headers): Add bits/byteswap-16.h.
47040 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47042         [BZ #13895]
47043         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47044         extra indirection.
47045         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47046         * nss/tst-nss-static.c: New.
47048 2012-04-06  Robert Millan  <rmh@gnu.org>
47050         [BZ #6486]
47051         * manual/llio.texi (File Position Primitive): lseek
47052         refers to WHENCE when it really means OFFSET.
47054 2012-04-06  Andreas Jaeger  <aj@suse.de>
47056         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47057         strncmp declarations.
47059         * abilist/libc.abilist: Add __poll and __ppoll.
47061 2012-04-05  David S. Miller  <davem@davemloft.net>
47063         * scripts/check-local-headers.sh: Accept a host triplet in the
47064         path matched by the exclude regexp.
47066         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47067         definition.
47068         * sysdeps/powerpc/powerpc32/dl-machine.h
47069         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47070         * sysdeps/s390/s390-32/dl-machine.h
47071         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47072         * sysdeps/sparc/sparc32/dl-machine.h
47073         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47074         * sysdeps/sparc/sparc64/dl-machine.h
47075         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47077         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47078         lazy binding.
47079         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47080         undefined symbol errors.
47082         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47083         DT_NEEDED entries.
47085 2012-04-05  Michael Matz  <matz@suse.de>
47087         [BZ #13592]
47088         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47090 2012-04-05  Andreas Jaeger  <aj@suse.de>
47092         [BZ #13908]
47093         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47094         comment.
47096 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47098         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47099         which ROUND is no valid rounding mode.
47101 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47103         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47104         read again.
47105         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47107 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47109         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47110         an exception using FPU order intentionally.
47112 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47114         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47115         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47116         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47117         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47119 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47121         [BZ #12340]
47122         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47123         EINVAL when BUFLEN is too smal.
47125 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47127         [BZ #13553]
47128         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47129         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47131 2012-04-03  Andreas Jaeger  <aj@suse.de>
47133         [BZ #13938]
47134         * manual/setjmp.texi (System V contexts): Fix sentence.
47136         [BZ #13926]
47137         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47138         New macro for this case.
47139         [!__GNUC__] (__bswap_64): New inline function for this case.
47140         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47141         * bits/byteswap.h: Likewise.
47142         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47143         ull, guard with __GLIBC_HAVE_LONG_LONG.
47145         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47146         __GLIBC_HAVE_LONG_LONG.
47148         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47149         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47151 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47153         [BZ #13691]
47154         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47155         inptr and inend, rather than using last_ch.
47157 2012-04-02  David S. Miller  <davem@davemloft.net>
47159         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47160         * stdio-common/printf-parse.h (read_int): Change return type to
47161         'int', return -1 on INT_MAX overflow.
47162         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47163         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47164         overflows INT_MAX.  Check for overflow of in-format-string precision
47165         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47166         SIZE_MAX not INT_MAX for integer overflow test.
47167         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47168         skip the construct in the format string but do not record anything.
47169         * stdio-common/bug22.c: Adjust to test both width/prevision
47170         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47171         explicitly for proper errno values.
47173 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47175         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47176         CHAR_MAX.
47177         * string/test-strcmp.c [! WIDE]: Likewise.
47178         * time/tst-mktime2.c: Likewise for INT_MAX.
47179         * string/test-string.h: #include <sys/param.h> for MIN.
47181         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47182         * sysdeps/i386/init-first.c (init): Likewise.
47183         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47184         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47185         * sysdeps/sh/init-first.c (init): Likewise.
47187 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47189         * po/ru.po: Update from translation team.
47190         * po/vi.po: Likewise.
47192 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47194         * resolv/nss_dns/dns-host.c: Merge copyright years.
47196 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47198         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47199         Optimize memcpy with prefetch if
47200         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47201         src, dst pointers have unequal 16 byte alignments.
47203 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47205         [BZ #13928]
47206         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47207         from a CNAME entry and return the minimum ttl for the query.
47208         (gaih_getanswer_slice): Likewise.
47210 2012-03-30  Jeff Law  <law@redhat.com>
47212         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47213         due to long keys.
47214         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47215         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47217         * resolv/nss_dns/dns-host.c: Update copyright year.
47219 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47221         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47222         requests to save a system call.  Fix check that all bytes are sent.
47224         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47225         comments for sendmmsg.
47227 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47229         [BZ #13691]
47230         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47231         with only 1 character between 0x0041 and 0x01b0.
47232         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47233         * wcsmbs/tst-mbsnrtowcs.c: New file.
47235 2012-03-29  David S. Miller  <davem@davemloft.net>
47237         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47238         small copies by hand.
47240 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47242         [BZ #13761]
47243         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47244         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47245         group memberships.
47247 2012-03-28  David S. Miller  <davem@davemloft.net>
47249         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47250         that branches into memcpy.
47251         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47252         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47253         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47254         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47255         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47256         bits.
47257         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47258         implementation too.
47259         * sysdeps/sparc/mempcpy.S: New file.
47261         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47262         the IFUNC routine in the libc case.
47263         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47265         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47266         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47267         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47268         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47269         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47270         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47271         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47272         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47274         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47275         loop to 256 bytes instead of 64 bytes and fix test signedness.
47277         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47278         * sysdeps/sparc/sparc32/Makefile: rather than here...
47279         * sysdeps/sparc/sparc64/Makefile: and here.
47281 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47283         * malloc/mallocbug.c: Avoid warnings about unused variables.
47285 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47287         [BZ #13760]
47288         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47289         in the right place. Discard and retry query if response is
47290         larger than input buffer size.
47292 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47294         [BZ #369]
47295         [BZ #2678]
47296         [BZ #3866]
47297         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47298         x for large integer exponent.
47299         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47300         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47301         sign of result as needed afterwards.
47302         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47303         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47304         result for underflowing pow the same as for overflow.
47305         (__kernel_standard_l): Handle powl overflow and underflow here
47306         rather than calling __kernel_standard.
47307         * math/libm-test.inc (pow_test): Add more tests.
47309         [BZ #3868]
47310         [BZ #13879]
47311         [BZ #13910]
47312         [BZ #13911]
47313         [BZ #13912]
47314         [BZ #13913]
47315         [BZ #13915]
47316         [BZ #13916]
47317         [BZ #13917]
47318         [BZ #13918]
47319         [BZ #13919]
47320         [BZ #13920]
47321         [BZ #13921]
47322         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47323         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47324         (__kernel_standard_l): New function.
47325         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47326         __kernel_standard.
47327         * math/w_acosl.c (__acosl): Likewise.
47328         * math/w_asinl.c (__asinl): Likewise.
47329         * math/w_atan2l.c (__atan2l): Likewise.
47330         * math/w_atanhl.c (__atanhl): Likewise.
47331         * math/w_coshl.c (__coshl): Likewise.
47332         * math/w_exp10l.c (__exp10l): Likewise.
47333         * math/w_exp2l.c (__exp2l): Likewise.
47334         * math/w_fmodl.c (__fmodl): Likewise.
47335         * math/w_hypotl.c (__hypotl): Likewise.
47336         * math/w_j0l.c (__j0l, __y0l): Likewise.
47337         * math/w_j1l.c (__j1l, __y1l): Likewise.
47338         * math/w_jnl.c (__jnl, __ynl): Likewise.
47339         * math/w_lgammal.c (__lgammal): Likewise.
47340         * math/w_log10l.c (__log10l): Likewise.
47341         * math/w_log2l.c (__log2l): Likewise.
47342         * math/w_logl.c (__logl): Likewise.
47343         * math/w_powl.c (__powl): Likewise.
47344         * math/w_remainderl.c (__remainderl): Likewise.
47345         * math/w_scalbl.c (sysv_scalbl): Likewise.
47346         * math/w_sinhl.c (__sinhl): Likewise.
47347         * math/w_sqrtl.c (__sqrtl): Likewise.
47348         * math/w_tgammal.c (__tgammal): Likewise.
47349         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47350         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47351         * math/libm-test.inc (acos_test): Add more tests.
47352         (acosh_test): Likewise.
47353         (asin_test): Likewise.
47354         (atanh_test): Likewise.
47355         (exp_test): Likewise.
47356         (exp10_test): Likewise.
47357         (exp2_test): Likewise.
47358         (expm1_test): Likewise.
47359         (lgamma_test): Likewise.
47360         (log_test): Likewise.
47361         (log10_test): Likewise.
47362         (log1p_test): Likewise.
47363         (log2_test): Likewise.
47364         (pow_test): Do not allow some spurious overflow exceptions.
47365         (sqrt_test): Add more tests.
47366         (tgamma_test): Likewise.
47367         (y0_test): Likewise.
47368         (y1_test): Likewise.
47369         (yn_test): Likewise.
47371 2012-03-27  Anton Blanchard  <anton@samba.org>
47373         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47374         MAP_HUGETLB.
47375         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47376         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47377         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47379 2012-03-27  David S. Miller  <davem@davemloft.net>
47381         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47383         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47384         have-as-vis3 check.
47386 2012-03-27  Andreas Jaeger  <aj@suse.de>
47388         * sysdeps/x86_64/elf/configure.in: Moved to ...
47389         * sysdeps/x86_64/configure.in: ... here.
47390         * sysdeps/x86_64/elf/start.S: Moved to ...
47391         * sysdeps/x86_64/start.S: ... here.
47392         * sysdeps/x86_64/elf/configure: Delete.
47394         * sysdeps/x86_64/configure.in: Merge contents from
47395         sysdeps/i386/configure.in (without i686 check).
47397         * sysdeps/i386/elf/Versions: Merge into ...
47398         * sysdeps/i386/Versions: ... this.
47399         * sysdeps/i386/elf/Versions: Delete file.
47400         * sysdeps/i386/elf/start.S: Moved to ...
47401         * sysdeps/i386/start.S: ...here.
47402         * sysdeps/i386/elf/configure.in: Merge into...
47403         * sysdeps/i386/configure.in: ...here.
47404         * sysdeps/i386/elf/configure.in: Delete file.
47405         * sysdeps/i386/elf/configure: Delete file.
47407         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47408         * debug/backtracesyms.c: ... here.
47409         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47410         * debug/backtracesymsfd.c: ... here.
47411         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47412         * sysdeps/generic/ifunc-sel.h: ... here.
47414         * sysdeps/unix/i386/start.c: Delete file.
47415         * sysdeps/unix/sparc/start.c: Delete file.
47416         * sysdeps/unix/start.c: Delete file.
47418         * sysdeps/sh/elf/configure.in: Moved to ...
47419         * sysdeps/sh/configure.in: ... here.
47420         * sysdeps/sh/elf/start.S: Moved to ...
47421         * sysdeps/sh/start.S: ... here.
47422         * sysdeps/sh/elf/configure: Delete file.
47424         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47425         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47426         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47427         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47428         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47429         * sysdeps/powerpc/powerpc64/start.S: here.
47430         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47431         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47432         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47433         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47434         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47436         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47437         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47438         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47439         * sysdeps/powerpc/powerpc32/start.S: ... here.
47440         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47441         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47442         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47444         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47445         * sysdeps/powerpc/ifunc-sel.h: ... here.
47446         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47447         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47449         * sysdeps/sparc/elf/configure.in: Moved to ...
47450         * sysdeps/sparc/configure.in: ... here.
47451         * sysdeps/sparc/elf/configure: Delete file.
47452         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47453         * sysdeps/sparc/sparc32/start.S: ... here.
47454         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47455         * sysdeps/sparc/sparc64/start.S: ... here.
47456         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47457         * sysdeps/sparc/sparc32/Makefile: ... this.
47458         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47459         * sysdeps/sparc/sparc64/Makefile: ... this.
47461         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47462         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47463         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47464         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47465         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47466         * sysdeps/s390/s390-32/setjmp.S: ... here.
47467         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47468         * sysdeps/s390/s390-32/configure.in: ... here.
47469         * sysdeps/s390/s390-32/elf/configure: Delete file.
47470         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47471         * sysdeps/s390/s390-32/start.S: ... here.
47473         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47474         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47475         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47476         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47477         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47478         * sysdeps/s390/s390-64/setjmp.S: ... here.
47479         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47480         * sysdeps/s390/s390-64/configure.in: ... here
47481         * sysdeps/s390/s390-64/elf/configure: Delete file.
47482         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47483         * sysdeps/s390/s390-64/start.S: ... here.
47484         * sysdeps/s390/s390-64/elf/configure: Delete.
47486         * configure.in: Remove support for elf directories in sysdeps.
47488         * configure: Regenerated.
47489         * sysdeps/i386/configure: Regenerated.
47490         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47491         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47492         * sysdeps/s390/s390-32/configure: Regenerated.
47493         * sysdeps/s390/s390-64/configure: Regenerated.
47494         * sysdeps/sh/configure: Regenerated.
47495         * sysdeps/sparc/configure: Regenerated.
47496         * sysdeps/x86_64/configure: Regenerated.
47498 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47500         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47502         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47503         denormal result into account.
47505 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47507         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47508         Reported by Allan McRae <allan@archlinux.org>.
47510 2012-03-23  Jeff Law  <law@redhat.com>
47512         * nss/getnssent.c (__nss_getent): Fix typo.
47514 2012-03-23  David S. Miller  <davem@davemloft.net>
47516         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47518 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47520         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47521         to pad to uint64_t for each field.
47522         (dl_tls_index): Replace unsigned long with uint64_t.
47524 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47525         Paul Pluzhnikov  <ppluzhnikov@google.com>
47527         [BZ #6528]
47528         * grp/Makefile (otherlibs): Don't set it.
47529         * inet/Makefile (otherlibs): Likewise.
47530         * login/Makefile (otherlibs): Likewise.
47531         * nscd/Makefile (otherlibs): Likewise.
47532         * posix/Makefile (otherlibs): Likewise.
47533         * pwd/Makefile (otherlibs): Likewise.
47534         * rt/Makefile (otherlibs): Likewise.
47535         * sunrpc/Makefile (otherlibs): Likewise.
47536         * nss/Makefile (otherlibs): Likewise.
47537         Add libnss_files to routines and static-only-routines.
47538         ($(objpfx)getent): Remove rule.
47539         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47540         static-only-routines.
47542 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47544         [BZ #13892]
47545         * math/s_cexp.c: Include <float.h>.
47546         (__cexp): Handle exp result overflowing not necessarily
47547         overflowing both real and imaginary parts of result.
47548         * math/s_cexpf.c: Likewise.
47549         * math/s_cexpl.c: Likewise.
47550         * math/libm-test.inc (cexp_test): Add more tests.
47551         * sysdeps/i386/fpu/libm-test-ulps: Update.
47552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47554 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47556         * include/link.h (ELFW): New macro.
47557         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47558         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47560 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47562         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47563         with uint64_t.
47565 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47567         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47568         declaration.
47569         (struct La_x32_retval): Likewise.
47571 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47573         * sysdeps/x86_64/preconfigure.in: New file.
47574         * sysdeps/x86_64/preconfigure: New generated file.
47576 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47578         [BZ #13824]
47579         * math/e_exp2l.c: Include <float.h>.
47580         (__ieee754_exp2l): Handle overflow and underflow cases
47581         separately.  Only pass fractional part of argument to
47582         __ieee754_expl.
47583         * math/libm-test.inc (exp2_test): Add more tests.
47585         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47586         negating x to take absolute value.
47587         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47588         Likewise.
47589         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47590         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47591         Likewise.
47592         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47593         computing low part if x was negated.
47594         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47596 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47598         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47599         la_x32_gnu_pltexit.
47600         (pltexit): Cast int_retval to ptrdiff_t.
47601         * elf/tst-auditmod3b.c: Likewise.
47602         * elf/tst-auditmod4b.c: Likewise.
47603         * elf/tst-auditmod5b.c: Likewise.
47604         * elf/tst-auditmod6b.c: Likewise.
47605         * elf/tst-auditmod6c.c: Likewise.
47606         * elf/tst-auditmod7b.c: Likewise.
47608         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47609         and x32_gnu_pltexit.
47611         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47612         __ELF_NATIVE_CLASS.
47613         (La_x32_regs): New macro.
47614         (La_x32_retval): Likewise.
47615         (la_x32_gnu_pltenter): New function prototype.
47616         (la_x32_gnu_pltexit): Likewise.
47618 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47620         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47621         exponent.
47623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47625         * configure.in (libc_cv_cc_nofma): Check for option to disable
47626         generation of FMA instructions.
47627         * configure: Regenerate.
47628         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47629         * sysdeps/ieee754/dbl-64/Makefile: New file.
47630         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47631         Remove brandred-fma4.
47632         (CFLAGS-brandred-fma4.c): Remove.
47633         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47634         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47635         define.
47636         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47637         define.
47639 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47641         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47642         LLONG_MAX != LONG_MAX.
47643         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47644         (_fitoa_word): Likewise.
47645         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47646         LLONG_MAX != LONG_MAX.
47647         * stdio-common/_itowa.h: Include <_itoa.h>.
47648         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47649         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47650         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47651         only if not defined.
47652         (_ITOA_WORD_TYPE): Likewise.
47653         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47654         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47656 2012-03-21  David S. Miller  <davem@davemloft.net>
47658         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47660 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47662         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47663         of x86_64 when setting libc_cv_slibdir, libdir and
47664         libc_cv_localedir.
47665         * sysdeps/unix/sysv/linux/configure: Regenerated.
47667 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47669         * manual/lang.texi (Old Varargs): Remove section.
47670         (How Variadic): Update menu.
47671         (va_start): Do not mention varargs.h.
47673 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47674             Joseph Myers  <joseph@codesourcery.com>
47676         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47677         link test.
47678         * configure: Regenerated.
47680 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47682         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47683         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47684         conformtest.pl
47686 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47688         * NOTES: Remove.
47689         * Makefile (files-for-dist): Remove NOTES.
47690         (NOTES): Remove rule.
47691         * README: Don't refer to NOTES.
47692         * manual/creature.texi: Don't include macros.texi.
47693         * manual/intro.texi (creature.texi): Remove comment referring to
47694         NOTES.
47696         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47697         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47698         * configure: Regenerated.
47699         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47700         LIBC_TRY_CC_OPTION.
47701         (libc_cv_as_i686): Likewise.
47702         (libc_cv_cc_avx): Likewise.
47703         (libc_cv_cc_sse2avx): Likewise.
47704         (libc_cv_cc_fma4): Likewise.
47705         (libc_cv_cc_novzeroupper): Likewise.
47706         * sysdeps/i386/configure: Regenerated.
47708         [BZ #13883]
47709         * sysdeps/i386/fpu/s_cexp.S: Remove.
47710         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47711         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47712         * math/libm-test.inc (cexp_test): Add more tests.
47713         * sysdeps/i386/fpu/libm-test-ulps: Update.
47714         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47716 2012-03-21  Allan McRae  <allan@archlinux.org>
47718         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47720 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47722         [BZ #13871]
47723         * math/w_exp2.c: Do not include <float.h>.
47724         (o_threshold, u_threshold): Remove.
47725         (__exp2): Calculate result before checking finiteness and calling
47726         __kernel_standard.
47727         * math/w_exp2f.c: Likewise.
47728         * math/w_exp2l.c: Likewise.
47729         * math/libm-test.inc (exp2_test): Require overflow exception for
47730         1e6 input.
47732         [BZ #3866]
47733         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47734         range of signed 64-bit integers before using fistpll.  Remove
47735         checks for whether integers fit in mantissa bits.
47736         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47737         the range of signed 32-bit integers before using fistpl.  Remove
47738         checks for whether integers fit in mantissa bits.
47739         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47740         (__ieee754_powl): Test for y outside the range of signed 64-bit
47741         integers before using fistpll.  Reduce 64-bit values to 63-bit
47742         ones as needed.
47743         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47744         divide-by-zero is raised for zero to large negative powers.
47745         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47746         (__ieee754_powl): Test for y outside the range of signed 64-bit
47747         integers before using fistpll.  Reduce 64-bit values to 63-bit
47748         ones as needed.
47749         * math/libm-test.inc (pow_test): Add more tests.
47751 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47753         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47754         <stdio-common/_itoa.h>.
47755         * debug/segfault.c: Likewise.
47756         * elf/dl-cache.c: Likewise.
47757         * elf/dl-minimal.c: Likewise.
47758         * elf/dl-misc.c: Likewise.
47759         * elf/dl-sysdep.c: Likewise.
47760         * elf/dl-version.c: Likewise.
47761         * elf/rtld.c: Likewise.
47762         * hurd/hurdsock.c: Likewise.
47763         * hurd/lookup-retry.c: Likewise.
47764         * malloc/malloc.c: Likewise.
47765         * malloc/mtrace.c: Likewise.
47766         * nscd/nscd_getgr_r.c: Likewise.
47767         * nscd/nscd_getpw_r.c: Likewise.
47768         * nscd/nscd_getserv_r.c: Likewise.
47769         * posix/getopt_init.c: Likewise.
47770         * posix/wordexp.c: Likewise.
47771         * stdio-common/_itoa.c: Likewise.
47772         * stdio-common/printf_fphex.c: Likewise.
47773         * stdio-common/vfprintf.c: Likewise.
47774         * string/_strerror.c: Likewise.
47775         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47776         * sysdeps/i386/i686/hp-timing.h: Likewise.
47777         * sysdeps/mach/_strerror.c: Likewise.
47778         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47779         * sysdeps/mach/hurd/sethostid.c: Likewise.
47780         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47781         * sysdeps/mach/xpg-strerror.c: Likewise.
47782         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47783         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47784         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47785         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47786         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47787         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47788         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47789         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47790         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47791         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47792         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47793         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47794         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47795         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47796         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47797         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47798         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47799         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47800         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47801         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47802         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47804         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47806         * stdio-common/_itoa.h: Moved to ...
47807         * sysdeps/generic/_itoa.h: Here.
47809         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47811         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47812         instead of "_itoa.h" and "_itowa.h".
47813         * stdio-common/vfprintf.: Likewise.
47815 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47817         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47818         <bits/wordsize.h>.
47819         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47820         (__signbit): Likwise.
47821         (llrintf): Likwise.
47822         (llrint): Likwise.
47824 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47826         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47827         __WORDSIZE != 64.
47829 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47831         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47832         OVERFLOW_EXCEPTION_OK.
47833         * math/libm-test.inc ("Philosophy"): Update comment about
47834         exception testing.
47835         (OVERFLOW_EXCEPTION): Define.
47836         (OVERFLOW_EXCEPTION_OK): Likewise.
47837         (INVALID_EXCEPTION_OK): Renumber.
47838         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47839         (IGNORE_ZERO_INF_SIGN): Likewise.
47840         (test_exceptions): Handle FE_OVERFLOW.
47841         (exp10_test): Expect overflow exceptions.
47842         (exp2_test): Likewise.
47843         (expm1_test): Likewise.
47844         (nextafter_test): Likewise.
47845         (pow_test): Likewise.
47846         (scalbn_test): Likewise.
47847         (scalbln_test): Likewise.
47849 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47851         * sysdeps/x86_64/bits/atomic.h
47852         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47853         64bit integer.
47854         (atomic_exchange_acq): Likewise.
47855         (__arch_exchange_and_add_body): Likewise.
47856         (__arch_add_body): Likewise.
47857         (atomic_add_negative): Likewise.
47858         (atomic_add_zero): Likewise.
47860 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47862         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47863         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47865 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47867         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47868         Check __x86_64__ instead of __WORDSIZE.
47870 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47872         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47874 2012-03-19  David S. Miller  <davem@davemloft.net>
47876         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47878         * sysdeps/sparc/fpu/fenv_private.h: New file.
47879         * sysdeps/sparc/fpu/math_private.h: Use it.
47880         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47881         Remove.
47882         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47883         (libc_feholdexcept_setroundl): Remove.
47884         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47885         Remove.
47886         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47887         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47889 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47891         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47892         int64_t instead of long int.
47893         (INSERT_WORDS64): Likwise.
47895 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47897         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47898         _Unwind_GetCFA return to _Unwind_Ptr first.
47900 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47902         [BZ #13629]
47903         * math/s_clog.c: Include <float.h>.
47904         (__clog): Scale large or subnormal inputs.
47905         * math/s_clogf.c: Likewise.
47906         * math/s_clogl.c: Likewise.
47907         * math/s_clog10.c: Include <float.h>.
47908         (M_LOG10_2): Define.
47909         (__clog10): Scale large or subnormal inputs.
47910         * math/s_clog10f.c: Likewise.
47911         * math/s_clog10l.c: Likewise.
47912         * math/libm-test.inc (clog_test): Add more tests.
47913         (clog10_test): Likewise.
47914         * sysdeps/i386/fpu/libm-test-ulps: Update.
47915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47917         [BZ #11451]
47918         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47919         x and y.
47920         * math/libm-test.inc (atan2_test): Add another test.
47922         * Makerules (common-objdir-compile): Remove.
47923         * sysdeps/unix/Makefile (config-generated): Do not add
47924         $(unix-generated) to variable.
47925         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47926         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47927         Remove rule.
47928         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47929         Likewise.
47930         [generic bits/local_lim.h] (before-compile): Do not append to
47931         variable.
47932         [generic bits/local_lim.h] (common-generated): Likewise.
47933         [generic sys/param.h] (before-compile): Do not append to variable.
47934         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47935         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47936         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47937         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47938         include.
47939         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47940         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47941         [generic sys/param.h] ($(addprefix
47942         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47943         [generic sys/param.h] (common-generated): Do not append to
47944         variable.
47945         [generic sys/param.h] (sysdep_headers): Likewise.
47946         [generic bits/errno.h] (before-compile): Do not append to
47947         variable.
47948         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47949         rule.
47950         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47951         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47952         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47953         [generic bits/errno.h] (common-generated): Do not append to
47954         variable.
47955         [generic bits/ioctls.h] (before-compile): Do not append to
47956         variable.
47957         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47958         rule.
47959         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47960         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47961         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47962         rule.
47963         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47964         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47965         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47966         [generic bits/ioctls.h] (common-generated): Do not append to
47967         variable.
47968         [generic sys/syscall.h] (syscall.h): Remove variable.
47969         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47970         rule.
47971         [generic sys/syscall.h] (before-compile): Do not append to
47972         variable.
47973         [generic sys/syscall.h] (common-generated): Likewise.
47974         * sysdeps/unix/errnos-tmpl.c: Remove file.
47975         * sysdeps/unix/errnos.awk: Likewise.
47976         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47977         * sysdeps/unix/ioctls.awk: Likewise.
47978         * sysdeps/unix/mk-local_lim.c: Likewise.
47979         * sysdeps/unix/snarf-ioctls: Likewise.
47981 2012-03-19  Richard Henderson  <rth@twiddle.net>
47983         * sysdeps/i386/fpu/fenv_private.h: New file.
47984         * sysdeps/i386/fpu/math_private.h: Use it.
47985         (math_opt_barrier, math_force_eval): Remove.
47986         (libc_feholdexcept_setround_53bit): Remove.
47987         (libc_feupdateenv_53bit): Remove.
47988         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47989         (math_opt_barrier, math_force_eval): Remove.
47990         (libc_feholdexcept): Remove.
47991         (libc_feholdexcept_setround): Remove.
47992         (libc_fetestexcept, libc_fesetenv): Remove.
47993         (libc_feupdateenv_test): Remove.
47994         (libc_feupdateenv, libc_feholdsetround): Remove.
47995         (libc_feresetround): Remove.
47997         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47998         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48000         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48001         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48002         (libc_feupdateenv_testl): New.
48003         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48004         (libc_feupdateenv_testf): New.
48005         (libc_feupdateenv): Use libc_feupdateenv_test.
48006         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48007         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48009         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48010         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48011         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48012         (libc_feresetround_noex): New.
48013         (libc_feresetround_noexf): New.
48014         (libc_feresetround_noexl): New.
48015         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48016         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48017         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48018         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48019         SET_RESTORE_ROUND.
48020         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48021         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48022         (__cos): Likewise.
48023         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48024         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48025         SET_RESTORE_ROUND_NOEX.
48026         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48027         SET_RESTORE_ROUND_NOEXF.
48028         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48029         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48030         (libc_feholdsetroundf): New.
48031         (libc_feresetround, libc_feresetroundf): New.
48033         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48034         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48035         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48037         * sysdeps/generic/math_private.h: Include <fenv.h>.
48038         (default_libc_feholdexcept): New.
48039         (default_libc_feholdexcept_setround): New.
48040         (default_libc_fesetenv, default_libc_feupdateenv): New.
48041         (libc_feholdexcept): Only define if undefined.
48042         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48043         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48044         (libc_feholdexcept_setroundl): Likewise.
48045         (libc_feholdexcept_setround_53bit): Likewise.
48046         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48047         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48048         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48049         (libc_feupdateenv_53bit): Likewise.
48050         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48051         (libc_feholdexcept): Convert from macro to inline function.
48052         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48053         (libc_fesetenv, libc_feupdateenv): Likewise.
48055         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48056         not previously defined.
48057         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48058         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48059         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48060         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48061         * sysdeps/ieee754/flt-32/math_private.h: New file.
48062         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48063         math_private.h below SET_FLOAT_WORD.
48064         (__isnan, __isinf_ns, __finite): Remove.
48065         (__isnanf, __isinf_nsf, __finitef): Remove.
48067 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48071 2012-03-17  David S. Miller  <davem@davemloft.net>
48073         [BZ #6471]
48074         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48075         for 2.16.
48077 2012-03-16  David S. Miller  <davem@davemloft.net>
48079         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48080         warnings.
48082         [BZ #6471]
48083         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48084         properly.
48085         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48086         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48087         sysdep_routines when subdir is sysvipc.
48088         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48089         __getshmlba helper.
48091         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48093 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48095         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48096         [__LP64__].
48098 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48100         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48101         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48102         (__lround): Renamed to ...
48103         (__llround): This.  Replace long int with long long int.
48104         Define lround functions as aliases of llround functions.
48105         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48107 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48109         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48110         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48111         adresses to uintptr_t.  Replace "long int" and "unsigned long
48112         int" with "greg_t" on va_arg.
48114 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48116         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48117         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48119         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48120         Move e_machine check before EI_CLASS check.  Handle x32
48121         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48122         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48123         SKIP_EM_IA_64 and include
48124         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48126         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48127         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48128         (add_system_dir): New macro.
48130         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48131         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48133 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48135         [BZ #2551]
48136         [BZ #2552]
48137         [BZ #2553]
48138         [BZ #2554]
48139         [BZ #2562]
48140         [BZ #2563]
48141         [BZ #2565]
48142         [BZ #2566]
48143         [BZ #2576]
48144         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48145         (y0): Likewise.
48146         * math/w_j0f.c (j0f): Likewise.
48147         (y0f): Likewise.
48148         * math/w_j0l.c (__j0l): Likewise.
48149         (__y0l): Likewise.
48150         * math/w_j1.c (j1): Likewise.
48151         (y1): Likewise.
48152         * math/w_j1f.c (j1f): Likewise.
48153         (y1f): Likewise.
48154         * math/w_j1l.c (__j1l): Likewise.
48155         (__y1l): Likewise.
48156         * math/w_jn.c (jn): Likewise.
48157         (yn): Likewise.
48158         * math/w_jnf.c (jnf): Likewise.
48159         (ynf): Likewise.
48160         * math/w_jnl.c (__jnl): Likewise.
48161         (__ynl): Likewise.
48162         * math/libm-test.inc (j0_test): Add more tests.
48163         (j1_test): Likewise.
48164         (jn_test): Likewise.  Add trailing semicolon to existing test.
48165         (y0_test): Likewise.
48166         (y1_test): Likewise.
48167         * sysdeps/i386/fpu/libm-test-ulps: Update.
48168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48170         [BZ #13851]
48171         [BZ #13854]
48172         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48173         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48174         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48175         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48176         (__tanl): Set errno for infinite argument.
48177         * sysdeps/i386/fpu/mptan.c: Remove.
48178         * sysdeps/i386/fpu/s_tan.S: Likewise.
48179         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48180         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48181         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48182         * math/libm-test.inc (tan_test): Add more tests and enable more
48183         tests for double and long double.
48184         * sysdeps/i386/fpu/libm-test-ulps: Update.
48185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48187 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48189         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48190         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48192 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48194         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48195         * configure.in: Use it for both main tree and add-ons.
48196         * configure: Regenerated.
48198 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48200         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48202 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48204         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48205         in comment.
48207         [BZ #13851]
48208         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48209         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48210         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48211         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48212         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48213         infinite argument.
48214         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48215         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48216         != 0 for prec == 2.
48217         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48218         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48219         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48220         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48221         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48222         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48223         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48224         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48225         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48226         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48227         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48228         * math/libm-test.inc (cos_test): Add more tests and enable more
48229         tests for long double.
48230         (sin_test): Likewise.
48231         (sincos_test): Likewise.
48232         * sysdeps/i386/fpu/libm-test-ulps: Update.
48233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48235 2012-03-16  David S. Miller  <davem@davemloft.net>
48237         * sysdeps/sparc/fpu/math_private.h: New file.
48239 2012-03-15  David S. Miller  <davem@davemloft.net>
48241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48242         file.
48243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48245         file.
48246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48247         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48248         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48249         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48250         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48251         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48252         sysdep routines.
48253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48255         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48256         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48258         * sysdeps/sparc/sparc-ifunc.h: New file.
48259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48260         sparc-ifunc.h
48261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48263         Likewise.
48264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48265         Likewise.
48266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48270         Likewise.
48271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48276         Likewise.
48277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48278         Likewise.
48279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48283         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48284         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48285         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48286         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48287         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48288         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48289         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48290         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48291         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48292         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48293         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48294         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48295         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48296         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48297         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48298         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48299         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48300         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48301         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48302         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48304 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48306         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48307         scaling.
48308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48310 2012-03-15  Andreas Jaeger  <aj@suse.de>
48312         [BZ #13852]
48313         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48314         ieee754/flt-32 implementation for sin, cos and sincos.
48315         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48316         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48317         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48318         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48319         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48320         ieee754/flt-32 implementation for tan.
48322         * math/libm-test.inc (cos_test): Enable some large input tests for
48323         float as well
48324         (sin_test): Likewise.
48325         (sincos_test): Likewise.
48326         (tan_test): Add tests for large input.
48328         * sysdeps/i386/fpu/libm-test-ulps: Update.
48330 2012-03-15  Andreas Jaeger  <aj@suse.de>
48332         [BZ #13658]
48333         * math/libm-test.inc (cos_test): Add more test cases.
48334         (sin_test): Likewise.
48335         (sincos_test): Likewise.
48337 2012-03-15  Andreas Jaeger  <aj@suse.de>
48339         [BZ #13837]
48340         * math/libm-test.inc (cos_test): Add a test case for large input
48341         value.
48342         (sin_test): Likewise.
48343         (sincos_test): Likewise.
48345 2012-03-15  Andreas Jaeger  <aj@suse.de>
48346             Joseph Myers  <joseph@codesourcery.com>
48348         [BZ #13658]
48349         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48350         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48351         * sysdeps/i386/fpu/branred.c: Likewise.
48352         * sysdeps/i386/fpu/dosincos.c: Likewise.
48353         * sysdeps/i386/fpu/mpa.c: Likewise.
48354         * sysdeps/i386/fpu/s_cos.S: Likewise.
48355         * sysdeps/i386/fpu/s_sin.S: Likewise.
48356         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48357         * sysdeps/i386/fpu/sincos32.c: Likewise.
48359         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48360         Define.
48361         (libc_feupdateenv_53bit): Define.
48362         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48363         Define.
48364         (libc_feupdateenv_53bit): Define.
48366         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48367         53 bit (without extend i386 double precision).
48369         * math/libm-test.inc (sincos_test): Add tests for large input.
48370         (sin): Likewise.
48371         (cos): Likewise.
48373         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48375 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48379 2012-03-15  David S. Miller  <davem@davemloft.net>
48381         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48382         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48383         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48384         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48385         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48386         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48387         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48388         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48389         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48390         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48391         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48392         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48393         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48394         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48395         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48397         file.
48398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48400         file.
48401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48403         file.
48404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48406         file.
48407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48408         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48409         fmin/fmax sysdep routines.
48410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48412 2012-03-14  David S. Miller  <davem@davemloft.net>
48414         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48415         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48416         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48417         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48418         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48419         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48420         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48421         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48422         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48423         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48424         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48425         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48426         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48427         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48428         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48429         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48430         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48431         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48432         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48433         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48434         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48435         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48436         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48437         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48438         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48439         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48440         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48441         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48442         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48443         routines.
48444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48445         file.
48446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48448         file.
48449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48451         file.
48452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48454         file.
48455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48457         file.
48458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48460         file.
48461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48462         file.
48463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48464         file.
48465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48466         file.
48467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48468         New file.
48469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48470         file.
48471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48472         file.
48473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48475         file.
48476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48478         file.
48479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48481         file.
48482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48484         VIS3 routines.
48486         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48487         New file.
48489         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48491         * sysdeps/sparc/configure.in: New file.
48492         * sysdeps/sparc/configure: Generate.
48493         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48494         * configure: Regenerate.
48495         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48496         * config.make.in (have-as-vis3): New.
48497         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48498         available use -Av9d instead of -Av9a.
48499         * sysdeps/sparc/sparc64/Makefile: Likewise.
48500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48502         New file.
48503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48504         file.
48505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48506         New file.
48507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48508         file.
48509         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48510         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48511         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48512         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48513         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48515         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48516         fzeros/fnegs to load 0x80000000 into a float register instead of
48517         using the stack.
48518         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48520 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48522         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48523         bits/syscall.h.
48524         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48525         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48526         ($(inst_includedir)/bits/syscall.h): Remove rule.
48527         ($(objpfx)bits/syscall.d): Include instead of
48528         $(objpfx)syscall-list.d.
48529         (generated): Change syscall-list.h and syscall-list.d to
48530         bits/syscall.h and bits/syscall.d.
48532 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48534         [BZ #13846]
48535         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48537 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48539         [BZ #13841]
48540         * math/s_csqrt.c: Include <float.h>.
48541         (__csqrt): Scale large or subnormal inputs.
48542         * math/s_csqrtf.c: Likewise.
48543         * math/s_csqrtl.c: Likewise.
48544         * math/libm-test.inc (csqrt_test): Add more tests.
48545         * sysdeps/i386/fpu/libm-test-ulps: Update.
48546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48548         [BZ #13840]
48549         * math/libm-test.inc (hypot_test): Add more tests.
48551 2012-03-13  David S. Miller  <davem@davemloft.net>
48553         [BZ #13840]
48554         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48555         double-precision for the calculation instead of scaling.
48557 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48559         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48560         manipulate bits before adding and subtracting TWO52[sx].
48561         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48562         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48563         Likewise.
48564         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48566 2012-03-13  David S. Miller  <davem@davemloft.net>
48568         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48569         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48570         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48571         rtld-global-offsets.h
48572         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48574         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48575         large parameters.
48577         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48579         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48580         'err' in the ifdef scope in which it is actually used.
48582         * nss/nss_db/db-init.c: Include string.h
48584 2012-03-12  David S. Miller  <davem@davemloft.net>
48586         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48587         masking out of the most significant byte of random value used.
48588         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48589         Fix coding style in previous change.
48591         * sysdeps/unix/sysv/linux/kernel-features.h
48592         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48593         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48594         expression.
48595         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48596         later.
48598 2012-03-11  David S. Miller  <davem@davemloft.net>
48600         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48601         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48602         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48603         for 'resultvar' otherwise things get truncated on 64-bit.
48605         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48606         Fix masking out of the most significant byte of random value used.
48608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48610 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48612         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48614 2012-03-09  David S. Miller  <davem@davemloft.net>
48616         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48617         variables with appropriate CPP guards.
48618         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48619         from the frame pointer, not the stack pointer.  Correct layout
48620         comments.  Fix test on resulting framesize and the management of
48621         the outregs buffer for pltexit.  Preserve floating point return
48622         values across _dl_call_pltexit call.
48623         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48624         framesize and the management of the outregs buffer for pltexit.
48625         Preserve floating point return values across _dl_call_pltexit
48626         call.
48627         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48628         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48629         (la_sparc64_gnu_pltexit): New functions.
48630         (print_exit): Fix format string for return register value.
48632 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48634         * sunrpc/Makefile (others): Add rpcgen.
48635         ($(objpfx)rpcgen): Remove special build rule and dependency on
48636         libc.
48637         * sunrpc/rpcgen.c: New file.
48639 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48641         [BZ #13673]
48642         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48643         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48644         * sysdeps/i386/crti.S: Likewise.
48645         * sysdeps/i386/crtn.S: Likewise.
48646         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48647         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48648         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48649         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48650         * sysdeps/sh/crti.S: Likewise.
48651         * sysdeps/sh/crtn.S: Likewise.
48652         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48654         [BZ #13673]
48655         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48656         with URL.
48657         * locale/programs/locfile-kw.gperf: Likewise.
48658         * locale/programs/charmap-kw.h: Regenerated.
48659         * locale/programs/locfile-kw.h: Likewise.
48661         [BZ #13673]
48662         * intl/plural.y: Replace FSF snail mail address with URL.
48663         * intl/plural.c: Regenerated.
48665 2012-03-09  Richard Henderson  <rth@twiddle.net>
48667         * include/math_private.h: Remove file.
48668         * math/math_private.h: Move file ...
48669         * sysdeps/generic/math_private.h: ... here.
48671         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48672         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48673         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48675         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48676         and <math_private.h>.
48677         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48678         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48679         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48680         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48681         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48682         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48683         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48684         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48685         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48686         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48688         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48689         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48690         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48696         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48699         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48700         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48701         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48702         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48703         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48704         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48705         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48706         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48707         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48708         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48709         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48710         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48711         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48712         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48713         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48714         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48715         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48716         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48717         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48718         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48719         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48720         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48721         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48722         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48723         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48724         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48725         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48726         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48727         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48728         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48729         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48730         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48731         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48732         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48733         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48734         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48735         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48736         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48737         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48738         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48739         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48740         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48741         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48742         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48743         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48744         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48745         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48747         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48748         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48749         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48750         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48751         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48752         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48753         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48754         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48755         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48756         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48757         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48758         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48759         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48760         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48761         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48762         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48763         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48764         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48765         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48766         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48767         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48768         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48769         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48770         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48771         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48772         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48773         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48774         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48775         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48776         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48777         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48778         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48779         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48780         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48781         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48782         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48783         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48784         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48785         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48786         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48787         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48788         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48789         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48790         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48791         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48792         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48793         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48794         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48795         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48796         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48797         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48798         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48799         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48800         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48801         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48802         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48803         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48804         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48805         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48806         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48807         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48808         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48809         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48810         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48811         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48812         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48813         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48814         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48815         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48816         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48817         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48818         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48819         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48820         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48821         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48822         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48823         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48824         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48825         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48826         * sysdeps/ieee754/k_standard.c: Likewise.
48827         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48828         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48829         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48830         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48831         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48832         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48833         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48834         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48835         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48836         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48837         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48838         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48839         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48840         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48841         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48842         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48843         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48844         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48845         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48846         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48847         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48848         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48849         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48850         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48851         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48852         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48853         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48854         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48855         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48856         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48857         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48858         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48859         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48860         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48861         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48862         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48863         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48864         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48865         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48866         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48867         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48868         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48869         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48870         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48871         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48872         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48873         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48874         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48875         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48876         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48877         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48878         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48879         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48880         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48881         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48882         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48883         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48884         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48885         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48886         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48887         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48888         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48889         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48890         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48891         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48892         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48893         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48894         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48895         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48896         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48897         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48898         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48899         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48900         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48901         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48902         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48903         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48904         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48905         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48906         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48907         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48908         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48909         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48910         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48911         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48912         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48913         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48914         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48915         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48916         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48917         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48918         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48919         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48920         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48921         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48922         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48923         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48924         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48925         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48926         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48927         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48928         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48929         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48930         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48931         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48932         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48933         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48934         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48935         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48936         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48937         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48939         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48940         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48941         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48942         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48943         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48944         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48945         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48946         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48947         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48948         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48949         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48950         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48951         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48952         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48953         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48954         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48955         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48956         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48957         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48958         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48959         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48960         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48961         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48962         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48963         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48964         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48966         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48968         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48969         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48970         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48971         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48972         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48973         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48974         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48975         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48976         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48977         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48978         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48979         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48980         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48981         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48982         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48983         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48985         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48986         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48987         * sysdeps/ieee754/s_lib_version.c: Likewise.
48988         * sysdeps/ieee754/s_matherr.c: Likewise.
48989         * sysdeps/ieee754/s_signgam.c: Likewise.
48990         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48991         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48992         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48993         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48994         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48995         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48996         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48997         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48998         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48999         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49000         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49001         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49002         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49003         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49004         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49005         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49006         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49007         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49008         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49009         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49010         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49012 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49014         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49015         * sunrpc/rpc_main.c: Likewise.
49016         * sunrpc/rpc_svcout.c: Likewise.
49018 2012-03-09  David S. Miller  <davem@davemloft.net>
49020         * include/math_private.h: New file.
49022 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49024         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49025         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49026         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49027         from <bits/socket_type.h>.
49028         (enum __socket_type): Don't define here.
49029         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49030         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49031         bits/socket_type.h.
49033         [BZ #13566]
49034         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49035         checking __USE_GNU.
49037         * Makerules ($(inst_includedir)/%.h): New rule.
49038         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49039         (install-others): Remove variable setting.
49040         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49042 2012-03-08  Richard Henderson  <rth@twiddle.net>
49044         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49045         from macro to inline function; merge with the
49046         !__LIBC_INTERNAL_MATH_INLINES version.
49047         (__ieee754_sqrtf): Likewise.
49049         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49050         to inline function.
49051         (__rintf, __floor, __floorf): Likewise.
49053         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49054         macro to inline function.
49055         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49057         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49058         not <math/math_private.h>.
49060 2012-03-08  David S. Miller  <davem@davemloft.net>
49062         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49063         copyright year.
49064         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49066 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49068         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49069         normalization.
49070         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49071         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49073 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49075         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49076         be defined individually, they must be defined as a block.  Define
49077         S for printing a string instead of hidint the different by using a
49078         macro for adding the 'l'.
49079         * stdio-common/tst-fphex-wide.c: Adjust.
49081 2012-03-07  Marek Polacek  <polacek@redhat.com>
49083         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49085 2012-03-08  Marek Polacek  <polacek@redhat.com>
49087         [BZ #13806]
49088         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49089         * stdio-common/tst-fphex.c: Define a few macros to make the
49090         test reusable.  Use them.
49091         * stdio-common/tst-fphex-wide.c: New file.
49093 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49095         [BZ #6911]
49096         * manual/macros.texi (gnusystems): New macro.
49097         (nongnusystems): Likewise.
49098         (gnulinuxhurdsystems): Likewise.
49099         (gnuhurdsystems): Likewise..
49100         (gnulinuxsystems): Likewise.
49101         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49102         variants of the GNU system, not "GNU system".
49103         * manual/conf.texi: Likewise.
49104         * manual/errno.texi: Likewise.  Update example of errno macro
49105         expansion.
49106         * manual/filesys.texi: Likewise.
49107         (getumask): Document as specific to GNU/Hurd.
49108         * manual/install.texi: Likewise.  Reword some references to
49109         GNU/Linux.
49110         * manual/intro.texi: Likewise.
49111         * manual/io.texi: Likewise.
49112         (File Name Portability): Detail which constraints are inapplicable
49113         to all GNU systems and which are only inapplicable to GNU/Hurd.
49114         * manual/job.texi: Likewise.
49115         * manual/llio.texi: Likewise.
49116         (O_NOCTTY): Document as present on GNU/Linux.
49117         * manual/maint.texi: Likewise.
49118         * manual/memory.texi: Likewise.
49119         * manual/pattern.texi: Likewise.
49120         * manual/pipe.texi: Likewise.
49121         * manual/process.texi: Likewise.
49122         * manual/resource.texi: Likewise.
49123         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49124         child on GNU/Hurd.
49125         * manual/setjmp.texi: Likewise.
49126         * manual/signal.texi: Likewise.
49127         * manual/startup.texi: Likewise.
49128         * manual/stdio.texi: Likewise.
49129         * manual/terminal.texi: Likewise.
49130         (ONLCR): Document as POSIX.
49131         (OXTABS): Document availability on GNU/Linux as XTABS.
49132         (ONOEOT): Document availability separately from other bits.
49133         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49134         * manual/time.texi: Likewise.
49135         * manual/users.texi: Likewise.
49136         * INSTALL: Regenerated.
49137         * sysdeps/gnu/errlist.c: Regenerated.
49139         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49140         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49141         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49142         puts.
49143         * configure: Regenerated.
49145 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49147         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49148         default includes instead of AC_HEADER_CHECK.
49149         * sysdeps/i386/configure: Regenerated.
49151         [BZ #10716]
49152         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49153         * math/s_cacoshf.c (__cacoshf): Likewise.
49154         * math/s_cacoshl.c (__cacoshl): Likewise.
49155         * math/s_casinh.c (__casinh): Set signs of result from argument.
49156         * math/s_casinhf.c (__casinhf): Likewise.
49157         * math/s_casinhl.c (__casinhl): Likewise.
49158         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49159         (casinh_test): Add more tests.
49160         * sysdeps/i386/fpu/libm-test-ulps: Update.
49161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49163 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49165         * po/zh_TW.po: Update from translation team.
49167         * login/Makefile (distribute): Remove variable.
49168         * catgets/Makefile: Likewise.
49169         * mach/Makefile: Likewise.
49170         * malloc/Makefile: Likewise.
49171         * misc/Makefile: Likewise.
49172         * iconv/Makefile: Likewise.
49173         * nscd/Makefile: Likewise.
49174         * hurd/Makefile: Likewise.
49175         * manual/Makefile: Likewise.
49176         * locale/Makefile: Likewise.
49177         * intl/Makefile: Likewise.
49178         * conform/Makefile: Likewise.
49179         * nss/Makefile: Likewise.
49180         * time/Makefile: Likewise.
49181         * soft-fp/Makefile: Likewise.
49182         * dirent/Makefile: Likewise.
49183         * gmon/Makefile: Likewise.
49184         * po/Makefile: Likewise.
49185         * rt/Makefile: Likewise.
49186         * socket/Makefile: Likewise.
49187         * math/Makefile: Likewise.
49188         * signal/Makefile: Likewise.
49189         * debug/Makefile: Likewise.
49190         * elf/Makefile: Likewise.
49191         * timezone/Makefile: Likewise.
49192         * stdlib/Makefile: Likewise.
49193         * iconvdata/Makefile: Likewise.
49194         * sunrpc/Makefile: Likewise.
49195         * io/Makefile: Likewise.
49196         * argp/Makefile: Likewise.
49197         * inet/Makefile: Likewise.
49198         * hesiod/Makefile: Likewise.
49199         * grp/Makefile: Likewise.
49200         * csu/Makefile: Likewise.
49201         * wctype/Makefile: Likewise.
49202         * crypt/Makefile: Likewise.
49203         * libio/Makefile: Likewise.
49204         * string/Makefile: Likewise.
49205         * nis/Makefile: Likewise.
49206         * resolv/Makefile: Likewise.
49207         * stdio-common/Makefile: Likewise.
49208         * wcsmbs/Makefile: Likewise.
49209         * dlfcn/Makefile: Likewise.
49210         * posix/Makefile: Likewise.
49212         [BZ #6959]
49213         * timezone/Makefile: Don't install timezone files, just the programs
49214         and scripts.
49216 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49218         * nss/databases.def: Add missing gshadow entry.
49220         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49222 2012-03-06  Marek Polacek  <polacek@redhat.com>
49224         [BZ #13726]
49225         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49226         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49227         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49228         * stdio-common/tst-long-dbl-fphex.c: New file.
49230 2012-03-06  David S. Miller  <davem@davemloft.net>
49232         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49233         (set_obp_int): New function.
49234         (get_obp_int): New function.
49235         (__get_clockfreq_via_dev_openprom): Likewise.
49236         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49237         Avoid unused variable warnings on 'val' and use builtin_expect.
49238         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49239         __builtin_expect.
49240         (INLINE_CLONE_SYSCALL): Likewise.
49242 2012-03-05  David S. Miller  <davem@davemloft.net>
49244         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49246 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49250         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49251         only for |x| >= 40.
49252         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49254 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49256         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49257         Replace gettimeofday with __vdso_gettimeofday.
49259         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49260         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49261         __vdso_clock_gettime and __vdso_getcpu.
49263         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49264         time with __vdso_time.
49266 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49268         * manual/lang.texi (size_t): Note types to which size_t may be
49269         equivalent with the GNU C Library, but do not describe when
49270         differences between them are significant.
49272 2012-03-05  Andreas Jaeger  <aj@suse.de>
49274         * sysdeps/i386/fpu/libm-test-ulps: Update.
49276 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49278         [BZ #3976]
49279         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49280         (__ieee754_pow): Save and restore rounding mode and use
49281         round-to-nearest for main computations.
49282         * math/libm-test.inc (pow_test_tonearest): New function.
49283         (pow_test_towardzero): Likewise.
49284         (pow_test_downward): Likewise.
49285         (pow_test_upward): Likewise.
49286         (main): Call the new functions.
49287         * sysdeps/i386/fpu/libm-test-ulps: Update.
49288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49290         [BZ #3976]
49291         * math/libm-test.inc (cosh_test_tonearest): New function.
49292         (cosh_test_towardzero): Likewise.
49293         (cosh_test_downward): Likewise.
49294         (cosh_test_upward): Likewise.
49295         (sinh_test_tonearest): Likewise.
49296         (sinh_test_towardzero): Likewise.
49297         (sinh_test_downward): Likewise.
49298         (sinh_test_upward): Likewise.
49299         (main): Call the new functions.
49300         * sysdeps/i386/fpu/libm-test-ulps: Update.
49301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49303 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49305         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49306         default stack guard is set in last bytes.
49307         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49309 2012-03-05  Kees Cook  <keescook@chromium.org>
49311         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49313         [BZ #13656]
49314         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49315         possibly allocate from heap instead of stack.
49316         * stdio-common/bug-vfprintf-nargs.c: New file.
49317         * stdio-common/Makefile (tests): Add nargs overflow test.
49319 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49321         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49323 2012-03-03  Marek Polacek  <polacek@redhat.com>
49325         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49326         * math/math_private.h: Likewise.
49327         * stdlib/tst-strtod.c: Likewise.
49328         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49329         * sysdeps/x86_64/bits/atomic.h: Likewise.
49331 2012-03-02  David S. Miller  <davem@davemloft.net>
49333         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49335         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49337         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49338         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49339         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49340         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49342 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49344         [BZ #13792]
49345         * manual/examples/README: New file, says the example source files
49346         can be used under GPL>=2.
49347         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49348         line containing just "*/".
49349         * manual/examples/add.c: Add copyright header (GPL>=2).
49350         * manual/examples/argp-ex1.c: Likewise.
49351         * manual/examples/argp-ex2.c: Likewise.
49352         * manual/examples/argp-ex3.c: Likewise.
49353         * manual/examples/argp-ex4.c: Likewise.
49354         * manual/examples/atexit.c: Likewise.
49355         * manual/examples/db.c: Likewise.
49356         * manual/examples/dir.c: Likewise.
49357         * manual/examples/dir2.c: Likewise.
49358         * manual/examples/execinfo.c: Likewise.
49359         * manual/examples/filecli.c: Likewise.
49360         * manual/examples/filesrv.c: Likewise.
49361         * manual/examples/fmtmsgexpl.c: Likewise.
49362         * manual/examples/genpass.c: Likewise.
49363         * manual/examples/inetcli.c: Likewise.
49364         * manual/examples/inetsrv.c: Likewise.
49365         * manual/examples/isockad.c: Likewise.
49366         * manual/examples/longopt.c: Likewise.
49367         * manual/examples/memopen.c: Likewise.
49368         * manual/examples/memstrm.c: Likewise.
49369         * manual/examples/mkfsock.c: Likewise.
49370         * manual/examples/mkisock.c: Likewise.
49371         * manual/examples/mygetpass.c: Likewise.
49372         * manual/examples/pipe.c: Likewise.
49373         * manual/examples/popen.c: Likewise.
49374         * manual/examples/rprintf.c: Likewise.
49375         * manual/examples/search.c: Likewise.
49376         * manual/examples/select.c: Likewise.
49377         * manual/examples/setjmp.c: Likewise.
49378         * manual/examples/sigh1.c: Likewise.
49379         * manual/examples/sigusr.c: Likewise.
49380         * manual/examples/stpcpy.c: Likewise.
49381         * manual/examples/strdupa.c: Likewise.
49382         * manual/examples/strftim.c: Likewise.
49383         * manual/examples/strncat.c: Likewise.
49384         * manual/examples/subopt.c: Likewise.
49385         * manual/examples/swapcontext.c: Likewise.
49386         * manual/examples/termios.c: Likewise.
49387         * manual/examples/testopt.c: Likewise.
49388         * manual/examples/testpass.c: Likewise.
49389         * manual/examples/timeval_subtract.c: Likewise.
49391         [BZ #13792]
49392         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49393         function to ...
49394         * manual/timeval_subtract.c.texi: ... here, new file.
49396 2012-03-02  David S. Miller  <davem@davemloft.net>
49398         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49400 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49402         [BZ #3976]
49403         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49404         (__sin): Save and restore rounding mode and use round-to-nearest
49405         for all computations.
49406         (__cos): Save and restore rounding mode and use round-to-nearest
49407         for all computations.
49408         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49409         <fenv.h>.
49410         (tan): Save and restore rounding mode and use round-to-nearest for
49411         all computations.
49412         * math/libm-test.inc (cos_test_tonearest): New function.
49413         (cos_test_towardzero): Likewise.
49414         (cos_test_downward): Likewise.
49415         (cos_test_upward): Likewise.
49416         (sin_test_tonearest): Likewise.
49417         (sin_test_towardzero): Likewise.
49418         (sin_test_downward): Likewise.
49419         (sin_test_upward): Likewise.
49420         (tan_test_tonearest): Likewise.
49421         (tan_test_towardzero): Likewise.
49422         (tan_test_downward): Likewise.
49423         (tan_test_upward): Likewise.
49424         (main): Call the new functions.
49425         * sysdeps/i386/fpu/libm-test-ulps: Update.
49426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49428         [BZ #10135]
49429         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49430         small n, then large n, before computing and testing k+n.
49431         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49432         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49433         Likewise.
49434         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49435         Likewise.
49436         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49437         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49438         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49439         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49440         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49441         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49442         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49443         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49444         * math/libm-test.inc (scalbn_test): Add more tests.
49445         (scalbln_test): Likewise.
49447         * manual/filesys.texi (mode_t): Describe constraints on size and
49448         signedness, not exact equivalence to a particular type.
49449         (ino_t): Likewise.
49450         (ino64_t): Likewise.
49451         (dev_t): Likewise.
49452         (nlink_t): Likewise.
49453         (blkcnt_t): Likewise.
49454         (blkcnt64_t): Likewise.
49455         * manual/llio.texi (off_t): Likewise.
49457         [BZ #3976]
49458         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49459         (__ieee754_exp): Save and restore rounding mode and use
49460         round-to-nearest for all computations.
49461         * math/libm-test.inc (exp_test_tonearest): New function.
49462         (exp_test_towardzero): Likewise.
49463         (exp_test_downward): Likewise.
49464         (exp_test_upward): Likewise.
49465         (main): Call the new functions.
49466         * sysdeps/i386/fpu/libm-test-ulps: Update.
49467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49469 2012-03-01  Chris Demetriou  <cgd@google.com>
49471         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49472         have predictable order.
49474 2012-03-01  David S. Miller  <davem@davemloft.net>
49476         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49478         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49479         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49480         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49481         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49483         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49484         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49485         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49487         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49488         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49489         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49490         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49491         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49493         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49495         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49496         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49497         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49499         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49500         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49501         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49502         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49503         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49504         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49505         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49506         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49507         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49508         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49509         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49510         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49511         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49512         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49513         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49514         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49515         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49516         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49517         * sysdeps/sparc/elf/configure: Regenerated.
49519 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49521         * configure.in (AS, LD): Require binutils 2.20 or later.
49522         * configure: Regenerated.
49523         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49524         as required minimum version.
49525         * INSTALL: Regenerated.
49527         [BZ #2541]
49528         [BZ #4108]
49529         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49530         before squaring exponent.
49531         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49532         bottom long double and 27 bits of top long double before squaring
49533         exponent.
49534         * math/libm-test.inc (erfc_test): Add more tests.
49535         * sysdeps/i386/fpu/libm-test-ulps: Update.
49536         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49539 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49541         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49542         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49543         containing bit-fields.
49544         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49545         * soft-fp/single.h (_FP_UNION_S): Likewise.
49546         * soft-fp/double.h (_FP_UNION_D): Likewise.
49548 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49550         [BZ #13786]
49551         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49552         not include ../strcmp.S.
49553         [USE_AS_STRNCASECMP_L]: Likewise.
49554         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49555         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49556         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49557         (__strncasecmp_l_ia32): Define as alias to
49558         __strncasecmp_l_nonascii.
49560         [BZ #5794]
49561         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49562         * sysdeps/i386/fpu/libm-test-ulps: Update.
49563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49565         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49568 2012-02-29  Jeff Law  <law@redhat.com>
49570         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49571         out of bounds read.
49573 2012-02-29  Marek Polacek  <polacek@redhat.com>
49575         [BZ #13706]
49576         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49577         * elf/Makefile: Add rules to run tst-unused-dep.out.
49579 2012-02-28  David S. Miller  <davem@davemloft.net>
49581         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49582         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49583         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49584         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49585         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49586         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49588 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49590         * math/libm-test.inc (llround_test): Move one test from
49591         lround_test.  Use TEST_f_L in moved test.
49592         (lround_test): Move misplaced test to llround_test.  Add testcase
49593         from bug 2561.
49595 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49597         * sysdeps/x86_64/fpu/e_expf.S: New file.
49598         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49600 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49602         [BZ #13637]
49603         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49604         of remain_len that may cause incomplete multi-byte character and
49605         false match.
49606         * posix/bug-regex33.c: New file.
49607         * posix/Makefile (tests): Add bug-regex33.
49609 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49611         * manual/macros.texi: New file.
49612         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49613         * manual/libc.texinfo: Include macros.texi.
49614         * manual/creatute.texi: Likewise.
49615         * manual/install.texi: Likewise.
49616         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49617         @glibcadj{} in references to the GNU C Library.
49618         * manual/charset.texi: Likewise.
49619         * manual/conf.texi: Likewise.
49620         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49621         when not using those macros.
49622         * manual/creature.texi: Likewise.
49623         * manual/crypt.texi: Likewise.
49624         * manual/errno.texi: Likewise.
49625         * manual/filesys.texi: Likewise.
49626         * manual/header.texi: Likewise.
49627         * manual/install.texi: Likewise.
49628         * manual/intro.texi: Likewise.
49629         * manual/io.texi: Likewise.
49630         * manual/job.texi: Likewise.
49631         * manual/lang.texi: Likewise.
49632         * manual/libc.texiinfo: Likewise.
49633         * manual/llio.texi: Likewise.
49634         * manual/locale.texi: Likewise.
49635         * manual/maint.texi: Likewise.
49636         * manual/math.texi: Likewise.
49637         * manual/memory.texi: Likewise.
49638         * manual/message.texi: Likewise.
49639         * manual/nss.texi: Likewise.
49640         * manual/pattern.texi: Likewise.
49641         * manual/process.texi: Likewise.
49642         * manual/resource.texi: Likewise.
49643         * manual/search.texi: Likewise.
49644         * manual/setjmp.texi: Likewise.
49645         * manual/signal.texi: Likewise.
49646         * manual/socket.texi: Likewise.
49647         * manual/startup.texi: Likewise.
49648         * manual/stdio.texi: Likewise.
49649         * manual/string.texi: Likewise.
49650         * manual/sysinfo.texi: Likewise.
49651         * manual/syslog.texi: Likewise.
49652         * manual/terminal.texi: Likewise.
49653         * manual/time.texi: Likewise.
49654         * manual/users.texi: Likewise.
49655         * INSTALL: Regenerated.
49656         * NOTES: Regenerated.
49657         * sysdeps/gnu/errlist.c: Regenerated.
49659 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49661         * include/dirent.h: Include <dirstream.h> before
49662         <dirent/dirent.h>.
49664 2012-02-28  David S. Miller  <davem@davemloft.net>
49666         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49667         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49668         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49669         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49671 2012-02-27  David S. Miller  <davem@davemloft.net>
49673         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49674         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49675         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49676         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49678         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49679         frame pointer instead of stack pointer relative arg slot.
49680         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49681         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49682         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49684 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49686         [BZ #3992]
49687         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49689 2012-02-27  David S. Miller  <davem@davemloft.net>
49691         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49692         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49693         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49694         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49695         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49696         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49697         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49698         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49700 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49702         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49703         later.  Allow versions 5-9.
49704         * configure: Regenerated.
49705         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49706         required minimum version and 4.6 as recommended version.  Do not
49707         mention bugs in GCC 2.7 and 2.8.
49708         * INSTALL: Regenerated.
49710 2012-02-27  David S. Miller  <davem@davemloft.net>
49712         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49713         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49714         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49715         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49716         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49717         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49718         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49719         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49721         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49722         manipulate bits before adding and subtracting TWO112[sx].
49723         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49725 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49727         [BZ #13775]
49728         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49729         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49730         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49731         being in POSIX, because they are in 1003.1-2008.
49733         * rt/tst-aio.c: Include <fcntl.h>.
49734         * rt/tst-aio7.c: Likewise.
49735         * rt/tst-aio64.c: Likewise.
49737         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49739 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49741         * manual/install.texi (--with-headers): Describe headers as
49742         interface headers, not private headers.
49743         (Specific advice for GNU/Linux systems): Describe use of headers
49744         from "make headers_install", not private headers from older
49745         kernels.
49746         * INSTALL: Regenerated.
49747         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49748         Change to 2.6.19.
49749         * sysdeps/unix/sysv/linux/configure: Regenerated.
49751         * manual/llio.texi (fclean): Remove documentation.
49753         * manual/Makefile (libc-texi-generated): New variable.  Include
49754         version.texi.
49755         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49756         $(libc-texi-generated), not duplicated list of files.
49757         (version.texi, stamp-version): New rules.
49758         (realclean): Remove $(libc-texi-generated), not individual files
49759         from that list.  Do not remove dir-add.texinfo.
49760         * manual/libc.texinfo: Comment out uses of edition numbers and
49761         references to printed manual.  Remove last-updated dates.
49762         (EDITION): Comment out.
49763         (ISBN): Likewise.
49764         (VERSION, UPDATED): Remove.
49765         (version.texi): Include.
49767 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49769         * sysdeps/posix/spawni.c: Include <signal.h>.
49770         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49771         * sysdeps/pthread/aio_fsync.c: Likewise.
49773 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49775         * conform/Makefile (tests): Run only when not cross-compiling and
49776         when fast-check is not defined.
49778         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49779         * conform/data/limits.h-data: Fixes for POSIX2008.
49780         * conform/run-conformtest.sh: Run all tests.
49781         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49782         headers.
49783         * include/bits/dlfcn.h: Likewise.
49784         * include/langinfo.h: Likewise.
49785         * include/monetary.h: Likewise.
49786         * include/sys/poll.h: Likewise.
49788         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49789         for __USE_GNU.
49790         * posix/spawn.h: Define __need_sigset_t.
49791         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49792         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49793         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49794         to get sigevent_t only.
49795         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49796         only for __USE_GNU.
49797         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49798         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49799         process_vm_writev only for __USE_GNU.
49800         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49802         * conform/Makefile: For now ignore errors from run-conformtest.
49803         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49804         POSIX to avoid namespace pollution.  Don't prepend headers.
49805         * conform/data/aio.h-data: Fixes for POSIX testing.
49806         * conform/data/fcntl.h-data: Likewise.
49807         * conform/data/glob.h-data: Likewise.
49808         * conform/data/grp.h-data: Likewise.
49809         * conform/data/pthread.h-data: Likewise.
49810         * conform/data/pwd.h-data: Likewise.
49811         * conform/data/signal.h-data: Likewise.
49812         * conform/data/spawn.h-data: Likewise.
49813         * conform/data/stdio.h-data: Likewise.
49814         * conform/data/stdlib.h-data: Likewise.
49815         * conform/data/stropts.h-data: Likewise.
49816         * conform/data/sys/mman.h-data: Likewise.
49817         * conform/data/sys/stat.h-data: Likewise.
49818         * conform/data/sys/types.h-data: Likewise.
49819         * conform/data/sys/wait.h-data: Likewise.
49820         * conform/data/time.h-data: Likewise.
49821         * conform/data/unistd.h-data: Likewise.
49822         * conform/data/utime.h-data: Likewise.
49824         * io/sys/stat.h: fchmod was always in POSIX.
49825         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49826         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49827         * rt/aio.h: Define __need_timespec before including <time.h>.
49828         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49829         struct.  Add forward declaration of pthread_attr_t and use it in
49830         sigevent.
49831         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49832         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49833         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49834         always remove CLK_TCK definition.
49836 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49838         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49840 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49842         * conform/run-conformtest.sh: New file.
49843         * conform/Makefile: Run run-conformtest for tests.
49844         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49845         support.
49847         * conform/data/uchar.h-data: New file.
49848         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49849         * conform/data/arpa/inet.h-data: Likewise.
49850         * conform/data/assert.h-data: Likewise.
49851         * conform/data/complex.h-data: Likewise.
49852         * conform/data/cpio.h-data: Likewise.
49853         * conform/data/ctype.h-data: Likewise.
49854         * conform/data/dirent.h-data: Likewise.
49855         * conform/data/dlfcn.h-data: Likewise.
49856         * conform/data/errno.h-data: Likewise.
49857         * conform/data/fcntl.h-data: Likewise.
49858         * conform/data/float.h-data: Likewise.
49859         * conform/data/fmtmsg.h-data: Likewise.
49860         * conform/data/fnmatch.h-data: Likewise.
49861         * conform/data/ftw.h-data: Likewise.
49862         * conform/data/glob.h-data: Likewise.
49863         * conform/data/grp.h-data: Likewise.
49864         * conform/data/iconv.h-data: Likewise.
49865         * conform/data/inttypes.h-data: Likewise.
49866         * conform/data/langinfo.h-data: Likewise.
49867         * conform/data/libgen.h-data: Likewise.
49868         * conform/data/limits.h-data: Likewise.
49869         * conform/data/locale.h-data: Likewise.
49870         * conform/data/math.h-data: Likewise.
49871         * conform/data/monetary.h-data: Likewise.
49872         * conform/data/mqueue.h-data: Likewise.
49873         * conform/data/ndbm.h-data: Likewise.
49874         * conform/data/net/if.h-data: Likewise.
49875         * conform/data/netdb.h-data: Likewise.
49876         * conform/data/netinet/in.h-data: Likewise.
49877         * conform/data/nl_types.h-data: Likewise.
49878         * conform/data/poll.h-data: Likewise.
49879         * conform/data/pthread.h-data: Likewise.
49880         * conform/data/pwd.h-data: Likewise.
49881         * conform/data/regex.h-data: Likewise.
49882         * conform/data/sched.h-data: Likewise.
49883         * conform/data/search.h-data: Likewise.
49884         * conform/data/semaphore.h-data: Likewise.
49885         * conform/data/setjmp.h-data: Likewise.
49886         * conform/data/signal.h-data: Likewise.
49887         * conform/data/spawn.h-data: Likewise.
49888         * conform/data/stdarg.h-data: Likewise.
49889         * conform/data/stdio.h-data: Likewise.
49890         * conform/data/stdlib.h-data: Likewise.
49891         * conform/data/string.h-data: Likewise.
49892         * conform/data/strings.h-data: Likewise.
49893         * conform/data/stropts.h-data: Likewise.
49894         * conform/data/sys/ipc.h-data: Likewise.
49895         * conform/data/sys/mman.h-data: Likewise.
49896         * conform/data/sys/msg.h-data: Likewise.
49897         * conform/data/sys/resource.h-data: Likewise.
49898         * conform/data/sys/select.h-data: Likewise.
49899         * conform/data/sys/sem.h-data: Likewise.
49900         * conform/data/sys/shm.h-data: Likewise.
49901         * conform/data/sys/socket.h-data: Likewise.
49902         * conform/data/sys/stat.h-data: Likewise.
49903         * conform/data/sys/statvfs.h-data: Likewise.
49904         * conform/data/sys/time.h-data: Likewise.
49905         * conform/data/sys/timeb.h-data: Likewise.
49906         * conform/data/sys/times.h-data: Likewise.
49907         * conform/data/sys/types.h-data: Likewise.
49908         * conform/data/sys/uio.h-data: Likewise.
49909         * conform/data/sys/un.h-data: Likewise.
49910         * conform/data/sys/utsname.h-data: Likewise.
49911         * conform/data/sys/wait.h-data: Likewise.
49912         * conform/data/syslog.h-data: Likewise.
49913         * conform/data/tar.h-data: Likewise.
49914         * conform/data/termios.h-data: Likewise.
49915         * conform/data/utime.h-data: Likewise.
49916         * conform/data/utmpx.h-data: Likewise.
49917         * conform/data/varargs.h-data: Likewise.
49918         * conform/data/wchar.h-data: Likewise.
49919         * conform/data/wctype.h-data: Likewise.
49920         * conform/data/wordexp.h-data: Likewise.
49922         * include/stropts.h: New file.
49923         * include/uchar.h: New file.
49924         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49925         * include/assert.h: Likewise.
49926         * include/ctype.h: Likewise.
49927         * include/dirent.h: Likewise.
49928         * include/dlfcn.h: Likewise.
49929         * include/fcntl.h: Likewise.
49930         * include/fnmatch.h: Likewise.
49931         * include/glob.h: Likewise.
49932         * include/grp.h: Likewise.
49933         * include/libio.h: Likewise.
49934         * include/locale.h: Likewise.
49935         * include/math.h: Likewise.
49936         * include/net/if.h: Likewise.
49937         * include/netdb.h: Likewise.
49938         * include/netinet/in.h: Likewise.
49939         * include/pthread.h: Likewise.
49940         * include/pwd.h: Likewise.
49941         * include/regex.h: Likewise.
49942         * include/sched.h: Likewise.
49943         * include/search.h: Likewise.
49944         * include/setjmp.h: Likewise.
49945         * include/signal.h: Likewise.
49946         * include/stdio.h: Likewise.
49947         * include/stdlib.h: Likewise.
49948         * include/string.h: Likewise.
49949         * include/sys/cdefs.h: Likewise.
49950         * include/sys/mman.h: Likewise.
49951         * include/sys/msg.h: Likewise.
49952         * include/sys/resource.h: Likewise.
49953         * include/sys/select.h: Likewise.
49954         * include/sys/socket.h: Likewise.
49955         * include/sys/stat.h: Likewise.
49956         * include/sys/statvfs.h: Likewise.
49957         * include/sys/time.h: Likewise.
49958         * include/sys/times.h: Likewise.
49959         * include/sys/uio.h: Likewise.
49960         * include/sys/utsname.h: Likewise.
49961         * include/sys/wait.h: Likewise.
49962         * include/termios.h: Likewise.
49963         * include/time.h: Likewise.
49964         * include/ulimit.h: Likewise.
49965         * include/unistd.h: Likewise.
49966         * include/utime.h: Likewise.
49967         * include/wchar.h: Likewise.
49968         * include/wctype.h: Likewise.
49969         * include/wordexp.h: Likewise.
49971         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49973         * time/time.h: TIME_UTC must be a macro.
49974         Make timespec_get available for ISO C11 only as well.
49976 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49978         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49979         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49981 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49983         * configure.in: Use -o not -a in test for unsupported multi-arch.
49985 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49987         * manual/texinfo.tex: Update to version 2012-01-19.16.
49989 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49991         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49993 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49995         [BZ #13738]
49996         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49997         * manual/fdl-1.3.texi: New file.
49998         * manual/fdl-1.1.texi: File removed.
50000         [BZ #13738]
50001         * manual/libc.texinfo (FDL_VERSION): New @set.
50002         Use it for mention of FDL in cover text.
50003         (Documentation License): Use it in @include file name.
50005 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50006             Roland McGrath  <roland@hack.frob.com>
50008         [BZ #5461]
50009         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50010         (not LONG_LONG_MAX and LONG_LONG_MIN.
50011         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50012         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50013         name.
50014         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50016 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50018         [BZ #2547]
50019         [BZ #11365]
50020         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50021         manipulate bits before adding and subtracting TWO23[sx].
50022         * math/libm-test.inc (nearbyint_test): Add more tests.
50024 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50026         [BZ #2548]
50027         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50028         bits before adding and subtracting TWO23[sx].
50029         * math/libm-test.inc (rint_test): Add more tests.
50030         (rint_test_tonearest): Likewise.
50031         (rint_test_towardzero): Likewise.
50032         (rint_test_downward): Likewise.
50033         (rint_test_upward: Likewise.
50035 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50037         [BZ #10110]
50038         * include/stdc-predef.h: New file.  Extracted from features.h.
50039         * include/features.h: Include stdc-predef.h.
50040         * Makefile (headers): Add stdc-predef.h.
50041         * CONFORMANCE (Compiler limitations): Update.
50043 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50045         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50047 2012-02-21  David S. Miller  <davem@davemloft.net>
50049         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50050         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50052 2012-02-20  David S. Miller  <davem@davemloft.net>
50054         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50055         using a normal save/restore sequence, rather than allocating a
50056         dummy stack frame just to store a frame pointer and restore.
50057         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50059 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50061         * manual/install.texi: Fix stray word in line-wrapped comment.
50063 2012-02-20  David S. Miller  <davem@davemloft.net>
50065         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50066         both binutils and gcc support GOTDATA.
50068         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50069         "rd %pc" in the PIC register setup sequences.
50071         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50072         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50073         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50074         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50075         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50076         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50077         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50078         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50079         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50080         (SYSCALL_ERROR_HANDLER): Likewise.
50081         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50082         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50083         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50084         (SYSCALL_ERROR_HANDLER): Likewise.
50086         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50087         (HAVE_GCC_GOTDATA): New.
50088         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50089         relocation support in both binutils and gcc.
50090         * sysdeps/sparc/elf/configure: Regenerate.
50092         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50093         * sysdeps/sparc/sparc32/elf/configure: Delete.
50094         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50095         * sysdeps/sparc/sparc64/elf/configure: Delete.
50096         * sysdeps/sparc/elf/configure.in: New file.
50097         * sysdeps/sparc/elf/configure: Generate.
50099         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50100         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50101         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50102         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50103         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50105 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50107         * manual/install.texi: Do not mention specific glibc version
50108         numbers.
50109         * manual/libc.texinfo (VERSION, UPDATED): Update.
50110         (@copying): Use @copyright{} and range of years.
50112 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50114         [BZ #13695]
50115         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50116         [crti.S not in sysdirs] (generated): Do not append.
50117         [crti.S not in sysdirs] (omit-deps): Likewise.
50118         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50119         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50120         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50121         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50122         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50123         Likewise.
50124         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50125         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50126         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50127         * csu/defs.awk: Remove file.
50128         * sysdeps/generic/initfini.c: Likewise.
50129         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50130         variable.
50131         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50132         Likewise.
50134 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50136         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50137         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50138         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50139         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50140         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50141         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50142         <bits/epoll.h>.
50143         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50144         (__EPOLL_PACKED): Define to empty if not defined by
50145         <bits/epoll.h>.
50146         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50147         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50148         bits/epoll.h.
50150 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50152         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50153         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50154         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50155         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50156         <bits/timerfd.h>.
50157         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50158         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50159         bits/timerfd.h.
50161 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50163         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50164         in C locale.
50165         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50166         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50167         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50170 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50172         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50173         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50175 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50177         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50178         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50179         defined.
50180         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50181         Likewise.
50182         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50183         entry for 2.16.
50185 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50187         * math/w_acos.c: Use non-signaling floating-point comparisons.
50188         * math/w_acosf.c: Likewise.
50189         * math/w_acosh.c: Likewise.
50190         * math/w_acoshf.c: Likewise.
50191         * math/w_acoshl.c: Likewise.
50192         * math/w_acosl.c: Likewise.
50193         * math/w_asin.c: Likewise.
50194         * math/w_asinf.c: Likewise.
50195         * math/w_asinl.c: Likewise.
50196         * math/w_atanh.c: Likewise.
50197         * math/w_atanhf.c: Likewise.
50198         * math/w_atanhl.c: Likewise.
50199         * math/w_exp2.c: Likewise.
50200         * math/w_exp2f.c: Likewise.
50201         * math/w_exp2l.c: Likewise.
50202         * math/w_j0.c: Likewise.
50203         * math/w_j0f.c: Likewise.
50204         * math/w_j0l.c: Likewise.
50205         * math/w_j1.c: Likewise.
50206         * math/w_j1f.c: Likewise.
50207         * math/w_j1l.c: Likewise.
50208         * math/w_jn.c: Likewise.
50209         * math/w_jnf.c: Likewise.
50210         * math/w_log.c: Likewise.
50211         * math/w_log10.c: Likewise.
50212         * math/w_log10f.c: Likewise.
50213         * math/w_log10l.c: Likewise.
50214         * math/w_log2.c: Likewise.
50215         * math/w_log2f.c: Likewise.
50216         * math/w_log2l.c: Likewise.
50217         * math/w_logf.c: Likewise.
50218         * math/w_logl.c: Likewise.
50219         * math/w_sqrt.c: Likewise.
50220         * math/w_sqrtf.c: Likewise.
50221         * math/w_sqrtl.c: Likewise.
50222         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50223         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50224         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50225         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50226         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50228 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50230         [BZ #9739]
50231         * manual/string.texi (strnlen): Use correct parameter name in
50232         equivalent expression.
50234 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50236         [BZ #11174]
50237         * manual/users.texi (seteuid): Consistently use neweuid for
50238         argument name.
50240 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50242         [BZ #13704]
50243         * manual/nss.texi (Services in the NSS configuration): Correct
50244         list of services in example configuration file.
50246 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50248         [BZ #11322]
50249         * manual/arith.texi: Remove statements about negative zero
50250         behaving identically to zero.
50252 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50254         [BZ #5993]
50255         * manual/install.texi: Do not document upgrading from libc5.
50257 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50259         [BZ #4596]
50260         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50262 2012-02-18  David S. Miller  <davem@davemloft.net>
50264         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50265         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50266         %o7 across the call.
50267         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50268         instead.
50269         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50270         SETUP_PIC_REG_LEAF.
50271         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50272         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50273         * sysdeps/sparc/crtn.S: Likewise.
50275 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50277         * aout/Makefile: Remove.
50279 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50281         [BZ #13058]
50282         * manual/examples/argp-ex1.c (main): Format definition in GNU
50283         style.
50284         * manual/examples/argp-ex2.c (main): Likewise.
50285         * manual/examples/argp-ex3.c (main): Likewise.
50286         * manual/examples/argp-ex4.c (main): Likewise.
50287         * manual/examples/longopt.c (main): Use new-style prototype
50288         definition.
50289         * manual/examples/strncat.c (main): Specify return type and use
50290         (void) for arguments.
50291         * manual/examples/subopt.c (main): Use char **argv argument.
50293 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50295         [BZ #5077]
50296         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50297         rounding modes.
50299 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50301         [BZ #6907]
50302         * manual/string.texi (strchr): Change when strchrnul is
50303         recommended.
50305 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50307         [BZ #174]
50308         * manual/locale.texi (setlocale): Document LOCPATH.
50310 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50312         [BZ #10210]
50313         * manual/process.texi (execle): Move @dots{} before last argument.
50315 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50317         [BZ #12047]
50318         * manual/charset.texi (Generic Charset Conversion): Fix typo
50319         (LC_TYPE -> LC_CTYPE).
50321 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50323         [BZ #5805]
50324         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50325         (scalbnf): Likewise.
50326         (scalbnl): Likewise.
50327         (scalbln): Likewise.
50328         (scalblnf): Likewise.
50329         (scalblnl): Likewise.
50330         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50331         (vwarnx): Likewise.
50332         (verr): Likewise.
50333         (verrx): Likewise.
50334         * manual/filesys.texi (telldir): Use braces around return type.
50335         * manual/llio.texi (mmap): Add space after comma.
50336         (mmap64): Likewise.
50337         * manual/math.texi (jn): Use @var{} on parameter names.
50338         (jnf): Likewise.
50339         (jnl): Likewise.
50340         (yn): Likewise.
50341         (ynf): Likewise.
50342         (ynl): Likewise.
50343         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50344         line.
50345         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50346         "...".
50347         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50348         (sched_get_priority_max): Likewise.
50349         * manual/signal.texi (sigvec): Add space after comma.
50350         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50351         names.
50352         (if_indextoname): Likewise.
50353         (if_freenameindex): Likewise.
50354         (sendto): Use ',' instead of '.' in prototype.
50355         * manual/startup.texi (syscall): Use @dots{} instead of literal
50356         "...".
50357         * manual/stdio.texi (__fpending): Separate initial words of
50358         paragraph from @deftypefun line.
50359         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50360         "...".
50361         (vsyslog): Use @var{} on parameter names.
50362         * manual/terminal.texi (stty): Use @var{} on parameter names.
50363         * manual/users.texi (getutmp): Use @var{} on parameter names.
50364         (getutmpx): Likewise.
50366 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50368         [BZ #6884]
50369         * manual/stdio.texi (fopen): Fix typos in description of
50370         ",ccs=STRING".
50372 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50374         [BZ #4026]
50375         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50376         get clock_id definition.
50378 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50380         [BZ #4822]
50381         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50382         (madvise): Cast every argument to void on its own.
50384 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50386         [BZ #9902]
50387         * manual/startup.texi (Exit Status): Fix typo.
50389 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50391         [BZ #10140]
50392         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50393         * manual/examples/argp-ex2.c: Likewise.
50394         * manual/examples/argp-ex3.c: Likewise.
50396 2012-02-16  Richard Henderson  <rth@redhat.com>
50398         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50399         * sysdeps/s390/s390-32/initfini.c: Remove.
50400         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50401         * sysdeps/s390/s390-64/initfini.c: Remove.
50403 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50405         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50406         compiler output for sysdeps/generic/initfini.c.
50407         * sysdeps/sh/elf/initfini.c: Remove file.
50409 2012-02-16  David S. Miller  <davem@davemloft.net>
50411         [BZ #11494]
50412         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50414         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50415         * sysdeps/sparc/crti.S: New file.
50416         * sysdeps/sparc/crtn.S: New file.
50417         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50418         * sysdeps/sparc/sparc64/Makefile: Likewise.
50420 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50422         [BZ #3335]
50423         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50425 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50427         [BZ #4822]
50428         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50430         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50431         (write, read, close): Likewise.
50432         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50434 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50436         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50437         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50438         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50439         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50440         <bits/signalfd.h>.
50441         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50442         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50443         bits/signalfd.h.
50445 2012-02-14  Marek Polacek  <polacek@redhat.com>
50447         * sysdeps/x86_64/crti.S: New file.
50448         * sysdeps/x86_64/crtn.S: New file.
50449         * sysdeps/x86_64/elf/initfini.c: Remove file.
50451 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50453         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50454         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50455         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50456         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50457         <bits/inotify.h>.
50458         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50459         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50460         bits/inotify.h.
50462 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50464         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50465         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50466         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50467         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50468         <bits/eventfd.h>.
50469         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50470         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50471         bits/eventfd.h.
50473 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50475         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50476         __feraiseexcept instead of feraiseexcept.
50478         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50479         nanosleep invocations.
50480         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50481         strings, and add error checking for a nanosleep invocations.
50483 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50485         Replace FSF snail mail address with URLs, as per GNU coding standards.
50486         Most of the snail mail addresses were wrong anyway, and omitting
50487         them makes the source code easier to maintain.  Almost all of the
50488         changes are to license notices and to locale LC_IDENTIFICATION
50489         addresses, except for this one:
50490         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50491         not its snail mail address.
50493 2012-02-09  Richard Henderson  <rth@twiddle.net>
50495         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50496         of kernel-features.h.
50498         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50500 2012-02-08  Marek Polacek  <polacek@redhat.com>
50502         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50503         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50504         * sysdeps/gnu/_G_config.h: Likewise.
50505         * sysdeps/generic/_G_config.h: Likewise.
50507 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50509         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50510         tests.
50511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50513         * sysdeps/powerpc/powerpc32/crti.S: New file.
50514         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50515         * sysdeps/powerpc/powerpc64/crti.S: New file.
50516         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50518         * Makeconfig (have-initfini): Don't set.
50519         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50520         * configure.in (nopic_initfini): Don't substitute.
50521         * config.h.in (HAVE_INITFINI): Don't #undef.
50522         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50523         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50525 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50527         Support crti.S and crtn.S provided directly by architectures.
50528         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50529         [crti.S in sysdirs] (omit-deps): Likewise.
50530         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50531         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50532         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50533         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50534         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50535         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50536         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50537         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50538         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50539         compiler output for sysdeps/generic/initfini.c.
50540         * sysdeps/i386/elf/Makefile: Remove file.
50541         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50543 2012-02-07  Marek Polacek  <polacek@redhat.com>
50545         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50546         * sysdeps/gnu/_G_config.h: Likewise.
50547         * sysdeps/mach/hurd/_G_config.h: Likewise.
50549 2012-02-07  Marek Polacek  <polacek@redhat.com>
50551         * math/Makefile (tests): Add tst-CMPLX2.
50552         * math/tst-CMPLX2.c: New file.
50554 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50556         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50558         * math/libm-test.inc (jn_test): Add missing L suffix.
50560 2012-02-06  Marek Polacek  <polacek@redhat.com>
50562         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50563         * sysdeps/i386/fpu/e_powf.S: Likewise.
50564         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50565         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50566         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50567         * sysdeps/i386/fpu/e_pow.S: Likewise.
50568         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50569         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50570         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50571         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50572         * sysdeps/i386/fpu/e_log2.S: Likewise.
50573         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50574         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50575         * sysdeps/i386/fpu/e_powl.S: Likewise.
50576         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50577         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50578         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50579         * sysdeps/i386/fpu/e_logl.S: Likewise.
50580         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50581         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50582         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50583         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50584         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50585         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50586         * sysdeps/i386/fpu/e_log.S: Likewise.
50587         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50588         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50589         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50590         * sysdeps/i386/fpu/e_logf.S: Likewise.
50591         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50592         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50593         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50594         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50595         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50596         * sysdeps/i386/fpu/e_log10.S: Likewise.
50597         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50598         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50599         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50600         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50601         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50602         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50603         * sysdeps/i386/asm-syntax.h: Likewise.
50604         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50605         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50606         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50607         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50608         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50609         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50610         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50611         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50612         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50613         * sysdeps/powerpc/sysdep.h: Likewise.
50614         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50615         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50617 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50619         [BZ #411]
50620         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50622 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50624         * sysdeps/i386/sysdep.h: Include <features.h>.
50625         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50626         version.
50628 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50630         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50631         Define.
50632         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50633         LOAD_PIC_REG_STR.
50635 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50637         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50638         (SETUP_PIC_REG): Use GET_PC_THUNK.
50639         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50640         macro.
50642 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50644         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50645         for non-PIC compilation.
50646         (SETUP_PIC_REG): Add .p2align directive.
50647         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50648         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50649         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50650         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50651         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50652         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50653         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50654         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50655         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50656         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50657         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50658         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50659         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50660         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50661         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50662         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50663         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50664         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50665         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50666         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50667         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50668         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50669         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50670         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50671         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50672         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50673         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50674         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50675         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50676         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50677         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50678         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50679         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50680         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50681         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50682         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50683         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50684         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50685         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50686         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50687         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50689 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50691         * math/tst-CMPLX.c: Include <stdio.h>.
50693 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50695         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50696         float.
50697         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50698         * sysdeps/sparc/bits/mathdef.h: Likewise.
50700 2012-01-31  Marek Polacek  <polacek@redhat.com>
50702         * libio/libio.h: Don't define _PARAMS.
50703         * locale/programs/config.h: Don't define PARAMS.
50704         * stdlib/strtol_l.c: Likewise.
50705         (__strtol_l): Remove PARAMS from the prototype.
50707 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50709         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50710         names.  Just use the correct names.  Remove unnecessary wrapper
50711         functions.
50712         * malloc/arena.c: Likewise.
50713         * malloc/hooks.c: Likewise.
50715         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50716         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50717         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50719 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50721         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50722         into tail calls.
50723         (update_get_addr): New function.
50724         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50725         GET_ADDR_MODULE parameter.
50727 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50729         * crypt/cert.c: Remove __STDC__ conditionals.
50730         * crypt/crypt-entry.c: Likewise.
50731         * crypt/crypt_util.c: Likewise.
50732         * libio/filedoalloc.c: Likewise.
50733         * libio/fileops.c: Likewise.
50734         * libio/genops.c: Likewise.
50735         * libio/iofclose.c: Likewise.
50736         * libio/iofdopen.c: Likewise.
50737         * libio/iofopen.c: Likewise.
50738         * libio/iofopen64.c: Likewise.
50739         * libio/iogetdelim.c: Likewise.
50740         * libio/iopopen.c: Likewise.
50741         * libio/obprintf.c: Likewise.
50742         * libio/oldfileops.c: Likewise.
50743         * libio/oldiofclose.c: Likewise.
50744         * libio/oldiofdopen.c: Likewise.
50745         * libio/oldiofopen.c: Likewise.
50746         * libio/oldiopopen.c: Likewise.
50747         * libio/wfiledoalloc.c: Likewise.
50748         * libio/wgenops.c: Likewise.
50749         * locale/programs/xmalloc.c: Likewise.
50750         * misc/syslog.c: Likewise.
50751         * stdio-common/xbug.c: Likewise.
50752         * string/memchr.c: Likewise.
50753         * string/memcmp.c: Likewise.
50754         * string/memrchr.c: Likewise.
50755         * string/rawmemchr.c: Likewise.
50756         * sysdeps/posix/getcwd.c: Likewise.
50757         * time/strftime_l.c: Likewise.
50759 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50761         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50762         * config.make.in (config-cflags-sse2avx): Define.
50763         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50764         Fix typo.
50766 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50768         * scripts/config.guess: Update from upstream config git repository.
50769         * scripts/config.sub: Likewise.
50771 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50773         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50774         (EM_NUM): Update.
50775         (R_TILEPRO_*, R_TILEGX_*): New macros.
50777         * scripts/firstversions.awk: Fix bug in version range handling.
50779         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50781         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50783         * include/sys/epoll.h: New file.
50784         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50785         libc_hidden_def.
50787 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50789         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50790         Avoid unnecessary __WORDSIZE == 64 test.
50791         (fmaxf): Use VEX format if possible.
50792         (fmax): Likewise.
50793         (fminf): Likewise.
50794         (fmin): Likewise.
50796         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50797         * math/math_private.h: Remove libc_fegetround* and
50798         libc_fesetround*.
50799         * sysdeps/i386/configure.in: Check for -msse2avx.
50800         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50801         also if SSE2AVX is defined.
50802         Remove libc_fegetround* and libc_fesetround*.
50803         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50804         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50805         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50806         of HAS_YMM_USABLE.
50807         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50808         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50809         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50810         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50811         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50813         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50815 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50817         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50818         size is not set.
50819         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50821 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50823         [BZ #13618]
50824         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50825         relocation.
50826         * Makeconfig (libm): Define.
50827         * elf/Makefile: Add rules to build and run tst-relsort1.
50828         * elf/tst-relsort1.c: New file.
50829         * elf/tst-relsort1mod1.c: New file.
50830         * elf/tst-relsort1mod2.c: New file.
50832 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50834         * math/s_ldexp.c: Remove __STDC__ conditionals.
50835         * math/s_ldexpf.c: Likewise.
50836         * math/s_ldexpl.c: Likewise.
50837         * math/s_nextafter.c: Likewise.
50838         * math/s_nexttowardf.c: Likewise.
50839         * math/s_significand.c: Likewise.
50840         * math/s_significandf.c: Likewise.
50841         * math/s_significandl.c: Likewise.
50842         * math/w_jnl.c: Likewise.
50843         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50844         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50845         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50846         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50847         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50848         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50849         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50850         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50851         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50852         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50853         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50854         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50855         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50856         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50857         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50858         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50859         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50860         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50861         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50862         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50863         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50864         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50865         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50866         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50867         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50868         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50869         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50870         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50871         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50872         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50873         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50874         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50875         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50876         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50877         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50878         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50879         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50880         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50881         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50882         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50883         * sysdeps/ieee754/k_standard.c: Likewise.
50884         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50885         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50886         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50887         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50888         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50889         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50890         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50891         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50892         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50893         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50894         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50895         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50896         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50897         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50898         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50899         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50900         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50901         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50902         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50903         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50904         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50905         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50906         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50907         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50908         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50909         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50910         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50911         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50912         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50913         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50914         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50915         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50916         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50917         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50918         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50919         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50920         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50921         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50922         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50923         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50924         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50925         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50926         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50927         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50928         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50929         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50930         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50931         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50932         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50933         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50934         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50935         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50936         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50937         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50938         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50939         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50940         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50941         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50942         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50943         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50944         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50945         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50946         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50947         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50948         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50949         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50950         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50951         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50952         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50953         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50954         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50955         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50956         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50957         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50958         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50959         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50960         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50961         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50962         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50963         * sysdeps/ieee754/s_matherr.c: Likewise.
50964         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50965         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50966         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50967         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50969 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50971         * crypt/md5.h: Remove __STDC__ conditionals.
50972         * libio/libioP.h: Likewise.
50973         * locale/programs/config.h: Likewise.
50974         * sysdeps/generic/sysdep.h: Likewise.
50975         * sysdeps/i386/asm-syntax.h: Likewise.
50976         * sysdeps/s390/asm-syntax.h: Likewise.
50977         * sysdeps/unix/sysdep.h: Likewise.
50978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50981 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50983         * libio/libio.h: Remove __STDC__ conditionals.
50984         * malloc/obstack.h: Likewise.
50985         * math/complex.h: Likewise.
50986         * math/math.h: Likewise.
50987         * sysdeps/generic/_G_config.h: Likewise.
50988         * sysdeps/gnu/_G_config.h: Likewise.
50989         * sysdeps/mach/hurd/_G_config.h: Likewise.
50990         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50991         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50992         * sysdeps/sparc/bits/mathdef.h: Likewise.
50994 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50996         [BZ #13583]
50997         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50998         Clean up HAS_* macros.
50999         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51000         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51001         possible.
51002         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51003         HAS_AVX.
51004         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51005         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51006         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51007         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51008         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51010 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51012         * elf/tst-unique3.cc (gets): Remove declaration.
51013         * elf/tst-unique3lib.cc (gets): Likewise.
51014         * elf/tst-unique3lib2.cc (gets): Likewise.
51015         * elf/tst-unique4.cc (gets): Likewise.
51017 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51019         * include/stdio.h: Add C++ protection.  Add gets declarations and
51020         definitions.
51021         * debug/tst-chk1.c: Don't declare gets here.
51022         * stdio-common/tst-gets.c: Likewise.
51024 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51026         * posix/glob: Remove directory.
51028 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51030         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51032 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51034         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51035         of the non-standard EPFNOSUPPORT.
51037 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51039         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51040         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51041         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51043 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51045         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51047 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51049         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51050         transient errors.
51051         * nscd/grpcache.c (cache_addgr): Likewise.
51052         * nscd/hstcache.c (cache_addhst): Likewise.
51053         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51054         * nscd/pwdcache.c (cache_addpw): Likewise.
51055         * nscd/servicescache.c (cache_addserv): Likewise.
51057 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51059         * malloc/malloc.c: Various cleanups.
51060         * malloc/hooks.c: Likewise.
51062         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51063         * stdlib/bug-fmtmsg1.c: New file.
51065         * stdlib/fmtmsg.c (init): Add missing unlock.
51066         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51068 2012-01-12  Marek Polacek  <polacek@redhat.com>
51070         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51071         and _GNU_SOURCE.
51073 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51075         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51076         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51077         macro to ensure uniqueness of label name.
51078         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51079         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51081 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51083         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51085         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51086         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51087         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51088         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51090 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51092         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51094         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51095         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51096         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51098         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51100         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51101         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51102         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51103         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51105         * math/bits/math-finite.h: Add ldexp support.
51107 2012-01-10  Marek Polacek  <polacek@redhat.com>
51109         * locale/programs/localedef.h (show_archive_content): Add noreturn
51110         attribute.
51112 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51114         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51116 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51118         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51120         * io/Makefile (headers): Add bits/poll2.h.
51122 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51125         typo #include statement.
51127 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51129         * include/sys/cdefs.h: Define __attribute_alloc_size.
51130         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51131         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51132         * elf/pldd.c: Likewise.
51133         * iconv/iconv_charmap.c: Likewise.
51134         * iconv/iconvconfig.c: Likewise.
51135         * iconv/strtab.c: Likewise.
51136         * locale/programs/locale.c: Likewise.
51137         * locale/programs/localedef.h: Likewise.
51138         * locale/programs/simple-hash.c: Likewise.
51139         * nscd/nscd.h: Likewise.
51140         * nss/makedb.c: Likewise.
51141         * sysdeps/generic/ldconfig.h: Likewise.
51142         * locale/programs/localedef.c: Remove xmalloc prototype.
51143         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51145 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51147         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51148         appropriate.
51150 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51152         * math/Makefile (tests): Add tst-CMPLX.
51153         * math/tst-CMPLX.c: New file.
51155         * math/complex.h (CMPLXL): Fix typo.
51157         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51158         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51159         GLIBC_2.16.
51160         * debug/tst-chk1.c: Add poll and ppoll tests.
51161         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51162         * include/sys/poll.h: Add hidden proto for ppoll.
51163         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51164         * sysdeps/mach/hurd/ppoll.c: Likewise.
51165         * io/ppoll.c: Likewise.
51166         * debug/poll_chk.c: New file.
51167         * debug/ppoll_chk.c: New file.
51168         * include/bits/poll2.h: New file.
51169         * io/bits/poll2.h: New file.
51171         [BZ #1350]
51172         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51174         * configure.in: static is always set to yes.  Remove.
51175         * config.make.in: Don't set build-static.
51176         * Makeconfig: Remove use of build-static.
51177         * dlfcn/Makefile: Likewise.
51178         * elf/Makefile: Likewise.
51179         * math/Makefile: Likewise.
51180         * misc/Makefile: Likewise.
51181         * nptl/Makefile: Likewise.
51182         * sysdeps/mach/hurd/Makefile: Likewise.
51184         * configure.in: PWD_P is not used anymore.
51185         * config.make.in: Remove PWD_P entry.
51187         * configure.in: Remove last remnants of RANLIB.
51188         No need to check for signed size_t anymore.
51189         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51190         and IA-64.
51191         Remove __builtin_expect test because we require at least gcc 3.4.
51192         * aclocal.m4: Likewise.
51194         * wcsmbs/mbrtoc16.c: Implement using towc function.
51195         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51196         * wcsmbs/wcsmbsload.c: Likewise.
51197         * iconv/gconv_simple.c: Likewise.
51198         * iconv/gconv_int.h: Likewise.
51199         * iconv/gconv_builtin.h: Likewise.
51200         * iconv/iconv_prog.c: Remove CHAR16 handling.
51202         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51204         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51206         * configure.in: Remove --with-elf and --enable-bounded options.
51207         Dont set base_machine for ia64.  More non-ELF conditions removed.
51208         Remove testing and setting of leading underscore information.
51209         * config.make.in (build-bounded): Set to no.
51210         * config.h.in: Remove NO_UNDERSCORES entry.
51211         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51212         them.
51213         * csu/start.c: Remove !NO_UNDERSCORE code.
51214         * locale/localeinfo.h: Likewise.
51215         * sysdeps/generic/machine-gmon.h: Likewise.
51216         * sysdeps/generic/sysdep.h: Likewise.
51217         * sysdeps/i386/sysdep.h: Likewise.
51218         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51219         * sysdeps/mach/sysdep.h: Likewise.
51220         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51221         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51222         * sysdeps/sh/sysdep.h: Likewise.
51223         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51224         * sysdeps/unix/i386/sysdep.S: Likewise.
51225         * sysdeps/unix/sparc/start.c: Likewise.
51226         * sysdeps/unix/sparc/sysdep.S: Likewise.
51227         * sysdeps/unix/sparc/sysdep.h: Likewise.
51228         * sysdeps/unix/start.c: Likewise.
51229         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51230         * sysdeps/x86_64/sysdep.h: Likewise.
51232 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51234         [BZ #13553]
51235         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51236         for non-gcc.
51237         * argp/argp-fmtstream.h: Use const instead __const.
51238         * argp/argp.h: Likewise.
51239         * assert/assert.h: Likewise.
51240         * bits/fenv.h: Likewise.
51241         * bits/sched.h: Likewise.
51242         * bits/sigset.h: Likewise.
51243         * bits/sigthread.h: Likewise.
51244         * catgets/nl_types.h: Likewise.
51245         * conform/data/pthread.h-data: Likewise.
51246         * crypt/crypt-private.h: Likewise.
51247         * crypt/crypt.h: Likewise.
51248         * crypt/crypt_util.c: Likewise.
51249         * ctype/ctype.h: Likewise.
51250         * debug/execinfo.h: Likewise.
51251         * debug/mbsnrtowcs_chk.c: Likewise.
51252         * debug/mbsrtowcs_chk.c: Likewise.
51253         * debug/wcsnrtombs_chk.c: Likewise.
51254         * debug/wcsrtombs_chk.c: Likewise.
51255         * debug/wcstombs_chk.c: Likewise.
51256         * dirent/dirent.h: Likewise.
51257         * dlfcn/dlfcn.h: Likewise.
51258         * elf/neededtest4.c: Likewise.
51259         * grp/grp.h: Likewise.
51260         * gshadow/gshadow.h: Likewise.
51261         * iconv/gconv.h: Likewise.
51262         * iconv/gconv_int.h: Likewise.
51263         * iconv/gconv_simple.c: Likewise.
51264         * iconv/iconv.h: Likewise.
51265         * iconv/loop.c: Likewise.
51266         * iconv/skeleton.c: Likewise.
51267         * include/aio.h: Likewise.
51268         * include/aliases.h: Likewise.
51269         * include/argz.h: Likewise.
51270         * include/arpa/inet.h: Likewise.
51271         * include/assert.h: Likewise.
51272         * include/dirent.h: Likewise.
51273         * include/dlfcn.h: Likewise.
51274         * include/execinfo.h: Likewise.
51275         * include/fcntl.h: Likewise.
51276         * include/fenv.h: Likewise.
51277         * include/glob.h: Likewise.
51278         * include/grp.h: Likewise.
51279         * include/libintl.h: Likewise.
51280         * include/mntent.h: Likewise.
51281         * include/netdb.h: Likewise.
51282         * include/pwd.h: Likewise.
51283         * include/rpc/netdb.h: Likewise.
51284         * include/sched.h: Likewise.
51285         * include/search.h: Likewise.
51286         * include/shadow.h: Likewise.
51287         * include/signal.h: Likewise.
51288         * include/stdio.h: Likewise.
51289         * include/stdlib.h: Likewise.
51290         * include/string.h: Likewise.
51291         * include/sys/socket.h: Likewise.
51292         * include/sys/stat.h: Likewise.
51293         * include/sys/statfs.h: Likewise.
51294         * include/sys/statvfs.h: Likewise.
51295         * include/sys/syslog.h: Likewise.
51296         * include/sys/time.h: Likewise.
51297         * include/sys/uio.h: Likewise.
51298         * include/time.h: Likewise.
51299         * include/unistd.h: Likewise.
51300         * include/utmp.h: Likewise.
51301         * include/wchar.h: Likewise.
51302         * include/wctype.h: Likewise.
51303         * inet/aliases.h: Likewise.
51304         * inet/arpa/inet.h: Likewise.
51305         * inet/netinet/ether.h: Likewise.
51306         * inet/netinet/in.h: Likewise.
51307         * intl/libintl.h: Likewise.
51308         * io/bits/fcntl2.h: Likewise.
51309         * io/fcntl.h: Likewise.
51310         * io/ftw.h: Likewise.
51311         * io/sys/poll.h: Likewise.
51312         * io/sys/stat.h: Likewise.
51313         * io/sys/statfs.h: Likewise.
51314         * io/sys/statvfs.h: Likewise.
51315         * io/utime.h: Likewise.
51316         * libio/bits/stdio.h: Likewise.
51317         * libio/bits/stdio2.h: Likewise.
51318         * libio/libio.h: Likewise.
51319         * libio/libioP.h: Likewise.
51320         * libio/stdio.h: Likewise.
51321         * locale/lc-ctype.c: Likewise.
51322         * locale/locale.h: Likewise.
51323         * login/utmp.h: Likewise.
51324         * malloc/arena.c: Likewise.
51325         * malloc/malloc.c: Likewise.
51326         * malloc/malloc.h: Likewise.
51327         * malloc/mcheck.c: Likewise.
51328         * malloc/mtrace.c: Likewise.
51329         * math/bits/mathcalls.h: Likewise.
51330         * math/fenv.h: Likewise.
51331         * math/math_private.h: Likewise.
51332         * misc/bits/error.h: Likewise.
51333         * misc/bits/syslog.h: Likewise.
51334         * misc/err.h: Likewise.
51335         * misc/error.h: Likewise.
51336         * misc/fstab.h: Likewise.
51337         * misc/mntent.h: Likewise.
51338         * misc/regexp.h: Likewise.
51339         * misc/search.h: Likewise.
51340         * misc/sgtty.h: Likewise.
51341         * misc/sys/mman.h: Likewise.
51342         * misc/sys/syslog.h: Likewise.
51343         * misc/sys/uio.h: Likewise.
51344         * misc/sys/xattr.h: Likewise.
51345         * misc/ttyent.h: Likewise.
51346         * nis/rpcsvc/ypclnt.h: Likewise.
51347         * nss/nss.h: Likewise.
51348         * posix/bits/unistd.h: Likewise.
51349         * posix/fnmatch.h: Likewise.
51350         * posix/glob.h: Likewise.
51351         * posix/sched.h: Likewise.
51352         * posix/spawn.h: Likewise.
51353         * posix/sys/wait.h: Likewise.
51354         * posix/unistd.h: Likewise.
51355         * posix/wordexp.h: Likewise.
51356         * pwd/pwd.h: Likewise.
51357         * resolv/netdb.h: Likewise.
51358         * resource/sys/resource.h: Likewise.
51359         * rt/aio.h: Likewise.
51360         * rt/bits/mqueue2.h: Likewise.
51361         * rt/mqueue.h: Likewise.
51362         * shadow/shadow.h: Likewise.
51363         * signal/signal.h: Likewise.
51364         * socket/send.c: Likewise.
51365         * socket/sendto.c: Likewise.
51366         * socket/sys/socket.h: Likewise.
51367         * stdio-common/printf.h: Likewise.
51368         * stdlib/bits/stdlib.h: Likewise.
51369         * stdlib/fmtmsg.h: Likewise.
51370         * stdlib/monetary.h: Likewise.
51371         * stdlib/stdlib.h: Likewise.
51372         * stdlib/ucontext.h: Likewise.
51373         * streams/stropts.h: Likewise.
51374         * string/argz.h: Likewise.
51375         * string/bits/string2.h: Likewise.
51376         * string/string.h: Likewise.
51377         * string/strings.h: Likewise.
51378         * sunrpc/rpc/auth.h: Likewise.
51379         * sunrpc/rpc/auth_des.h: Likewise.
51380         * sunrpc/rpc/clnt.h: Likewise.
51381         * sunrpc/rpc/netdb.h: Likewise.
51382         * sunrpc/rpc/pmap_clnt.h: Likewise.
51383         * sunrpc/rpc/xdr.h: Likewise.
51384         * sysdeps/generic/inttypes.h: Likewise.
51385         * sysdeps/generic/net/if.h: Likewise.
51386         * sysdeps/generic/sys/swap.h: Likewise.
51387         * sysdeps/gnu/net/if.h: Likewise.
51388         * sysdeps/gnu/utmpx.h: Likewise.
51389         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51390         * sysdeps/i386/i486/bits/string.h: Likewise.
51391         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51392         * sysdeps/s390/bits/string.h: Likewise.
51393         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51394         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51395         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51396         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51397         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51398         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51399         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51400         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51401         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51402         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51403         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51404         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51405         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51406         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51407         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51408         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51409         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51410         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51411         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51412         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51413         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51414         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51415         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51416         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51417         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51418         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51419         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51420         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51421         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51422         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51423         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51424         * sysvipc/sys/ipc.h: Likewise.
51425         * sysvipc/sys/msg.h: Likewise.
51426         * sysvipc/sys/sem.h: Likewise.
51427         * sysvipc/sys/shm.h: Likewise.
51428         * termios/termios.h: Likewise.
51429         * time/sys/time.h: Likewise.
51430         * time/time.h: Likewise.
51431         * wcsmbs/bits/wchar2.h: Likewise.
51432         * wcsmbs/uchar.h: Likewise.
51433         * wcsmbs/wchar.h: Likewise.
51434         * wctype/wctype.h: Likewise.
51436         [BZ #13551]
51437         * Makeconfig: Remove all but ELF support including AIX support.
51438         * Makerules: Likewise.
51439         * config.h.in: Likewise.
51440         * config.make.in: Likewise.
51441         * configure: Likewise.
51442         * configure.in: Likewise.
51443         * csu/Makefile: Likewise.
51444         * csu/version.c: Likewise.
51445         * debug/Makefile: Likewise.
51446         * dlfcn/Makefile: Likewise.
51447         * elf/Makefile: Likewise.
51448         * extra-lib.mk: Likewise.
51449         * iconv/Makefile: Likewise.
51450         * include/libc-symbols.h: Likewise.
51451         * include/shlib-compat.h: Likewise.
51452         * resolv/Makefile: Likewise.
51453         * resolv/res_libc.c: Likewise.
51454         * rt/Makefile: Likewise.
51455         * sysdeps/i386/asm-syntax.h: Likewise.
51456         * sysdeps/i386/sysdep.h: Likewise.
51457         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51458         * sysdeps/mach/sysdep.h: Likewise.
51459         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51460         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51461         * sysdeps/s390/asm-syntax.h: Likewise.
51462         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51463         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51464         * sysdeps/sh/sysdep.h: Likewise.
51465         * sysdeps/unix/sparc/sysdep.h: Likewise.
51466         * sysdeps/wordsize-32/divdi3.c: Likewise.
51467         * sysdeps/x86_64/sysdep.h: Likewise.
51469         * argp/Versions: Remove _argp_unlock_xxx.
51471         [BZ #13559]
51472         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51473         * abilist/libBrokenLocale.abilist: Likewise.
51474         * abilist/libanl.abilist: Likewise.
51475         * abilist/libc.abilist: Likewise.
51476         * abilist/libcrypt.abilist: Likewise.
51477         * abilist/libdl.abilist: Likewise.
51478         * abilist/libm.abilist: Likewise.
51479         * abilist/libnsl.abilist: Likewise.
51480         * abilist/libpthread.abilist: Likewise.
51481         * abilist/libresolv.abilist: Likewise.
51482         * abilist/librt.abilist: Likewise.
51483         * abilist/libthread_db.abilist: Likewise.
51484         * abilist/libutil.abilist: Likewise.
51485         * abilist/libnss_db.abilist: New file.
51487         * scripts/abilist.awk: Add support for indirect functions.
51489         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51491         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51493         * shlib-versions: Remove entries for ports architectures.
51495         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51496         files in ports.
51497         * elf/stackguard-macros.h: Remove support for IA-64.
51498         * elf/tst-auditmod1.c: Likewise.
51499         * sysdeps/generic/ldsodefs.h: Likewise.
51501         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51502         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51503         configure files.
51505         [BZ #13552]
51506         * configure.in: Remove --enable-omitfp support.
51507         * FAQ.in: Adjust.
51508         * config.make.in: Likewise.
51509         * Makeconfig: Likewise.
51510         * manual/install.texi: Likewise.
51512         In case anyone cares, the IA-64 architecture could move to ports.
51513         * sysdeps/ia64/*: Removed.
51514         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51515         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51517         [BZ #13555]
51518         * configure.in: Remove entries for unsupported architectures.
51520         [BZ #13533]
51521         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51522         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51523         routines.
51524         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51525         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51526         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51527         fall back to using wcrtomb.
51528         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51529         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51530         renaming.
51531         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51532         * wcsmbs/tst-c16c32-1.c: New file.
51534         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51535         local variable.
51537         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51539         * elf/tst-unique3.cc: Add explicit declaration of gets.
51540         * elf/tst-unique3lib.cc: Likewise.
51541         * elf/tst-unique3lib2.cc: Likewise.
51542         * elf/tst-unique4.cc: Likewise.
51544         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51546 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51548         [BZ #13566]
51549         * assert/assert.h (static_assert): Don't define for C++.
51550         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51551         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51553 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51555         * iconv/loop.c (single loop): Fix assertion in storing of
51556         remaining bytes.
51558         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51560 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51562         * posix/getconf.c: Update copyright year.
51563         * nss/getent.c: Likewise.
51564         * nss/makedb.c: Likewise.
51565         * iconv/iconvconfig.c: Likewise.
51566         * iconv/iconv_prog.c: Likewise.
51567         * elf/ldconfig.c: Likewise.
51568         * elf/pldd.c: Likewise.
51569         * elf/sotruss.ksh: Likewise.
51570         * catgets/gencat.c: Likewise.
51571         * csu/version.c: Likewise.
51572         * elf/ldd.bash.in: Likewise.
51573         * elf/sprof.c (print_version): Likewise.
51574         * locale/programs/locale.c: Likewise.
51575         * locale/programs/localedef.c: Likewise.
51576         * login/programs/pt_chown.c: Likewise.
51577         * nscd/nscd.c (print_version): Likewise.
51578         * debug/xtrace.sh: Likewise.
51579         * malloc/memusage.sh: Likewise.
51580         * malloc/mtrace.pl: Likewise.
51581         * debug/catchsegv.sh: Likewise.
51583 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51585         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51586         pure attribute.
51588 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51590         [BZ #13533]
51591         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51592         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51593         transformations.
51594         * iconv/gconv_int.h: Likewise.
51595         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51596         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51597         from libc for GLIBC_2.16.
51598         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51599         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51600         * wcsmbs/uchar.h: Really define mbstate_t.
51601         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51602         * wcsmbs/c16rtomb.c: New file.
51603         * wcsmbs/mbrtoc16.c: New file.
51604         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51605         for C/POSIX locale.
51606         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51607         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51609         * wcsmbs/wchar.h: Add missing __restrict.
51611 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51613         [BZ #13532]
51614         * time/Makefile (routines): Add timespec_get.
51615         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51616         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51617         timespec for ISO C11.
51618         * time/timespec_get.c: New file.
51619         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51620         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51622         [BZ #13531]
51623         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51624         * stdlib/stdlib.h: Declare aligned_alloc.
51625         * Versions.def: Add GLIBC_2.16 for libc.
51626         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51628         [BZ 13527]
51629         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51630         ISO C11.
51632         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51633         code.
51635         [BZ #13528]
51636         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51638         [BZ #13529]
51639         * assert/assert.h (static_assert): Define.
51641         * version.h: Update for 2.16 development version.
51643         [BZ #13526]
51644         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51645         _ISOC11_SOURCE.
51647         * version.h (RELEASE): Bump for 2.15 release.
51648         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51650         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51651         Patch by Marek Polacek <mpolacek@redhat.com>.
51653         * bits/byteswap.h: Protect long long constants with __extension__.
51654         * sysdeps/i386/bits/byteswap.h: Likewise.
51655         * sysdeps/ia64/bits/byteswap.h: Likewise.
51656         * sysdeps/s390/bits/byteswap.h: Likewise.
51657         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51659 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51661         [BZ #13540]
51662         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51663         destination buffer.
51664         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51666 2011-12-23  Marek Polacek  <polacek@redhat.com>
51668         * elf/dl-addr.c (determine_info): Add inline keyword.
51669         * elf/tst-auditmod4b.c (check_avx): Likewise.
51670         * elf/tst-auditmod6b.c (check_avx): Likewise.
51671         * elf/tst-auditmod6c.c (check_avx): Likewise.
51672         * elf/tst-auditmod7b.c (check_avx): Likewise.
51674 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51676         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51677         !__SSE_MATH__.
51679 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51681         [BZ #13540]
51682         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51683         processing for last bytes.
51685 2011-08-06  Bruno Haible  <bruno@clisp.org>
51687         [BZ #13061]
51688         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51689         U+0385, not to U+1FEE.
51691         [BZ #13062]
51692         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51693         entry for U+00A5 U+0301.
51695 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51697         [BZ #13166]
51698         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51699         buffer for the output is too small.
51701         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51702         optimization.
51704         [BZ #13185]
51705         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51706         SSE flags if possible.
51708 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51710         [BZ #13540]
51711         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51712         processing for last bytes.
51714 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51716         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51717         (syscall-list-default-options, syscall-list-default-condition)
51718         (syscall-list-includes): Define.
51719         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51720         list of ABIs and options and #if conditions for each ABI.  Do not
51721         handle common syscalls between ABIs specially.
51722         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51723         Remove.
51724         (syscall-list-variants, syscall-list-32bit-options)
51725         (syscall-list-32bit-condition, syscall-list-64bit-options)
51726         (syscall-list-64bit-condition): Define.
51727         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51728         (syscall-list-variants, syscall-list-32bit-options)
51729         (syscall-list-32bit-condition, syscall-list-64bit-options)
51730         (syscall-list-64bit-condition): Define.
51731         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51732         Remove.
51733         (syscall-list-variants, syscall-list-32bit-options)
51734         (syscall-list-32bit-condition, syscall-list-64bit-options)
51735         (syscall-list-64bit-condition): Define.
51736         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51737         Remove.
51738         (syscall-list-variants, syscall-list-32bit-options)
51739         (syscall-list-32bit-condition, syscall-list-64bit-options)
51740         (syscall-list-64bit-condition): Define.
51742 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51744         * locale/iso-639.def: Add brx entry.
51746         [BZ #13328]
51747         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51748         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51750         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51751         __feraiseexcept_renamed.
51753 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51755         [BZ #13538]
51756         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51757         EPOLLET with unsigned values.
51758         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51759         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51761         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51762         to large cancellation.
51763         * math/s_cacoshf.c: Likewise.
51764         * math/s_cacoshl.c: Likewise.
51766 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51768         [BZ #13305]
51769         [BZ #12786]
51770         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51771         * math/s_cacoshf.c: Likewise.
51772         * math/s_cacoshl.c: Likewise.
51774 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51776         [BZ #13439]
51777         * iconv/gconv.h: Define __GCONV_SWAP.
51778         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51779         * iconvdata/utf-16.c: Likewise.
51780         * iconvdata/utf-32.c: Likewise.
51782 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51784         [BZ #13524]
51785         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51786         numerator after shifting it by one limb.
51788 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51790         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51791         under [__USE_EXTERN_INLINES].
51793 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51795         [BZ #13446]
51796         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51798 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51800         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51801         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51802         optimized code.
51803         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51804         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51805         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51806         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51807         for strncasecmp/strncasecmp_l compilation.
51808         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51809         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51811 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51813         [BZ #13484]
51814         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51815         of __asm__.
51817 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51819         [BZ #13506]
51820         * time/tzfile.c (__tzfile_read): Check values from file header.
51822 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51824         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51825         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51826         * powerpc/powerpc32/dl-start.S: Likewise.
51827         * powerpc/powerpc32/elf/start.S: Likewise.
51828         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51829         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51830         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51831         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51832         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51833         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51834         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51835         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51836         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51837         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51838         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51839         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51840         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51841         * powerpc/powerpc32/memset.S: Likewise.
51842         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51843         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51844         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51845         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51846         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51847         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51848         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51849         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51850         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51851         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51852         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51853         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51854         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51856 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51858         * math/libm-test.inc: Added more nearbyint tests.
51859         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51860         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51861         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51862         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51864 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51866         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51867         FD_CLOEXEC.
51869 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51871         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51872         Add wcscpy-ssse3 wcscpy-c.
51873         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51874         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51875         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51876         * sysdeps/x86_64/wcschr.S: New file.
51877         * sysdeps/x86_64/wcsrchr.S: New file.
51878         * string/test-strcmp.c: Remove checking of wcscmp function for
51879         wrong alignments.
51880         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51881         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51882         wcsrchr-sse2 wcsrchr-c.
51883         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51884         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51885         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51886         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51887         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51888         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51889         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51890         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51891         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51892         * wcsmbc/wcschr.c (WCSCHR): New macro.
51894 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51896         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51897         * wcsmbs/test-wcsrchr.c: New file.
51898         * string/test-strrchr.c: Add wcsrchr support.
51899         (WIDE): New macro.
51900         * wcsmbs/test-wcscpy.c: New file.
51901         * string/test-strcpy.c: Add wcscpy support.
51902         (WIDE): New macro.
51904 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51906         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51907         the inner loop.
51909 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51911         [BZ #13472]
51912         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51914 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51916         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51917         Minor optimizations.
51919         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51920         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51921         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51923 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51925         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51926         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51927         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51928         for gcc to avoid warnings.
51929         * inet/Makefile (tests): Add tst-checks.
51930         * inet/tst-checks.c: New file.
51932         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51933         warning.
51935         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51936         __wmemcmp_sse2.
51938         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51939         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51941         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51943 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51945         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51946         problem.
51948         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51950 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51952         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51953         conditional on GCC version.
51954         (__arch_compare_and_exchange_val_8_acq)
51955         (__arch_compare_and_exchange_val_16_acq)
51956         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51957         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51958         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51960 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51962         * sysdeps/sh/backtrace.c: New file.
51964 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51966         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51967         parenthesis.
51969 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51971         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51972         falling back to utime.
51974 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51976         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51977         expectations for float.
51979 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51981         * locale/weight.h (findidx): Add parameter len.
51982         * locale/weightwc.h (findidx): Likewise.
51983         * posix/fnmatch_loop.c (FCT): Adjust caller.
51984         * posix/regcomp.c (build_equiv_class): Likewise.
51985         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51986         * posix/regexec.c (check_node_accept_bytes): Likewise.
51987         * string/strcoll_l.c (STRCOLL): Likewise.
51988         * string/strxfrm_l.c (STRXFRM): Likewise.
51990 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51992         * Makefile.in: Remove CVSOPT handling.
51993         * configure.in: Remove use of AC_REVISION.
51994         * iconvdata/Makefile (distribute): No need to filter out CVS.
51995         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51996         handling.
51998 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52000         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52001         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52002         [USE_AS_STRNCASECMP_L]: Likewise.
52003         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52004         NO_TLS_DIRECT_SEG_REFS.
52005         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52006         Fix argument offsets for non-PIC.
52007         [USE_AS_STRNCASECMP_L]: Likewise.
52008         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52009         NO_TLS_DIRECT_SEG_REFS.
52011 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52013         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52014         O_CLOEXEC.
52015         * locale/loadlocale.c (_nl_load_locale): Likewise.
52017 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52019         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52020         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52021         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52022         (SYSCALL_GETTIME): Set errno on error.
52024         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52025         count references to noai6ai_cached.
52027 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52029         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52031         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52032         FD_CLOEXEC for /proc/self/maps.
52034         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52035         FD_CLOEXEC for /proc/meminfo.
52037         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52038         gai.conf.
52040         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52041         FD_CLOEXEC for given file.
52043         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52045         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52046         FD_CLOEXEC for /etc/hosts.
52047         (_gethtent): Likewise.
52049         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52051         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52052         cancellation and set FD_CLOEXEC for /etc/netgroup.
52054         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52055         reading /etc/publickey.
52057         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52058         allow cancellation when reading /etc/group.
52060         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52061         cancellation.
52062         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52064         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52065         when using data file.
52067         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52069         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52070         (write_nis_obj): Use "c" and "e" in fopen.
52072         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52074         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52076         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52078         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52080         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52081         locale.alias.
52083         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52085         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52087         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52089         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52090         file parsing and set FD_CLOEXEC.
52092 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52094         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52096 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52098         * malloc/arena.c (arena_get2): Don't call reused_arena when
52099         _int_new_arena failed.
52101 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52103         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52104         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52105         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52106         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52107         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52108         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52109         to compile strcasecmp and strncasecmp.
52110         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52111         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52113         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52115 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52117         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52118         locale-defines.sym to gen-as-const-headers.
52119         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52120         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52121         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52122         to compile strcasecmp and strncasecmp.
52123         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52124         strcasecmp_l and strncasecmp_l.
52125         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52126         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52127         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52128         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52129         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52130         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52131         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52132         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52133         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52134         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52135         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52137 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52139         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52140         result of SYSDEP_GETTIME_CPU to retval.
52141         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52142         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52144         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52145         variable.
52147         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52148         mantissa words.
52149         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52151         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52152         from unused variable.
52154         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52155         DWARF definitions.
52156         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52157         for assembling.
52159         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52160         over namespaces.
52162         * sunrpc/rpc_prot.c (rejected): Fix case value.
52164         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52165         unsigned long long int to avoid warnings in shift.
52167         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52168         of use of trans.
52169         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52170         variable tmp.
52172         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52173         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52174         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52176         * nis/nis_table.c (nis_list): Use variable of correct type for
52177         result of __follow_path call.
52179 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52181         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52182         of math functions ceil, trunc, floor, round, and sqrt, when
52183         avaliable on the platform.
52184         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52185         name clash.
52186         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52187         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52188         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52190 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52192         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52193         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52195 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52197         * include/unistd.h: Fix __readlink return type.
52198         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52200 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52202         * stdlib/ucontext.h: Undo last change for makecontext.
52204 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52206         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52208         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52209         * setjmp/setjmp.h: Mark functions as non-leaf.
52210         * setjmp/bits/setjmp2.h: Likewise.
52211         * stdlib/ucontext.h: Likewise.
52213 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52215         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52216         (reused_arena): Don't check arena limit.
52217         (arena_get2): Atomically check arena limit.
52219 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52221         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52222         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52224         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52225         instructions.
52227 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52229         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52230         handler when locking.
52232         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52233         Fix size of allocated buffer.
52235 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52237         [BZ #10103]
52238         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52239         declarations for long double functions.
52240         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52242         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52244 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52246         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52247         installed.
52249         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52250         is disabled.
52252 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52254         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52256 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52258         * include/alloca.h (stackinfo_alloca_round): Define.
52259         (extend_alloca): Use it.
52260         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52261         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52262         here.
52264         * scripts/check-local-headers.sh: Ignore libaudit.h.
52266         * nscd/Makefile (extra-objs): Make recursively expanded.
52268 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52270         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52271         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52273         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52274         * posix/tst-rfc3484-2.c: Likewise.
52275         * posix/tst-rfc3484-3.c: Likewise.
52277         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52278         process_vm_writev.
52279         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52280         process_vm_writev.
52281         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52282         process_vm_writev from libc using GLIBC_2.15 version.
52284         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52286 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52288         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52289         stack usage.
52291 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52293         [BZ #13367]
52294         * nss/getent.c (initgroups_keys): Show error message in case no group
52295         names are given.
52297         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52298         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52299         __bump_nl_timestamp.
52300         * nscd/connections (nscd_init): When host database is served open
52301         netlink socket and request notification about configuration changes.
52302         (main_loop_poll): Track netlink file descriptor and bump timestamp
52303         in case data becomes available.
52304         (main_loop_epoll): Likewise.
52305         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52306         (database_pers_head): Add extra_data fileds.
52307         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52308         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52309         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52310         Adjust caller.
52311         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52312         in6ai data, call __free_in6ai.
52313         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52314         Add -DHAVE_NETLINK.
52315         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52316         interface information.  Reuse previous data if netlink timestamp
52317         is not changed.
52318         (__bump_nl_timestamp): New function.
52319         (__free_in6ai): New function.
52321 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52323         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52324         close_not_cancel_no_status here.
52325         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52327 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52329         [BZ #13276]
52330         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52331         return value.
52333         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52334         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52335         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52337 2011-07-03  Andreas Jaeger  <aj@suse.de>
52339         [BZ #10709]
52340         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52341         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52342         * math/libm-test.inc (sin_test): Add test case.
52344 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52346         [BZ #13337]
52347         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52348         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52350         * elf/chroot_canon.c (chroot_canon): Cleanups.
52352         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52354         [BZ #13335]
52355         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52356         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52358         * string/test-strchr.c: Make usable for strchrnul testing.
52359         * string/test-strchrnul.c: New file.
52360         * string/Makefile (strop-tests): Add strchrnul.
52362         * po/it.po: Update from translation team.
52363         * po/es.po: Likewise.
52365 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52367         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52368         the three constants needed as parameters.  Drop the others.
52369         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52370         __m128i_strloadu_tolower.
52371         Create and initialize variable zero and use it in all the places
52372         where _mm_setzero_si128 was used.
52374         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52375         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52376         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52377         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52378         anymore.
52379         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52380         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52381         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52382         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52383         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52384         __mpranred, __mptan.
52385         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52386         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52387         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52388         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52389         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52390         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52391         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52392         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52393         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52395 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52397         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52398         redefine if SHARED.
52399         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52401         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52402         wide char related routines to wcsmbs subdir.
52404 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52406         [BZ #13344]
52407         * misc/sys/cdefs.h (__THROWNL): Define.
52408         * posix/unistd.h: Use __THREADNL instead of __THREAD
52409         for memory synchronization functions.
52411 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52413         [BZ #13349]
52414         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52415         doesn't exist.
52416         * manual/stdio.texi (Obstack Streams): Node removed.
52418 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52420         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52421         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52422         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52424         * math/math_private.h (math_force_eval): Allow non-addressable
52425         arguments.
52426         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52428 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52430         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52431         file is not needed.
52433         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52434         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52435         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52436         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52437         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52438         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52439         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52440         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52441         Add AVX variants.
52442         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52443         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52444         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52445         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52446         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52447         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52448         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52449         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52450         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52451         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52452         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52453         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52454         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52455         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52456         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52457         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52458         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52459         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52460         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52462         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52463         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52465         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52466         place.  Use VEX encoding when compiling for AVX.
52468 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52470         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52471         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52473         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52475 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52477         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52478         useless if() expression.
52479         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52480         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52481         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52482         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52483         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52484         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52485         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52486         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52487         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52488         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52489         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52490         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52491         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52492         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52493         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52494         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52495         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52496         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52497         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52499         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52501 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52503         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52504         condition.
52505         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52507 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52509         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52510         .text section.  Avoid duplicate constants.
52511         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52512         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52513         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52514         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52515         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52516         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52517         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52518         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52519         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52520         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52521         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52522         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52523         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52524         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52525         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52526         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52527         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52528         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52529         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52530         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52531         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52532         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52533         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52534         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52535         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52536         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52537         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52538         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52539         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52540         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52541         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52542         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52543         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52544         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52545         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52546         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52547         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52548         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52549         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52550         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52551         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52552         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52553         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52554         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52555         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52557 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52559         * sysdeps/x86_64/dla.h: Move to ...
52560         * sysdeps/x86_64/fpu/dla.h: ...here.
52561         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52562         situations.  Use __builtin_fma only for gcc 4.6 and up.
52564         * config.make.in: Add have-mfma4 entry.
52565         * configure.in: Substitute libc_cv_cc_fma4.
52566         * math/Makefile (dbl-only-routines): Add sincostab.
52567         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52568         Use __sincostab not sincos.
52569         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52570         name is a macro.
52571         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52572         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52573         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52574         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52575         using __copysign.
52576         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52577         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52578         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52579         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52580         and __inv.
52581         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52582         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52583         __copysign.
52584         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52585         define aliases when function name is a macro.
52586         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52587         sysdeps/ieee754/dbl-64/sincos.tbl.
52588         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52589         fma4-enabled routines.
52590         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52591         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52592         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52593         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52594         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52595         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52596         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52597         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52598         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52599         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52600         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52601         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52602         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52603         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52604         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52605         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52606         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52607         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52608         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52609         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52610         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52611         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52612         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52613         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52614         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52615         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52616         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52617         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52618         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52619         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52621         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52622         rename.
52623         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52624         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52625         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52626         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52627         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52628         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52629         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52630         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52632 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52634         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52636 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52638         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52640         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52641         prediction.
52642         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52644         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52645         Remove unused variable magic_bits.
52646         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52648         * string/strnlen.c: Define and use STRNLEN macro.
52649         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52650         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52651         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52652         * wcsmbs/wcslen.c: Define and use WCSLEN.
52653         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52654         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52655         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52656         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52657         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52658         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52659         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52661 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52663         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52664         strnlen-sse2-no-bsf.
52665         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52666         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52667         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52668         Add strnlen support.
52669         (USE_AS_STRNLEN): New macro.
52670         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52671         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52672         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52673         * sysdeps/x86_64/wcslen.S: New file.
52675 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52677         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52678         XMM-moves are used for copying on small sizes.
52680 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52682         * wcsmbs/Makefile (strop-tests): Add wcschr.
52683         * wcsmbs/test-wcschr.c: New file.
52684         * string/test-strchr.c: Update.
52685         Add wcschr support.
52686         (WIDE): New macro.
52688 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52690         * wcsmbs/Makefile (strop-tests): Add wcslen.
52691         * wcsmbs/test-wcslen.c: New file.
52692         * string/test-strlen.c: Update.
52693         Add wcslen support.
52694         (WIDE): New macro.
52696 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52698         * po/it.po: Update from translation team.
52700 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52702         * sysdeps/x86_64/wcscmp.S: Update.
52703         Fix wrong comparison semantics.
52704         wcscmp shall use signed comparison not unsigned.
52705         Don't use substraction to avoid overflow bug.
52706         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52707         * wcsmbc/wcscmp.c: Likewise.
52708         * string/test-strcmp.c: Likewise.
52709         Add new tests to check cases with negative values.
52711 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52713         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52714         * sysdeps/x86_64/dla.h: ...here.  New file.
52715         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52716         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52717         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52718         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52719         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52720         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52721         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52722         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52723         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52725 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52727         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52728         __ynl_finite aliases.
52730 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52732         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52734         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52735         define DLA_FMA.
52736         [DLA_FMA] (EMULV): Use DLA_FMA.
52737         [DLA_FMA] (MUL12): Use EMULV.
52738         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52739         that are not needed.
52740         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52741         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52742         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52743         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52744         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52745         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52746         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52748 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52750         * math/s_nan.c: Undef __nan.
52751         * math/s_nanf.c: Undef __nanf.
52752         * math/s_nanl.c: Undef __nanl.
52753         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52754         "math_private.h".
52756 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52758         * math/s_catan.c: Add branch predictions.
52759         * math/s_catanf.c: Likewise.
52760         * math/s_catanh.c: Likewise.
52761         * math/s_catanhf.c: Likewise.
52762         * math/s_catanhl.c: Likewise.
52763         * math/s_catanl.c: Likewise.
52764         * math/s_cexp.c: Likewise.
52765         * math/s_cexpf.c: Likewise.
52766         * math/s_cexpl.c: Likewise.
52767         * math/s_clog.c: Likewise.
52768         * math/s_clog10.c: Likewise.
52769         * math/s_clog10f.c: Likewise.
52770         * math/s_clog10l.c: Likewise.
52771         * math/s_clogf.c: Likewise.
52772         * math/s_clogl.c: Likewise.
52773         * math/s_csqrt.c: Likewise.
52774         * math/s_csqrtf.c: Likewise.
52775         * math/s_csqrtl.c: Likewise.
52776         * math/s_ctanf.c: Likewise.
52777         * math/s_ctanh.c: Likewise.
52778         * math/s_ctanhf.c: Likewise.
52779         * math/s_ctanhl.c: Likewise.
52780         * math/s_ctanl.c: Likewise.
52782         * math/math_private.h: Define __nan, __nanf, __nanl.
52783         * math/s_cacosh.c: Include <math_private.h>.
52784         * math/s_cacoshl.c: Likewise.
52785         * math/s_casinh.c: Likewise.
52786         * math/s_casinhf.c: Likewise.
52787         * math/s_casinhl.c: Likewise.
52788         * math/s_ccos.c: Rely entire on ccosh.
52789         * math/s_ccosf.c: Rely entire on ccoshf.
52790         * math/s_ccosl.c: Rely entirely on ccoshl.
52791         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52792         Remove tests for FE_INVALID.
52793         * math/s_ccoshf.c: Likewise.
52794         * math/s_ccoshl.c: Likewise.
52795         * math/s_csin.c: Likewise.
52796         * math/s_csinf.c: Likewise.
52797         * math/s_csinh.c Likewise.
52798         * math/s_csinhf.c: Likewise.
52799         * math/s_csinhl.c: Likewise.
52800         * math/s_csinl.c: Likewise.
52801         * math/s_ctan.c: Likewise.
52802         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52803         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52804         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52806 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52808         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52809         compilation problems.
52811         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52812         __builtin_expect.
52814 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52816         * sysdeps/i386/configure.in: Test for -mfma4 option.
52817         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52818         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52819         COMMON_CPUID_INDEX_80000001.
52820         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52821         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52822         use it if FMA3 is not supported.
52823         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52825         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52826         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52828 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52830         [BZ #12892]
52831         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52832         it would create a cycle with a link time dependency.
52834 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52836         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52837         instruction.
52838         * string/Makefile (strop-tests): Add rawmemchr.
52839         * string/test-rawmemchr.c: New file.
52841         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52842         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52843         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52844         when compiling str{,n}casecmp and when AVX is available.  Hook up
52845         new optimized code in initializers.
52847 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52849         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52850         __feraiseexcept instead of feraiseexcept.
52852 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52854         * math/math_private.h: Define defaults for libc_fetestexcept and
52855         libc_feupdateenv.
52856         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52857         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52858         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52859         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52860         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52861         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52862         libc_fetestexcept and libc_feupdateenv.
52864         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52865         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52866         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52867         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52868         libc_feholdexcept_setround.
52870         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52871         Add s_nearbyint-c and s_nearbyintf-c.
52872         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52873         nearbyintf inlines.
52874         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52875         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52876         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52877         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52879         * math/math_private.h: Define defaults for libc_fegetround,
52880         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52881         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52882         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52883         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52884         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52885         standard functions.
52886         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52887         Remove comments and hacks for old compiler versions.
52888         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52889         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52890         libc_feholdexceptl.
52892 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52894         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52895         (__feraiseexcept_renamed): Add __NTH.
52896         (feraiseexcept): Add __NTH.  Rename local variables to fix
52897         namespace violations.
52899 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52901         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52903         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52905         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52906         recently added interfaces.
52907         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52909         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52910         about macro parameter expansion.
52912         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52913         __NO_MATH_INLINES is defined.  Cleanups.
52915         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52916         and __floorf is target has SSE4.1.
52917         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52918         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52919         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52920         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52922         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52923         name.
52924         (floorf): Likewise.
52926         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52928 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52930         * misc/sys/cdefs.h: Fix last change.
52932         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52933         database lookup.
52935 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52937         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52939         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52940         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52941         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52942         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52943         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52944         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52945         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52946         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52947         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52948         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52949         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52950         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52951         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52952         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52953         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52954         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52955         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52956         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52957         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52958         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52959         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52960         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52962         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52963         ceil, ceilf, floor, floorf.
52965         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52966         Perform IRELATIVE relocations last.
52968         * elf/do-rel.h: Add another parameter nrelative, replacing the
52969         local variable with the same name.  Change name of the function
52970         to end in Rel or Rela (uppercase).
52971         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52972         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52973         elf_dynamic_do_##reloc function.
52975 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52977         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52978         is sufficient, at least on modern CPUs.
52980         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52982         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52983         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52985         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52986         __expl_finite.
52987         * math/bits/math-finite.h: Add entries for exp.
52988         * math/e_expl.c: Add __*_finite alias.
52989         * sysdeps/i386/fpu/e_exp.S: Likewise.
52990         * sysdeps/i386/fpu/e_expf.S: Likewise.
52991         * sysdeps/i386/fpu/e_expl.c: Likewise.
52992         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52993         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52994         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52995         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52996         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52997         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52998         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53000         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53001         is sufficient, at least on modern CPUs.
53003         * ctype/ctype-info.c (__ctype_init): Define.
53004         * include/ctype.h (__ctype_init): Declare.
53005         (__ctype_b_loc): The variable is always initialized.
53006         (__ctype_toupper_loc): Likewise.
53007         (__ctype_tolower_loc): Likewise.
53008         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53009         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53011 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53013         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53015         * configure.in: Also look in $cxxmachine/include for C++ system
53016         headers.
53018 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53020         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53021         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53022         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53023         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53024         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53025         (USE_AS_WMEMCMP): New macro.
53026         Fixing indents.
53027         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53028         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53029         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53030         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53031         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53032         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53033         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53034         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53035         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53036         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53037         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53038         (USE_AS_WMEMCMP): New macro.
53039         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53040         * sysdeps/string/test-memcmp.c: Update.
53041         Fix simple_wmemcmp.
53042         Add new tests.
53043         * wcsmbs/wmemcmp.c: Update.
53044         (WMEMCMP): New macro.
53045         Fix overflow bug.
53047 2011-10-12  Andreas Jaeger  <aj@suse.de>
53049         [BZ #13268]
53050         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53052 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53054         * libio/iofwide.c (do_length): Avoid warning.
53056         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53058 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53060         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53062         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53063         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53064         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53065         * sysdeps/i386/i686/fpu/e_log.S: New file.
53066         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53067         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53069         * ctype/ctype.h: Add support for inlined isXXX functions when
53070         compiling C++ code.
53072 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53074         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53076         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53078 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53080         [BZ #13291]
53081         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53083 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53085         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53086         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53087         feraiseexcept.
53089         * sysdeps/x86_64/memrchr.S: Check for zero size.
53091         * string/stratcliff.c: Add memrchr tests.
53093 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53095         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53096         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53097         rawmemchr-sse2 rawmemchr-sse2-bsf.
53098         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53099         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53100         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53101         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53102         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53103         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53104         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53105         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53106         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53107         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53108         * string/memrchr.c (MEMRCHR): New macro.
53110 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53112         Add integration with gcc's -ffinite-math-only and optimize wrapper
53113         functions in libm.
53114         * Versions.def: Define GLIBC_2.15 version for libm.
53115         * math/Makefile (headers): Add bits/math-finite.h.
53116         * math/bits/math-finite.h: New file.
53117         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53118         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53119         * math/e_acoshl.c: Add __*_finite alias.
53120         * math/e_acosl.c: Likewise.
53121         * math/e_asinl.c: Likewise.
53122         * math/e_atan2l.c: Likewise.
53123         * math/e_atanhl.c: Likewise.
53124         * math/e_coshl.c: Likewise.
53125         * math/e_exp10.c: Likewise.
53126         * math/e_exp10f.c: Likewise.
53127         * math/e_exp10l.c: Likewise.
53128         * math/e_exp2l.c: Likewise.
53129         * math/e_fmodl.c: Likewise.
53130         * math/e_gammal_r.c: Likewise.
53131         * math/e_hypotl.c: Likewise.
53132         * math/e_j0l.c: Likewise.
53133         * math/e_j1l.c: Likewise.
53134         * math/e_jnl.c: Likewise.
53135         * math/e_lgammal_r.c: Likewise.
53136         * math/e_log10l.c: Likewise.
53137         * math/e_log2l.c: Likewise.
53138         * math/e_logl.c: Likewise.
53139         * math/e_powl.c: Likewise.
53140         * math/e_sinhl.c: Likewise.
53141         * math/e_sqrtl.c: Likewise.
53142         * math/e_scalb.c: Completely rewritten and optimized.
53143         * math/e_scalbf.c: Likewise.
53144         * math/e_scalbl.c: Likewise.
53145         * math/w_acos.c: Likewise.
53146         * math/w_acosf.c: Likewise.
53147         * math/w_acosl.c: Likewise.
53148         * math/w_acosh.c: Likewise.
53149         * math/w_acoshf.c: Likewise.
53150         * math/w_acoshl.c: Likewise.
53151         * math/w_asin.c: Likewise.
53152         * math/w_asinf.c: Likewise.
53153         * math/w_asinl.c: Likewise.
53154         * math/w_atan2.c: Likewise.
53155         * math/w_atan2f.c: Likewise.
53156         * math/w_atan2l.c: Likewise.
53157         * math/w_atanh.c: Likewise.
53158         * math/w_atanhf.c: Likewise.
53159         * math/w_atanhl.c: Likewise.
53160         * math/w_exp10.c: Likewise.
53161         * math/w_exp10f.c: Likewise.
53162         * math/w_exp10l.c: Likewise.
53163         * math/w_fmod.c: Likewise.
53164         * math/w_fmodf.c: Likewise.
53165         * math/w_fmodl.c: Likewise.
53166         * math/w_j0.c: Likewise.
53167         * math/w_j0f.c: Likewise.
53168         * math/w_j0l.c: Likewise.
53169         * math/w_j1.c: Likewise.
53170         * math/w_j1f.c: Likewise.
53171         * math/w_j1l.c: Likewise.
53172         * math/w_jn.c: Likewise.
53173         * math/w_jnf.c: Likewise.
53174         * math/w_log.c: Likewise.
53175         * math/w_logf.c: Likewise.
53176         * math/w_logl.c: Likewise.
53177         * math/w_log10.c: Likewise.
53178         * math/w_log10f.c: Likewise.
53179         * math/w_log10l.c: Likewise.
53180         * math/w_log2.c: Likewise.
53181         * math/w_log2f.c: Likewise.
53182         * math/w_log2l.c: Likewise.
53183         * math/w_pow.c: Likewise.
53184         * math/w_powf.c: Likewise.
53185         * math/w_powl.c: Likewise.
53186         * math/w_remainder.c: Likewise.
53187         * math/w_remainderf.c: Likewise.
53188         * math/w_remainderl.c: Likewise.
53189         * math/w_scalb.c: Likewise.
53190         * math/w_scalbf.c: Likewise.
53191         * math/w_scalbl.c: Likewise.
53192         * math/w_sqrt.c: Likewise.
53193         * math/w_sqrtf.c: Likewise.
53194         * math/w_sqrtl.c: Likewise.
53195         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53196         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53197         used.
53198         * math/math_private.h: Declare __kernel_standard_f.
53199         * math/w_cosh.c: Remove cruft and optimize a bit.
53200         * math/w_coshf.c: Likewise.
53201         * math/w_coshl.c: Likewise.
53202         * math/w_exp2.c: Likewise.
53203         * math/w_exp2f.c: Likewise.
53204         * math/w_exp2l.c: Likewise.
53205         * math/w_hypot.c: Likewise.
53206         * math/w_hypotf.c: Likewise.
53207         * math/w_hypotl.c: Likewise.
53208         * math/w_lgamma.c: Likewise.
53209         * math/w_lgamma_r.c: Likewise.
53210         * math/w_lgammaf.c: Likewise.
53211         * math/w_lgammaf_r.c: Likewise.
53212         * math/w_lgammal.c: Likewise.
53213         * math/w_lgammal_r.c: Likewise.
53214         * math/w_sinh.c: Likewise.
53215         * math/w_sinhf.c: Likewise.
53216         * math/w_sinhl.c: Likewise.
53217         * math/w_tgamma.c: Likewise.
53218         * math/w_tgammaf.c: Likewise.
53219         * math/w_tgammal.c: Likewise.
53220         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53221         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53222         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53223         Minor optimizations.  Pretty printing.  Remove cruft.
53224         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53225         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53226         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53227         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53228         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53229         * sysdeps/i386/fpu/e_asin.S: Likewise.
53230         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53231         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53232         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53233         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53234         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53235         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53236         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53237         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53238         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53239         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53240         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53241         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53242         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53243         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53244         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53245         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53246         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53247         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53248         * sysdeps/i386/fpu/e_log.S: Likewise.
53249         * sysdeps/i386/fpu/e_log10.S: Likewise.
53250         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53251         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53252         * sysdeps/i386/fpu/e_log2.S: Likewise.
53253         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53254         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53255         * sysdeps/i386/fpu/e_logf.S: Likewise.
53256         * sysdeps/i386/fpu/e_logl.S: Likewise.
53257         * sysdeps/i386/fpu/e_pow.S: Likewise.
53258         * sysdeps/i386/fpu/e_powf.S: Likewise.
53259         * sysdeps/i386/fpu/e_powl.S: Likewise.
53260         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53261         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53262         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53263         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53264         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53265         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53266         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53267         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53268         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53269         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53270         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53271         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53272         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53273         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53274         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53275         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53276         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53277         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53278         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53279         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53280         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53281         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53282         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53283         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53284         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53285         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53286         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53287         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53288         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53289         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53290         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53291         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53292         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53293         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53294         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53295         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53296         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53297         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53298         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53299         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53300         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53301         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53302         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53303         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53304         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53305         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53306         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53307         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53308         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53309         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53310         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53311         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53312         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53313         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53314         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53315         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53316         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53317         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53318         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53319         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53320         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53321         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53322         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53323         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53324         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53325         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53326         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53327         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53328         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53329         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53330         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53331         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53332         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53333         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53334         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53335         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53336         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53337         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53338         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53339         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53340         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53341         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53342         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53343         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53344         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53345         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53346         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53347         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53348         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53349         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53350         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53351         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53352         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53353         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53354         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53355         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53356         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53357         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53358         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53359         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53360         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53361         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53362         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53363         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53364         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53365         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53366         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53367         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53368         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53369         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53370         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53371         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53372         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53373         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53374         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53375         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53376         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53377         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53378         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53379         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53380         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53381         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53382         (__isnanf): Likewise.
53383         (__isinf_ns): Likewise.
53384         (__isinf_nsf): Likewise.
53385         (__finite): Likewise.
53386         (__finitef): Likewise.
53387         (__ieee754_sqrt): Define as macro.
53388         (__ieee754_sqrtf): Define as macro.
53389         (__ieee754_sqrtl): Define as macro.
53390         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53391         inlined copy.
53392         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53393         __FINITE_MATH_ONLY__ consistent.
53394         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53396 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53398         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53399         of rawmemchr.
53401         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53403 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53405         * po/ja.po: Update from translation team.
53407 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53409         * locale/programs/locarchive.c (prepare_address_space): New function.
53410         (create_archive, enlarge_archive, open_archive): Use it.
53412         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53413         inside [SHARED], where it is used.
53415         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53417         * nss/getent.c (netgroup_keys): Remove unused variable.
53418         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53420 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53422         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53423         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53424         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53425         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53426         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53427         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53428         * math/Makefile (libm-calls): Add s_isinf_ns.
53429         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53430         * math/multc3.c: Likewise.
53431         * math/s_casin.c: Likewise.
53432         * math/s_casinf.c: Likewise.
53433         * math/s_casinl.c: Likewise.
53434         * math/s_ccos.c: Likewise.
53435         * math/s_ccosf.c: Likewise.
53436         * math/s_ccosl.c: Likewise.
53437         * math/s_ctan.c: Likewise.
53438         * math/s_ctanf.c: Likewise.
53439         * math/s_ctanh.c: Likewise.
53440         * math/s_ctanhf.c: Likewise.
53441         * math/s_ctanhl.c: Likewise.
53442         * math/s_ctanl.c: Likewise.
53443         * math/w_fmod.c: Likewise.
53444         * math/w_fmodf.c: Likewise.
53445         * math/w_fmodl.c: Likewise.
53446         * math/w_remainder.c: Likewise.
53447         * math/w_remainderf.c: Likewise.
53448         * math/w_remainderl.c: Likewise.
53449         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53450         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53451         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53452         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53453         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53454         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53455         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53456         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53458         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53459         of the number.
53460         * stdio-common/printf_fphex.c: Likewise.
53461         * stdio-common/printf_size.c: Likewise.
53463         * math/e_exp10.c: Include math_private.h using <...> not "...".
53464         * math/e_exp10f.c: Likewise.
53465         * math/e_exp10l.c: Likewise.
53466         * math/e_exp2l.c: Likewise.
53467         * math/e_j0l.c: Likewise.
53468         * math/e_j1l.c: Likewise.
53469         * math/e_jnl.c: Likewise.
53470         * math/e_lgammal_r.c: Likewise.
53471         * math/e_rem_pio2l.c: Likewise.
53472         * math/e_scalb.c: Likewise.
53473         * math/e_scalbf.c: Likewise.
53474         * math/e_scalbl.c: Likewise.
53475         * math/k_cosl.c: Likewise.
53476         * math/k_sinl.c: Likewise.
53477         * math/k_tanl.c: Likewise.
53478         * math/s_cacoshf.c: Likewise.
53479         * math/s_catan.c: Likewise.
53480         * math/s_catanf.c: Likewise.
53481         * math/s_catanh.c: Likewise.
53482         * math/s_catanhf.c: Likewise.
53483         * math/s_catanhl.c: Likewise.
53484         * math/s_catanl.c: Likewise.
53485         * math/s_ccosh.c: Likewise.
53486         * math/s_ccoshf.c: Likewise.
53487         * math/s_ccoshl.c: Likewise.
53488         * math/s_cexp.c: Likewise.
53489         * math/s_cexpf.c: Likewise.
53490         * math/s_cexpl.c: Likewise.
53491         * math/s_clog.c: Likewise.
53492         * math/s_clog10.c: Likewise.
53493         * math/s_clog10f.c: Likewise.
53494         * math/s_clog10l.c: Likewise.
53495         * math/s_clogf.c: Likewise.
53496         * math/s_clogl.c: Likewise.
53497         * math/s_csin.c: Likewise.
53498         * math/s_csinf.c: Likewise.
53499         * math/s_csinh.c: Likewise.
53500         * math/s_csinhf.c: Likewise.
53501         * math/s_csinhl.c: Likewise.
53502         * math/s_csinl.c: Likewise.
53503         * math/s_csqrt.c: Likewise.
53504         * math/s_csqrtf.c: Likewise.
53505         * math/s_csqrtl.c: Likewise.
53506         * math/s_ctan.c: Likewise.
53507         * math/s_ctanf.c: Likewise.
53508         * math/s_ctanh.c: Likewise.
53509         * math/s_ctanhf.c: Likewise.
53510         * math/s_ctanhl.c: Likewise.
53511         * math/s_ctanl.c: Likewise.
53512         * math/s_ldexp.c: Likewise.
53513         * math/s_ldexpf.c: Likewise.
53514         * math/s_ldexpl.c: Likewise.
53515         * math/s_significand.c: Likewise.
53516         * math/s_significandf.c: Likewise.
53517         * math/s_significandl.c: Likewise.
53518         * math/w_acos.c: Likewise.
53519         * math/w_acosf.c: Likewise.
53520         * math/w_acosh.c: Likewise.
53521         * math/w_acoshf.c: Likewise.
53522         * math/w_acoshl.c: Likewise.
53523         * math/w_acosl.c: Likewise.
53524         * math/w_asin.c: Likewise.
53525         * math/w_asinf.c: Likewise.
53526         * math/w_asinl.c: Likewise.
53527         * math/w_atan2.c: Likewise.
53528         * math/w_atan2f.c: Likewise.
53529         * math/w_atan2l.c: Likewise.
53530         * math/w_atanh.c: Likewise.
53531         * math/w_atanhf.c: Likewise.
53532         * math/w_atanhl.c: Likewise.
53533         * math/w_cosh.c: Likewise.
53534         * math/w_coshf.c: Likewise.
53535         * math/w_coshl.c: Likewise.
53536         * math/w_dremf.c: Likewise.
53537         * math/w_exp10.c: Likewise.
53538         * math/w_exp10f.c: Likewise.
53539         * math/w_exp10l.c: Likewise.
53540         * math/w_exp2.c: Likewise.
53541         * math/w_exp2f.c: Likewise.
53542         * math/w_fmod.c: Likewise.
53543         * math/w_fmodf.c: Likewise.
53544         * math/w_fmodl.c: Likewise.
53545         * math/w_hypot.c: Likewise.
53546         * math/w_hypotf.c: Likewise.
53547         * math/w_hypotl.c: Likewise.
53548         * math/w_j0.c: Likewise.
53549         * math/w_j0f.c: Likewise.
53550         * math/w_j0l.c: Likewise.
53551         * math/w_j1.c: Likewise.
53552         * math/w_j1f.c: Likewise.
53553         * math/w_j1l.c: Likewise.
53554         * math/w_jn.c: Likewise.
53555         * math/w_jnf.c: Likewise.
53556         * math/w_jnl.c: Likewise.
53557         * math/w_lgamma.c: Likewise.
53558         * math/w_lgamma_r.c: Likewise.
53559         * math/w_lgammaf.c: Likewise.
53560         * math/w_lgammaf_r.c: Likewise.
53561         * math/w_lgammal.c: Likewise.
53562         * math/w_lgammal_r.c: Likewise.
53563         * math/w_log.c: Likewise.
53564         * math/w_log10.c: Likewise.
53565         * math/w_log10f.c: Likewise.
53566         * math/w_log10l.c: Likewise.
53567         * math/w_log2.c: Likewise.
53568         * math/w_log2f.c: Likewise.
53569         * math/w_log2l.c: Likewise.
53570         * math/w_logf.c: Likewise.
53571         * math/w_logl.c: Likewise.
53572         * math/w_pow.c: Likewise.
53573         * math/w_powf.c: Likewise.
53574         * math/w_powl.c: Likewise.
53575         * math/w_remainder.c: Likewise.
53576         * math/w_remainderf.c: Likewise.
53577         * math/w_remainderl.c: Likewise.
53578         * math/w_scalb.c: Likewise.
53579         * math/w_scalbf.c: Likewise.
53580         * math/w_scalbl.c: Likewise.
53581         * math/w_sinh.c: Likewise.
53582         * math/w_sinhf.c: Likewise.
53583         * math/w_sinhl.c: Likewise.
53584         * math/w_sqrt.c: Likewise.
53585         * math/w_sqrtf.c: Likewise.
53586         * math/w_sqrtl.c: Likewise.
53587         * math/w_tgamma.c: Likewise.
53588         * math/w_tgammaf.c: Likewise.
53589         * math/w_tgammal.c: Likewise.
53591         * po/ja.po: Update from translation team.
53593 2011-09-29  Andreas Jaeger  <aj@suse.de>
53595         [BZ #13179]
53596         * sunrpc/netname.c (netname2host): Fix logic.
53598         [BZ #6779]
53599         [BZ #6783]
53600         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53601         correctly.
53602         * math/w_remainder.c (__remainder): Likewise.
53603         * math/w_remainderf.c (__remainderf): Likewise.
53604         * math/libm-test.inc (remainder_test): Add test cases.
53606 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53608         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53609         sdiv_qrnnd.
53611 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53613         * string/test-memcmp.c: Avoid unncessary #defines.
53614         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53616 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53618         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53619         Use new sse2 version for core i3 - i7 as it's faster
53620         than sse42 version.
53621         (bit_Prefer_PMINUB_for_stringop): New.
53622         * sysdeps/x86_64/rawmemchr.S: Update.
53623         Replace with faster SSE2 version.
53624         * sysdeps/x86_64/memrchr.S: New file.
53625         * sysdeps/x86_64/memchr.S: Update.
53626         Replace with faster SSE2 version.
53628 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53630         * elf/dl-load.c (lose): Add cast to avoid warning.
53632 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53634         * po/ca.po: Update from translation team.
53636         * inet/getnetgrent_r.c: Hook up nscd.
53637         * nscd/Makefile (routines): Add nscd_netgroup.
53638         (nscd-modules): Add netgroupcache.
53639         (CFLAGS-netgroupcache.c): Define.
53640         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53641         (cache_search): Add const to second parameter.
53642         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53643         INNETGR.
53644         (dbs): Add netgrdb entry.
53645         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53646         (verify_persistent_db): Handle netgrdb.
53647         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53648         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53649         GETFDNETGR.
53650         (netgroup_response_header): Define.
53651         (innetgroup_response_header): Define.
53652         (datahead): Add netgroup_response_header and innetgroup_response_header
53653         elements.
53654         * nscd/nscd.conf: Add entries for netgroup cache.
53655         * nscd/nscd.h (dbtype): Add netgrdb.
53656         (_PATH_NSCD_NETGROUP_DB): Define.
53657         (netgroup_iov_disabled): Declare.
53658         (xmalloc, xcalloc, xrealloc): Move declarations here.
53659         (cache_search): Adjust prototype.
53660         Add netgroup-related prototypes.
53661         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53662         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53663         (__nscd_innetgr): Declare.
53664         * nscd/selinux.c (perms): Use access_vector_t as element type and
53665         add netgroup-related initializers.
53666         * nscd/netgroupcache.c: New file.
53667         * nscd/nscd_netgroup.c: New file.
53668         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53669         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53670         For four parameters use innetgr.
53671         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53672         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53673         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53674         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53676         * nscd/connections.c (register_traced_file): Don't register file
53677         for disabled databases.
53679 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53681         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53683         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53684         from tree and freeing node.
53686 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53688         * nss/nsswitch.c (__nss_database_lookup): Handle
53689         nss_parse_service_list out of memory case.
53691 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53693         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53694         out of memory case.
53696 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53698         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53699         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53700         pass it down.
53701         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53702         elf_machine_rela, elf_machine_lazy_rel.
53703         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53704         (ELF_DYNAMIC_DO_REL): Likewise.
53705         (ELF_DYNAMIC_DO_RELA): Likewise.
53706         (ELF_DYNAMIC_RELOCATE): Likewise.
53707         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53708         to ELF_DYNAMIC_DO_REL.
53709         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53710         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53711         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53712         elf_machine_rela.
53713         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53714         skip_ifunc, don't call ifunc function if non-zero.
53715         (elf_machine_rela): Likewise.
53716         (elf_machine_lazy_rel): Likewise.
53717         (elf_machine_lazy_rela): Likewise.
53718         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53719         (elf_machine_lazy_rel): Likewise.
53720         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53721         Likewise.
53722         (elf_machine_lazy_rel): Likewise.
53723         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53724         Likewise.
53725         (elf_machine_lazy_rel): Likewise.
53726         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53727         (elf_machine_lazy_rel): Likewise.
53728         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53729         (elf_machine_lazy_rel): Likewise.
53730         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53731         (elf_machine_lazy_rel): Likewise.
53732         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53733         (elf_machine_lazy_rel): Likewise.
53734         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53735         (elf_machine_lazy_rel): Likewise.
53736         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53737         (elf_machine_lazy_rel): Likewise.
53739 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53741         * nss/nss_files/files-init.c (_nss_files_init): Use static
53742         initialization for all the *_traced_file variables.
53744 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53746         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53748 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53750         [BZ #13226]
53751         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53753 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53755         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53756         Reread the line before reparsing it.
53758 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53760         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53762 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53763             Maxim Kuvyrkov  <maxim@codesourcery.com>
53764             Joseph Myers  <joseph@codesourcery.com>
53766         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53767         if needed for __stack_chk_guard.
53769 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53771         * sysdeps/posix/spawni.c (script_execute): Always define it.
53772         It will be optimized away if unused.
53773         (maybe_script_execute): New function.
53774         (__spawni): Call it.
53776         * Makerules: Don't include tls.make.
53777         (config-tls): Always set to thread.
53778         * tls.make.c: File removed.
53780 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53782         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53783         * config.make.in (CPPFLAGS-config): New substituted variable.
53785 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53787         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53789         [BZ #13192]
53790         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53791         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53793 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53795         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53796         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53797         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53798         (CALL_FAIL): Likewise.
53799         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53800         (CALL_FAIL): Macro removed.
53801         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53803 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53805         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53806         for __FINITE_MATH_ONLY__ == 1.
53808 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53810         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53811         __ieee754_sqrt instead of sqrt.
53812         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53813         __ieee754_sqrtf instead of sqrtf.
53814         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53815         __floorf instead of floorf.
53816         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53817         __floorf, __truncf instead of floorf, truncf.
53819 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53821         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53823         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53824         __extern_always_inline.
53825         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53826         32-bit.
53828 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53830         * elf/rtld.c (dl_main): Also relocate in dependency order when
53831         doing symbol dependency testing.
53833 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53835         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53836         Always define `refsym'.
53838 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53840         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53841         (__FD_ELT): Renamed from __FDELT.
53842         * misc/bits/select2.h (__FD_ELT): Likewise.
53843         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53844         __FD_MASK instead of __FDELT, __FDMASK.
53845         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53846         Likewise.
53847         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53848         Likewise.
53850         * elf/Makefile (gen-ldd): Fix pattern.
53852         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53853         (init_tls): Likewise.
53855 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53857         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53859 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53861         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53862         `struct cmsghdr *' instead of `void *'.
53863         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53864         Likewise.
53866 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53868         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53869         if non-absolute.
53870         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53871         ldd_rewrite_script.
53873 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53875         * configure.in: Remove --with-tls option.
53876         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53877         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53878         out in case it is missing.
53879         * sysdeps/ia64/elf/configure.in: Likewise.
53880         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53881         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53882         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53883         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53884         * sysdeps/sh/elf/configure.in: Likewise.
53885         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53886         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53887         * sysdeps/x86_64/elf/configure.in: Likewise.
53888         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53889         * sysdeps/mach/hurd/tls.h: Likewise.
53891         [BZ #13067]
53892         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53894         [BZ #13090]
53895         * configure.in: Fix use of AC_INIT.
53897         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53899 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53901         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53902         __set_errno.
53903         * malloc/hooks.c: Likewise.
53905         [BZ #11929]
53906         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53907         variables statically.
53908         (narenas): Initialize.
53909         (list_lock): Initialize.
53910         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53911         initializtion of main_arena and list_lock.  Small cleanups.
53912         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53913         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53914         Add initializers to main_arena and mp_.
53915         (malloc_state): Remove pagesize member.  Change all users to use
53916         GLRO(dl_pagesize).
53918         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53919         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53920         is always initialized.
53922         * malloc/malloc.c: Removed unused configurations and dead code.
53923         * malloc/arena.c: Likewise.
53924         * malloc/hooks.c: Likewise.
53925         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53927         * include/tls.h: Removed.  USE___THREAD must always be defined.
53928         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53929         * elf/dl-libc.c: Likewise.
53930         * elf/dl-tsd.c: Likewise.
53931         * include/errno.h: Likewise.
53932         * include/netdb.h: Likewise.
53933         * include/resolv.h: Likewise.
53934         * inet/herrno-loc.c: Likewise.
53935         * inet/herrno.c: Likewise.
53936         * malloc/arena.c: Likewise.
53937         * malloc/hooks.c: Likewise.
53938         * malloc/malloc.c: Likewise.
53939         * resolv/res-state.c: Likewise.
53940         * resolv/res_libc.c: Likewise.
53941         * sysdeps/i386/dl-machine.h: Likewise.
53942         * sysdeps/ia64/dl-machine.h: Likewise.
53943         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53944         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53945         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53946         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53947         * sysdeps/sh/dl-machine.h: Likewise.
53948         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53949         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53950         * sysdeps/unix/i386/sysdep.S: Likewise.
53951         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53952         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53953         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53954         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53955         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53956         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53957         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53958         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53959         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53960         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53961         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53962         * sysdeps/x86_64/dl-machine.h: Likewise.
53963         * tls.make.c: Likewise.
53965         * configure.in: Remove --with-__thread option.  Make tests for
53966         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53967         tls_model attribute fail if no support is available.  Remove
53968         USE_IN_LIBIO.
53969         * Makeconfig: Adjust for dropped configure option.  All features are
53970         now mandatory.
53971         * Makerules: Likewise.
53972         * Versions.def: Likewise.
53973         * argp/argp-fmtstream.c: Likewise.
53974         * argp/argp-fmtstream.h: Likewise.
53975         * argp/argp-help.c: Likewise.
53976         * assert/assert.c: Likewise.
53977         * config.h.in: Likewise.
53978         * config.make.in: Likewise.
53979         * configure: Likewise.
53980         * configure.in: Likewise.
53981         * csu/Versions: Likewise.
53982         * csu/init.c: Likewise.
53983         * elf/tst-audit2.c: Likewise.
53984         * elf/tst-tls10.c: Likewise.
53985         * elf/tst-tls10.h: Likewise.
53986         * elf/tst-tls11.c: Likewise.
53987         * elf/tst-tls12.c: Likewise.
53988         * elf/tst-tls14.c: Likewise.
53989         * elf/tst-tlsmod11.c: Likewise.
53990         * elf/tst-tlsmod12.c: Likewise.
53991         * elf/tst-tlsmod13.c: Likewise.
53992         * elf/tst-tlsmod13a.c: Likewise.
53993         * elf/tst-tlsmod14a.c: Likewise.
53994         * elf/tst-tlsmod15b.c: Likewise.
53995         * elf/tst-tlsmod16a.c: Likewise.
53996         * elf/tst-tlsmod16b.c: Likewise.
53997         * elf/tst-tlsmod7.c: Likewise.
53998         * elf/tst-tlsmod8.c: Likewise.
53999         * elf/tst-tlsmod9.c: Likewise.
54000         * gmon/gmon.c: Likewise.
54001         * grp/fgetgrent_r.c: Likewise.
54002         * grp/putgrent.c: Likewise.
54003         * hurd/fopenport.c: Likewise.
54004         * include/libc-symbols.h: Likewise.
54005         * include/tls.h: Likewise.
54006         * intl/gettextP.h: Likewise.
54007         * intl/loadinfo.h: Likewise.
54008         * locale/global-locale.c: Likewise.
54009         * locale/localeinfo.h: Likewise.
54010         * mach/devstream.c: Likewise.
54011         * malloc/arena.c: Likewise.
54012         * malloc/set-freeres.c: Likewise.
54013         * misc/err.c: Likewise.
54014         * misc/getttyent.c: Likewise.
54015         * misc/mntent_r.c: Likewise.
54016         * posix/getopt.c: Likewise.
54017         * posix/wordexp.c: Likewise.
54018         * pwd/fgetpwent_r.c: Likewise.
54019         * resolv/Versions: Likewise.
54020         * resolv/res_hconf.c: Likewise.
54021         * shadow/fgetspent_r.c: Likewise.
54022         * shadow/putspent.c: Likewise.
54023         * stdio-common/printf_fphex.c: Likewise.
54024         * stdio-common/tmpfile.c: Likewise.
54025         * stdlib/abort.c: Likewise.
54026         * stdlib/fmtmsg.c: Likewise.
54027         * sunrpc/auth_unix.c: Likewise.
54028         * sunrpc/clnt_perr.c: Likewise.
54029         * sunrpc/clnt_tcp.c: Likewise.
54030         * sunrpc/clnt_udp.c: Likewise.
54031         * sunrpc/clnt_unix.c: Likewise.
54032         * sunrpc/openchild.c: Likewise.
54033         * sunrpc/svc_simple.c: Likewise.
54034         * sunrpc/svc_tcp.c: Likewise.
54035         * sunrpc/svc_udp.c: Likewise.
54036         * sunrpc/svc_unix.c: Likewise.
54037         * sunrpc/xdr.c: Likewise.
54038         * sunrpc/xdr_array.c: Likewise.
54039         * sunrpc/xdr_rec.c: Likewise.
54040         * sunrpc/xdr_ref.c: Likewise.
54041         * sunrpc/xdr_stdio.c: Likewise.
54043 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54045         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54047 2011-07-03  Andreas Jaeger  <aj@suse.de>
54049         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54050         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54051         regenerate with gen-libm-tests.pl.
54053 2010-05-12  Petr Baudis  <pasky@suse.cz>
54055         [BZ #11589]
54056         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54057         around j0() zero points by switching to j1().
54058         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54059         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54060         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54061         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54063 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54065         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54066         instead of 0.
54067         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54068         instead of 0.
54069         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54070         Patch in part by Pavel Roskin <proski@gnu.org>.
54072         [BZ #13138]
54073         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54074         realloc.
54075         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54076         Free memory block if necessary.
54078         [BZ #12847]
54079         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54080         be NULL.  Don't lock in this case.
54082 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54084         * elf/elf.h (ELFOSABI_GNU): New macro.
54085         (ELFOSABI_LINUX): Define to that.
54087 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54089         * string/strncat.c (strncat): Undef the symbol in case it has been
54090         defined in bits/string.h.
54092 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54094         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54096         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54097         link map.
54099 2011-08-17  Andreas Jaeger  <aj@suse.de>
54101         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54103 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54104             Ian Lance Taylor  <iant@google.com>
54106         * math/libm-test.inc (lround_test): New testcase.
54107         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54109 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54111         * Makefile: Remove support for automatic cvs check-ins.
54112         * Makerules: Likewise.
54113         * config.make.in: Likewise.
54114         * configure.in: Likewise.
54115         * intl/Makefile: Likewise.
54116         * locale/Makefile: Likewise.
54117         * po/Makefile: Likewise.
54118         * posix/Makefile: Likewise.
54119         * sysdeps/gnu/Makefile: Likewise.
54120         * sysdeps/mach/hurd/Makefile: Likewise.
54121         * sysdeps/sparc/sparc32/Makefile: Likewise.
54123         [BZ #13118]
54124         * posix/Makefile (bug-regex32-ENV): Define.
54125         Patch by John Stanley <jpsinthemix@verizon.net>.
54127         * misc/Makefile (headers): Add bits/select2.h.
54128         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54129         * misc/bits/select2.h: New file.
54130         * include/bits/select2.h: New file.
54131         * debug/Makefile (routines): Add fdelt_chk.
54132         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54133         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54134         FD_ISSET.
54135         * debug/fdelt_chk.c: New file.
54137         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54138         * wcsmbs/test-wmemcmp.c: Likewise.
54139         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54140         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54142 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54144         * string/Makefile (strop-tests): Add memcmp.
54145         * string/test-wmemcmp.c: New file.
54146         * string/test-memcmp.c: Add wmemcmp support.
54148 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54150         [BZ #13153]
54151         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54152         2011-07-19 change.
54154         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54155         garbage value in a __mach_port_mod_refs call in the cases of the
54156         task-self and thread-self ports.
54158 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54160         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54162 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54164         * elf/dl-load.c (lose): Check for non-null L.
54166 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54168         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54170         * elf/dl-libc.c (dlerror_run): Pass back error code from
54171         dl_catch_error.
54173         [BZ #13123]
54174         * elf/dl-load.c (lose): Free l_origin if it is valid.
54176         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54177         names.
54178         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54179         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54180         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54181         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54182         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54183         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54185 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54187         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54188         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54189         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54190         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54191         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54192         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54193         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54194         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54195         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54196         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54198 2011-08-15  Alan Modra  <amodra@gmail.com>
54200         [BZ #13092]
54201         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54202         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54203         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54204         ppc_mcount to static-only-routines.
54205         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54206         __mcount_internal.
54207         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54208         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54210 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54212         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54213         for finite and infinity parameters.
54215 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54217         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54218         and add nop instructions for throughput optimization.
54219         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54221 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54223         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54224         aligned copy for power7 with vector-scalar instructions.
54225         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54227 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54229         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54230         AVX check.
54232 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54234         [BZ #13144]
54235         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54236         last change.
54238 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54240         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54241         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54242         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54243         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54244         clock_gettime.
54246 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54248         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54249         Forgot to demangle the pointer.
54251         * sysdeps/i386/sysdep.h: Define atom_text_section.
54252         * sysdeps/x86_64/sysdep.h: Likewise.
54253         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54254         section with atom_text_section.
54255         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54256         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54257         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54258         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54259         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54261         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54262         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54263         already be defined.  Change to take two parameters and don't assign
54264         result to variable.  Adjust all users.
54265         Define INTERNAL_GETTIME if not already defined.
54266         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54267         call.
54268         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54269         HAVE_CLOCK_GETTIME_VSYSCALL.
54270         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54272         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54273         gettimeofday vsyscall, just use time.
54275 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54277         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54278         <errno.h>.
54280 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54282         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54283         syscall on x86-64.
54284         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54285         syscall.
54286         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54287         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54288         syscall if possible.
54290 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54292         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54293         e_ident.  Don't pass to find_mapsXX.
54294         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54296 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54298         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54299         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54300         * sysdeps/x86_64/multiarch/strchr.S: Update.
54301         Check bit_slow_BSF bit.
54302         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54303         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54304         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54306 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54308         [BZ #13134]
54309         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54310         before glibc 2.15.
54311         (tryshell): Define.
54312         (__spawni): Change last parameter to be flag.  Test
54313         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54314         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54315         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54316         * posix/spawni.c: Likewise.
54317         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54318         * posix/spawnp.c: Likewise.  Change normal version to use
54319         SPAWN_XFLAGS_USE_PATH.
54320         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54321         SPAWN_XFLAGS_TRY_SHELL.
54323         [BZ #13150]
54324         * posix/glob.h: Remove gcc 1.x support.
54326         [BZ #13068]
54327         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54329 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54331         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54332         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54333         strrchr-sse2-bsf
54334         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54335         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54336         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54337         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54338         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54339         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54341 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54343         * sysdeps/x86_64/wcscmp.S: New file.
54345         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54346         wcscmp-c wcscmp-sse2
54347         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54348         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54349         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54350         * wcsmbs/wcscmp.c: Allow renaming.
54352 2011-09-05  David S. Miller  <davem@davemloft.net>
54354         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54355         stack slot, rather than the struct return pointer slot.
54356         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54357         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54359         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54361 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54363         * po/ja.po: Update from translation team.
54365         [BZ #13144]
54366         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54367         kernel in 64-bit binaries.
54369 2011-09-01  David S. Miller  <davem@davemloft.net>
54371         * elf/elf.h (HWCAP_SPARC_*): Move to..
54372         * sysdeps/sparc/sysdep.h: this new file and add new values.
54373         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54374         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54375         _DL_HWCAP_COUNT to 24.
54376         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54377         entries.
54378         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54379         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54380         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54381         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54382         instead of magic constants.
54383         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54385 2011-08-31  David S. Miller  <davem@davemloft.net>
54387         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54388         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54389         Reimplement to do errno handling inline.
54390         (SYSCALL_ERROR_HANDLER): New macro.
54391         (__SYSCALL_STRING): Do not do errno handling in asm.
54392         (__CLONE_SYSCALL_STRING): Delete.
54393         (__INTERNAL_SYSCALL_STRING): Delete.
54394         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54395         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54396         (PSEUDO): Reimplement to do errno handling inline.
54397         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54398         (SYSCALL_ERROR_HANDLER): New macro.
54399         (__SYSCALL_STRING): Do not do errno handling in asm.
54400         (__CLONE_SYSCALL_STRING): Delete.
54401         (__INTERNAL_SYSCALL_STRING): Delete.
54402         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54403         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54404         i386.
54405         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54406         (inline_syscall*): Add 'err' argument.
54407         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54408         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54409         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54410         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54412         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54413         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54415 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54417         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54419 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54421         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54422         directive.
54424 2011-08-24  David S. Miller  <davem@davemloft.net>
54426         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54428 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54430         * elf/Makefile: Add rules to build and run unload8 test.
54431         * elf/unload8.c: New file.
54432         * elf/unload8mod1.c: New file.
54433         * elf/unload8mod1x.c: New file.
54434         * elf/unload8mod2.c: New file.
54435         * elf/unload8mod3.c: New file.
54437         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54438         it wasn't used.
54440 2011-08-23  David S. Miller  <davem@davemloft.net>
54442         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54443         subtract stack bias.
54444         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54445         %sp not %fp in calculations.
54446         (_JMPBUF_UNWINDS_ADJ): Likewise.
54448         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54449         (aio_suspend): Call it to force an exception region around the
54450         AIO_MISC_WAIT() invocation.
54452 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54454         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54455         backslash.
54457 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54459         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54460         protection macro.
54461         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54462         and <dl-machine.h>.
54463         (Elf64_FuncDesc): Remove.
54465 2011-08-22  David S. Miller  <davem@davemloft.net>
54467         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54468         sigaltstack check, add missing cfi directives.
54469         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54470         missing cfi directives, and sigaltstack handling.
54472 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54474         [BZ #11724]
54475         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54476         object is seen twice.
54477         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54479         * elf/Makefile (distribute): Add tst-initorder2.c.
54480         (tests): Add tst-initorder2.
54481         (modules-names): Add tst-initorder2a tst-initorder2b
54482         tst-initorder2c tst-initorder2d.  Add rules to build them.
54483         ($(objpfx)tst-initorder2.out): New rule.
54484         * elf/tst-initorder2.c: New file.
54485         * elf/tst-initorder2.exp: New file.
54487 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54489         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54491         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54492         dependencies back to end of function.
54494         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54495         $(elfobjdir)/ld.so.
54497 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54499         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54500         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54501         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54502         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54503         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54504         of __vdso_gettimeofday.
54505         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54506         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54507         attribute_hidden.
54508         (_libc_vdso_platform_setup): Remove initialization of
54509         __vdso_gettimeofday and __vdso_time.
54511 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54513         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54514         and fgetc_unlocked.
54515         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54516         getc_unlocked.
54518         * elf/dl-open.c (add_to_global): Report additions to the global scope
54519         for LD_DEBUG=scopes.
54520         (dl_open_worker): Also print scope of newly loaded dependencies.
54521         (_dl_show_scope): Indicate if there is no scope.
54523         [BZ #13114]
54524         * stdio-common/Makefile (tests): Add bug24.
54525         * stdio-common/bug24.c: New file.
54527 2011-08-19  Andreas Jaeger  <aj@suse.de>
54529         [BZ #13114]
54530         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54531         non-existant file when using close-on-exec mode.
54533 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54535         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54536         the very first instruction.
54538         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54539         the CFI state in the end.
54540         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54541         inclusion of dl-trampoline.h.
54542         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54544 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54546         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54547         expectations for long double.
54549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54550         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54552 2011-08-14  David S. Miller  <davem@davemloft.net>
54554         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54555         artificual limit depends upon the system page size.
54557 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54559         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54560         * resolv/Makefile: Define CFLAGS-libresolv.
54562 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54564         * nss/makedb.c (compute_tables): Make variables used in nested
54565         function static.
54567 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54569         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54570         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54571         if buffer was too small.
54573         * elf/pldd.c (main): Attach to all threads in the process.
54574         Rewrite /proc handling to use *at functions.
54576 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54578         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54579         specifies first scope to show.
54580         (dl_open_worker): Update callers.  Move printing scope of new
54581         object to before the relocation.
54582         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54583         * sysdeps/generic/ldsodefs.h: Update declaration.
54585         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54586         string for the scope number.
54588 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54590         * nscd/servicescache.c (cache_addserv): Make sure written is always
54591         initialized.
54593 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54595         * sysdeps/i386/i486/bits/atomic.h
54596         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54597         statement expression, so as to suppress "set but not used" warning.
54598         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54600         * string/strncat.c (STRNCAT): Use prototype definition.
54602         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54603         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54604         -Iprograms here.
54605         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54606         (localedef-modules): Add localedef.
54607         (locale-modules): Add locale.
54609         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54610         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54611         to avoid a warning.
54613 2011-08-14  David S. Miller  <davem@davemloft.net>
54615         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54616         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54618 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54620         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54621         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54622         * elf/rtld.c (dl_main): Set l_name of vDSO.
54623         Call _dl_show_scope when DL_DEBUG_SCOPES.
54624         (process_dl_debug): Recognize scopes flag and also set it for all.
54625         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54626         Declare _dl_show_scope.
54628         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54629         (do_dlopen): Pass caller_dlopen to dl_open.
54630         (__libc_dlopen_mode): Initialize caller_dlopen.
54632         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54633         of libc.  Make tolower call locale-independent.  Optimize a bit by
54634         using isdigit instead of isalnum.
54635         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54637 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54639         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54640         was a dependency or dynamically loaded.
54642 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54644         * intl/l10nflist.c: Allow architecture-specific pop function.
54645         * sysdeps/x86_64/l10nflist.c: New file.
54647         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54648         classification.
54650 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54652         * include/dirent.h: Add libc_hidden_proto for scandirat and
54653         scandirat64.  Don't declare __scandirat64.
54654         * dirent/scandirat.c: Add libc_hidden_def.
54655         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54656         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54658 2011-08-10  David S. Miller  <davem@davemloft.net>
54660         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54661         enum.
54662         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54663         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54664         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54666 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54668         * Versions.def [libc]: Add GLIBC_2.15.
54669         * dirent/Makefile (routines): Add scandirat and scandirat64.
54670         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54671         GLIBC_2.15.
54672         * dirent/dirent.h: Declare scandirat and scandirat64.
54673         * dirent/scandirat.c: New file.
54674         * dirent/scandirat64.c: New file.
54675         * sysdeps/wordsize-64/scandirat.c: New file.
54676         * sysdeps/wordsize-64/scandirat64.c: New file.
54677         * dirent/opendir.c: Define opendirat.
54678         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54679         using scandirat.
54680         * dirent/scandir64.c: Adjust for scandir.c change.
54681         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54682         __scandirat64, and __scandir_cancel_handler.
54683         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54684         additional parameter and use openat instead of open (outside of ld.so).
54685         Add new __opendir as wrapper around __opendirat.
54686         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54687         here without requiring old scandirat implementation.
54689 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54691         * dirent/scandir.c (cancel_handler): Renamed to
54692         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54693         defined.  Adjust users.
54694         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54695         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54697 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54699         * string/test-string.h (IMPL): Use __STRING to expand name and then
54700         stringify it.
54702         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54703         of cleanups.
54705 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54707         * string/Makefile: Update.
54708         (strop-tests): Append strncat.
54709         * string/test-wcscmp.c: New file.
54710         New comprehensive test for wcscmp.
54711         * string/test-strcmp.c: Update.
54712         (WIDE): New define.
54714 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54716         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54717         line.
54719 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54721         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54722         encoding to ACE if AI_IDN.
54724 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54726         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54727         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54729 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54731         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54732         Fix overflow bug in strncat.
54733         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54735         * string/test-strncat.c: Update.
54736         Add new tests for checking overflow bugs.
54738 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54740         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54741         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54742         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54743         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54744         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54745         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54746         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54747         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54748         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54750         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54751         (USE_AS_STRCAT): Define.
54752         Add strcat and strncat support.
54753         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54755 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54757         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54758         __n bigger than INT_MAX+1.
54759         (__strncmp_g): Likewise.
54761 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54763         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54764         * libio/stido.h: Likewise.
54766         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54767         (AF_NFC): Define.
54768         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54769         (AF_NFC): Define.
54771         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54772         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54773         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54774         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54775         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54777         [BZ #13021]
54778         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54779         installed.
54781         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54782         typo.
54783         (_dl_x86_64_save_sse): Likewise.
54785 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54787         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54788         OSXSAVE.
54789         (_dl_x86_64_save_sse): Likewise.
54791         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54793         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54795 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54797         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54798         change.
54799         (_dl_x86_64_save_sse): Use correct AVX check.
54801 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54803         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54804         bug in strncpy/strncat.
54805         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54807 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54809         * string/tester.c (test_strcat): Add tests for different alignments
54810         of source and destination.
54811         (test_strncat): Likewise.
54813 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54815         [BZ #12852]
54816         * posix/glob.c (glob): Check passed in values before using them in
54817         expressions to avoid some overflows.
54818         (glob_in_dir): Likewise.
54820         [BZ #13007]
54821         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54822         check for AVX enablement so that we don't crash with old kernels and
54823         new hardware.
54824         * elf/tst-audit4.c: Add same checks here.
54825         * elf/tst-audit6.c: Likewise.
54827         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54829 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54831         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54833 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54835         * po/cs.po: Update from translation team.
54836         * po/bg.po: Likewise.
54838 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54840         * misc/sys/cdefs.h: Add support for const attribute.
54841         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54842         to gnu_dev_{major,minor,makedev} functions.
54844 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54846         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54848 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54850         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54851         strlen results.
54853 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54855         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54856         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54857         register in order to avoid conflicts with the soft frame pointer
54858         being held in r11 when necessary.
54859         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54860         (INTERNAL_VSYSCALL_NCS): Likewise.
54862 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54864         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54865         * elf/dl-fini.c (_dl_fini): Adjust caller.
54866         * elf/dl-close.c (_dl_close_worker): Likewise.
54867         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54869 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54871         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54872         "aux_cache->nlibs < 0".
54874         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54875         in the reload-count case.
54877 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54879         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54880         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54881         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54882         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54883         * sysdeps/x86_64/multiarch/strcat.S: New file.
54884         * sysdeps/x86_64/multiarch/strncat.S: New file.
54885         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54886         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54887         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54888         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54889         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54890         (USE_AS_STRCAT): Define.
54891         Add strcat and strncat support.
54892         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54893         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54894         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54895         * string/strncat.c: Update.
54896         (USE_AS_STRNCAT): Define.
54897         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54898         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54899         and i7.
54900         * sysdeps/x86_64/multiarch/init-arch.h
54901         (bit_Prefer_PMINUB_for_stringop): New.
54902         (index_Prefer_PMINUB_for_stringop): Likewise.
54903         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54904         bit_Prefer_PMINUB_for_stringop.
54906 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54908         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54909         buffer64.
54910         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54911         of casting of buffer.
54912         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54913         buffer32 and buffer64.
54914         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54915         writes instead of casting of buffer.
54916         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54917         buffer32.
54918         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54919         casting of buffer.
54921 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54923         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54925 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54927         * nscd/nscd.c (termination_handler): Don't do anything for a database
54928         if it has not yet been initialized.
54930 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54932         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54934 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54936         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54938 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54940         * po/nl.po: Update from translation team.
54941         * po/sv.po: Likewise.
54943 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54945         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54946         now disallowed by GCC.
54948         * configure.in (use-default-link): Default to yes if a test -shared
54949         link meets our qualifications.
54950         * configure: Regenerated.
54952         * config.make.in (output-format): New variable.
54953         * configure.in: Check for ld --print-output-format support.
54954         * configure: Regenerated.
54955         * Makerules ($(common-objpfx)format.lds)
54956         [$(output-format) != unknown]: Just use $(output-format),
54957         instead of the linker-script munging.
54959 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54961         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54962         of $(common-objpfx)shlib.lds.
54963         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54965         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54966         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54968         * configure.in (-z relro check): Adjust test code to add a large
54969         writable data section after it.
54970         * configure: Regenerated.
54972 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54974         * configure.in (-z relro check): Fix test code to make the variable
54975         truly const.
54976         * configure: Regenerated.
54978 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54980         * nscd/nscd.h (struct traced_file): Define.
54981         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54982         elements.  Add traced_files.
54983         (inotify_fd): Declare.
54984         (register_traced_file): Declare.
54985         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54986         (inotify_fd): Export.
54987         (resolv_conf_descr): Remove.
54988         (nscd_init): Move inotify descriptor creation to main.
54989         Don't register files for notification here.
54990         (register_traced_file): New function.
54991         (invalidate_cache): Don't use reset_res to determine whether to call
54992         res_init, go through the list of registered files.
54993         (main_loop_poll): The inotify descriptors are now stored in the
54994         structures for the traced files.
54995         (main_loop_epoll): Likewise
54996         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54997         to __nss_disable_nscd.
54998         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54999         for a database anymore.  Check the records for all the registered
55000         files instead.
55001         * nss/Makefile (libnss_files-routines): Add files-init.
55002         (libnss_db-routines): Add db-init.
55003         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55004         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55005         * nss/nss_db/db-init.c: New file.
55006         * nss/nss_files/files-init.c: New file.
55007         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55008         __nss_lookup_function.
55009         (__nss_lookup_function): Call nss_load_library.
55010         (nss_load_all_libraries): New function.
55011         (__nss_disable_nscd): Take parameter with callback function for files
55012         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55013         used for the cached services.
55014         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55015         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55016         options for features to all the files in nscd.
55018         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55020 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55022         * csu/elf-init.c (__libc_csu_init): Comment typo.
55024 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55026         * po/pl.po: Update from translation team.
55027         * po/ja.po: Likewise.
55028         * po/ru.po: Likewise.
55029         * po/ko.po: Likewise.
55030         * po/fr.po: Likewise.
55032 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55034         * configure.in (.ctors/.dtors header and trailer check):
55035         Use an empirical test on a built program.
55036         * configure: Regenerated.
55038         * configure.in (-z relro check): Use an empirical test on a built DSO.
55039         Detect, but do not require, on ia64.
55040         * configure: Regenerated.
55042         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55043         Update tests that use readelf to use $READELF instead.
55044         * configure: Regenerated.
55046 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55048         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55049         if the result is not used.
55051 2011-07-05  Andreas Jaeger  <aj@suse.de>
55053         [BZ#9696]
55054         * stdlib/tst-strtod.c: Add testcase.
55056 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55058         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55059         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55060         The latter has a higher limit.  Take additional parameter to pass to
55061         the new function.
55062         (__pathconf): Pass file to __statfs_link_max.
55063         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55064         __statfs_link_max.
55065         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55066         __statfs_link_max.
55068         [BZ #12868]
55069         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55070         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55071         Handle Lustre.
55072         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55073         (__statfs_filesize_max): Likewise.
55074         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55076 2011-07-05  Andreas Jaeger  <aj@suse.de>
55078         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55080 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55082         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55083         `status' variable.
55084         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55085         Likewise.
55087 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55089         * Makefile (strop-tests): Add strncat.
55090         * string/test-strncat.c: New file.
55092 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55094         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55096 2011-06-21  Andreas Jaeger  <aj@suse.de>
55098         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55099         Copy rule from iconvdata/Makefile.
55101 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55103         [BZ #12922]
55104         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55105         but no long options are defined, just return 'W'.
55107 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55109         [BZ #9696]
55110         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55112 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55114         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55115         netgroups to read.
55116         (innetgr): Likewise.
55118 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55120         * config.make.in (install_root): Default to $(DESTDIR).
55122 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55124         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55126 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55128         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55130         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55131         containing directory rather than embedding absolute directory names.
55133         * scripts/check-local-headers.sh: Rewritten using awk.
55134         Match by word, not by line.  Print error messages for matches.
55135         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55137         * Makerules [shlib-lds-flags empty]:
55138         ($(common-objpfx)libc_pic.opts): New target.
55139         ($(common-objpfx)libc_pic.os.clean): New target.
55140         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55142         * config.make.in (OBJCOPY): New variable.
55143         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55144         * configure: Regenerated.
55146         * config.make.in (use-default-link): New variable.
55147         * configure.in (use_default_link): Grok --with-default-link to set it.
55148         * configure: Regenerated.
55149         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55150         (shlib-lds, shlib-lds-flags): Define to empty.
55152         * Makerules (shlib-lds): New variable.
55153         (shlib-lds-flags): New variable.
55154         (build-shlib, build-moduile, build-module-asneeded): Use it.
55155         ($(common-objpfx)libc.so): Use $(shlib-lds).
55156         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55157         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55159         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55160         DT_FLAGS/DT_FLAGS_1 with zero flags.
55162         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55163         linker script munging.
55165 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55167         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55168         as 128-bit value.
55169         * crypt/sha512.c (sha512_process_block): Perform total addition using
55170         128-bit if possible.
55171         (__sha512_finish_ctx): Likewise.
55172         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55173         as 64-bit value.
55174         * crypt/sha256.c (SWAP64): Define.
55175         (sha256_process_block): Perform total addition using 64-bit if
55176         possible.
55177         (__sha256_finish_ctx): Likewise.
55179 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55181         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55182         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55183         * nscd/hstcache.c (cache_addhst): Likewise.
55184         * nscd/grpcache.c (cache_addgr): Likewise.
55185         * nscd/aicache.c (addhstaiX): Likewise
55186         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55188 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55190         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55191         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55192         * nscd/hstcache.c (cache_addhst): Likewise.
55193         * nscd/grpcache.c (cache_addgr): Likewise.
55194         * nscd/aicache.c (addhstaiX): Likewise
55196 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55198         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55199         domain only when needed.
55201 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55203         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55204         is always restored.
55206 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55208         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55209         are re-adding the entry.
55210         * nscd/servicescache.c (cache_addserv): Likewise.
55212 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55214         * sysdeps/generic/dl-irel.h: fix protection against multiple
55215         inclusions.
55216         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55218 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55220         [BZ #12935]
55221         * malloc/memusage.sh: Fix quoting in message.
55222         * debug/xtrace.sh: Likewise.
55224         * configure.in: Remove support for --experimental-malloc option, make
55225         it the default.
55226         * config.make.in: Likewise.
55227         * malloc/Makefile: Likewise.
55229 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55231         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55232         two-byte characters.
55234 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55236         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55237         AC_CACHE_CHECK invocation.
55238         * configure: Regenerated.
55240         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55242 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55244         [BZ #12350]
55245         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55246         bit from old_res_options.
55248         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55250         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55251         value type for setfct.
55253 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55255         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55256         __gettimeofday instead of gettimeofday.
55258 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55260         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55262 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55264         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55266         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55267         info.
55269 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55271         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55272         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55273         strcpy-sse2-unaligned strncpy-sse2-unaligned
55274         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55275         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55276         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55277         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55278         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55279         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55280         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55281         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55282         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55283         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55284         (STRCPY): Support SSE2 and SSSE3 versions.
55286 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55288         [BZ #12874]
55289         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55290         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55291         kernels which artificially limit size of requests.
55293 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55295         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55296         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55297         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55298         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55299         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55300         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55301         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55302         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55303         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55304         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55305         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55306         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55307         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55308         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55309         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55310         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55311         Enable unaligned load optimization for Intel Core i3, i5 and i7
55312         processors.
55313         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55314         Define.
55315         (index_Fast_Unaligned_Load): Define.
55316         (HAS_FAST_UNALIGNED_LOAD): Define.
55318 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55320         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55322 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55324         [BZ #12907]
55325         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55326         until it is clear that the information is realy needed.
55327         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55329 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55331         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55333 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55335         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55336         /sys/devices/system/cpu/online if it is usable.
55338         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55339         reading the information from the /proc filesystem to once a second.
55341 2011-06-21  Andreas Jaeger  <aj@suse.de>
55343         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55344         NULL after inclusion of kernel headers.
55346 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55348         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55349         calls to internal_setent.
55351         [BZ #12885]
55352         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55353         addresses using gethostbyname4_r ignore IPv4 addresses.
55355         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55356         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55358         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55360 2011-06-20  David S. Miller  <davem@davemloft.net>
55362         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55363         inclusions.
55364         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55366         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55367         (elf_irel): Use it.
55368         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55369         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55370         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55371         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55372         * sysdeps/x86_64/dl-irel.h: Likewise.
55374         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55375         * elf/dl-sym.c: Likewise.
55377 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55379         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55380         need to dereference resplen2.
55382 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55384         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55386 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55388         * Makeconfig: Define vardbdir and inst_vardbdir.
55389         * nss/Makefile: Add rules to install db-Makefile.
55391         * nss/nss_db/db-XXX.c: Cleanup.
55393         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55394         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55395         GLIBC_PRIVATE.
55396         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55397         * nss/makedb.c: Implement -g option to specify that value strings
55398         are generated and should not be added to table iterated over for
55399         get*ent calls.
55400         * nss/nss_db/db-initgroups.c: New file.
55402         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55403         interface.
55405         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55406         (internal_getgrouplist): Adjust to name change.
55407         Update use_initgroups_entry if this is not the first call.
55408         * nss/databases.def: Add initgroups entry.
55410         * nss/makedb.c (compute_tables): Check result of multiple hash table
55411         sizes to minimize maximum chain length.
55413 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55415         * Versions.def: Add entry for libnss_db.
55416         * shlib-versions: Likewise.
55417         * nss/Makefile: Add rules to build libnss_db.
55418         * nss/Versions: Add libnss_db information.  Organize libnss_files
55419         entries better.
55420         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55421         makedb progra.  Some minor improvements to generate smaller files.
55422         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55423         here from...
55424         * nss/makedb.c: ...here.
55425         Improve database format to be smaller and require less memory at
55426         runtime.
55427         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55428         db anymore.
55429         * nss/nss_db/db-netgrp.c: Likewise.
55430         * nss/nss_db/db-open.c: Likewise.
55431         * nss/nss_files/flies-XXX.x: Adjust comments.
55432         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55433         * nss/nss_files/files-grp.c: Likewise.
55434         * nss/nss_files/files-hosts.c: Likewise.
55435         * nss/nss_files/files-network.c: Likewise.
55436         * nss/nss_files/files-proto.c: Likewise.
55437         * nss/nss_files/files-pwd.c: Likewise.
55438         * nss/nss_files/files-rpc.c: Likewise.
55439         * nss/nss_files/files-service.c: Likewise.
55440         * nss/nss_files/files-sgrp.c: Likewise.
55441         * nss/nss_files/files-spwd.c: Likewise.
55442         * nss/nss_db/db-alias.c: Removed.
55443         * nss/nss_db/dummy-db.h: Removed.
55445 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55447         * nss/makedb.c: Rewritten to not use database library.
55448         * nss/Makefile: Update to build new makedb program.
55450 2011-06-14  Andreas Jaeger  <aj@suse.de>
55452         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55453         memset declaration.
55455 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55457         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55458         tmpbuf.
55460 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55462         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55463         * elf/Makefile ($(objpfx)ld.so): Likewise.
55465         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55466         Don't list ld.so twice in dependencies.
55468         * posix/bug-regex31.c: Include <stdlib.h>.
55470         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55472         * nis/nss_compat/compat-spwd.c
55473         (getspent_next_nss_netgr): Remove unused variable.
55474         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55476         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55477         nonmembers" output to use the right array.
55479         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55481         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55483         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55484         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55485         * catgets/gencat.c (read_input_file): Likewise.
55486         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55488         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55489         variable definition inside #if's controlling its use.
55491         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55493         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55495         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55497         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55498         unreachable code.
55500         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55502         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55503         * configure: Regenerated.
55505         * Makerules: Revert last change.
55506         * elf/Makefile: Likewise.
55508 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55510         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55511         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55512         (reloc-link): Likewise.
55514 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55516         * elf/Makefile: Add rules to build pldd.
55517         * elf/pldd.c: New file.
55518         * elf/pldd-xx.c: New file.
55520 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55522         * version.h: Update for 2.15 development version.
55524 2011-06-07  David S. Miller  <davem@davemloft.net>
55526         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55527         ifuncs.
55528         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55529         elf_machine_lazy_rel): Likewise.
55530         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55531         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55532         elf_machine_lazy_rel): Likewise.
55533         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55534         dl_hwcap via passed in argument.
55535         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55536         Likewise.
55538 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55540         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55542 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55544         [BZ #12849]
55545         * manual/fdl-1.1.texi: New file, verbatim from:
55546         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55547         * manual/lgpl-2.1.texi: New file, verbatim from:
55548         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55549         * manual/Makefile (licenses): New variable, list those new file names.
55550         (texis): Use it.
55551         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55553         * manual/fdl.texi: File removed.
55554         * manual/lesser.texi: File removed.
55555         * manual/libc.texinfo (Copying, Documentation License):
55556         Use new @include file names, put @appendix directive before @include.
55558 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55560         [BZ #12841]
55561         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55562         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55563         (mq_open): Add __NTH.
55565 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55567         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55568         Assume Intel Core i3/i5/i7 processor if AVX is available.
55570 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55572         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55573         typo.
55575 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55577         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55578         memory.  Use alloca_account.  Fix memory leak when retrying.
55580 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55582         * version.h (RELEASE): Bump for 2.14 release.
55583         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55585         * config.make.in (RANLIB): Remove entry.
55587 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55589         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55590         (libc.pot): Work around missing support for .ksh extension in xgettext.
55592         [BZ #12684]
55593         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55594         if both request failed.
55595         (send_dg): In case of server errors clear resplen or *resplen2.
55597         [BZ #12454]
55598         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55599         when there are multiple maps.
55600         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55601         (_dl_fini): Remove test here.
55603         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55605 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55607         [BZ #12350]
55608         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55609         bit from old_res_options.
55610         (gaih_inet): Likewise.
55612         [BZ #11099]
55613         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55614         as signed.
55616         * resolv/res_init.c (res_setoptions): Make the code more compact.
55618         [BZ #11558]
55619         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55620         set RES_USEVC.
55622         [BZ #11634]
55623         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55625         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55627         [BZ #11781]
55628         * malloc/malloc.h: Declare malloc hook variables as volatile.
55630         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55631         in last patch.
55633         [BZ #11799]
55634         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55635         raise in the comment.
55636         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55637         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55638         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55640 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55642         [BZ #12811]
55643         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55644         grow the buffers more if it already has to be sufficient.
55645         (build_wcs_upper_buffer): Likewise.
55646         * posix/regexec.c (check_matching): Likewise.
55647         (clean_state_log_if_needed): Likewise.
55648         (extend_buffers): Don't enlarge buffers beyond size of the input
55649         buffer.
55650         Patches mostly by Emil Wojak <emil@wojak.eu>.
55651         * posix/bug-regex32.c: New file.
55652         * posix/Makefile (tests): Add bug-regex32.
55654         * locale/findlocale.c (_nl_find_locale): Return right away if
55655         _nl_explode_name failed.
55656         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55658         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55660         * debug/xtrace.sh: Unify messages.
55661         * malloc/memusage.sh: Likewise.
55663         [BZ #12813]
55664         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55665         time symbol from vDSO.  Substitute with vsyscall if not available.
55666         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55667         __vdso_time.
55669         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55670         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55671         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55672         Add sendmmsg and internal_sendmmsg.
55673         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55674         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55675         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55677         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55678         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55679         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55681 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55683         [BZ #12813]
55684         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55685         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55686         available.
55687         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55688         __vdso_getcpu.
55690         [BZ #12814]
55691         * iconvdata/Makefile (tests): Add bug-iconv9.
55692         * iconvdata/bug-iconv9.c: New file.
55694 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55696         [BZ #12814]
55697         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55699 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55701         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55702         (struct user_regs_struct): Change intcs field back to cs.
55704 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55706         * po/ja.po: Update from translation team.
55708 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55710         [BZ #12795]
55711         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55712         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55714 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55716         * stdlib/longlong.h: Update from GCC.
55718 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55720         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55721         parameter name.
55722         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55723         Add parameter name.
55724         (__sysconf): Pass it down.
55726 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55728         [BZ #12671]
55729         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55730         some situations.
55731         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55732         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55733         add in in __libc_use_alloca calls.  Adjust callers.
55734         (glob): Use malloc in some situations.
55736         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55737         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55738         pltexit.
55740 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55742         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55743         and CLOCK_BOOTTIME_ALARM.
55745         [BZ #12782]
55746         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55747         is returned.
55749         * string/_strerror.c (__strerror_r): Print negative errors as signed
55750         numbers.
55752         [BZ #12777]
55753         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55754         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55755         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55757         * configure.in: Fix typo in redirection and correct removal of test
55758         files in two cases.
55760         [BZ #12788]
55761         * locale/setlocale.c (new_composite_name): Fix test to check for
55762         identical name of all categories.
55764         [BZ #12792]
55765         * libio/filedoalloc.c (local_isatty): New function.
55766         (_IO_file_doallocate): Use local_isatty.
55767         * stdio-common/perror.c (perror): In case a new stream is used
55768         forward the stream error.
55769         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55770         error flag.
55772 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55774         [BZ #11869]
55775         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55776         alloca.
55777         * include/alloca.h (extend_alloca_account): Define.
55779         [BZ #11857]
55780         * posix/regex.h: Fix comments with documentation of user-accessible
55781         fields after compilation and describe correct free'ing of pattern
55782         after re_compile_pattern.
55783         Patch by Reuben Thomas <rrt@sc3d.org>.
55785 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55787         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55788         and -mno-altivec to prevent the compiler from using Altivec and/or
55789         VSX instructions when the corresponding registers are not available.
55791 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55793         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55795 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55797         * libio/freopen.c (freopen): Use __dup2, not dup2.
55798         * libio/freopen64.c (freopen64): Likewise.
55800 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55802         [BZ #12775]
55803         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55804         * math/Makefile (tests): Add test-powl.
55805         (CFLAGS-test-powl.c): Define.
55806         * math/test-powl.c: New file.
55808 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55810         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55812 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55814         [BZ #11837]
55815         * iconvdata/gb18030.c: Update to GB18020-2005.
55817 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55819         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55820         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55821         Patch by Aharon Robbins <arnold@skeeve.com>.
55823         [BZ #11892]
55824         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55825         on the stack.
55827         [BZ #11895]
55828         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55829         through underflows.
55831         [BZ #12766]
55832         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55833         point to strings before performing equality test for error_one_per_line
55834         mode.
55836         [BZ #11697]
55837         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55839         [BZ #11820]
55840         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55841         (struct user_fpregs_struct): Avoid __uint*_t types.
55843         [BZ #6420]
55844         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55845         symbol info.  Use it instead of calling _dl_addr locally.
55846         (lock_and_info): New function.
55847         (tr_freehook): Call lock_and_info and pass symbol info as additional
55848         parameter to tr_where.
55849         (tr_mallochook): Likewise.
55850         (tr_reallochook): Likewise.
55851         (tr_memalignhook): Likewise.
55853         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55854         used and couldn't be at all thread-safe.
55856 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55858         * libio/freopen.c (freopen): Don't close old file descriptor
55859         before the new one is opened.  Instead dup the new file descriptor
55860         to the old one after the new stream is created.
55861         * libio/freopen64.c (freopen64): Likewise.
55862         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55863         * libio/fileops.c (_IO_new_file_close_it): Handle new
55864         _IO_FLAGS2_NOCLOSE flag.
55865         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55866         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55867         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55868         _IO_FLAGS2_NOCLOSE flag.
55869         * include/unistd.h: Add hidden_proto for dup3.
55870         Define __have_dup3.
55871         * io/dup3.c: Define hidden symbol.
55872         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55874         [BZ #7101]
55875         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55876         when an incomplete long option is used.
55877         * posix/tst-getopt_long1.c: New file.
55878         * posix/Makefile (tests): Add tst-getopt_long1.
55880         [BZ #10138]
55881         * scripts/config.guess: Update from autoconf-2.68.
55882         * scripts/config.sub: Likewise.
55884         [BZ #10157]
55885         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55886         tests into ...
55887         (has_cpuclock): ...this.  New function.
55888         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55889         macro here based on has_cpuclock code.
55891         [BZ #10149]
55892         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55893         First byte (not low byte) is now always NUL.
55894         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55896         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55897         Use non-cancelable interfaces.
55899         [BZ #9809]
55900         * locale/iso-639.def: Add entry for Sorani.
55902         [BZ #11901]
55903         * include/stdlib.h: Move include protection to the right place.
55904         Define abort_msg_s.  Declare __abort_msg with it.
55905         * stdlib/abort.c (__abort_msg): Adjust type.
55906         * assert/assert.c (__assert_fail_base): New function.  Majority
55907         of code from __assert_fail.  Allocate memory for __abort_msg with
55908         mmap.
55909         (__assert_fail): Now call __assert_fail_base.
55910         * assert/assert-perr.c: Remove bulk of implementation.  Use
55911         __assert_fail_base.
55912         * include/assert.hL Declare __assert_fail_base.
55913         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55914         mmap.
55915         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55917 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55919         [BZ #11952]
55920         [BZ #12453]
55921         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55922         until all modules are registered in the DTV.
55923         * elf/Makefile: Add rules to build and run tst-tls19.
55924         * elf/tst-tls19.c: New file.
55925         * elf/tst-tls19mod1.c: New file.
55926         * elf/tst-tls19mod2.c: New file.
55927         * elf/tst-tls19mod3.c: New file.
55928         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55930         [BZ #12083]
55931         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55932         correctly.
55934         [BZ #12601]
55935         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55936         two-byte sequence errors.
55937         * iconvdata/Makefile (tests): Add bug-iconv8.
55938         * iconvdata/bug-iconv8.c: New file.
55940         [BZ #12626]
55941         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55942         buf2 definition.
55944         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55946         [BZ #12432]
55947         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55948         (dummy_getcfa): New function.
55949         (init): Get _Unwind_GetCFA address, use dummy if not found.
55950         (backtrace_helper): In recursion check, also check whether CFA changes.
55951         (__backtrace): Completely initialize arg.
55953         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55954         storing incomplete byte sequence in state object.  Avoid testing for
55955         guaranteed too small input if we know there is enough data available.
55957 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55959         * Makeconfig (+link-pie): Indent.
55960         * Rules (binaries-pie): Define if $(have-fpie) and
55961         $(build-shared).
55962         (binaries-shared): Also filter out $(binaries-pie).
55963         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55964         * nscd/Makefile (others-pie): Add nscd.
55965         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55966         ($(objpfx)nscd): Remove command override.
55967         * login/Makefile (others-pie): Add pt_chown.
55968         ($(objpfx)pt_chown): Remove command override.
55969         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55970         remove command overrides.
55972 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55974         * libio/tst_putwc.c: Fix error messages.
55976         [BZ #12724]
55977         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55978         currently writing and seek to current position when not.
55979         * libio/Makefile (tests): Add bug-fclose1.
55980         * libio/bug-fclose1.c: New file.
55982 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55984         [BZ #12511]
55985         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55986         don't set DF_1_NODELETE here.
55987         (do_lookup_x): When entering new entry test for copy relocation
55988         and if necessary set DF_1_NODELETE flag.
55989         * elf/tst-unique4.cc: New file.
55990         * elf/tst-unique4.h: New file.
55991         * elf/tst-unique4lib.cc: New file.
55992         * elf/Makefile: Add rules to build and run tst-unique4.
55993         Patch by Piotr Bury <pbury@goahead.com>.
55995 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55997         [BZ #12052]
55998         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56000         [BZ #12625]
56001         * misc/mntent_r.c (addmntent): Flush the stream after the output
56003         [BZ #12393]
56004         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56005         (is_trusted_path_normalize): Skip initial colon.  Append slash
56006         to empty buffer.  Duplicate is_trusted_path code but allow
56007         constructed patch to be prefix.
56008         (is_dst): Allow $ORIGIN followed by /.
56009         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56010         Correct testing of result of is_trusted_path_normalize
56011         (decompose_rpath): Fix warning.
56013 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56015         [BZ #11257]
56016         * grp/initgroups.c (internal_getgrouplist): When we found the service
56017         list through the initgroups entry in nsswitch.conf do not always
56018         continue on a successful lookup.  Don't always use the
56019         __nss_group_database value if it is set.
56020         * nss/nsswitch.conf (initgroups): Change action for successful db
56021         lookup to continue for compatibility.
56023 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56025         [BZ #11532]
56026         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56027         and CP774 modules.
56028         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56029         and CP774 modules.
56030         * iconvdata/tst-tables.sh: Likewise.
56031         * iconvdata/cp770.c: New file.
56032         * iconvdata/cp771.c: New file.
56033         * iconvdata/cp772.c: New file.
56034         * iconvdata/cp773.c: New file.
56035         * iconvdata/cp774.c: New file.
56036         * iconvdata/testdata/CP770: New file.
56037         * iconvdata/testdata/CP770..UTF8: New file.
56038         * iconvdata/testdata/CP771: New file.
56039         * iconvdata/testdata/CP771..UTF8: New file.
56040         * iconvdata/testdata/CP772: New file.
56041         * iconvdata/testdata/CP772..UTF8: New file.
56042         * iconvdata/testdata/CP773: New file.
56043         * iconvdata/testdata/CP773..UTF8: New file.
56044         * iconvdata/testdata/CP774: New file.
56045         * iconvdata/testdata/CP774..UTF8: New file.
56047         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56048         END CHARMAP line.
56049         * iconvdata/gen-8bit-gap.sh: Likewise.
56050         * iconvdata/gen-8bit.sh: Likewise.
56052         * locale/iso-639.def: Add ary entry.
56054         [BZ #11258]
56055         * locale/C-translit.h.in: Add U20A1 transliteration.
56057         [BZ #12178]
56058         * locale/iso-639.def: Add wae entry.
56059         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56061         [BZ #12545]
56062         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56063         for n.
56065         [BZ #12711]
56066         * locale/C-translit.h.in: Add entry for U20B9.
56067         Patch by pravin.d.s@gmail.com.
56069 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56071         [BZ #12713]
56072         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56073         ENAMETOOLONG use generic getcwd.
56074         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56075         in rtld.  Use *stat64.
56076         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56077         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56078         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56079         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56080         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56081         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56082         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56083         __fstatat64 macros.
56084         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56085         * dirent/rewinddir.c: Add libc_hidden_def.
56086         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56087         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56089         * include/dirent.h (__alloc_dir): Add flags parameter.
56090         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56091         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56092         __alloc_dir.
56093         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56094         from fdopendir if O_CLOEXEC is already set.
56096 2011-03-15  Alan Modra  <amodra@gmail.com>
56098         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56099         l_tls_firstbyte_offset non-zero.  Save padding offset in
56100         l_tls_firstbyte_offset for later use.
56101         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56102         freeing static tls block.
56104 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56106         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56107         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56108         being defined by the kernel headers.
56110 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56112         [BZ #12734]
56113         * resolv/resolv.h: Define RES_NOTLDQUERY.
56114         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56115         no-tld-query and set RES_NOTLDQUERY.
56116         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56117         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56118         modern BIND to search name as TLD unless forbidden.
56120 2011-05-07  Petr Baudis  <pasky@suse.cz>
56121             Ulrich Drepper  <drepper@gmail.com>
56123         [BZ #12393]
56124         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56125         (is_trusted_path): ...to here.
56126         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56127         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56128         using is_trusted_path_normalize() in setuid scripts.
56130 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56132         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56133         __BEGIN/__END_DECLS.
56135 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56137         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56138         NSS_STATUS_NOTFOUND if no record was found.
56140 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56142         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56143         (headers-not-in-tirpc): Remove rpc/netdb.h
56144         * resolv/netdb.h: Revert last change.
56146 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56148         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56149         circular dependency between libgcc.a and libc.a.
56151 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56153         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56154         * nis/Makefile: Don't install rpcsvc/*.
56155         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56156         instead of <rpc/types.h>.
56157         (MAXHOSTNAMELEN): Define.
56159 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56161         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56163 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56165         [BZ #12714]
56166         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56167         gethostbyname4_r when IPv6 results are possible.
56169 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56171         [BZ #12723]
56172         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56173         _PC_PIPE_BUF handling.
56175 2011-04-30  Bruno Haible  <bruno@clisp.org>
56177         [BZ #12717]
56178         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56179         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56180         to 'int'.
56181         * inet/getnameinfo.c (getnameinfo): Likewise.
56183 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56185         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56186         to groups setting in database lookup.
56187         * nss/nsswitch.conf: Add initgroups entry.
56189 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56191         [BZ #12685]
56192         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56193         mode string.
56194         Patch by Eric Blake <eblake@redhat.com>.
56196 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56198         * sunrpc/Makefile (need-export-routines): Add svc_run.
56199         (routines): Remove svc_run.
56200         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56201         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56202         * sunrpc/svc_run.c (svc_run): Likewise.
56203         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56205 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56207         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56208         problem in reallocation in last patch.
56210 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56212         * sunrpc/Makefile: Move inclusion of Rules.
56214 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56216         * nss/nss_files/files-initgroups.c: New file.
56217         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56218         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56219         _nss_files_initgroups_dyn.
56221 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56223         * elf/elf.h (R_ARM_IRELATIVE): Define.
56225 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56227         * po/ru.po: Update from translation team.
56229 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56231         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56232         dependencies.
56234 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56236         [BZ #12653]
56237         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56238         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56239         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56240         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56241         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56243 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56245         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56246         differing bytes.
56247         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56248         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56249         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56251 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56253         [BZ #12420]
56254         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56255         storing it.
56256         * stdlib/bug-getcontext.c: New file.
56257         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56259 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56261         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56262         instructions into .machine "z9-109".
56263         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56264         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56266 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56268         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56269         between environment variables and auxiliary vector.
56271 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56273         * Makefile: Add rules to build linkobj/libc.so.
56274         * include/libc-symbols.h: Define libc_hidden_nolink.
56275         * include/rpc/auth.h: Mark functions which are to be hidden.
56276         * include/rpc/auth_des.h: Likewise.
56277         * include/rpc/auth_unix.h: Likewise.
56278         * include/rpc/clnt.h: Likewise.
56279         * include/rpc/des_crypt.h: Likewise.
56280         * include/rpc/key_prot.h: Likewise.
56281         * include/rpc/pmap_clnt.h: Likewise.
56282         * include/rpc/pmap_prot.h: Likewise.
56283         * include/rpc/pmap_rmt.h: Likewise.
56284         * include/rpc/rpc_msg.h: Likewise.
56285         * include/rpc/svc.h: Likewise.
56286         * include/rpc/svc_auth.h: Likewise.
56287         * include/rpc/xdr.h: Likewise.
56288         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56289         * nss/Makefile: Likewise.
56290         * sunrpc/Makefile: Don't install headers.  Build library with normal
56291         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56292         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56293         for the compat linking library.  Remove use of INTDEF/INTUSE.
56294         * sunrpc/auth_none.c: Likewise.
56295         * sunrpc/auth_unix.c: Likewise.
56296         * sunrpc/authdes_prot.c: Likewise.
56297         * sunrpc/authuxprot.c: Likewise.
56298         * sunrpc/clnt_gen.c: Likewise.
56299         * sunrpc/clnt_perr.c: Likewise.
56300         * sunrpc/clnt_raw.c: Likewise.
56301         * sunrpc/clnt_simp.c: Likewise.
56302         * sunrpc/clnt_tcp.c: Likewise.
56303         * sunrpc/clnt_udp.c: Likewise.
56304         * sunrpc/clnt_unix.c: Likewise.
56305         * sunrpc/des_crypt.c: Likewise.
56306         * sunrpc/des_soft.c: Likewise.
56307         * sunrpc/get_myaddr.c: Likewise.
56308         * sunrpc/key_call.c: Likewise.
56309         * sunrpc/key_prot.c: Likewise.
56310         * sunrpc/netname.c: Likewise.
56311         * sunrpc/pm_getmaps.c: Likewise.
56312         * sunrpc/pm_getport.c: Likewise.
56313         * sunrpc/pmap_clnt.c: Likewise.
56314         * sunrpc/pmap_prot.c: Likewise.
56315         * sunrpc/pmap_prot2.c: Likewise.
56316         * sunrpc/pmap_rmt.c: Likewise.
56317         * sunrpc/publickey.c: Likewise.
56318         * sunrpc/rpc_cmsg.c: Likewise.
56319         * sunrpc/rpc_common.c: Likewise.
56320         * sunrpc/rpc_dtable.c: Likewise.
56321         * sunrpc/rpc_prot.c: Likewise.
56322         * sunrpc/rpc_thread.c: Likewise.
56323         * sunrpc/rtime.c: Likewise.
56324         * sunrpc/svc.c: Likewise.
56325         * sunrpc/svc_auth.c: Likewise.
56326         * sunrpc/svc_authux.c: Likewise.
56327         * sunrpc/svc_raw.c: Likewise.
56328         * sunrpc/svc_run.c: Likewise.
56329         * sunrpc/svc_simple.c: Likewise.
56330         * sunrpc/svc_tcp.c: Likewise.
56331         * sunrpc/svc_udp.c: Likewise.
56332         * sunrpc/svc_unix.c: Likewise.
56333         * sunrpc/svcauth_des.c: Likewise.
56334         * sunrpc/xcrypt.c: Likewise.
56335         * sunrpc/xdr.c: Likewise.
56336         * sunrpc/xdr_array.c: Likewise.
56337         * sunrpc/xdr_float.c: Likewise.
56338         * sunrpc/xdr_intXX_t.c: Likewise.
56339         * sunrpc/xdr_mem.c: Likewise.
56340         * sunrpc/xdr_rec.c: Likewise.
56341         * sunrpc/xdr_ref.c: Likewise.
56342         * sunrpc/xdr_sizeof.c: Likewise.
56343         * sunrpc/xdr_stdio.c: Likewise.
56345 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56347         [BZ #12650]
56348         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56349         * sysdeps/ia64/dl-tls.h: Likewise.
56350         * sysdeps/powerpc/dl-tls.h: Likewise.
56351         * sysdeps/s390/dl-tls.h: Likewise.
56352         * sysdeps/sh/dl-tls.h: Likewise.
56353         * sysdeps/sparc/dl-tls.h: Likewise.
56354         * sysdeps/x86_64/dl-tls.h: Likewise.
56355         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56357 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56359         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56360         rpath element also skip the following colon.
56361         (expand_dynamic_string_token): Add is_path parameter and pass
56362         down to DL_DST_REQUIRED and _dl_dst_substitute.
56363         (decompose_rpath): Call expand_dynamic_string_token with
56364         non-zero is_path.  Ignore empty rpaths.
56365         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56366         with zero is_path.
56368 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56371         Make cancelable.
56373 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56375         [BZ #12655]
56376         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56377         Patch by Filipe David Manana <fdmanana@apache.org>.
56379 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56381         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56382         Maintain aligned stack.
56383         (CHECK_RSP): Remove unused macro.
56385 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56387         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56388         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56390 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56392         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56394         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56396 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56398         [BZ #12518]
56399         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56400         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56401         * sysdeps/x86_64/memmove.c: New file.
56402         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56403         (memcpy): Renamed to ...
56404         (__new_memcpy): This.
56405         (memcpy): Provide GLIBC_2_14 memcpy.
56406         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56407         (memcpy): Provide GLIBC_2_2_5 memcpy.
56409 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56411         [BZ #12631]
56412         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56414 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56416         * misc/syncfs.c: New file.
56417         * misc/Makefile (routines): Add syncfs.
56418         * posix/unistd.h: Declare syncfs.
56419         * sysdeps/unix/syscalls.list: Add syncfs.
56421 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56423         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56424         open_by_handle_at.
56425         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56426         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56427         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56428         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56429         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56430         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56431         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56433 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56435         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56436         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56437         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56438         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56439         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56440         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56441         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56443         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56444         sync_file_range.c with -fexceptions.
56445         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56446         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56447         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56448         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56449         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56450         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56451         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56452         sync_file_range as cancellation point
56453         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56454         now a wrapper around __call_sync_file_range with cancellation handling.
56455         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56456         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56457         function name to __call_sync_file_range.
56458         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56459         Add call_sync_file_range.
56461 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56463         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56464         bits/timex.h.
56466 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56468         * iconv/iconv.h: Fix typo in comment.
56469         * io/fcntl.h: Likewise.
56470         * libio/stdio.h: Likewise.
56471         * posix/spawn.h: Likewise.
56472         * posix/unistd.h: Likewise.
56473         * stdlib/stdlib.h: Likewise.
56474         * time/time.h: Likewise.
56475         * wcsmbs/wchar.h: Likewise.
56477         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56478         open_by_handle): Add.
56479         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56480         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56481         Augment a few comments.
56482         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56483         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56484         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56485         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56486         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56487         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56488         open_by_handle.
56490         * io/fcntl.h (AT_EMPTY_PATH): Define.
56492 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56494         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56495         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56496         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56497         to...
56498         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56499         * Versions.def: Add GLIBC_2.14.
56500         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56501         Export.
56503 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56505         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56506         round counter.
56507         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56509 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56511         [BZ #12597]
56512         * string/test-strncmp.c (do_page_test): New function.
56513         (check2): Likewise.
56514         (test_main): Call check2.
56515         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56517 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56519         [BZ #12587]
56520         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56521         Handle cache information in CPU leaf 4.
56522         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56524 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56526         [BZ #12583]
56527         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56528         character representation.
56529         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56531 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56533         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56534         END(__isnan) to END(__isnanf) to match function entry point/label
56535         EALIGN(__isnanf,...).
56537 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56539         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56541 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56543         [BZ #12510]
56544         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56545         copy from the symbol referenced in the relocation to initialize the
56546         used variable.
56547         Patch by Piotr Bury <pbury@goahead.com>.
56548         * elf/Makefile: Add rules to build and tst-unique3.
56549         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56550         * elf/tst-unique3.cc: New file.
56551         * elf/tst-unique3.h: New file.
56552         * elf/tst-unique3lib.cc: New file.
56553         * elf/tst-unique3lib2.cc: New file.
56555         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56557 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56559         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56560         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56561         to _start.
56563 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56565         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56566         to-be-loaded object along a path to loader is ld.so.
56568 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56569             Ulrich Drepper  <drepper@gmail.com>
56571         * sysdeps/x86_64/memset.S: After aligning destination, code
56572         branches to different locations depending on the value of
56573         misalignment, when multiarch is enabled. Fix this.
56575 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56577         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56578         Set _x86_64_preferred_memory_instruction for AMD processsors.
56579         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56580         Set bit_Prefer_SSE_for_memop for AMD processors.
56582 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56584         * libio/fmemopen.c (fmemopen): Optimize a bit.
56586 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56588         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56590 2011-03-03  Roland McGrath  <roland@redhat.com>
56592         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56594 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56596         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56597         __bzero_ultra1 instead of __memset_ultra1.
56599 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56600             Ulrich Drepper  <drepper@gmail.com>
56602         [BZ #12509]
56603         * include/link.h (struct link_map): Add l_orig_initfini.
56604         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56605         returning unsuccessfully.
56606         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56607         close of a file loaded at startup, restore the original l_initfini
56608         list.
56609         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56610         list, store the pointer.
56611         * elf/Makefile ($(objpfx)noload-mem): New rule.
56612         (noload-ENV): Define.
56613         (tests): Add $(objpfx)noload-mem.
56614         * elf/noload.c: Include <memcheck.h>.
56615         (main): Call mtrace.  Close all opened handles.
56617 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56619         [BZ #12454]
56620         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56621         dependencies are missing.
56623 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56625         Fix __if_freereq crash: Unlike the generic version which uses free,
56626         Hurd needs munmap.
56627         * sysdeps/mach/hurd/ifreq.h: New file.
56629 2011-01-27  Petr Baudis  <pasky@suse.cz>
56630             Ulrich Drepper  <drepper@gmail.com>
56632         [BZ 12445]#
56633         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56634         to extend_alloca().
56635         * stdio-common/bug23.c: New file.
56636         * stdio-common/Makefile (tests): Add bug23.
56638 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56639             Ulrich Drepper  <drepper@gmail.com>
56641         [BZ #12489]
56642         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56643         before performing relro protection.  At old place add assertion
56644         to make sure nothing changed.
56646 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56647             Glauber de Oliveira Costa  <glommer@gmail.com>
56649         * elf/elf.h: Add new ARM TLS relocs.
56651 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56654         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56655         cast from r3.
56656         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56657         'tests' variable.
56658         * sysdeps/wordsize-64/tst-writev.c: New file.
56660 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56662         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56663         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56664         insns in _dl_start to prevent a TOC reference before relocs are
56665         resolved.
56667 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56669         [BZ #12469]
56670         * Makeconfig: Remove RANLIB definition.
56671         * Makerules: Don't use RANLIB.
56672         * aclocal.m4: Remove ranlib test.
56673         * configure.in: No need to check for ranlib.
56674         * elf/rtld-Rules: Don't use RANLIB.
56676 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56678         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56679         protection macro.
56680         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56681         inclusion protection macro.
56683         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56684         SIGRTMIN and SIGRTMAX and print information in that case only when
56685         SIGRTMIN is defined.
56687 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56689         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56690         arginfo fn returning -1.
56692         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56693         and thousands string is zero terminated.
56695 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56697         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56698         sysdeps/unix/sysv/linux/bits/socket.h.
56700 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56702         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56703         (__CPU_COUNT): Remove old macros.
56704         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56705         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56706         (__CPU_ALLOC, __CPU_FREE): Add macros.
56707         (__sched_cpualloc, __sched_cpufree): Add declarations.
56709 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56711         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56712         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56713         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56714         (readdhstai): Return value of addhstaiX call.
56715         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56716         (addgrbyX): Return value returned by cache_addgr.
56717         (readdgrbyname): Return value returned by addgrbyX.
56718         (readdgrbygid): Likewise.
56719         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56720         (addpwbyX): Return value returned by cache_addpw.
56721         (readdpwbyname): Return value returned by addhstbyX.
56722         (readdpwbyuid): Likewise.
56723         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56724         (addservbyX): Return value returned by cache_addserv.
56725         (readdservbyname): Return value returned by addservbyX:
56726         (readdservbyport): Likewise.
56727         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56728         (addhstbyX): Return value returned by cache_addhst.
56729         (readdhstbyname): Return value returned by addhstbyX.
56730         (readdhstbyaddr): Likewise.
56731         (readdhstbynamev6): Likewise.
56732         (readdhstbyaddrv6): Likewise.
56733         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56734         (readdinitgroups): Return value returned by addinitgroupsX.
56735         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56736         (prune_cache): Keep track of timeout value of re-added entries.
56737         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56738         * nscd/nscd.h: Adjust prototypes of readd* functions.
56740 2011-02-04  Roland McGrath  <roland@redhat.com>
56742         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56743         (nis_stats): Likewise.
56744         * nis/nis_modify.c (nis_modify): Likewise.
56745         * nis/nis_remove.c (nis_remove): Likewise.
56746         * nis/nis_add.c (nis_add): Likewise.
56748         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56750         * posix/fnmatch_loop.c: Add some consts.
56752         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56754 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56756         [BZ #12460]
56757         * config.make.in (config-cflags-novzeroupper): Define.
56758         * configure.in: Substitute libc_cv_cc_novzeroupper.
56759         * elf/Makefile (AVX-CFLAGS): Define.
56760         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56761         (CFLAGS-tst-auditmod4a.c): Likewise.
56762         (CFLAGS-tst-auditmod4b.c): Likewise.
56763         (CFLAGS-tst-auditmod6b.c): Likewise.
56764         (CFLAGS-tst-auditmod6c.c): Likewise.
56765         (CFLAGS-tst-auditmod7b.c): Likewise.
56766         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56768 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56770         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56771         function to the callback.
56772         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56774 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56776         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56777         of errno.
56779 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56781         [BZ #11724]
56782         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56783         of constructors.
56784         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56785         of destructors.
56786         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56788         [BZ #11724]
56789         * elf/Makefile: Add rules to build and run new test.
56790         * elf/tst-initorder.c: New file.
56791         * elf/tst-initorder.exp: New file.
56792         * elf/tst-initordera1.c: New file.
56793         * elf/tst-initordera2.c: New file.
56794         * elf/tst-initordera3.c: New file.
56795         * elf/tst-initordera4.c: New file.
56796         * elf/tst-initorderb1.c: New file.
56797         * elf/tst-initorderb2.c: New file.
56798         * elf/tst-order-a1.c: New file.
56799         * elf/tst-order-a2.c: New file.
56800         * elf/tst-order-a3.c: New file.
56801         * elf/tst-order-a4.c: New file.
56802         * elf/tst-order-b1.c: New file.
56803         * elf/tst-order-b2.c: New file.
56804         * elf/tst-order-main.c: New file.
56805         New test case by George Gensure <werkt0@gmail.com>.
56807 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56809         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56810         decoding ACE if AI_CANONIDN.
56812 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56814         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56816 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56818         * version.h (RELEASE): Bump for 2.13 release.
56819         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56821         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56823         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56824         MADV_NOHUGEPAGE.
56825         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56826         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56827         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56828         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56829         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56830         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56832         * posix/getconf.c: Update copyright year.
56833         * catgets/gencat.c: Likewise.
56834         * csu/version.c: Likewise.
56835         * debug/catchsegv.sh: Likewise.
56836         * debug/xtrace.sh: Likewise.
56837         * elf/ldconfig.c: Likewise.
56838         * elf/ldd.bash.in: Likewise.
56839         * elf/sprof.c (print_version): Likewise.
56840         * iconv/iconv_prog.c: Likewise.
56841         * iconv/iconvconfig.c: Likewise.
56842         * locale/programs/locale.c: Likewise.
56843         * locale/programs/localedef.c: Likewise.
56844         * malloc/memusage.sh: Likewise.
56845         * malloc/mtrace.pl: Likewise.
56846         * nscd/nscd.c (print_version): Likewise.
56847         * nss/getent.c: Likewise.
56849         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56850         PF_CAIF, and PF_ALG.
56851         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56853 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56855         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56856         (modules-names): Use them.
56857         (ifunc-test-modules, ifunc-pie-tests): Define.
56858         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56859         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56860         (test-extras): Likewise.
56861         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56862         $(compile-command.c).
56863         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56864         (all-built-dso): Define.
56865         (check-textrel.out, check-execstack.out): Depend on it.
56867         * configure.in: Don't override --enable-multi-arch.
56869 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56871         [BZ #6812]
56872         * nscd/hstcache.c (tryagain): Define.
56873         (cache_addhst): Return tryagain not notfound for temporary errors.
56874         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56875         failed.
56877 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56879         [BZ #10563]
56880         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56881         to make the syscall.
56882         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56884         [BZ #12378]
56885         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56886         and fall back to matching as normal character if the string ends before
56887         the matching ']' is found.  This is what POSIX requires.
56888         * posix/testfnm.c: Adjust test result.
56889         * posix/globtest.sh: Adjust test result.  Add new test.
56890         * posix/tst-fnmatch.input: Likewise.
56891         * posix/tst-fnmatch2.c: Add new test.
56893 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56895         * elf/Makefile (check-execstack): Revert last change.  Depend on
56896         check-execstack.h.
56897         (check-execstack.h): New target.
56898         (generated): Add check-execstack.h.
56899         * elf/check-execstack.c: Include "check-execstack.h".
56900         (main): Revert last change.
56901         (handle_file): Return zero if GNU_STACK is absent and
56902         DEFAULT_STACK_PERMS doesn't include PF_X.
56904 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56906         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56907         in child fails because the descriptor is already closed.
56908         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56909         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56910         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56912         [BZ #12397]
56913         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56914         syscall.
56916         [BZ #10484]
56917         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56918         temporary buffer used to handle multi lookups locally.
56919         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56921 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56923         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56924         loader is ld.so.
56926 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56928         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56929         alignment for SSE2.
56931 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56933         [BZ #12394]
56934         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56935         characters.  When rounding increased number of integer digits recompute
56936         number of groups.
56937         * stdio-common/tst-grouping.c: New file.
56938         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56940 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56942         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56943         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56945         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56946         void.
56947         * bits/select.h: Likewise.
56949 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56951         * po/ja.po: Update from translation team.
56953 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56955         [BZ #11155]
56956         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56957         implementation just like for lxstat, fxstatat, et al.
56959 2010-12-27  Jim Meyering  <meyering@redhat.com>
56961         [BZ #12348]
56962         * posix/regexec.c (build_trtable): Return failure indication upon
56963         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56965 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56967         [BZ #12201]
56968         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56969         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56970         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56971         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56973         [BZ #12207]
56974         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56976         [BZ #12204]
56977         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56978         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56980 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56982         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56983         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56984         script has SORT_BY_INIT_PRIORITY.
56985         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56986         NO_CTORS_DTORS_SECTIONS is defined.
56987         * elf/soinit.c: Likewise.
56988         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56989         NO_CTORS_DTORS_SECTIONS is defined.
56990         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56991         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56992         * sysdeps/sh/init-first.c: Likewise.
56993         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56995 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56997         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56998         always use the slow path.
57000 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57002         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57003         similar rule which adds the sysdep directories to the header search in
57004         order to pick up the correct platform stackinfo.h.
57005         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57006         perform test if it is, otherwise return successfully without testing.
57007         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57008         DEFAULT_STACK_PERMS define in stackinfo.h.
57009         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57010         defined in stackinfo.h.
57011         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57012         DEFAULT_STACK_PERMS defined in stackinfo.h.
57013         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57014         * sysdeps/ia64/stackinfo.h: Likewise.
57015         * sysdeps/s390/stackinfo.h: Likewise.
57016         * sysdeps/sh/stackinfo.h: Likewise.
57017         * sysdeps/sparc/stackinfo.h: Likewise.
57018         * sysdeps/x86_64/stackinfo.h: Likewise.
57019         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57020         PF_X for powerpc64.  Retain PF_X for powerpc32.
57022 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57024         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57025         accurately.
57026         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57027         GETDENTS_64BIT_ALIGNED.
57029 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57031         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57033 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57035         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57036         _GNU_SOURCE.
57038         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57039         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57040         Remove __restrict.
57041         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57042         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57044 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57046         [BZ #11655]
57047         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57048         are initialized.
57050 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57052         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57054 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57056         * po/it.po: Update from translation team.
57058 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57060         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57061         unused codes.
57063 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57065         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57067 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57069         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57070         specially.
57071         (gaih_getanswer_slice): Likewise.
57073 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57075         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57077 2010-05-31  Petr Baudis  <pasky@suse.cz>
57079         [BZ #11149]
57080         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57081         silently even in the chroot mode.
57083 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57085         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57086         last patch a bit.  Pretty printing
57088 2010-05-31  Petr Baudis <pasky@suse.cz>
57090         [BZ #10085]
57091         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57092         initialization of skip_initgroups_dyn.
57094 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57096         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57097         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57099 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57101         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57103 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57105         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57106         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57107         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57108         ($(objpfx)tst-fnmatch-mem): New rule.
57109         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57110         * posix/tst-fnmatch.c (main): Call mtrace.
57112 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57114         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57115         Support Intel processor model 6 and model 0x2c.
57117 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57119         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57120           signed comparison.
57122 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57124         [BZ #12205]
57125         * string/test-strncasecmp.c (check_result): New function.
57126         (do_one_test): Use it.
57127         (check1): New function.
57128         (test_main): Use it.
57129         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57130         Support strcasecmp and strncasecmp.
57132 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57134         [BZ #12194]
57135         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57136         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57138 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57140         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57141         IFUNC support.
57142         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57143         memset-x86-64.
57144         * sysdeps/x86_64/multiarch/bzero.S: New file.
57145         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57146         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57147         * sysdeps/x86_64/multiarch/memset.S: New file.
57148         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57149         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57150         Set bit_Prefer_SSE_for_memop for Intel processors.
57151         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57152         Define.
57153         (index_Prefer_SSE_for_memop): Define.
57154         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57156 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57158         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57159         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57161 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57163         [BZ #12191]
57164         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57165         (__x86_64_raw_data_cache_size_half): Likewise.
57166         (__x86_64_raw_shared_cache_size): Likewise.
57167         (__x86_64_raw_shared_cache_size_half): Likewise.
57169         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57170         (__x86_64_raw_data_cache_size_half): Likewise.
57171         (__x86_64_raw_shared_cache_size): Likewise.
57172         (__x86_64_raw_shared_cache_size_half): Likewise.
57173         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57174         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57175         and __x86_64_raw_shared_cache_size_half.  Round
57176         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57177         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57178         to multiple of 256 bytes.
57180 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57182         [BZ #12167]
57183         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57184         of inacessible symlinks.  Verify result of symlink before returning it.
57185         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57186         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57188 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57190         * math/math.h (isinf): Fix typo in comment.
57192 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57194         * po/da.po: Update from translation team.
57196 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57198         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57199         is added to the list.
57201 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57202             Ulrich Drepper  <drepper@gmail.com>
57204         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57205         the global list here.  Move code to...
57206         (_dl_add_to_namespace_list): ...here.  New function.
57207         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57208         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57209         * elf/dl-load.c (lose): Don't remove the element from the list.
57210         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57211         (_dl_map_object): Likewise.
57213 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57215         [BZ #12159]
57216         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57217         into all bytes of SSE register.
57218         Patch by Richard Li <richardpku@gmail.com>.
57220 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57222         [BZ #12140]
57223         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57224         perturbing.
57226 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57228         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57229         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57230         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57231         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57233         submachine.
57234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57236 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57238         * include/dlfcn.h (__RTLD_SECURE): Define.
57239         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57240         mode & __RTLD_SECURE instead.
57241         (open_path): Rename preloaded parameter to secure.
57242         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57243         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57244         * elf/dl-deps.c (openaux): Likewise.
57245         * elf/rtld.c (struct map_args): Remove is_preloaded.
57246         (map_doit): Don't use it.
57247         (dl_main): Likewise.
57248         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57249         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57251 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57253         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57254         (sysd-rules-targets): Remove duplicates.
57255         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57256         rtld-%.$o dependency.
57258 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57260         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57261         _dl_map_object do it.
57263 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57265         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57266         fast fma builtins, define the macros in the C99 standard.
57267         (FP_FAST_FMAF): Likewise.
57268         (FP_FAST_FMAL): Likewise.
57269         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57271         * bits/mathdef.h: Update copyright year.
57272         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57274 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57276         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57277         builtins, define the macros in the C99 standard.
57278         (FP_FAST_FMAF): Likewise.
57279         (FP_FAST_FMAL): Likewise.
57280         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57281         multiply/add.
57282         (FP_FAST_FMAF): Likewise.
57284 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57286         [BZ #3268]
57287         * math/libm-test.inc (fma_test): Some new testcases.
57288         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57289         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57290         y and infinite z.  Do multiplication by C already in long double.
57291         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57292         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57293         y and infinite z.  Do bitwise or of inexact bit into u.d.
57294         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57295         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57296         * sysdeps/i386/fpu/s_fma.S: Removed.
57297         * sysdeps/i386/fpu/s_fmal.S: Removed.
57299 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57301         [BZ #3268]
57302         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57303         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57304         computation is not scheduled after fetestexcept.  Fix value
57305         of minimum denormal long double.
57307 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57309         [BZ #3268]
57310         * math/libm-test.inc (fma_test): Add some more tests.
57311         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57312         correctly.
57314 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57316         * scripts/data/localplt-s390-linux-gnu.data: New file.
57317         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57319 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57321         [BZ #3268]
57322         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57323         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57324         instead of dbl-64.
57325         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57326         inlines.
57327         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57328         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57329         if one of x and y is very large and the other is subnormal.
57330         * sysdeps/s390/fpu/s_fmaf.c: New file.
57331         * sysdeps/s390/fpu/s_fma.c: New file.
57332         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57333         * sysdeps/powerpc/fpu/s_fma.S: New file.
57334         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57335         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57336         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57338 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57340         [BZ #3268]
57341         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57342         fma tests.
57343         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57344         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57345         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57346         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57347         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57348         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57349         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57351 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57353         [BZ #12078]
57354         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57355         * posix/bug-regex31.input: Add test case.
57357 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57359         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57360         * posix/bug-regex31.input: New file.
57362         [BZ #12078]
57363         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57364         (parse_sub_exp): Fix last change, use postorder.
57366         * posix/bug-regex31.c: New file.
57367         * posix/Makefile: Add rules to build and run bug-regex31.
57369         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57371         [BZ #12078]
57372         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57374         [BZ #12108]
57375         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57376         to have entries in sys_siglist.
57378         [BZ #12093]
57379         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57380         be NULL.
57382 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57384         [BZ #3268]
57385         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57386         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57387         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57388         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57389         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57390         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57391         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57392         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57393         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57394         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57395         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57396         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57397         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57398         * math/ftestexcept.c (fetestexcept): Likewise.
57399         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57400         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57401         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57402         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57403         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57404         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57405         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57407 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57409         [BZ #12107]
57410         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57411         newline.
57413 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57415         * string/bug-strstr1.c: New file.
57416         * string/Makefile: Add rules to build and run bug-strstr1.
57418 2010-10-05  Eric Blake  <eblake@redhat.com>
57420         [BZ #12092]
57421         * string/str-two-way.h (two_way_long_needle): Always clear memory
57422         when skipping input due to the shift table.
57424 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57426         [BZ #12005]
57427         * malloc/mcheck.c: Handle large requests.
57429         [BZ #12077]
57430         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57431         for strncmp and strncasecmp.
57432         * string/stratcliff.c: Add tests for strcmp and strncmp.
57433         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57435 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57437         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57438         __set_fpscr.
57440 2010-09-30  Andreas Jaeger  <aj@suse.de>
57442         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57443         (CGROUP_SUPER_MAGIC): Define.
57444         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57445         Handle btrfs and cgroup file systems.
57446         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57447         Likewise.
57449 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57451         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57452         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57454 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57456         [BZ #12067]
57457         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57458         trying to locate the ELF header.
57460 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57462         [BZ #11611]
57463         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57464         Mask out sign-bit copies when constructing f_fsid.
57466 2010-09-24  Petr Baudis <pasky@suse.cz>
57468         * debug/stack_chk_fail_local.c: Add missing licence exception.
57469         * debug/warning-nop.c: Likewise.
57471 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57473         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57474         implementing getdents64 using getdents syscall, set d_type if
57475         __ASSUME_GETDENTS32_D_TYPE.
57477 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57479         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57480         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57482 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57484         [BZ #12037]
57485         * posix/unistd.h: Undo change of feature selection for ftruncate from
57486         2010-01-11.
57488 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57490         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57491         detection.
57493 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57495         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57496         fanotify_mark.
57497         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57499 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57501         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57502         variables after CHECK_SP call.
57503         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57505 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57506             Ulrich Drepper  <drepper@redhat.com>
57508         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57509         re-relocationg ld.so.
57510         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57511         _dl_init_paths call.
57512         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57513         here anymore.
57515 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57517         * resolv/res_init.c (__res_vinit): Count the default server we added.
57519 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57520             Ulrich Drepper  <drepper@redhat.com>
57522         [BZ #11968]
57523         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57524         (____longjmp_chk): Use %ebx for saving value across system call.
57525         Add unwind info.
57527 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57529         * manual/Makefile: Don't mix pattern rules with normal rules.
57531 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57533         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57534         operation.
57535         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57536         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57537         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57538         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57539         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57540         Likewise.
57542 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57544         [BZ #11979]
57545         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57546         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57548 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57550         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57551         * sysdeps/x86_64/addmul_1.S: Likewise.
57552         * sysdeps/x86_64/lshift.S: Likewise.
57553         * sysdeps/x86_64/mul_1.S: Likewise.
57554         * sysdeps/x86_64/rshift.S: Likewise.
57555         * sysdeps/x86_64/sub_n.S: Likewise.
57556         * sysdeps/x86_64/submul_1.S: Likewise.
57558 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57560         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57561         Define __sched_param instead of SCHED_* and sched_param when
57562         <bits/sched.h> is included with __need_schedparam defined.
57563         * bits/sched.h [__need_schedparam]
57564         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57565         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57566         (__defined_schedparam): Define to 1.
57567         (__sched_param): New structure, identical to sched_param.
57568         (__need_schedparam): Undefine.
57570 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57572         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57573         (epoll_create1): Declare.
57575         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57577 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57579         [BZ #7066]
57580         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57581         shifting retval into place.
57583 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57585         * nis/rpcsvc/nis.h: Update copyright notice.
57586         * nis/rpcsvc/nis.x: Likewise.
57587         * nis/rpcsvc/nis_callback.h: Likewise.
57588         * nis/rpcsvc/nis_callback.x: Likewise.
57589         * nis/rpcsvc/nis_object.x: Likewise.
57590         * nis/rpcsvc/nis_tags.h: Likewise.
57591         * nis/rpcsvc/yp.h: Likewise.
57592         * nis/rpcsvc/yp.x: Likewise.
57593         * nis/rpcsvc/ypupd.h: Likewise.
57594         * nis/yp_xdr.c: Likewise.
57595         * nis/ypupdate_xdr.c: Likewise.
57597         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57598         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57599         (pmap_getport): Use __libc_rpc_getport.
57600         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57601         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57602         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57604 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57607         fanotify_mark.
57609 2010-08-27  Roland McGrath  <roland@redhat.com>
57611         * sysdeps/i386/i686/multiarch/Makefile
57612         (CFLAGS-varshift.c): New variable.
57614 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57616         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57617         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57619         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57621         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57623 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57625         * sysdeps/x86_64/strlen.S: Unroll the loop.
57626         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57627         strlen-sse2 strlen-sse2-bsf.
57628         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57629         __strlen_no_bsf if bit_Slow_BSF is set.
57630         (__strlen_sse42): Removed.
57631         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57632         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57634 2010-08-25  Roland McGrath  <roland@redhat.com>
57636         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57637         * sysdeps/x86_64/multiarch/varshift.c: New file.
57638         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57639         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57640         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57641         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57643 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57645         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57646         strlen-sse2 strlen-sse2-bsf.
57647         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57648         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57649         (__strlen_sse2): Removed.
57650         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57651         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57653         bit_Slow_BSF for Atom.
57654         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57655         (index_Slow_BSF): Define.
57656         (HAS_SLOW_BSF): Define.
57658 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57660         [BZ #10851]
57661         * resolv/res_init.c (__res_vinit): When no server address at all
57662         is given default to loopback.
57664 2010-08-24  Roland McGrath  <roland@redhat.com>
57666         * configure.in: Remove config-name.h generation.
57667         * configure: Regenerated.
57668         * config-name.in: File removed.
57669         * scripts/config-uname.sh: New file.
57670         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57671         ($(objdir)config-name.h): New target.
57673         * sunrpc/rpc_parse.h: Avoid nested comment.
57675 2010-08-24  Richard Henderson  <rth@redhat.com>
57676             Ulrich Drepper  <drepper@redhat.com>
57677             H.J. Lu  <hongjiu.lu@intel.com>
57679         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57680         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57681         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57682         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57683         _mm_alignr_epi8 with _mm_loadu_si128.
57684         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57685         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57686         (__m128i_shift_right): Removed.
57687         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57688         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57689         * sysdeps/x86_64/multiarch/varshift.h: New file.
57690         * sysdeps/x86_64/multiarch/varshift.S: New file.
57692 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57694         * configure.in: Move assembler checks to before sysdep dir checking.
57696 2010-08-20  Petr Baudis  <pasky@suse.cz>
57698         * LICENSES: Sync the sunrpc license.
57700 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57702         * sunrpc/auth_des.c: Update copyright notice once again.
57703         * sunrpc/auth_none.c: Likewise.
57704         * sunrpc/auth_unix.c: Likewise.
57705         * sunrpc/authdes_prot.c: Likewise.
57706         * sunrpc/authuxprot.c: Likewise.
57707         * sunrpc/bindrsvprt.c: Likewise.
57708         * sunrpc/clnt_gen.c: Likewise.
57709         * sunrpc/clnt_perr.c: Likewise.
57710         * sunrpc/clnt_raw.c: Likewise.
57711         * sunrpc/clnt_simp.c: Likewise.
57712         * sunrpc/clnt_tcp.c: Likewise.
57713         * sunrpc/clnt_udp.c: Likewise.
57714         * sunrpc/clnt_unix.c: Likewise.
57715         * sunrpc/des_crypt.c: Likewise.
57716         * sunrpc/des_soft.c: Likewise.
57717         * sunrpc/get_myaddr.c: Likewise.
57718         * sunrpc/getrpcport.c: Likewise.
57719         * sunrpc/key_call.c: Likewise.
57720         * sunrpc/key_prot.c: Likewise.
57721         * sunrpc/openchild.c: Likewise.
57722         * sunrpc/pm_getmaps.c: Likewise.
57723         * sunrpc/pm_getport.c: Likewise.
57724         * sunrpc/pmap_clnt.c: Likewise.
57725         * sunrpc/pmap_prot.c: Likewise.
57726         * sunrpc/pmap_prot2.c: Likewise.
57727         * sunrpc/pmap_rmt.c: Likewise.
57728         * sunrpc/rpc/auth.h: Likewise.
57729         * sunrpc/rpc/auth_unix.h: Likewise.
57730         * sunrpc/rpc/clnt.h: Likewise.
57731         * sunrpc/rpc/des_crypt.h: Likewise.
57732         * sunrpc/rpc/key_prot.h: Likewise.
57733         * sunrpc/rpc/netdb.h: Likewise.
57734         * sunrpc/rpc/pmap_clnt.h: Likewise.
57735         * sunrpc/rpc/pmap_prot.h: Likewise.
57736         * sunrpc/rpc/pmap_rmt.h: Likewise.
57737         * sunrpc/rpc/rpc.h: Likewise.
57738         * sunrpc/rpc/rpc_des.h: Likewise.
57739         * sunrpc/rpc/rpc_msg.h: Likewise.
57740         * sunrpc/rpc/svc.h: Likewise.
57741         * sunrpc/rpc/svc_auth.h: Likewise.
57742         * sunrpc/rpc/types.h: Likewise.
57743         * sunrpc/rpc/xdr.h: Likewise.
57744         * sunrpc/rpc_clntout.c: Likewise.
57745         * sunrpc/rpc_cmsg.c: Likewise.
57746         * sunrpc/rpc_common.c: Likewise.
57747         * sunrpc/rpc_cout.c: Likewise.
57748         * sunrpc/rpc_dtable.c: Likewise.
57749         * sunrpc/rpc_hout.c: Likewise.
57750         * sunrpc/rpc_main.c: Likewise.
57751         * sunrpc/rpc_parse.c: Likewise.
57752         * sunrpc/rpc_parse.h: Likewise.
57753         * sunrpc/rpc_prot.c: Likewise.
57754         * sunrpc/rpc_sample.c: Likewise.
57755         * sunrpc/rpc_scan.c: Likewise.
57756         * sunrpc/rpc_scan.h: Likewise.
57757         * sunrpc/rpc_svcout.c: Likewise.
57758         * sunrpc/rpc_tblout.c: Likewise.
57759         * sunrpc/rpc_util.c: Likewise.
57760         * sunrpc/rpc_util.h: Likewise.
57761         * sunrpc/rpcinfo.c: Likewise.
57762         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57763         * sunrpc/rpcsvc/key_prot.x: Likewise.
57764         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57765         * sunrpc/rpcsvc/mount.x: Likewise.
57766         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57767         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57768         * sunrpc/rpcsvc/rex.x: Likewise.
57769         * sunrpc/rpcsvc/rstat.x: Likewise.
57770         * sunrpc/rpcsvc/rusers.x: Likewise.
57771         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57772         * sunrpc/rpcsvc/spray.x: Likewise.
57773         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57774         * sunrpc/rtime.c: Likewise.
57775         * sunrpc/svc.c: Likewise.
57776         * sunrpc/svc_auth.c: Likewise.
57777         * sunrpc/svc_authux.c: Likewise.
57778         * sunrpc/svc_raw.c: Likewise.
57779         * sunrpc/svc_run.c: Likewise.
57780         * sunrpc/svc_simple.c: Likewise.
57781         * sunrpc/svc_tcp.c: Likewise.
57782         * sunrpc/svc_udp.c: Likewise.
57783         * sunrpc/svc_unix.c: Likewise.
57784         * sunrpc/svcauth_des.c: Likewise.
57785         * sunrpc/xcrypt.c: Likewise.
57786         * sunrpc/xdr.c: Likewise.
57787         * sunrpc/xdr_array.c: Likewise.
57788         * sunrpc/xdr_float.c: Likewise.
57789         * sunrpc/xdr_mem.c: Likewise.
57790         * sunrpc/xdr_rec.c: Likewise.
57791         * sunrpc/xdr_ref.c: Likewise.
57792         * sunrpc/xdr_sizeof.c: Likewise.
57793         * sunrpc/xdr_stdio.c: Likewise.
57795         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57796         handling.
57798 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57800         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57802 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57804         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57805         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57806         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57807         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57808         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57809         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57810         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57811         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57812         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57813         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57814         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57815         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57816         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57817         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57819 2010-07-26  Anton Blanchard  <anton@samba.org>
57821         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57822         * malloc/arena.c (heap_trim): Likewise.
57824 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57826         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57827         here.  Not...
57828         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57829         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57831 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57833         * sysdeps/i386/elf/Makefile: New file.
57835 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57837         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57838         from fanotify_init.
57839         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57840         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57842 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57844         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57845         of strncasecmp_l.
57846         * sysdeps/multiarch/strcmp.S: Likewise.
57848 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57850         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57851         strncase_l-nonascii.
57852         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57853         Add strncase_l-ssse3.
57854         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57855         * sysdeps/x86_64/strcmp.S: Likewise.
57856         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57857         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57858         * sysdeps/x86_64/strncase.S: New file.
57859         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57860         * sysdeps/x86_64/strncase_l.S: New file.
57861         * string/Makefile (strop-tests): Add strncasecmp.
57862         * string/test-strncasecmp.c: New file.
57864         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57865         warning.
57867         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57868         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57870 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57872         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57874 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57876         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57877         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57878         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57880 2010-05-01  Alan Modra  <amodra@gmail.com>
57882         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57883         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57884         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57885         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57886         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57887         tidying.  Don't tail-call __sigjmp_save for static lib.
57888         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57889         save location.
57890         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57891         (CALL_MCOUNT): Add eh info, and nop after bl.
57892         (TAIL_CALL_SYSCALL_ERROR): New macro.
57893         (PSEUDO_RET): Use it.
57894         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57895         Correct save location of integer regs and cr.
57896         (_dl_profile_resolve): Correct cr save location.  Delete nops
57897         after bl when SHARED.  Reduce cfi size a little by better
57898         placement of cfi directives.
57899         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57900         make a stack frame.  Instead use parm save area as a temp.
57901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57902         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57904         Don't make a stack frame for parent, use parm save area.
57905         Increase child stack frame to 112 bytes.  Don't save unused reg,
57906         and adjust reg usage.  Set up cfi on error recovery and
57907         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57909         (__makecontext): Add dummy nop after jump to exit.
57910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57911         Use correct parm save area and cr save, reduce stack frame.
57912         Correct cfi for possible PSEUDO_RET frame setup.
57913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57914         Branch to local label emitted by PSEUDO_RET rather than
57915         __syscall_error.
57917 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57919         [BZ #11904]
57920         * locale/programs/locale.c (print_assignment): New function.
57921         (show_locale_vars): Use it.
57923 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57925         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57926         field.
57927         (struct statfs64): Likewise.
57928         (_STATFS_F_FLAGS): Define.
57929         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57930         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57931         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57932         (ST_VALID): Define locally.
57933         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57934         __statvfs_getflags, use the provided value.
57935         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57936         __ASSUME_STATFS_F_FLAGS.
57938         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57940         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57941         Add sys/fanotify.h.
57942         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57943         fanotify_mask for GLIBC_2.13.
57944         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57945         fanotify_init and fanotify_mark.
57946         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57947         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57949         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57950         Add prlimit.
57951         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57952         prlimit64 for GLIBC_2.13.
57953         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57954         prlimit64.
57955         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57956         syscall.
57957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57958         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57959         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57960         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57961         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57962         add prlimit alias.
57963         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57965         [BZ #11903]
57966         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57967         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57969         * nss/Makefile: Add rules to build and run tst-nss-test1.
57970         * shlib-versions: Add entry for libnss_test1.
57971         * nss/nss_test1.c: New file.
57972         * nss/tst-nss-test1.c: New file.
57974         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57975         (__nss_configure_lookup): Set appropriate entry in
57976         __nss_configure_lookup to true.
57977         * nss/nsswitch.h: Define enum with indeces of databases in
57978         databases and __nss_database_custom arrays.  Declare
57979         __nss_database_custom.
57980         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57981         to avoid using nscd when custom rules are installed.
57982         * nss/getXXbyYY_r.c: Likewise.
57983         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57985         * nss/nss_files/files-parse.c: Whitespace fixes.
57987 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57989         [BZ #11883]
57990         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57991         * posix/fnmatch_loop.c: Likewise.
57993 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57995         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57996         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57997         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57998         * Versions.def [GLIBC_2.13]: Add.
58000 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58002         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58003         Also fail if tpwd after pwuid call is NULL.
58005 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58007         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58008         when converting to ms.
58010 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58012         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58013         EOPNOTSUPP errors with ENOTTY.
58014         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58015         EOPNOTSUPP errors with ENOTTY.
58017 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58019         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58020         Add strcasecmp_l-ssse3.
58021         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58022         strcasecmp.
58023         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58024         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58025         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58027 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58029         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58031         * string/Makefile (strop-tests): Add strcasecmp.
58032         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58033         strcasecmp_l-nonascii.
58034         (gen-as-const-headers): Add locale-defines.sym.
58035         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58036         * sysdeps/x86_64/strcasecmp.S: New file.
58037         * sysdeps/x86_64/strcasecmp_l.S: New file.
58038         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58039         * sysdeps/x86_64/locale-defines.sym: New file.
58040         * string/test-strcasecmp.c: New file.
58042         * string/test-strcasestr.c: Test both ends of the range of characters.
58043         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58045 2010-07-29  Roland McGrath  <roland@redhat.com>
58047         [BZ #11856]
58048         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58050 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58052         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58053         for ld.so.
58055 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58057         * manual/memory.texi (Malloc Tunable Parameters): Document
58058         M_PERTURB.
58060 2010-07-26  Roland McGrath  <roland@redhat.com>
58062         [BZ #11840]
58063         * configure.in (-fgnu89-inline check): Set and substitute
58064         gnu89_inline, not libc_cv_gnu89_inline.
58065         * configure: Regenerated.
58066         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58068 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58070         * string/test-strnlen.c: New file.
58071         * string/Makefile (strop-tests): Add strnlen.
58072         * string/tester.c (test_strnlen): Add a few more test cases.
58073         * string/tst-strlen.c: Better error reporting.
58075         * sysdeps/x86_64/strnlen.S: New file.
58077 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58079         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58080         lower-latency instructions.
58082 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58084         * string/test-strcasestr.c: New file.
58085         * string/test-strstr.c: New file.
58086         * string/Makefile (strop-tests): Add strstr and strcasestr.
58087         * string/str-two-way.h: Don't undefine MAX.
58088         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58090 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58092         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58093         strcasestr-nonascii.
58094         (CFLAGS-strcasestr-nonascii.c): Define.
58095         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58096         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58097         Remove unused attribute.
58099 2010-07-20  Roland McGrath  <roland@redhat.com>
58101         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58102         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58103         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58104         like LD_HWCAP_MASK can disable hwcaps.
58106 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58108         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58110 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58112         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58113         call in strcasestr.
58114         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58115         __strcasestr_sse42_nonascii.
58116         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58117         strcasestr-nonascii.c.
58118         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58120 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58122         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58123         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58124         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58125         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58127 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58129         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58130         fcntl.
58132 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58134         [BZ #11577]
58135         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58136         dl_signal_cerror.
58138 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58140         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58141         _PC_PIPE_BUF using F_GETPIPE_SZ.
58143 2010-07-05  Roland McGrath  <roland@redhat.com>
58145         * manual/arith.texi (Rounding Functions): Fix rint description
58146         implicit in round description.
58148 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58150         * elf/Makefile: Fix linking for a few tests to make recent linker
58151         happy.
58153 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58155         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58156         $(common-objpfx)libc_nonshared.a.
58158 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58160         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58161         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58162         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58163         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58164         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58165         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58166         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58167         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58182         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58183         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58184         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58185         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58186         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58187         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58188         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58189         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58190         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58191         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58192         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58193         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58209 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58211         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58212         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58213         * string/memmove.c (memmove): Renamed to ...
58214         (MEMMOVE): ...this.  Default to memmove.
58215         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58216         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58217         (END_CHK): Define.
58218         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58219         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58220         mempcpy-ssse3-back memmove-ssse3-back.
58221         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58222         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58223         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58224         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58225         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58226         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58227         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58228         * sysdeps/x86_64/multiarch/memmove.c: New file.
58229         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58230         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58231         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58232         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58233         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58234         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58235         Define.
58236         (index_Fast_Copy_Backward): Define.
58237         (HAS_ARCH_FEATURE): Define.
58238         (HAS_FAST_REP_STRING): Define.
58239         (HAS_FAST_COPY_BACKWARD): Define.
58241 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58243         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58244         Restore proper fallback handling.
58246 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58248         [BZ #11701]
58249         * posix/group_member.c (__group_member): Correct checking loop.
58251         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58252         OOM in getpwuid_r correctly.  Return error number when the caller
58253         should return, otherwise -1.
58254         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58255         call returning > 0 value.
58256         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58258 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58260         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58261         libc_nonshared.a from targets in modules-names.
58263 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58265         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58266         requires it.
58268 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58270         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58271         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58272         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58273         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58275 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58277         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58279 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58281         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58282         and F_GETPIPE_SZ.
58283         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58284         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58285         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58286         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58287         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58288         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58290 2010-06-14  Roland McGrath  <roland@redhat.com>
58292         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58294 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58296         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58297         __REDIRECT followed by __THROW.
58298         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58299         * posix/getopt.h (getopt): Likewise.
58301 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58303         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58304         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58305         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58306         in AT_FLAGS.
58307         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58308         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58310 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58312         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58314 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58316         [BZ #11640]
58317         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58318         Properly check family and model.
58320 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58322         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58324 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58326         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58328 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58330         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58331         symbol reference.
58333 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58335         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58336         symbol reference.
58338 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58340         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58341         and internal_recvmmsg.
58342         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58343         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58344         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58345         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58347         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58348         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58349         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58351 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58353         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58355 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58357         POWER7 optimizations.
58358         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58359         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58361 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58363         * version.h: Update for 2.13 development version.
58365 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58367         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58368         exceptions.  Return 0.
58370 2010-05-07  Roland McGrath  <roland@redhat.com>
58372         * elf/ldconfig.c (main): Add a const.
58374 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58376         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58377         (args_options): Add no-idn option.
58378         (ahosts_keys_int): Add idn_flags to ai_flags.
58379         (parse_option): Handle 'i' option to clear idn_flags.
58381         * malloc/malloc.c (_int_free): Possible race in the most recently
58382         added check.  Only act on the data if no current modification
58383         happened.
58385 See ChangeLog.17 for earlier changes.