Move tst-getlogin to login/ subdirectory.
[glibc.git] / ChangeLog
blob08f77fe3ed2dcd6e95f6d4ec318e50b22b74d2b1
1 2015-02-06  Roland McGrath  <roland@hack.frob.com>
3         * posix/tst-getlogin.c: Move to ...
4         * login/tst-getlogin.c: ... here.
5         * posix/Makefile (tests): Move tst-getlogin to ...
6         * login/Makefile (tests): ... here.
8         * libio/tst-atime.c (do_test): Move local variables SV and E
9         inside [ST_NOATIME] conditional.
11         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
13         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
15         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
16         (wait_code): New function replaces macro.
17         Call nanosleep rather than syscall.
19         * nptl/pt-system.c: Rewritten.  Put everything under
20         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
21         Use IFUNC to redirect when possible.
23         * nptl/pt-longjmp.c: Rewritten.  Put everything under
24         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
25         Use IFUNC to redirect when possible.
27         * nptl/pt-fork.c: Rewritten.  Put everything under
28         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
29         Use IFUNC to redirect when possible.
30         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
32         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
33         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
34         unconditionally nowadays.  This included the only reference to
35         __vdso_clock_gettime that appears outside libc proper.
36         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
37         Remove version set (containing only __vdso_clock_gettime).
38         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
39         Add attribute_hidden.
40         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
41         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
42         libc_hidden_data_def.
43         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
44         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
46         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
47         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
48         setrpcent, and getrpcport to ...
49         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
50         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
51         getrpcbynumber_r, and getrpcent_r to ...
52         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
53         * inet/getrpcbyname.c: Moved ...
54         * sunrpc/getrpcbyname.c: ... here.
55         * inet/getrpcbyname_r.c: Moved ...
56         * sunrpc/getrpcbyname_r.c: ... here.
57         * inet/getrpcbynumber.c: Moved ...
58         * sunrpc/getrpcbynumber.c: ... here.
59         * inet/getrpcbynumber_r.c: Moved ...
60         * sunrpc/getrpcbynumber_r.c: ... here.
61         * inet/getrpcent.c: Moved ...
62         * sunrpc/getrpcent.c: ... here.
63         * inet/getrpcent_r.c: Moved ...
64         * sunrpc/getrpcent_r.c: ... here.
65         * inet/Makefile (routines): Move those to ...
66         * sunrpc/Makefile (routines): ... here.
67         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
68         the $(subdirs) list.
69         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
70         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
71         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
72         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
74         * elf/Makefile (routines): Include $(all-dl-routines), not just
75         $(dl-routines).
76         (rtld-routines): Likewise.  Use = rather than :=.
77         * sysdeps/aarch64/Makefile [$(subdir) = elf]
78         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
79         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
80         * sysdeps/arm/Makefile: Likewise.
81         * sysdeps/i386/Makefile: Likewise.
82         * sysdeps/x86_64/Makefile: Likewise.
83         * sysdeps/hppa/Makefile [$(subdir) = elf]
84         (sysdep_routines, sysdep-rtld-routines): Don't add
85         $(sysdep-dl-routines) to these.
86         * sysdeps/ia64/Makefile: Likewise.
87         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
88         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
89         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
90         Don't add dl-static to these; sysdep-dl-routines alone is enough.
91         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
92         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
93         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
94         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
95         * sysdeps/powerpc/Makefile [$(subdir) = elf]
96         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
97         these; sysdep-dl-routines alone is enough.
99 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
101         [BZ #17932]
102         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
103         where multiplication results in zero and third argument is finite
104         and nonzero.
105         * math/auto-libm-test-in: Add more tests of fma.
106         * math/auto-libm-test-out: Regenerated.
108         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
109         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
110         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
111         (_FP_CMP_EQ): Likewise.
112         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
114         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
115         extra argument CHECK_NAN.  Redefine as wrapper around
116         _FP_EXTEND_CNAN.
118 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
120         * version.h (RELEASE): Set to "stable".
121         (VERSION): Set to "2.21"
122         * include/features.h (__GLIBC_MINOR__): Set to 21.
124         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
126 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
127             Paul Eggert  <eggert@cs.ucla.edu>
129         [BZ #16618]
130         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
131         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
132         size in bytes. Store needed elements in wpmax. Use needed size
133         in bytes for extend_alloca.
135 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
137         * manual/install.texi: Latest tested versions are GCC 4.9.2,
138         binutls 2.25, and texinfo 5.2.
139         * INSTALL: Regenerate.
140         * sysdeps/nios2/configure: Regenerate.
141         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
142         * manual/contrib.texi: Update.
143         * po/be.po: Update.
144         * po/bg.po: Update.
145         * po/ca.po: Update.
146         * po/cs.po: Update.
147         * po/da.po: Update.
148         * po/de.po: Update.
149         * po/el.po: Update.
150         * po/eo.po: Update.
151         * po/es.po: Update.
152         * po/fi.po: Update.
153         * po/fr.po: Update.
154         * po/gl.po: Update.
155         * po/hr.po: Update.
156         * po/hu.po: Update.
157         * po/ia.po: Update.
158         * po/id.po: Update.
159         * po/it.po: Update.
160         * po/ja.po: Update.
161         * po/ko.po: Update.
162         * po/lt.po: Update.
163         * po/nb.po: Update.
164         * po/nl.po: Update.
165         * po/pl.po: Update.
166         * po/pt_BR.po: Update.
167         * po/ru.po: Update.
168         * po/rw.po: Update.
169         * po/sk.po: Update.
170         * po/sl.po: Update.
171         * po/sv.po: Update.
172         * po/tr.po: Update.
173         * po/uk.po: Update.
174         * po/vi.po: Update.
175         * po/zh_CN.po: Update.
176         * po/zh_TW.po: Update.
178         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
179         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
180         * sysdeps/hppa/dl-irel.h: Remove #warning.
181         * sysdeps/hppa/entry.h: Provide prototype for
182         __canonicalize_funcptr_for_compare and cast argument.
183         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
184         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
185         * sysdeps/hppa/sotruss-lib.c: New file.
186         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
187         (atomic_compare_and_exchange_val_acq): Use __typeof__.
188         (atomic_compare_and_exchange_bool_acq): Likewise.
189         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
190         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
192         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
193         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
194         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
196 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
198         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
199         called function in non-PIC case.
201 2015-01-31  David S. Miller  <davem@davemloft.net>
203         * sysdeps/sparc/sparc32/bits/atomic.h
204         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
205         unlock not after it.
206         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
207         volatile register usage warnings from the compiler.
209         * sysdeps/sparc/nptl/sem_init.c: Delete.
210         * sysdeps/sparc/nptl/sem_post.c: Delete.
211         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
212         * sysdeps/sparc/nptl/sem_wait.c: Delete.
213         * sysdeps/sparc/sparc32/sem_init.c: New file.
214         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
215         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
216         padding explicitly initialized.
217         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
218         padding for in-semaphore spinlock.
219         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
220         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
221         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
222         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
223         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
224         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
225         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
226         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
227         version.
228         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
229         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
231 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
233         [BZ #17801]
234         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
235         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
236         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
237         New.
238         (index_AVX_Fast_Unaligned_Load): Likewise.
239         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
240         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
241         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
242         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
243         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
244         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
245         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
246         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
247         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
249 2015-01-29  Andreas Schwab  <schwab@suse.de>
251         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
253 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
255         [BZ #17892]
256         * nscd/nscd_stat.c (send_stats): Initialize DATA.
258 2015-01-28  Martin Sebor  <msebor@redhat.com>
260         * math/README.libm-test: Clarify. Add "How to read the test output."
262 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
264         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
265         Define to 0.
267 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
269         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
270         (__HAVE_64B_ATOMICS): Define to 0.
272 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
274         [BZ #17885]
275         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
276         value to set as new flag.
278         [BZ #16576]
279         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
280         and use _ARCH_PPCSQ instead.
281         (__ieee754_sqrt): Likewise.
282         (__ieee754_sqrtf): Likewise.
283         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
284         _ARCH_PPCSQ is defined.
285         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
286         fsqrt instruction.
287         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
288         _ARCH_PPCSQ is defined.
289         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
290         fsqrts instruction.
291         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
293 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
295         * iconv/loop.c: Suppress array out of bound warning caused by GCC
296         bug (GCC BZ #64739).
298 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
300         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
301         Mark _retval as used.
302         (lll_futex_wake_unlock): Likewise.
303         (lll_futex_timed_wait_requeue_pi): Likewise.
305         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
306         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
307         register variables.
309         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
310         libm_hidden_def.
312         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
313         (__bswap_64): Mark as __always_inline.
315 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
317         [BZ #15378]
318         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
319         when none of the search directories exist.
321 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
323         [BZ #17869]
324         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
325         power8 in .machine directive.
327         [BZ #17868]
328         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
329         set dependency from opd value.
331 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
333         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
334         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
335         architecture.
337 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
339         [BZ #17870]
340         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
341         with uint64_t.
342         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
343         (uint64_t) 1.
344         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
345         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
346         Replace 1UL with (uint64_t) 1.
347         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
348         int with uint64_t.
350 2015-01-23  Roland McGrath  <roland@hack.frob.com>
352         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
353         (if_freenameindex): Likewise.
355         * resource/getrlimit64.c: Add missing libc_hidden_def.
357 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
359         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
360         __label__.
361         (_FP_FMA): Likewise.
362         (_FP_TO_INT_ROUND): Likewise.
363         (_FP_FROM_INT): Likewise.
365 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
367         [BZ #16418]
368         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
369         Make code racy and cancel safe.
371 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
373         * sysdeps/arm/unwind-resume.h: Fix copyright year.
374         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
375         attribution.
377         * pwd/tst-getpw.c: Rewrite.
379         [BZ #17702]
380         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
381         (modules-names): Add moddummy1 and moddummy2.
382         ($(objpfx)tst-rec-dlopen): Define.
383         * dlfcn/moddummy1.c: New file.
384         * dlfcn/moddummy2.c: New file.
385         * dlfcn/tst-rec-dlopen.c: New file.
386         * elf/dl-cache.c (_dl_load_cache_lookup):
387         Return char*. Copy result with alloca/strcpy/strdup.
388         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
389         returns char*. Free cached. If not saving realname
390         free cached.
391         * elf/dl-open.c (dl_open_worker): Do not assert that
392         _r_debug->r_state is RT_CONSISTENT.
393         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
394         returns char*.
396 2015-01-21  Torvald Riegel  <triegel@redhat.com>
397             Carlos O'Donell  <carlos@redhat.com>
399         [BZ #12674]
400         * nptl/sem_waitcommon.c: New file.
401         * nptl/sem_wait.c: Include sem_waitcommon.c.
402         (__sem_wait_cleanup, do_futex_wait): Remove.
403         (__new_sem_wait): Adapt.
404         (__new_sem_trywait): New function.
405         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
406         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
407         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
408         (sem_timedwait): Adapt.
409         * nptl/sem_post.c (__new_sem_post): Adapt.
410         (futex_wake): New function.
411         (__old_sem_post): Add release MO fence.
412         * nptl/sem_open.c (sem_open): Adapt.
413         * nptl/sem_init.c (__new_sem_init): Adapt.
414         (futex_private_if_supported): New function.
415         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
416         (__old_sem_getvalue): Add using previous code.
417         * sysdeps/nptl/internaltypes.h: Adapt.
418         * nptl/tst-sem13.c (do_test): Adapt.
419         * nptl/tst-sem11.c (main): Adapt.
420         * nptl/sem_trywait.c: Remove.
421         * nptl/DESIGN-sem.txt: Remove.
422         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
423         (gen-as-const-headers): Remove structsem.sym.
424         * nptl/structsem.sym: Remove.
425         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
426         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
427         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
428         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
429         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
430         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
431         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
432         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
433         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
434         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
435         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
436         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
437         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
438         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
439         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
440         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
441         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
442         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
443         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
444         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
445         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
446         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
448 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
450         * INSTALL: Regenerated.
452         * po/libc.pot: Regenerated.
454 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
455             Sandra Loosemore  <sandra@codesourcery.com>
456             Andrew Jenner  <andrew@codesourcery.com>
457             Joseph Myers  <joseph@codesourcery.com>
458             Nathan Sidwell  <nathan@codesourcery.com>
460         * NEWS: Mention new Nios II port.
461         * sysdeps/nios2/Implies: New file.
462         * sysdeps/nios2/Makefile: New file.
463         * sysdeps/nios2/Subdirs: New file.
464         * sysdeps/nios2/Versions: New file.
465         * sysdeps/nios2/__longjmp.S: New file.
466         * sysdeps/nios2/abort-instr.h: New file.
467         * sysdeps/nios2/backtrace.c: New file.
468         * sysdeps/nios2/bits/endian.h: New file.
469         * sysdeps/nios2/bits/fenv.h: New file.
470         * sysdeps/nios2/bits/link.h: New file.
471         * sysdeps/nios2/bits/setjmp.h: New file.
472         * sysdeps/nios2/bsd-_setjmp.S: New file.
473         * sysdeps/nios2/bsd-setjmp.S: New file.
474         * sysdeps/nios2/configure: New generated file.
475         * sysdeps/nios2/configure.ac: New file.
476         * sysdeps/nios2/crti.S: New file.
477         * sysdeps/nios2/crtn.S: New file.
478         * sysdeps/nios2/dl-init.c: New file.
479         * sysdeps/nios2/dl-machine.h: New file.
480         * sysdeps/nios2/dl-sysdep.h: New file.
481         * sysdeps/nios2/dl-tls.h: New file.
482         * sysdeps/nios2/dl-trampoline.S: New file.
483         * sysdeps/nios2/gccframe.h: New file.
484         * sysdeps/nios2/gmp-mparam.h: New file.
485         * sysdeps/nios2/jmpbuf-offsets.h: New file.
486         * sysdeps/nios2/jmpbuf-unwind.h: New file.
487         * sysdeps/nios2/ldsodefs.h: New file.
488         * sysdeps/nios2/libc-tls.c: New file.
489         * sysdeps/nios2/libm-test-ulps: New file.
490         * sysdeps/nios2/machine-gmon.h: New file.
491         * sysdeps/nios2/math-tests.h: New file.
492         * sysdeps/nios2/math_private.h: New file.
493         * sysdeps/nios2/memusage.h: New file.
494         * sysdeps/nios2/nptl/Makefile: New file.
495         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
496         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
497         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
498         * sysdeps/nios2/nptl/pthreaddef.h: New file.
499         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
500         * sysdeps/nios2/nptl/tls.h: New file.
501         * sysdeps/nios2/preconfigure: New file.
502         * sysdeps/nios2/s_fma.c: New file.
503         * sysdeps/nios2/s_fmaf.c: New file.
504         * sysdeps/nios2/setjmp.S: New file.
505         * sysdeps/nios2/sfp-machine.h: New file.
506         * sysdeps/nios2/sotruss-lib.c: New file.
507         * sysdeps/nios2/stackguard-macros.h: New file.
508         * sysdeps/nios2/stackinfo.h: New file.
509         * sysdeps/nios2/start.S: New file.
510         * sysdeps/nios2/sysdep.h: New file.
511         * sysdeps/nios2/tls-macros.h: New file.
512         * sysdeps/nios2/tst-audit.h: New file.
513         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
514         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
515         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
516         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
517         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
518         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
519         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
520         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
521         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
522         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
523         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
524         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
525         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
526         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
527         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
528         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
529         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
530         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
531         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
532         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
533         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
534         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
535         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
536         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
537         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
538         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
539         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
540         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
541         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
542         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
543         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
544         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
545         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
546         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
547         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
548         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
549         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
550         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
551         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
552         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
553         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
554         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
555         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
556         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
558 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
560         [BZ #17844]
561         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
562         (getutent): Use weak_alias in non SHARED case
563         and default_symbol_version in SHARED case.
564         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
565         (getutent_r, pututline): Likewise.
566         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
567         (getutid): Likewise.
568         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
569         (getutid_r): Likewise.
570         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
571         (getutline): Likewise.
572         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
573         (getutline_r): Likewise.
574         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
575         (updwtmp): Likewise.
577 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
579         [BZ #17848]
580         * sysdeps/s390/s390-32/memcmp.S
581         (memcmp_g5): Rename to __memcmp_g5.
582         * sysdeps/s390/s390-32/memcpy.S
583         (memcpy_g5): Rename to __memcpy_g5.
584         Jump to __memcpy_mvcle instead of memcpy_mvcle.
585         (memcpy_mvcle) Rename to __memcpy_mvcle.
586         * sysdeps/s390/s390-32/memset.S
587         (memset_g5): Rename to __memset_g5.
588         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
589         (IFUNC_RESOLVE): Prefix ifunc-resolve function
590         and use prefixed functions.
591         * sysdeps/s390/s390-32/multiarch/memcmp.S
592         (memcmp_z196): Rename to __memcmp_z196.
593         (memcmp_z10): Rename to __memcmp_z10.
594         (memcmp): Set alias to __memcmp_g5.
595         (bcmp): Set alias to __memcmp_g5.
596         * sysdeps/s390/s390-32/multiarch/memcpy.S
597         (memcpy_z196): Rename to __memcpy_z196.
598         Jump to __memcpy_mvcle instead of memcpy_mvcle.
599         (memcpy_z10): Rename to __memcpy_z10.
600         Jump to __memcpy_mvcle instead of memcpy_mvcle.
601         (memcpy): Set alias to __memcpy_g5.
602         * sysdeps/s390/s390-32/multiarch/memset.S
603         (memset_z196): Rename to __memset_z196.
604         Jump to __memset_mvcle instead of memset_mvcle.
605         (memset_z10): Rename to __memset_z10.
606         Jump to __memset_mvcle instead of memset_mvcle.
607         (memset_mvcle) Rename to __memset_mvcle.
608         (memset): Set alias to __memset_g5.
609         * sysdeps/s390/s390-64/memcmp.S
610         (memcmp_z900): Rename to __memcmp_z900.
611         * sysdeps/s390/s390-64/memcpy.S
612         (memcpy_z900): Rename to __memcpy_z900.
613         Jump to __memcpy_mvcle instead of memcpy_mvcle.
614         (memcpy_mvcle) Rename to __memcpy_mvcle.
615         * sysdeps/s390/s390-64/memset.S
616         (memset_z900): Rename to __memset_z900.
617         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
618         (IFUNC_RESOLVE): Prefix ifunc-resolve function
619         and use prefixed functions.
620         * sysdeps/s390/s390-64/multiarch/memcmp.S
621         (memcmp_z196): Rename to __memcmp_z196.
622         (memcmp_z10): Rename to __memcmp_z10.
623         (memcmp): Set alias to __memcmp_z900.
624         (bcmp): Set alias to __memcmp_z900.
625         * sysdeps/s390/s390-64/multiarch/memcpy.S
626         (memcpy_z196): Rename to __memcpy_z196.
627         Jump to __memcpy_mvcle instead of memcpy_mvcle.
628         (memcpy_z10): Rename to __memcpy_z10.
629         Jump to __memcpy_mvcle instead of memcpy_mvcle.
630         (memcpy): Set alias to __memcpy_z900.
631         * sysdeps/s390/s390-64/multiarch/memset.S
632         (memset_z196): Rename to __memset_z196.
633         Jump to __memset_mvcle instead of memset_mvcle.
634         (memset_z10): Rename to __memset_z10.
635         Jump to __memset_mvcle instead of memset_mvcle.
636         (memset_mvcle) Rename to __memset_mvcle.
637         (memset): Set alias to __memset_z900.
639 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
641         [BZ #17748]
642         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
643         __fesetenv instead of fesetenv.
645 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
647         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
648         macro.
650 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
652         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
653         regression on LE.
655         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
656         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
657         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
658         strncmp-power8 object.
659         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
660         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
661         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
662         * NEWS: Update.
664 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
665             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
667         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
668         trailing byte check.
670 2015-01-13  David S. Miller  <davem@davemloft.net>
672         * include/signal.h (__sigreturn): Guard with __USE_MISC.
674 2015-01-13  Roland McGrath  <roland@hack.frob.com>
676         * login/logout.c (logout): Use memset rather than bzero.
677         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
678         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
679         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
680         (_gethtbyaddr): Likewise.
681         * locale/programs/simple-hash.c (bcopy): Macro removed.
683 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
685         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
686         Add strcmp-power8 object.
687         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
688         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
689         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
690         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
691         __strcmp_power8 implementation.
692         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
693         * NEWS: Update.
695         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
696         Add strncpy-power8 and stpncpy-power8 objects.
697         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
698         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
699         implementations.
700         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
701         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
702         __stpncpy_power8 implementation.
703         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
704         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
705         __strncpy_power8 implementation.
706         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
707         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
708         * NEWS: Update.
710         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
711         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
712         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
714         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
715         strncat-power8 object.
716         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
717         __strcat_power8 implementation.
718         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
719         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
720         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
721         optimized strcat for power8.
723         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
724         strcpy-power8 and stpcpy-power8 objects.
725         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
726         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
727         implementations.
728         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
729         multiarch stpcpy implementation for POWER8.
730         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
731         multiarch strcpy implementation for POWER8.
732         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
733         __strcpy_power8 function.
734         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
735         stpcpy for POWER8.
736         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
737         strcpy for POWER8.
738         * NEWS: Update.
740 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
742         [BZ #16009]
743         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
744         weights and rules. Use do_xfrm_cached if data fits in cache,
745         do_xfrm otherwise.  Moved former main loop to...
746         * (do_xfrm_cached): New function.
747         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
748         find_idx, find_position and stack_push.
749         * (find_idx): New function.
750         * (find_position): Likewise.
751         * localedata/sort-test.sh: Added test run for do_xfrm.
752         * localedata/xfrm-test.c (main): Added command line option
753         -nocache to run the test with strings that are too large for
754         the STRXFRM cache.
756 2015-01-13  Torvald Riegel  <triegel@redhat.com>
758         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
759         variable to lll_futex_wake call, not the value itself.
761 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
763         [BZ #17803]
764         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
765         twom64.  Adjust value to 0x1p-64L.
766         (__scalblnl): Only return standard underflowing result for K <=
767         -64 not K <= -63; adjust exponent for underflowing result by 64
768         not 63.
769         * math/libm-test.inc (scalbn_test_data): Add more tests.
770         (scalbln_test_data): Likewise.
772         [BZ #17834]
773         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
774         0x1p63L.
775         (__scalblnl): Get new exponent of adjusted subnormal value from ES
776         not HX.
777         * math/libm-test.inc (scalbn_test_data): Add more tests.
778         (scalbln_test_data): Likewise.
780 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
781             Stefani Seibold  <stefani@seibold.net>
783         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
784         (sysdep_routines): Add dl-vdso here, ...
785         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
786         (sysdep_routines): ... not here.
787         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
788         fallback when vDSO is not presented.
789         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
790         Define with libc_hidden_proto/libc_hidden_data_def definitions.
791         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
792         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
793         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
794         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
795         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
796         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
797         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
798         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
799         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
800         fallback configurable symbol when vDSO is not available.
801         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
802         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
803         be able to redefine fallback symbol when vDSO is not available.
804         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
805         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
807 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
809         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
810         (TLS_INIT_TP): Add tm_capable initialization.
811         (TLS_DEFINE_INIT_TP): Likewise.
812         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
813         TCB.
814         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
815         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
816         calculation.
817         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
818         transactoion is lock elision is built and TCB tm_capable is set.
819         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
821         (INTERNAL_SYSCALL_NCS): Likewise.
822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
823         (INTERNAL_SYSCALL_NCS): Likewise.
824         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
826         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
827         for powerpc.
828         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
829         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
830         and remove it for 32 bits case.
831         [pthread_rwlock_t] (__rwelision): New field for lock elision.
832         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
833         initialization.
834         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
835         Disable lock elision with rdlocks if elision is not available.
837         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
838         (sysdep_routines): Add lock elision objects.
839         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
840         [pthread_mutex_t] (__spins): Rework to add lock elision field.
841         [pthread_mutex_t] (__elision): Add field.
842         [__PTHREAD_SPINS]: Adjust to init lock elision field.
843         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
844         elision definitions for powerpc.
845         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
846         implementation of lock elision for powerpc.
847         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
848         implementation of timed lock elision for powerpc.
849         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
850         implementation of trylock with lock elision for powerpc.
851         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
852         implementaion of unlock for lock elision for powerpc.
853         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
854         automatic enable lock elision for mutexes.
855         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
856         transaction execution definitions for powerpc.
857         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
858         definitions.
859         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
860         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
861         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
862         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
863         * NEWS: Update.
865 2015-01-09  Roland McGrath  <roland@hack.frob.com>
867         * sysdeps/posix/shm-directory.c: Use <> rather than ""
868         for #include of <shm-directory.h>.
870 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
872         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
873         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
875 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
877         [BZ #17791]
878         * NEWS: Mention bug fix.
879         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
880         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
881         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
883 2015-01-09  Torvald Riegel <triegel@redhat.com>
885         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
887 2015-01-09  Torvald Riegel <triegel@redhat.com>
889         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
891 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
893         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
894         pointer and cast to uintptr_t.
896 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
898         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
899         removed.
900         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
902 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
904         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
905         of 0.
907 2015-01-08  Roland McGrath  <roland@hack.frob.com>
909         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
910         <nptl/pthreadP.h> instead.
911         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
913         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
914         already defined.
915         [__SIGRTMIN] (init): Function removed.
916         [__SIGRTMIN] (initialized): Variable removed.
917         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
918         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
919         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
920         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
921         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
922         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
923         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
924         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
925         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
926         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
927         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
928         * sysdeps/nptl/allocrtsig.c: New file.
929         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
930         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
931         * sysdeps/generic/testrtsig.h: File removed.
933         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
934         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
936         * nptl/nptl-init.c (pthread_functions): Conditionalize
937         .ptr__nptl_setxid initialization on [SIGSETXID].
939         * sysdeps/nptl/sys/procfs.h: New file.
940         * nptl_db/Makefile (headers): Add it.
941         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
943         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
944         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
945         * nptl/pthread_attr_setaffinity.c: Include it.
946         * nptl/pthread_setattr_default_np.c: Likewise.
947         * nptl/check-cpuset.h: New file.
949 2015-01-08  Richard Henderson  <rth@redhat.com>
951         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
952         (CFLAGS-tst-execstack-prog.c): Likewise.
953         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
955 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
956             Sandra Loosemore  <sandra@codesourcery.com>
957             Andrew Jenner  <andrew@codesourcery.com>
958             Joseph Myers  <joseph@codesourcery.com>
959             Nathan Sidwell  <nathan@codesourcery.com>
961         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
962         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
963         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
964         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
965         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
966         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
967         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
968         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
969         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
970         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
971         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
972         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
973         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
974         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
975         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
976         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
977         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
979 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
981         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
982         timespec struct member in syscall macro.
983         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
984         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
985         first timeval struct member in syscall macro.
986         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
988 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
990         [BZ #17748]
991         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
992         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
993         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
994         __feupdateenv and define as weak alias of __feupdateenv.  Use
995         libm_hidden_weak.
996         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
997         libm_hidden_def.
998         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
999         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1000         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1001         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1002         libm_hidden_def.
1003         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1004         __feupdateenv and define as weak alias of __feupdateenv.  Use
1005         libm_hidden_weak.
1006         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1007         libm_hidden_def.
1008         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1009         __feupdateenv and define as weak alias of __feupdateenv.  Use
1010         libm_hidden_weak.
1011         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1012         libm_hidden_def.
1013         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1014         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1015         (__feupdateenv): Likewise.
1016         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1017         __feupdateenv and define as weak alias of __feupdateenv.  Use
1018         libm_hidden_weak.
1019         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1020         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1021         libm_hidden_def.
1022         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1023         function.
1024         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1025         libm_hidden_def.
1026         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1027         __feupdateenv instead of feupdateenv.
1028         (default_libc_feupdateenv_test): Likewise.
1029         (libc_feresetround_ctx): Likewise.
1031 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1033         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1034         prototype.
1036 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1038         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1039         COLL_SYM in a couple of places to avoid uninitialized variable
1040         wanings on tilegx gcc 4.8.2.
1042 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1044         * sysdeps/aarch64/strcpy.S: New file.
1045         * sysdeps/aarch64/stpcpy.S: New file.
1046         * NEWS: Updated.
1048 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1050         * sysdeps/aarch64/strrchr.S: New file.
1051         * NEWS: Updated.
1053 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1055         [BZ #17658]
1056         * stdlib/setenv.c: Fix memory leak when setting large,
1057         duplicate string.
1059 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1061         [BZ #17273]
1062         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1063         and tabs from buffer before parsing fstab entry.
1064         * misc/tst-mntent.c (main): Add test for mount entry with
1065         trailing spaces and tabs.
1067 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1069         [BZ #17748]
1070         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1071         * math/fesetround.c (fesetround): Rename to __fesetround and
1072         define as weak alias of __fesetround.  Use libm_hidden_weak.
1073         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1074         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1075         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1076         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1077         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1078         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1079         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1080         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1081         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1082         __fesetround_inline.
1083         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1084         __fesetround_inline instead of __fesetround.
1085         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1086         __fesetround and define as weak alias of __fesetround.  Use
1087         libm_hidden_weak.  Call __fesetround_inline instead of
1088         __fesetround.
1089         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1090         __fesetround and define as weak alias of __fesetround.  Use
1091         libm_hidden_weak.
1092         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1093         Likewise.
1094         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1095         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1096         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1097         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1098         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1099         __fesetround and define as weak alias of __fesetround.  Use
1100         libm_hidden_weak.
1101         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1102         __fesetround instead of fesetround.
1103         (default_libc_feholdexcept_setround): Likewise.
1104         (libc_feholdsetround_ctx): Likewise.
1105         (libc_feholdsetround_noex_ctx): Likewise.
1107         [BZ #17748]
1108         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1109         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1110         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1111         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1112         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1113         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1114         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1115         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1116         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1117         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1118         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1119         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1120         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1121         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1122         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1123         libm_hidden_def.
1124         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1125         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1126         Likewise.
1127         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1128         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1129         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1130         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1131         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1132         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1133         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1134         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1135         __fesetenv instead of fesetenv.
1136         (libc_feresetround_noex_ctx): Likewise.
1137         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1138         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1139         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1140         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1141         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1142         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1143         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1144         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1145         (__feupdateenv): Likewise.
1146         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1147         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1148         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1149         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1151 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1153         [BZ #17806]
1154         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1155         addresses have been freed.
1157 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1159         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1160         and nservall.
1162 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1164         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1165         Clean up check_pf allocation pattern. addresses
1167 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1169         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1170         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1171         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1172         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1173         * nptl/pthread_join.c (pthread_join): Likewise.
1174         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1175         * sysdeps/posix/waitid.c (__waitid): Likewise.
1176         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1177         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1178         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1179         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1180         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1181         Likewise.
1182         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1183         (__libc_pread64): Likewise.
1184         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1185         (__libc_pwrite): Likewise.
1186         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1187         (__libc_pwrite64): Likewsie.
1188         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1189         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1190         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1191         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1192         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1193         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1194         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1196         Likewise.
1197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1198         (__libc_pread64): Likewise.
1199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1200         Likewise.
1201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1202         (__libc_pwrite64): Likewise.
1203         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1204         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1205         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1206         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1207         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1208         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1209         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1210         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1211         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1212         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1213         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1214         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1215         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1216         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1217         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1218         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1219         Likewise.
1221 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1223         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1224         (CFLAGS-test-double.c): Likewise.
1225         (CFLAGS-test-ldouble.c): Likewise.
1226         (CPPFLAGS-test-ifloat.c): Likewise.
1227         (CPPFLAGS-test-idouble.c): Likewise.
1228         (CPPFLAGS-test-ildoubl.c): Likewise.
1229         (CFLAGS-test-test-fenv.c): Remove variable.
1230         (CFLAGS-test-misc.c): Likewise.
1232 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1234         [BZ #17797]
1235         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1236         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1237         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1238         CLOCKS_PER_SEC == 1000000.
1239         * time/clocktest.c (main): Replace %ld with %jd and cast to
1240         intmax_t.
1242 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1244         * sysdeps/generic/unwind-resume.h: New file.
1245         * sysdeps/gnu/unwind-resume.c: Include it.
1246         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1247         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1248         argument list.
1249         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1250         global rather than static.
1251         (_Unwind_Resume): Update user.
1252         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1253         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1254         rather than static.  Add __attribute__ ((cold)).
1255         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1256         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1257         * sysdeps/arm/arm-unwind-resume.S: New file.
1258         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1259         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1260         * sysdeps/arm/Makefile [$(subdir) = csu]
1261         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1262         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1263         Add rt-arm-unwind-resume.
1264         [$(subdir) = nptl]
1265         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1266         Add pt-arm-unwind-resume.
1267         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1268         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1270 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1272         [BZ #17748]
1273         * include/fenv.h (__feholdexcept): Declare.  Use
1274         libm_hidden_proto.
1275         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1276         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1277         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1278         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1279         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1280         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1281         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1282         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1283         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1284         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1285         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1286         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1287         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1288         (feholdexcept): Likewise.
1289         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1290         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1291         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1292         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1293         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1294         __feholdexcept instead of feholdexcept.
1295         (default_libc_feholdexcept_setround): Likewise.
1297 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1299         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1300         to avoid using stl/str to align destination.
1302 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1304         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1306 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1308         [BZ #17796]
1309         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1310         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1311         Define as weak alias not strong alias.
1313 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1315         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1316         bltzal with addiupc.
1317         (RTLD_START): Ditto.
1319 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1321         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1322         for __vdso_* functions in declarations.
1323         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1324         definitions.
1325         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1326         INTERNAL_VSYSCALL): Use struct return types to check for error.
1328         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1329         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1330         function with cast from llround().
1331         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1332         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1333         Define.
1335 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1337         [BZ #17793]
1338         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1339         Define as weak alias not strong alias.
1341         [BZ #17635]
1342         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1343         ...
1344         * ctype/ctype-extn.c: ... here.
1345         (__isblank_l): Move to ...
1346         * ctype/ctype-c99_l.c: ... here.  New file.
1347         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1348         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1349         Remove variable.
1350         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1351         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1352         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1353         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1354         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1356         [BZ #17777]
1357         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1358         (posix_fadvise64): Define as weak alias not strong alias.
1359         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1360         (posix_fallocate64): Likewise.
1361         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1362         Remove variable.
1363         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1364         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1365         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1366         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1367         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1369 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1371         [BZ #16191]
1372         * NEWS: Mention bug fix.
1373         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1374         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1375         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1376         (HOST_STACK_END_ADDR): Likewise.
1378 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1380         [BZ #17748]
1381         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1382         * math/fegetround.c (fegetround): Rename to __fegetround and
1383         define as weak alias of __fegetround.  Use libm_hidden_weak.
1384         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1385         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1386         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1387         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1388         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1389         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1390         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1391         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1392         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1393         Undefine after rather than before function definition; use
1394         parentheses around function name in definition.
1395         (__fegetround): Also undefine macro after function definition.
1396         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1397         __fegetround and define as weak alias of __fegetround.  Use
1398         libm_hidden_weak.  Do not undefine as macro.
1399         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1400         Likewise.
1401         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1402         __fegetround and define as weak alias of __fegetround.  Use
1403         libm_hidden_weak.
1404         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1405         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1406         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1407         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1408         __fegetround and define as weak alias of __fegetround.  Use
1409         libm_hidden_weak.
1410         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1411         __fegetround instead of fegetround.
1413         [BZ #17782]
1414         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1415         Condition macro definition on [__USE_MISC].
1417         [BZ #17781]
1418         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1419         (struct sigaction): Change type of sa_flags field to int.
1421         [BZ #17780]
1422         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1423         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1424         __glibc_reserved0.
1426         * nptl/version.c (banner): Use single year in copyright notice.
1428         * NEWS: Update copyright dates.
1429         * catgets/gencat.c (print_version): Likewise.
1430         * csu/version.c (banner): Likewise.
1431         * debug/catchsegv.sh: Likewise.
1432         * debug/pcprofiledump.c (print_version): Likewise.
1433         * debug/xtrace.sh (do_version): Likewise.
1434         * elf/ldconfig.c (print_version): Likewise.
1435         * elf/ldd.bash.in: Likewise.
1436         * elf/pldd.c (print_version): Likewise.
1437         * elf/sotruss.sh: Likewise.
1438         * elf/sprof.c (print_version): Likewise.
1439         * iconv/iconv_prog.c (print_version): Likewise.
1440         * iconv/iconvconfig.c (print_version): Likewise.
1441         * locale/programs/locale.c (print_version): Likewise.
1442         * locale/programs/localedef.c (print_version): Likewise.
1443         * login/programs/pt_chown.c (print_version): Likewise.
1444         * malloc/memusage.sh (do_version): Likewise.
1445         * malloc/memusagestat.c (print_version): Likewise.
1446         * malloc/mtrace.pl: Likewise.
1447         * manual/libc.texinfo: Likewise.
1448         * nptl/version.c (banner): Likewise.
1449         * nscd/nscd.c (print_version): Likewise.
1450         * nss/getent.c (print_version): Likewise.
1451         * nss/makedb.c (print_version): Likewise.
1452         * posix/getconf.c (main): Likewise.
1453         * scripts/test-installation.pl: Likewise.
1454         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1456 2015-01-02  Will Newton  <will.newton@linaro.org>
1458         * sysdeps/arm/armv7/configure: Removed.
1459         * sysdeps/arm/armv7/configure.ac: Likewise.
1461 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1463         * All files with FSF copyright notices: Update copyright dates
1464         using scripts/update-copyrights.
1465         * intl/plural.c: Regenerated.
1466         * locale/programs/charmap-kw.h: Likewise.
1467         * locale/programs/locfile-kw.h: Likewise.
1469 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1471         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1473 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1475         [BZ #17748]
1476         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1477         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1478         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1479         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1480         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1481         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1482         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1483         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1484         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1485         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1486         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1487         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1488         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1489         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1490         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1491         libm_hidden_def.
1492         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1493         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1494         Likewise.
1495         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1496         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1497         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1498         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1499         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1500         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1501         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1502         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1503         __fegetenv instead of fegetenv.
1504         (libc_feholdsetround_noex_ctx): Likewise.
1506 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1508         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1509         (Elf_MIPS_ABIFlags_v0): New structure.
1510         (EF_MIPS_FP64): Define.
1511         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1512         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1513         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1514         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1515         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1516         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1517         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1518         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1519         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1520         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1521         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1522         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1523         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1524         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1525         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1526         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1527         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1528         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1529         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1530         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1531         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1532         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1533         field.
1534         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1535         EF_MIPS_FP64.
1536         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1537         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1538         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1539         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1540         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1541         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1542         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1543         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1544         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1545         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1546         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1547         record the current FP ABI extension.
1548         (mips-mode-switch): Define to show if kernel headers support mode
1549         switching.
1550         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1551         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1552         supported SYSV ABI version to 3.
1553         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1554         feature.
1556 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1557             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1559         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1560         path.
1561         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1563 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1565         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1566         __fegetround and redefine to call __fegetround.  Remove condition
1567         on [!__NO_MATH_INLINES].
1568         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1569         function.
1570         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1571         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1572         Remove macro.
1573         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1574         instead of <fenv_libc.h>.
1575         (__llrintl): Call fegetround instead of __fegetround.
1576         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1577         instead of <fenv_libc.h>.
1578         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1579         (__lrintl): Call fegetround instead of __fegetround.
1580         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1581         instead of <fenv_libc.h>.
1582         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1583         (__rintl): Call fegetround instead of __fegetround.
1585 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1587         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1588         arrays.
1590 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1592         [BZ #17775]
1593         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1594         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1595         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1597 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1599         * sysdeps/i386/tls-macros.h: Include <features.h>.
1600         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1601         (TLS_IE): Likewise.
1602         (TLS_LD): Likewise.
1603         (TLS_GD): Likewise.
1604         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1605         define for GCC >= 5.0.
1607 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1609         * math/test-fenv.c (test_single_exception, set_single_exc,
1610         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1611         feexcp_mask_test, feenable_test, fe_single_test): Add
1612         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1613         case where they are not used.
1614         * math/libm-test.inc: Likewise.
1615         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1616         unused in the absence of FP rounding/exception support.
1617         * stdio-common/tst-printf-round.c: Likewise.
1618         * stdlib/tst-strtod-round.c: Likewise.
1619         * stdlib/tst-strtod-underflow.c: Likewise.
1621 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1623         [BZ #17723]
1624         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1625         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1626         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1627         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1628         libm_hidden_weak.
1629         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1630         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1631         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1632         libm_hidden_def.
1633         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1634         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1635         libm_hidden_weak.
1636         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1637         Likewise.
1638         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1639         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1640         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1641         libm_hidden_weak.
1642         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1643         libm_hidden_def.
1644         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1645         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1646         (__feraiseexcept): Likewise.
1647         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1648         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1649         libm_hidden_weak.
1650         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1651         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1652         libm_hidden_def.
1653         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1654         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1655         Use libm_hidden_def.
1656         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1657         libm_hidden_def.
1658         (feraiseexcept): Define as weak not strong alias.  Use
1659         libm_hidden_weak.
1660         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1661         New inline function.  Factored out of ...
1662         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1663         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1664         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1665         feraiseexcept.
1666         * math/w_acos.c (__acos): Likewise.
1667         * math/w_asin.c (__asin): Likewise.
1668         * math/w_ilogb.c (__ilogb): Likewise.
1669         * math/w_j0.c (y0): Likewise.
1670         * math/w_j1.c (y1): Likewise.
1671         * math/w_jn.c (yn): Likewise.
1672         * math/w_log.c (__log): Likewise.
1673         * math/w_log10.c (__log10): Likewise.
1674         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1675         * sysdeps/aarch64/fpu/math_private.h
1676         (libc_feupdateenv_test_aarch64): Likewise.
1677         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1678         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1679         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1680         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1681         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1682         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1683         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1684         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1685         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1686         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1688 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1690         [BZ #17732]
1691         * io/test-utime.c (main): Replace %ld with %jd and cast to
1692         intmax_t.
1693         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1694         * nptl/tst-mutex5.c: Include <stdint.h>.
1695         (do_test): Replace %ld with %jd and cast to intmax_t.
1696         * posix/tst-regex.c (run_test): Likewise.
1697         (run_test_backwards): Likewise.
1698         * rt/tst-clock.c: Include <stdint.h>.
1699         (clock_test): Replace %ld with %jd and cast to intmax_t.
1700         * rt/tst-cpuclock1.c: Include <stdint.h>.
1701         (do_test): Replace %lu with %ju and cast to uintmax_t.
1702         * rt/tst-cpuclock2.c: Include <stdint.h>.
1703         (do_test): Replace %lu with %ju and cast to uintmax_t.
1704         * rt/tst-mqueue1.c: Include <stdint.h>.
1705         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1706         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1707         intmax_t.
1708         * rt/tst-mqueue4.c (do_test): Likewise.
1709         * rt/tst-timer4.c: Include <stdint.h>.
1710         (check_ts): Replace %ld with %jd and cast to intmax_t.
1711         (do_test): Likewise.
1712         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1713         and cast to intmax_t.
1714         * sysdeps/pthread/tst-timer.c (main): Likewise.
1715         * time/clocktest.c (main): Likewise.
1716         * time/tst-posixtz.c (do_test): Likewise.
1717         * timezone/tst-timezone.c (main): Likewise.
1719 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1720             H.J. Lu  <hongjiu.lu@intel.com>
1722         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1723         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1724         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1725         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1726         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1727         version if bit_Fast_Unaligned_Load is set.
1728         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1729         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1730         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1731         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1732         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1733         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1734         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1735         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1736         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1737         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1738         to 4.
1739         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1740         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1741         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1742         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1744 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1746         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1747         instead of #if to avoid a Wundef warning.
1748         * stdlib/tst-limits.c (do_test): Likewise.
1750         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1751         parallel other exception macros.
1752         (fegetenv): Convert from macro to extern inline so that it applies
1753         retroactively to inline functions already seen by the compiler.
1754         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1756         * posix/Makefile (before-compile): Use $(objpfx) for
1757         posix-conf-vars-def.h.
1759 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1761         * posix/getconf.c (main): Use size_t for type of I.
1762         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1763         NSPEC.
1765         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1766         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1767         * posix/posix-envs.def: Likewise.
1768         * sysdeps/posix/sysconf.c: Likewise.
1769         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1770         (specs): Remove array.
1771         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1772         array.
1774         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1775         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1776         (__sysconf): Use CONF_IS_* macros.
1778         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1779         ($(objpfx)posix-conf-vars-def.h): New target.
1780         * posix/posix-conf-vars.list: New file.
1781         * posix/posix-conf-vars.h: New file.
1782         * posix/confstr.c: Include posix-conf-vars.h.
1783         (confstr): Use CONF_IS_* macros.
1784         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1785         CONF_IS_* macros.
1786         * scripts/gen-posix-conf-vars.awk: New file.
1788 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1790         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1791         fegetround): Add no-op macros to avoid linknamespace issues.
1793         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1794         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1796         * sysdeps/unix/sysv/linux/tile/sysdep.h
1797         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1798         assembly-specific section to avoid a redefinition warning.
1800         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1801         long before casting to pointer to avoid a cast warning.
1803 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1805         * sysdeps/tile/tilegx/Implies: New file.
1807 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1809         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1811 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1813         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1815 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1817         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1818         not define.
1819         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1820         <kernel-features.h>.
1821         (__utimes) [__NR_utimes]: Make code unconditional.
1822         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1823         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1824         (__ASSUME_UTIMES): Do not undefine.
1825         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1826         (__ASSUME_UTIMES): Likewise.
1827         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1828         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1829         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1830         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1832 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1834         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1836 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1838         [BZ #17747]
1839         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1840         alias to weak alias for j0l, y0l.
1841         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1842         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1844         [BZ #17746]
1845         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1846         conversion.
1848 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1850         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1851         to zero if not already defined.
1853 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1855         [BZ #17724]
1856         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1857         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1858         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1859         (char *) casts added.
1860         * sysdeps/ieee754/k_standardf.c: New file.
1861         * sysdeps/ieee754/k_standardl.c: Likewise.
1862         * math/Makefile (libm-support): Remove k_standard.
1863         (libm-calls): Add k_standard.
1865 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1867         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1868         Optimize to avoid an unnecessary FPCR read.
1870 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1872         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1873         Optimize to reduce FPCR/FPSR accesses.
1875 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1877         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1878         Call libc_fetestexcept_aarch64.
1880 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1882         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1883         Call libc_fesetround_aarch64.
1885 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1887         [BZ #17733]
1888         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1889         (__bind): Do not define as weak alias.
1890         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1891         define.
1892         (__getsockname): Do not define as weak alias.
1894 2014-12-22  Will Newton  <will.newton@linaro.org>
1896         * manual/install.texi: Document that we require bison 2.7
1897         or above.
1898         * INSTALL: Regenerate.
1899         * configure.ac: Use AC_CHECK_PROG_VER instead of
1900         AC_PATH_PROG when checking for bison and check for
1901         version 2.7 or above.
1902         * configure: Regenerate.
1904 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1906         [BZ #17745]
1907         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1908         * sysdeps/tile/ffsll.c (ffsll): To here.
1910         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1912 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1914         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1915         if not defined.
1916         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1917         definition.
1918         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1919         hidden ___tls_get_addr.
1920         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1921         hidden __tls_get_addr.
1922         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1923         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1924         Likewise.
1926 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1928         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1929         _dl_init call.
1931 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1933         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1934         from "call _dl_init@PLT".
1935         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1937 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1939         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1940         guarantees.
1942 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1944         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1946 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1948         [BZ #17744]
1949         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1950         strnlen.
1952 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1954         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1955         of multu on MIPSr6.
1956         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1957         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1958         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1959         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1960         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1962 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1964         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1965         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1966         (PTR_SUBU): Use subu for mips32r6/mips64r6.
1967         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1968         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1969         mips32r6/mips64r6.
1970         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1972 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
1974         * string/strncat.c (STRNCAT): Simplify implementation.
1976 2014-12-19  David S. Miller  <davem@davemloft.net>
1978         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1979         access the quad as both a long double and as a series of 4 words.
1981         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1982         link_map->l_info array access.
1984 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1986         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1988         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1989         * math/atest-exp2.c (TIMEOUT): Likewise.
1990         * math/atest-sincos.c (TIMEOUT): Likewise.
1992 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1994         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1995         -Wno-error with -fno-builtin-lround.
1997 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1999         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2000         Contains futex constants and functions moved over from ...
2001         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2002         <lowlevellock-futex.h>.
2003         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2004         (lll_timedwait_tid): Add comments and parentheses around macro
2005         arguments.
2007 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2009         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2010         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2011         (__lll_private_flag): Remove.
2012         (lll_futex_wait): Likewise.
2013         (lll_futex_timed_wait): Likewise.
2014         (lll_futex_wake): Likewise.
2015         (lll_futex_requeue): Likewise.
2016         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2017         (__lll_timedwait_tid): Spell out argument names.
2018         (lll_timedwait_tid): Add comments and parentheses around macro
2019         arguments.
2020         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2021         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2023 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2025         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2026         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2027         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2028         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2029         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2030         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2031         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2032         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2033         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2034         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2035         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2036         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2037         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2038         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2039         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2040         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2041         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2042         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2043         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2045 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2047         * sysdeps/x86_64/x32/Makefile: New file.
2049 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2051         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2052         1L with (mp_limb_t) 1.
2054 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2056         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2057         * nptl/libc_pthread_init.c: ... here.
2058         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2059         * nptl/register-atfork.c: ... here.
2061         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2062         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2063         Use assert_perror to check its return value.
2064         (__gai_create_helper_thread): Likewise.
2066         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2068         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2070 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2072         [BZ #17725]
2073         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2074         __profil_counter.
2075         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2076         Likewise.
2077         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2078         Likewise.
2079         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2080         Likewise.
2081         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2082         (profil_counter): Likewise.
2083         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2084         (profil_counter): Likewise.
2085         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2086         Likewise.
2087         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2088         Likewise.
2089         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2090         (profil_counter): Likewise.
2091         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2092         Likewise.
2093         [!__profil_counter] (profil_counter): Define as weak alias of
2094         __profil_counter.
2095         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2096         (profil_counter): Rename to __profil_counter.
2097         [!__profil_counter] (profil_counter): Define as weak alias of
2098         __profil_counter.
2099         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2100         (profil_counter): Rename to __profil_counter.
2101         [!__profil_counter] (profil_counter): Define as weak alias of
2102         __profil_counter.
2103         * sysdeps/posix/profil.c: Update comment referring to
2104         profil_counter.
2105         (__profil): Use __profil_counter instead of profil_counter.
2106         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2107         __profil_counter.  Use __profil_counter_ushort and
2108         __profil_counter_uint in definitions.
2109         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2110         instead of profil_counter_uint and profil_counter_ushort.
2112         [BZ #17722]
2113         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2114         define as weak alias of __inet_makeaddr.
2115         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2116         as weak alias of __inet_addr.
2117         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2118         as weak alias of __inet_pton.  Use libc_hidden_weak.
2119         * include/arpa/inet.h (__inet_pton): Declare.  Use
2120         libc_hidden_proto.
2121         (inet_makeaddr): Don't use libc_hidden_proto.
2122         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2123         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2124         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2125         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2126         Remove variable.
2127         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2128         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2130 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2132         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2134 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2136         * stdio-common/bug-vfprintf-nargs.c (do_test):
2137         Cast value to intptr_t to avoid format warning
2138         for usage with PRIdPTR printing macro.
2140 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2142         * libio/tst-widetext.c (do_test):
2143         Use format type %td instead of %Zd for ptrdiff_t
2144         in order to avoid format warning.
2146 2014-12-17  Andreas Schwab  <schwab@suse.de>
2148         * nscd/mem.c (gc): Add size_t cast to match printf format.
2150 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2152         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2153         (init): Apply PTR_MANGLE to pointers before storing them.
2154         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2155         before using them.
2157 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2159         [BZ #17719]
2160         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2161         define as weak alias of __memrchr.
2162         (__memrchr): Do not define as strong alias of memrchr.
2163         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2164         Remove variable.
2165         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2166         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2167         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2169         [BZ #17717]
2170         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2171         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2172         (if_indextoname): Rename to __if_indextoname and define as weak
2173         alias of __if_indextoname.  Use libc_hidden_weak.
2174         (if_freenameindex): Rename to __if_freenameindex and define as
2175         weak alias of __if_freenameindex.
2176         (if_nameindex): Rename to __if_nameindex and define as weak alias
2177         of __if_nameindex.
2178         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2179         __if_nametoindex and define as weak alias of __if_nametoindex.
2180         Use libc_hidden_weak.
2181         (if_freenameindex): Rename to __if_freenameindex and define as
2182         weak alias of __if_freenameindex.
2183         (if_nameindex): Rename to __if_nameindex and define as weak alias
2184         of __if_nameindex.
2185         (if_indextoname): Rename to __if_indextoname and define as weak
2186         alias of __if_indextoname.  Use libc_hidden_weak.
2187         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2188         __if_nametoindex and define as weak alias of __if_nametoindex.
2189         Use libc_hidden_weak.
2190         (if_freenameindex): Rename to __if_freenameindex and define as
2191         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2192         (if_nameindex_netlink): Use __if_freenameindex instead of
2193         if_freenameindex.
2194         (if_nameindex): Rename to __if_nameindex and define as weak alias
2195         of __if_nameindex.  Use libc_hidden_weak.
2196         (if_indextoname): Rename to __if_indextoname and define as weak
2197         alias of __if_indextoname.  Use libc_hidden_weak.
2198         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2199         libc_hidden_proto.
2200         [!_ISOMAC] (__if_freenameindex): Likewise.
2201         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2202         if_nametoindex.
2203         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2204         variable.
2205         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2206         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2207         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2208         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2209         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2210         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2211         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2213         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2214         Remove variable.
2215         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2216         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2218 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2220         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2221         subscript above bounds'
2223         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2224         bounds.
2226 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2228         * libio/tst-fopenloc.c: Use test-skeleton.c.
2230         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2231         (entry): Rename to ITEM.
2232         (do_test, comp): Adjust.
2234         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2236 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2238         * string/tester.c: Include <libc-internal.h>.
2239         (test_memset): Ignore -Wmemset-transposed-args.
2241 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2243         * misc/tst-mntent2.c (do_test): Fix warning.
2245 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2247         * elf/tst-unique4lib.cc(a): Mark as used.
2249 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2251         [BZ #17630]
2252         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2253         names.
2255 2014-12-16  Allan McRae  <allan@archlinux.org>
2257         * stdio-common/Makefile (tests): Re-add bug26.
2259 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2261         [BZ #17657]
2262         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2263         static array.
2265 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2267         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2268         (__lll_lock_wait): Likewise.
2269         (__lll_timedlock_wait): Likewise.
2270         (__lll_timedwait_tid): Likewise.
2271         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2272         (__lll_robust_timedlock_wait): Likewise.
2273         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2274         (lll_cond_trylock): Likewise.
2275         (__lll_lock): Likewise.
2276         (__lll_robust_lock): Likewise.
2277         (__lll_cond_lock): Likewise.
2278         (lll_robust_cond_lock): Likewise.
2279         (__lll_timedlock): Likewise.
2280         (__lll_robust_timedlock): Likewise.
2281         (__lll_unlock): Likewise.
2282         (__lll_robust_unlock): Likewise.
2283         (lll_wait_tid): Likewise.
2284         (lll_timedwait_tid): Likewise.
2286 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2288         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2290 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2292         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2294 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2296         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2297         * stdio-common/tst-sprintf.c: Likewise.
2299 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2301         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2303 2014-12-15  Jeff Law  <law@redhat.com>
2305         [BZ #16617]
2306         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2307         on the heap.  (CVE-2012-3406)
2308         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2309         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2310         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2312 2014-12-15  Will Newton  <will.newton@linaro.org>
2314         * manual/install.texi: Bump required version of texinfo
2315         to 4.7 from 4.5.
2316         * INSTALL: Regenerated.
2317         * configure.ac: Check for makeinfo version 4.7 and above.
2318         * configure: Regenerated.
2320 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2322         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2323         PREFIX, string constant to insert between directory and name.
2324         * sysdeps/posix/shm_open.c: Update caller.
2325         * sysdeps/posix/shm_unlink.c: Likewise.
2326         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2327         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2328         (SEM_SHM_PREFIX): New macro.
2329         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2330         [$(have-thread-library) = no].
2331         * nptl/Makefile (libpthread-routines): Add shm-directory.
2332         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2333         * sysdeps/nptl/shm-directory.h: New file.
2334         * sysdeps/posix/shm-directory.c
2335         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2336         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2337         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2338         INTERNAL_SYSCALL.
2339         (__where_is_shmfs): Function removed.
2340         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2341         Variables removed.
2342         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2343         Use SHM_GET_NAME.
2344         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2346         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2347         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2348         unconditional for use inside libpthread.
2349         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2351 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2353         * nptl/pthread_getaffinity.c: New file.
2354         * nptl/pthread_setaffinity.c: New file.
2355         * nptl/pthread_getname.c: New file.
2356         * nptl/pthread_setname.c: New file.
2358         * nptl/pthread_create.c (START_THREAD_DEFN)
2359         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2361 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2362             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2364         * resolv/res_send.c (send_vc): Disable warning resplen may
2365         be used uninitialized.
2367 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2369         * nptl/tst-mutex6.c
2370         (ATTR_NULL): New define checks ATTR against NULL.
2371         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2372         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2374 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2376         [BZ #17581]
2377         * malloc/hooks.c
2378         (mem2mem_check): Revert my previous change.
2379         (malloc_check_get_size): Revert my previous change.
2380         (mem2chunk_check): Revert my previous change.
2382 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2384         * sysdeps/posix/shm-directory.c: New file.
2385         * sysdeps/posix/shm-directory.h: New file.
2386         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2387         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2388         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2389         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2390         Transmute EPERM to EACCES.
2391         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2392         from ...
2393         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2394         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2396 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2398         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2399         pointer and cast to uintptr_t.
2400         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2401         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2402         Add cast to avoid warning.
2403         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2405 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2407         * nptl/semaphore.h: Move to ...
2408         * sysdeps/pthread/semaphore.h: ... here.
2409         * Makefile (installed-headers): Change nptl/semaphore.h to
2410         sysdeps/pthread/semaphore.h.
2412 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2414         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2415         generated error format strings.
2417         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2418         -Wformat-extra-args warnings for scanf formats.
2419         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2420         test of zero-length format (duh).
2421         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2422         corner-case scanf format test.
2423         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2424         generated fprintf format string.
2425         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2426         corner-case sprintf format tests.
2427         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2428         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2429         -Wformat-extra-args warnings throughout.
2430         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2431         (CFLAGS-scanf4.c): Likewise.
2432         (CFLAGS-scanf7.c): Likewise.
2433         (CFLAGS-tst-sprintf.c): Likewise.
2434         (CFLAGS-tst-printf.c): Likewise.
2435         (CFLAGS-tst-printfsz.c): Likewise.
2437 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2439         * include/cpio.h: New file.
2440         * include/fmtmsg.h: Likewise.
2442         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2443         corresponding format argument to size_t.
2444         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2445         arguments.
2446         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2447         corresponding format argument to size_t.
2448         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2449         arguments.
2450         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2451         corresponding format argument to size_t.
2452         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2453         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2454         (CFLAGS-tst-mbswcs2.c): Likewise.
2455         (CFLAGS-tst-mbswcs3.c): Likewise.
2456         (CFLAGS-tst-mbswcs4.c): Likewise.
2457         (CFLAGS-tst-mbswcs5.c): Likewise.
2458         (CFLAGS-tst-trans.c): Likewise
2460 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2462         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2463         rather than assuming they won't contain any '%'s.
2465 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2467         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2468         inhibit_loop_to_libcall to avoid recursive calls.
2469         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2470         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2472 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2474         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2475         prototype.
2477 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2479         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2480         integer value instead of boolean.
2482 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2484         * malloc/malloc.c: Fix powerof2 check.
2486 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2488         * locale/programs/locfile.h (maybe_swap_uint32):
2489         Remove inline and add unused attribute.
2491 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2493         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2494         Truncating assembler expression to a .long expression.
2496 2014-12-11  Andreas Schwab  <schwab@suse.de>
2498         * elf/rtld.c (struct map_args): Constify str member.
2499         (do_preload): Constify fname argument.
2501 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2503         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2504         constants definition.
2506 2014-12-11  Andreas Schwab  <schwab@suse.de>
2508         [BZ #16657]
2509         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2510         FORCE_ELISION instead of DO_ELISION.
2511         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2512         Remove.
2513         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2514         Likewise.
2516         * iconvdata/gconv-modules: Remove duplicate entry.
2518 2014-12-11  Will Newton  <will.newton@linaro.org>
2520         Merge gettext 0.19.3 into intl/.
2522         This involves a number of cosmetic changes to comments
2523         and ANSI function definitions and prototypes throughout
2524         all the files. The gettext copyright header is used but
2525         with the date ranges taken from the glibc copy.
2527         * NEWS: Add gettext merge to 2.21.
2528         * intl/bindtextdom.c: Switch to gettext copyright.
2529         Use ANSI definitions and prototypes.
2530         Use gl_* locking primitives rather than __libc_* ones.
2531         Use __builtin_expect rather than __glibc_likely/unlikely.
2532         * intl/dcgettext.c: Switch to gettext copyright.
2533         Use ANSI definitions and prototypes.
2534         * intl/dcigettext.c: Switch to gettext copyright.
2535         Use ANSI definitions and prototypes.
2536         (INTDIV0_RAISES_SIGFPE): New define.
2537         Use gl_* locking primitives rather than __libc_* ones.
2538         Include eval-plural.h instead of plural-eval.c.
2539         Use __builtin_expect rather than __glibc_likely/unlikely.
2540         * intl/dcngettext.c: Switch to gettext copyright.
2541         Use ANSI definitions and prototypes.
2542         * intl/dgettext.c: Likewise.
2543         * intl/dngettext.c: Likewise.
2544         * intl/plural-eval.c: Renamed to...
2545         * intl/eval-plural.h: ...this.
2546         * intl/explodename.c: Switch to gettext copyright.
2547         Use ANSI definitions and prototypes.
2548         (_nl_explode_name): Use strchr instead of __rawmemchr.
2549         * intl/finddomain.c: Switch to gettext copyright.
2550         Use ANSI definitions and prototypes.
2551         Use gl_* locking primitives rather than __libc_* ones.
2552         (_nl_find_domain): Use malloc rather than alloca for
2553         allocation of temporary locale name.
2554         * intl/gettext.c: Switch to gettext copyright.
2555         Use ANSI definitions and prototypes.
2556         * intl/gettextP.h: Switch to gettext copyright.
2557         Use ANSI definitions and prototypes.
2558         Use gl_* locking primitives rather than __libc_* ones.
2559         * intl/gmo.h: Switch to gettext copyright.
2560         (struct sysdep_string): Move struct segment_pair outside of
2561         struct definition.
2562         * intl/hash-string.c: Use ANSI definitions and prototypes.
2563         * intl/hash-string.h: Switch to gettext copyright.
2564         Use ANSI definitions and prototypes.
2565         * intl/l10nflist.c: Switch to gettext copyright.
2566         Use ANSI definitions and prototypes.
2567         (_nl_normalize_codeset): Avoid integer overflow.
2568         * intl/loadinfo.h: Switch to gettext copyright.
2569         Use ANSI definitions and prototypes.
2570         (LIBINTL_DLL_EXPORTED): New define.
2571         (PATH_SEPARATOR): New define.
2572         * intl/loadmsgcat.c: Switch to gettext copyright.
2573         * intl/localealias.c: Switch to gettext copyright.
2574         Use ANSI definitions and prototypes.
2575         (_nl_expand_alias): Use PATH_SEPARATOR.
2576         * intl/ngettext.c: Switch to gettext copyright.
2577         Use ANSI definitions and prototypes.
2578         * intl/plural-exp.c: Likewise.
2579         * intl/plural-exp.h: Switch to gettext copyright.
2580         Use ANSI definitions and prototypes.
2581         (struct expression): Move definition of enum operator outside
2582         of struct definition.
2583         * intl/plural.c: Regenerate.
2584         * intl/plural.y: Switch to gettext copyright.
2585         Use ANSI definitions and prototypes.
2586         Port to bison 3.0.
2587         * intl/textdomain.c: Switch to gettext copyright.
2588         Use ANSI definitions and prototypes.
2589         Use gl_* locking primitives rather than __libc_* ones.
2591 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2593         * debug/warning-nop.c: Add used atrribute.
2595 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2597         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2599         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2600         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2601         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2603 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2604             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2606         [BZ #17634]
2607         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2608         Undefine after defining function.  Define as weak alias of
2609         __wcschr.  Use libc_hidden_weak.
2610         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2611         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2612         (libc_hidden_def): Also define __GI___wcschr alias.
2613         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2614         __wcschr and define as weak alias of __wcschr.
2615         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2616         __wcschr.
2617         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2618         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2619         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2620         libc_hidden_weak.  Do not use libc_hidden_def.
2621         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2622         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2623         __GI___wcschr alias.
2624         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2625         [IS_IN (libc)] (wcschr): Define as macro expanding to
2626         __redirect_wcschr.
2627         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2628         [IS_IN (libc)] (__wcschr_power6): Likewise.
2629         [IS_IN (libc)] (__wcschr_power7): Likewise.
2630         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2631         instead of wcschr.
2632         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2633         __libc_wcschr.
2634         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2635         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2636         __wcschr and define as weak alias of __wcschr.  Use
2637         libc_hidden_builtin_def.
2638         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2639         as weak alias of __wcschr.  Use libc_hidden_weak.
2640         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2641         wcschr.
2642         * time/era.c (_nl_init_era_entries): Likewise.
2643         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2644         variable.
2645         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2646         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2648 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2650         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2651         format for long int variable.
2653 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2655         [BZ #10672]
2656         * manual/search.texi: (Array Sort Function): Remove claim how to make
2657         qsort stable.
2659 2014-12-10  Andreas Schwab  <schwab@suse.de>
2661         [BZ #12847]
2662         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2663         user-controlled locks.
2665 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2667         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2668         register.
2670 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2672         * configure.ac (--disable-werror): New configure option.
2673         (enable_werror): New AC_SUBST.
2674         * configure: Regenerated.
2675         * config.make.in (enable-werror): New variable.
2676         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2677         -Wno-error=undef.
2678         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2679         * manual/install.texi (Configuring and compiling): Document
2680         --disable-werror.
2681         * INSTALL: Regenerated.
2682         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2683         (CFLAGS-tst-chk2.c): Likewise.
2684         (CFLAGS-tst-chk3.c): Likewise.
2685         (CFLAGS-tst-chk4.cc): Likewise.
2686         (CFLAGS-tst-chk5.cc): Likewise.
2687         (CFLAGS-tst-chk6.cc): Likewise.
2688         (CFLAGS-tst-lfschk1.c): Likewise.
2689         (CFLAGS-tst-lfschk2.c): Likewise.
2690         (CFLAGS-tst-lfschk3.c): Likewise.
2691         (CFLAGS-tst-lfschk4.cc): Likewise.
2692         (CFLAGS-tst-lfschk5.cc): Likewise.
2693         (CFLAGS-tst-lfschk6.cc): Likewise.
2695         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2696         (main): Disable -Wdeprecated-declarations around calls to
2697         register_printf_function.
2699         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2700         (do_test): Disable -Wdiv-by-zero around some calls to
2701         fwrite_unlocked and fread_unlocked.
2703         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2704         (DIAG_POP_NEEDS_COMMENT): Likewise.
2705         (_DIAG_STR1): Likewise.
2706         (_DIAG_STR): Likewise.
2707         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2708         * stdio-common/bug21.c: Include <libc-internal.h>.
2709         (do_test): Disable -Wformat around call to sscanf.
2710         * stdio-common/scanf14.c: Include <libc-internal.h>.
2711         (main): Disable -Wformat around some calls to scanf functions.
2713 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2715         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2717 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2719         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2720         stack variable alignment.
2722 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2724         [BZ #17682]
2725         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2726         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2727         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2728         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2729         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2730         __getrlimit instead of getrlimit.
2731         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2732         __gettimeofday instead of gettimeofday.
2733         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2734         Likewise.
2735         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2736         Likewise.
2737         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2738         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2739         Remove variable.
2740         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2741         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2743 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2745         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2746         for wide-character tests.
2748 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2750         * io/openat64.c: #include <libc-internal.h>
2751         (__openat64): Prototypify.  Use ignore_value on MODE.
2752         * io/openat.c: Likewise.
2753         * misc/reboot.c: #include <libc-internal.h>
2754         (reboot): Prototypify.  Use ignore_value on HOWTO.
2755         * misc/ptrace.c: #include <libc-internal.h>
2756         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2758 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2760         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2761         XPG4, UNIX98 and XOPEN2K.
2762         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2763         Remove variable.
2764         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2766 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2768         * libio/fileops.c: Use ISO C style for function definitions.
2769         * libio/iofopen.c: Likewise.
2770         * libio/wfileops.c: Likewise.
2772         [BZ #17653]
2773         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2774         offset on EOF.
2775         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2776         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2777         (fgets_func): Function pointer to fgets and fgetws.
2778         (do_ftell_test): Add test to verify ftell value after read
2779         EOF.
2780         (do_test): Set fgets_func.
2782         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2783         O_TRUNC flag for w and w+ modes.
2784         (do_rewind_test): Likewise.
2785         (do_ftell_test): Likewise.
2786         (do_write_test): Likewise.
2788         [BZ #17647]
2789         * libio/fileops.c (do_ftell): Seek only when there are
2790         unflushed writes.
2791         * libio/wfileops.c (do_ftell_wide): Likewise.
2792         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2793         test case.
2794         (do_one_test): Call it.
2796 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2798         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2799         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2800         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2801         Remove variable.
2802         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2803         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2804         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2806 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2808         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2809         Remove variable.
2810         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2812         [BZ #17668]
2813         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2814         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2815         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2816         __freeifaddrs.  Use libc_hidden_weak.
2817         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2818         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2819         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2820         __freeifaddrs.  Use libc_hidden_weak.
2821         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2822         __getifaddrs and define as weak alias of __getifaddrs.  Use
2823         libc_hidden_weak.
2824         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2825         __freeifaddrs.  Use libc_hidden_weak.
2826         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2827         Remove variable.
2828         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2829         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2831 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2833         [BZ #17601]
2834         * sysdeps/mips/start.S (__start): Use indirect jump to call
2835         __libc_start_main.
2837 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2839         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2841         * nptl/tst-mutex1.c: Include <stdbool.h>.
2842         [!ATTR] (ATTR_NULL): New macro.
2843         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2844         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2845         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2847         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2848         to char *.
2850         [BZ #17665]
2851         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2852         Change conditional to [__USE_MISC].
2854         [BZ #17664]
2855         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2856         fgets_unlocked.
2857         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2858         __fgets_unlocked.
2859         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2860         fgets_unlocked.
2861         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2862         Remove variable.
2863         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2864         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2865         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2866         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2867         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2868         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2869         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2870         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2871         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2873         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2875 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2877         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2878         Remove strpbrk objects.
2879         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2880         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2881         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2882         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2883         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2884         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2886         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2887         Remove strcspn objects.
2888         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2889         (__libc_ifunc_impl_list): Remove strcspn implementation.
2890         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2891         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2892         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2893         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2895         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2896         Remove strspn objetcs.
2897         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2898         (__libc_ifunc_impl_list): Remove strspn implementation.
2899         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2900         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2901         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2902         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2904 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2906         [BZ #17581]
2907         * malloc/hooks.c
2908         (mem2mem_check): Add a terminator to the chain of checking blocks.
2909         (malloc_check_get_size): Use it here.
2910         (mem2chunk_check): Ditto.
2912 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2914         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2915         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2917 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2919         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2921         * nptl/nptl-init.c: Include libc-internal.h.
2922         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2924         * elf/ldconfig.c (search_dir): Expand comment.
2926 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2928         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2929         variable.
2930         (linknamespace-symlist-stdlibs-tests): Likewise.
2931         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2932         instead of $(objpfx)symlist-stdlibs.
2933         (linknamespace-libs-isoc): New variable.
2934         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2935         (linknamespace-libs-ISO): New variable.
2936         (linknamespace-libs-ISO99): Likewise.
2937         (linknamespace-libs-ISO11): Likewise.
2938         (linknamespace-libs-XPG3): Likewise.
2939         (linknamespace-libs-XPG4): Likewise.
2940         (linknamespace-libs-POSIX): Likewise.
2941         (linknamespace-libs-UNIX98): Likewise.
2942         (linknamespace-libs-XOPEN2K): Likewise.
2943         (linknamespace-libs-POSIX2008): Likewise.
2944         (linknamespace-libs-XOPEN2K8): Likewise.
2945         ($(objpfx)symlist-stdlibs): Replace by
2946         $(linknamespace-symlist-stdlibs-tests).  Use
2947         $(linknamespace-libs-$*) as set of libraries.
2948         ($(linknamespace-header-tests)): Update dependencies.  Use
2949         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2950         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2951         * conform/linknamespace.pl: Remove comment about considering
2952         definitions of symbols from irrelevant libraries.
2954 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2956         [BZ #13862]
2957         * elf/dl-tls.c: Include <atomic.h>.
2958         (oom): Remove #ifdef SHARED/#endif.
2959         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2960         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
2961         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2962         big enough.
2963         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2964         * nptl/Makefile (tests): Add tst-stack4.
2965         (modules-names): Add tst-stack4mod.
2966         ($(objpfx)tst-stack4): New.
2967         (tst-stack4mod.sos): Likewise.
2968         ($(objpfx)tst-stack4.out): Likewise.
2969         ($(tst-stack4mod.sos)): Likewise.
2970         (clean): Likewise.
2971         * nptl/tst-stack4.c: New file.
2972         * nptl/tst-stack4mod.c: Likewise.
2974 2014-11-27  J. Brown  <jb999@gmx.de>
2976         * sysdeps/x86/bits/string.h: Add recent CPUs.
2978 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2980         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2981         sigblock.
2983         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2984         feof.
2986         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2987         variable.
2989 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
2991         * nscd/connections.c: Include libc-internal.h because of macro
2992         usage ignore_value.
2994 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2996         * string/bits/string3.h (__warn_memset_zero_len): Don't
2997         declare for gcc newer than 5.0.
2998         (memset): Don't test for zero-length __LEN for gcc newer than
2999         5.0.
3001 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3003         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3004         size_t for %zu format.
3006         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3007         difference, not %ju.
3009 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3011         * include/libc-internal.h (ignore_value): New macro.
3012         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3013         with ignore_value.
3015         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3016         definition.
3018         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3019         pthread_cleanup_push to void *.
3021         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3022         Undefine.
3024         [BZ #16619]
3025         [BZ #16740]
3026         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3027         instead of 1L << 52.
3029         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3030         * libio/bug-rewind2.c (do_test): Likewise.
3032         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3033         * debug/test-strcpy_chk-ifunc.c: Likewise.
3034         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3035         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3036         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3037         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3038         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3039         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3040         * Rules [$(multi-arch) = no] (tests): Do not filter out
3041         $(tests-ifunc).
3042         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3043         * debug/Makefile (tests-ifunc): Remove variable.
3044         (tests): Do not add $(tests-ifunc).
3045         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3046         (tests): Do not add $(tests-ifunc).
3047         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3048         [TEST_IFUNC]: Remove conditionals.
3049         * string/test-string.h (TEST_IFUNC): Remove macro.
3050         [TEST_IFUNC]: Remove conditionals.
3052         * string/test-strchr.c [!WIDE] (L): New macro.
3053         [WIDE] (L): Likewise.
3054         (check1): Use CHAR instead of char.  Use L on string and character
3055         constants.
3057 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3059         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3060         tests.
3061         * sysdeps/powerpc/bits/atomic.h
3062         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3063         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3064         (atomic_exchange_and_add_acq): Likewise.
3065         (atomic_exchange_and_add_rel): Likewise.
3066         * sysdeps/powerpc/powerpc32/bits/atomic.h
3067         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3068         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3069         * sysdeps/powerpc/powerpc64/bits/atomic.h
3070         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3071         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3073 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3075         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3076         Change synchronization of __sched_fifo_min_prio and
3077         __sched_fifo_max_prio.
3078         * nptl/pthread_mutexattr_getprioceiling.c
3079         (pthread_mutexattr_getprioceiling): Likewise.
3080         * nptl/pthread_mutexattr_setprioceiling.c
3081         (pthread_mutexattr_setprioceiling): Likewise.
3082         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3083         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3084         Likewise.
3086 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3088         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3089         void.
3091 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3093         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3094         third argument const.
3096 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3098         fnmatch: work around GCC compiler warning bug with uninit var
3099         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3100         This works around a bug with x86-64 GCC 4.9.2 and earlier
3101         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3102         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3103         used uninitialized in this function [-Wmaybe-uninitialized]".
3105 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3107         * posix/bug-regex31.c (main): Return RES not 0.
3109 2014-11-25  Anton Blanchard <anton@samba.org>
3111         * sysdeps/powerpc/bits/atomic.h
3112         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3114 2014-11-24  Sterling Augustine  <saugustine@google.com>
3116         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3118 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3120         [BZ #17608]
3121         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3123 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3125         [BZ #17633]
3126         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3127         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3128         variable.
3129         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3130         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3132 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3134         * string/strncpy.c (strncpy): Improve performance by using memset.
3136 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3138         * string/strcpy.c (strcpy):
3139         Improve performance by using strlen and memcpy.
3141 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3143         * string/strcoll_l.c (get_next_seq): __always_inline.
3144         * string/strcoll_l.c (do_compare): __always_inline.
3146 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3148         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3149         defined.
3150         * include/mqueue.h: Likewise.
3151         * include/stdlib.h: Likewise.
3153         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3154         (get_null_defines): Adjust.
3155         * sunrpc/Makefile: Adjust comment.
3156         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3157         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3158         (CFLAGS-interp.c): Likewise.
3159         (CFLAGS-ldconfig.c): Likewise.
3160         (CPPFLAGS-.os): Likewise.
3161         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3162         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3163         * extra-modules.mk (extra-modules.mk): Likewise.
3164         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3165         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3166         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3167         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3168         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3169         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3170         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3171         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3172         * iconvdata/Makefile (CPPFLAGS): Likewise.
3173         (cpp-srcs-left): Add libof for all iconvdata routines.
3174         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3175         * include/assert.h: Likewise.
3176         * include/ctype.h: Likewise.
3177         * include/errno.h: Likewise.
3178         * include/libc-symbols.h: Likewise.
3179         * include/math.h: Likewise.
3180         * include/netdb.h: Likewise.
3181         * include/resolv.h: Likewise.
3182         * include/stdio.h: Likewise.
3183         * include/stdlib.h: Likewise.
3184         * include/string.h: Likewise.
3185         * include/sys/stat.h: Likewise.
3186         * include/wctype.h: Likewise.
3187         * intl/l10nflist.c: Likewise.
3188         * libidn/idn-stub.c: Likewise.
3189         * libio/libioP.h: Likewise.
3190         * nptl/libc_multiple_threads.c: Likewise.
3191         * nptl/pthreadP.h: Likewise.
3192         * posix/regex_internal.h: Likewise.
3193         * resolv/res_hconf.c: Likewise.
3194         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3195         * sysdeps/arm/memmove.S: Likewise.
3196         * sysdeps/arm/sysdep.h: Likewise.
3197         * sysdeps/generic/_itoa.h: Likewise.
3198         * sysdeps/generic/symbol-hacks.h: Likewise.
3199         * sysdeps/gnu/errlist.awk: Likewise.
3200         * sysdeps/gnu/errlist.c: Likewise.
3201         * sysdeps/i386/i586/memcpy.S: Likewise.
3202         * sysdeps/i386/i586/memset.S: Likewise.
3203         * sysdeps/i386/i686/memcpy.S: Likewise.
3204         * sysdeps/i386/i686/memmove.S: Likewise.
3205         * sysdeps/i386/i686/mempcpy.S: Likewise.
3206         * sysdeps/i386/i686/memset.S: Likewise.
3207         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3208         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3209         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3210         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3211         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3212         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3213         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3214         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3215         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3216         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3217         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3218         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3219         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3220         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3221         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3222         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3223         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3224         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3225         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3226         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3227         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3228         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3229         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3230         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3231         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3232         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3233         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3234         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3235         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3236         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3237         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3238         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3239         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3240         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3241         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3242         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3243         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3244         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3245         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3246         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3247         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3248         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3249         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3250         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3251         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3252         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3253         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3254         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3255         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3256         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3257         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3258         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3259         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3260         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3261         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3262         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3263         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3264         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3265         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3266         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3267         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3268         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3269         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3270         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3271         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3272         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3273         * sysdeps/posix/closedir.c: Likewise.
3274         * sysdeps/posix/opendir.c: Likewise.
3275         * sysdeps/posix/readdir.c: Likewise.
3276         * sysdeps/posix/rewinddir.c: Likewise.
3277         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3278         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3279         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3280         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3281         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3282         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3283         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3284         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3285         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3286         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3287         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3288         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3289         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3290         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3291         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3292         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3293         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3294         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3295         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3296         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3297         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3298         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3299         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3300         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3301         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3302         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3303         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3304         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3305         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3306         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3307         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3308         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3309         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3310         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3311         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3312         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3313         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3314         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3315         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3316         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3317         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3318         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3319         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3320         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3321         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3322         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3323         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3324         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3325         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3326         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3327         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3328         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3329         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3330         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3331         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3332         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3333         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3334         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3335         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3336         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3337         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3338         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3339         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3340         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3341         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3342         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3343         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3344         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3345         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3346         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3347         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3348         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3349         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3350         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3351         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3352         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3353         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3354         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3355         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3356         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3357         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3358         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3359         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3360         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3361         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3362         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3363         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3364         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3365         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3366         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3367         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3368         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3369         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3370         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3371         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3372         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3373         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3374         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3375         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3376         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3377         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3378         * sysdeps/unix/alpha/sysdep.S: Likewise.
3379         * sysdeps/unix/alpha/sysdep.h: Likewise.
3380         * sysdeps/unix/make-syscalls.sh: Likewise.
3381         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3382         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3383         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3384         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3385         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3386         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3387         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3388         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3389         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3390         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3391         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3392         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3393         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3394         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3395         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3396         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3397         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3398         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3399         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3400         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3401         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3402         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3403         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3404         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3405         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3406         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3407         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3410         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3411         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3412         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3413         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3414         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3415         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3416         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3417         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3418         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3419         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3420         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3421         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3422         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3423         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3424         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3425         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3426         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3427         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3428         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3429         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3430         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3431         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3432         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3433         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3434         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3435         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3436         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3437         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3438         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3439         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3440         * sysdeps/x86_64/memcpy.S: Likewise.
3441         * sysdeps/x86_64/memmove.c: Likewise.
3442         * sysdeps/x86_64/memset.S: Likewise.
3443         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3444         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3445         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3446         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3447         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3448         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3449         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3450         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3451         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3452         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3453         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3454         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3455         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3456         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3457         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3458         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3459         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3460         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3461         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3462         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3463         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3464         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3465         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3466         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3467         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3468         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3469         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3470         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3471         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3472         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3473         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3474         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3475         * sysdeps/x86_64/strcmp.S: Likewise.
3477         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3479         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3480         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3481         * elf/rtld-Rules: Likewise.
3482         * elf/setup-vdso.h: Likewise.
3483         * include/assert.h: Likewise.
3484         * include/bits/stdlib-float.h: Likewise.
3485         * include/errno.h: Likewise.
3486         * include/sys/stat.h: Likewise.
3487         * include/unistd.h: Likewise.
3488         * sysdeps/aarch64/setjmp.S: Likewise.
3489         * sysdeps/alpha/setjmp.S: Likewise.
3490         * sysdeps/arm/__longjmp.S: Likewise.
3491         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3492         * sysdeps/arm/setjmp.S: Likewise.
3493         * sysdeps/arm/sysdep.h: Likewise.
3494         * sysdeps/generic/_itoa.h: Likewise.
3495         * sysdeps/generic/dl-sysdep.h: Likewise.
3496         * sysdeps/generic/ldsodefs.h: Likewise.
3497         * sysdeps/i386/dl-tls.h: Likewise.
3498         * sysdeps/i386/setjmp.S: Likewise.
3499         * sysdeps/m68k/setjmp.c: Likewise.
3500         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3501         * sysdeps/mach/hurd/opendir.c: Likewise.
3502         * sysdeps/posix/getcwd.c: Likewise.
3503         * sysdeps/posix/opendir.c: Likewise.
3504         * sysdeps/posix/profil.c: Likewise.
3505         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3506         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3507         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3508         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3509         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3510         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3511         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3512         * sysdeps/s390/dl-tls.h: Likewise.
3513         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3514         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3515         * sysdeps/sh/sh3/setjmp.S: Likewise.
3516         * sysdeps/sh/sh4/setjmp.S: Likewise.
3517         * sysdeps/unix/alpha/sysdep.h: Likewise.
3518         * sysdeps/unix/arm/sysdep.S: Likewise.
3519         * sysdeps/unix/i386/sysdep.S: Likewise.
3520         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3521         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3522         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3523         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3524         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3525         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3526         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3527         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3528         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3529         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3530         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3531         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3532         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3535         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3536         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3537         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3538         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3539         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3540         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3541         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3542         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3543         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3544         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3545         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3546         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3547         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3548         * sysdeps/x86_64/setjmp.S: Likewise.
3550         * include/math.h: Use IS_IN instead of IS_IN_libm.
3551         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3552         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3553         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3554         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3555         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3556         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3557         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3558         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3559         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3560         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3561         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3562         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3563         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3564         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3565         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3566         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3567         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3568         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3569         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3570         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3571         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3572         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3573         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3574         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3575         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3576         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3577         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3578         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3579         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3580         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3581         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3582         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3583         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3585         Likewise.
3586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3587         Likewise.
3588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3589         Likewise.
3590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3591         Likewise.
3592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3593         Likewise.
3594         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3595         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3596         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3597         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3598         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3599         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3600         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3602         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3605         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3606         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3607         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3608         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3609         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3610         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3611         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3612         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3613         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3614         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3615         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3616         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3617         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3618         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3619         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3620         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3622         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3623         * nptl/pthreadP.h: Likewise.
3624         * nptl_db/structs.def: Likewise.
3625         * sysdeps/arm/sysdep.h: Likewise.
3626         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3627         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3628         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3629         * sysdeps/unix/alpha/sysdep.h: Likewise.
3630         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3631         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3632         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3633         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3634         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3635         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3636         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3637         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3638         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3639         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3640         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3641         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3642         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3643         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3646         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3647         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3648         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3649         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3650         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3651         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3652         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3653         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3654         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3655         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3657         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3658         * nptl/pthreadP.h: Likewise.
3659         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3660         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3661         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3662         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3663         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3664         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3665         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3666         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3667         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3668         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3669         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3670         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3672         Likewise.
3673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3674         Likewise.
3675         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3676         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3677         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3678         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3679         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3680         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3681         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3682         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3684         * dlfcn/dladdr.c: Use IS_IN.
3685         * dlfcn/dladdr1.c: Likewise.
3686         * dlfcn/dlclose.c: Likewise.
3687         * dlfcn/dlerror.c: Likewise.
3688         * dlfcn/dlinfo.c: Likewise.
3689         * dlfcn/dlmopen.c: Likewise.
3690         * dlfcn/dlopen.c: Likewise.
3691         * dlfcn/dlsym.c: Likewise.
3692         * dlfcn/dlvsym.c: Likewise.
3694         * include/ifaddrs.h: Use IS_IN.
3695         * inet/check_pf.c: Likewise.
3696         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3697         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3699         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3700         IS_IN_ldconfig.
3701         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3702         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3704         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3705         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3706         IS_IN (libc).
3708         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3710         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3711         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3712         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3713         * include/libc-symbols.h (IS_IN_LIB): New macro.
3714         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3715         * include/netdb.h: Likewise.
3716         * include/stap-probe.h: Remove all uses of IN_LIB.
3718         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3719         instead of IN_MODULE.
3720         * include/libc-symbols.h (IN_MODULE): Define using
3721         MODULE_NAME.
3722         (PASTE_NAME, PASTE_NAME1): New macros.
3723         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3724         of IN_LIB.
3725         (STAP_PROBE_ASM): Likewise.
3727 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3729         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3730         __mach_init in dlopened libc.
3732 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3734         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3735         * sysdeps/arm/preconfigure: Regenerate.
3737 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3739         * nptl/pthread_create.c (__pthread_create_2_1): Set
3740         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3741         when copying values from IATTR into PD.
3743 2014-11-21  Will Newton  <will.newton@linaro.org>
3744             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3746         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3747         Refactor inline-asm.  Also add comment.
3749         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3750         ElfW macro instead of hardcoded Elf64 types.
3751         (la_aarch64_gnu_pltenter): Likewise.
3752         * sysdeps/aarch64/dl-machine.h
3753         (elf_machine_runtime_setup): Use ElfW(Addr).
3755         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3756         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3757         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3758         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3759         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3760         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3761         (R_AARCH64_TLS_DTPMOD): This.
3762         (R_AARCH64_TLS_DTPREL64): Rename to ...
3763         (R_AARCH64_TLS_DTPREL): This.
3764         (R_AARCH64_TLS_TPREL64): Rename to ...
3765         (R_AARCH64_TLS_TPREL): This.
3766         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3767         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3768         R_AARCH64_TLS_TPREL64.
3769         (elf_machine_rela): Likewise.
3771 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3773         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3774         by setting it to 0.  64b atomics are not supported currently.
3776 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3778         [BZ #16469]
3779         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3780         search domain names.
3782 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3784         [BZ #16469]
3785         * NEWS: Update.
3786         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3787         trailing dot.
3788         * posix/tst-getaddrinfo5.c: New.
3789         * posix/Makefile (tests): Add it.
3791 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3793         [BZ #14498]
3794         * NEWS: Fixed.
3795         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3796         after parsing line but before break_if_match.
3797         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3798         if there is a protocol mismatch.
3800 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3802         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3803         because the potential race is on the user-supplied stream.
3805 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3807         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3808         string literal if not passed a buffer.
3809         * manual/job.texi (ctermid): Update reasoning, note deviation
3810         from posix, suggest mtasurace when not passed a buffer, for
3811         future non-preliminary safety notes.
3813 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3815         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3816         of not passing it a buffer.
3817         Reported by Peng Haitao.
3819 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3821         * manual/Makefile ($(objpfx)stamp-summary): Require
3822         check-safety.sh to pass.
3823         * manual/check-safety.sh: Wish for verification that every
3824         @deftypefn and @deftypefun is followed by a @safety remark.
3826 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3828         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3830         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3831         PTHREAD_CANCEL_ASYNCHRONOUS.
3832         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3833         send SIGCANCEL.
3835         * nptl/default-sched.h: New file.
3836         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3837         * nptl/pthread_create.c: Include it.
3838         (__pthread_create_2_1): Use collect_default_sched instead of making
3839         Linux syscalls here directly.
3841 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3843         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3844         __pthread_once): Use C11 atomics.
3846 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3848         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3850 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3852         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3853         atomic_thread_fence_acquire, atomic_thread_fence_release,
3854         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3855         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3856         atomic_compare_exchange_weak_relaxed,
3857         atomic_compare_exchange_weak_acquire,
3858         atomic_compare_exchange_weak_release,
3859         atomic_exchange_acquire, atomic_exchange_release,
3860         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3861         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3862         atomic_fetch_and_acquire,
3863         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3865 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3867         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3868         USE_ATOMIC_COMPILER_BUILTINS): Define.
3869         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3870         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3871         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3872         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3873         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3874         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3875         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3876         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3877         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3878         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3879         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3880         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3881         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3882         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3883         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3884         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3885         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3886         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3887         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3888         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3889         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3890         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3891         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3892         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3893         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3894         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3895         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3896         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3897         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3898         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3899         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3900         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3901         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3902         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3903         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3904         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3905         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3906         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3907         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3908         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3910 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3912         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3913         the sched_priority value here.  It was already checked when the user
3914         called pthread_attr_setschedparam.
3916         * nptl/tst-bad-schedattr.c: New file.
3917         * nptl/Makefile (tests): Add it.
3919 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3920             Florian Weimer  <fweimer@redhat.com>
3921             Joseph Myers  <joseph@codesourcery.com>
3922             Adam Conrad  <adconrad@0c3.net>
3923             Andreas Schwab  <schwab@suse.de>
3924             Brooks  <bmoses@google.com>
3926         [BZ #17625]
3927         * wordexp-test.c (__dso_handle): Add prototype.
3928         (__register_atfork): Likewise.
3929         (__app_register_atfork): New function.
3930         (registered_forks): New global.
3931         (register_fork): New function.
3932         (test_case): Add 3 new tests for WRDE_CMDSUB.
3933         (main): Call __app_register_atfork.
3934         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3935         fork count is non-zero fail the test.
3936         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3937         is set.
3938         (parse_dollars): Remove check for WRDE_NOCMD.
3939         (parse_dquote): Likewise.
3941 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3943         * Makeconfig (built-modules): List non-library modules to be
3944         built.
3945         (module-cppflags): Include libc-modules.h for
3946         everything except shlib-versions.v.i.
3947         (CPPFLAGS): Use it.
3948         (before-compile): Add libc-modules.h.
3949         ($(common-objpfx)libc-modules.h,
3950         $(common-objpfx)libc-modules.stmp): New targets.
3951         (common-generated): Add libc-modules.h and libc-modules.stmp.
3952         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3953         * include/libc-symbols.h: Don't include libc-modules.h.
3954         * include/libc-modules.h: Remove file.
3955         * scripts/gen-libc-modules.awk: New script to generate
3956         libc-modules.h.
3957         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3958         Depend on libc-modules.stmp.
3960         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3962         * Makeconfig (in-module): Get value of libof set for the
3963         translation unit.
3964         (CPPFLAGS): Use $(in-module).
3965         * Makerules: Don't suffix routine names for nonlib.
3966         * include/libc-modules.h: New file.
3967         * include/libc-symbols.h: Include libc-modules.h
3968         (IS_IN): New macro to replace IS_IN_* macros.
3969         * elf/Makefile: Set libof-* for each routine.
3970         * elf/rtld-Rules: Likewise.
3971         * extra-modules.mk: Likewise.
3972         * iconv/Makefile: Likewise.
3973         * iconvdata/Makefile: Likewise.
3974         * locale/Makefile: Likewise.
3975         * malloc/Makefile: Likewise.
3976         * nss/Makefile: Likewise.
3977         * sysdeps/gnu/Makefile: Likewise.
3978         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3979         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3980         * sysdeps/s390/s390-64/Makefile: Likewise.
3981         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
3982         CPPFLAGS for nscd instead of nonlib.
3984 2014-11-18  Roland McGrath  <roland@hack.frob.com>
3986         * nptl/createthread.c: New file.
3988         * nptl/createthread.c: Moved ...
3989         * sysdeps/unix/sysv/linux/createthread.c: ... here.
3991         * nptl/createthread.c: Add proper top-line comment.
3992         (do_clone): Folded into ...
3993         (create_thread): ... here.  Take new arguments STOPPED_START and
3994         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
3995         increment __nptl_threads, do event-reporting logic, do
3996         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3997         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
3998         resource cleanup if sched_setaffinity or sched_setscheduler fails,
3999         just send SIGCANCEL.
4000         * nptl/pthread_create.c: Forward-declare create_thread before
4001         including createthread.c.
4002         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4003         declaration, and new macro START_THREAD_SELF to replace argument.
4004         Remove return statement.
4005         (report_thread_creation): New function.
4006         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4007         synchronization logic, and __nptl_nthreads increment here, around
4008         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4009         PD->parent_cancelhandling here, before create_thread.  When
4010         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4011         __deallocate_stack, and ENOMEM translation here.
4013 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4015         [BZ #17616]
4016         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4017         (mptwo): Rename to __mptwo.
4018         (__inv): Use __mptwo instead of mptwo.
4019         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4020         (mptwo): Rename to __mptwo.
4021         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4022         of mpone and __mptwo instead of mptwo.
4023         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4024         instead of mpone.
4025         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4026         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4027         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4028         of mpone and __mptwo instead of mptwo.
4029         (__mpranred): Use __mpone instead of mpone.
4030         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4031         variable.
4032         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4033         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4034         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4035         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4036         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4037         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4038         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4039         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4040         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4041         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4042         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4043         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4044         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4045         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4046         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4047         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4048         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4049         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4050         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4052 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4054         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4055         replace BSD Handler xref with BSD Signal Handling.
4057 2014-11-17  Richard Henderson  <rth@redhat.com>
4059         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4060         (_FP_PACK_RAW_2): Remove.
4061         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4062         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4063         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4064         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4065         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4066         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4067         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4068         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4069         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4070         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4071         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4072         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4073         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4074         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4075         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4076         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4078 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4080         * signal/signal.h [__USE_MISC]
4081         (struct sigvec): Remove type.
4082         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4083         (sigvec): Remove declaration.
4084         * sysdeps/posix/sigvec.c: Moved ...
4085         * signal/sigvec.c: ... here, replacing old file.
4086         (struct sigvec): New type, copied from old signal.h definition.
4087         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4088         (__sigvec): Convert definition to prototype.
4089         (sigvec): Replace weak_alias with compat_symbol.
4090         * signal/Versions (libc: GLIBC_2.21): New version set.
4091         * include/signal.h: Remove __sigvec declaration.
4092         * sysdeps/unix/bsd/sigvec.c: Remove file.
4093         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4094         * manual/signal.texi (BSD Handler): Remove subsection.
4095         Move siginterrupt up to ...
4096         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4097         (Blocking in BSD): Fold subsection into its parent.
4098         * NEWS: Mention sigvec removal.
4100 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4102         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4103         (DLA_FMS): Make definition conditional only on [__FMA4__].
4104         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4105         definition.
4107         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4108         Make definition conditional only on [PROF].
4109         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4110         definition.
4111         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4112         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4114         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4115         !__GNUC__].
4116         * include/signal.h (__sigpause): Move declaration above call to
4117         libc_hidden_proto.
4118         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4119         variable.
4120         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4121         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4123 2014-11-14  David S. Miller  <davem@davemloft.net>
4125         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4126         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4128 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4130         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4131         * configure: Regenerated.
4132         * manual/install.texi (Tools for Compilation): Document a
4133         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4134         compiler verified to work.
4135         * INSTALL: Regenerated.
4137         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4138         redeclare with asm name.
4139         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4140         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4141         including <string.h>.
4142         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4143         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4144         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4145         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4146         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4147         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4148         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4150 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4152         * stdlib/strtol.c (__strtol): Use prototype definition.
4154         [BZ #17594]
4155         * stdlib/strtol.c (SYM__): New macro.
4156         (SYM__1): Likewise.
4157         (__strtol): Likewise.
4158         (strtol): Rename to __strtol and define as weak alias of
4159         __strtol.  Use libc_hidden_weak.
4161 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4163         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4164         Use numbered labels in inline assembly.
4166 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4168         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4169         Add setjmp LIBC_PROBE.
4170         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4171         Likewise.
4172         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4173         Add longjmp, longjmp_target LIBC_PROBE.
4174         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4175         Likewise.
4177 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4179         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4180         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4181         to get rid of unused variable warning.
4183 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4185         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4186         Check for unwind_backtrace ==  NULL only in SHARED case.
4187         (__backchain_backtrace): Compile only in SHARED case.
4188         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4189         Likewise.
4190         (__backchain_backtrace): Declare as static.
4192 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4194         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4195         (__libc_multiple_threads_ptr): Variable moved ...
4196         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4198 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4200         * conform/GlibcConform.pm: New file.
4201         * conform/conformtest.pl: Use GlibcConform module.
4202         * conform/linknamespace.pl: New file.
4203         * conform/list-header-symbols.pl: Likewise.
4204         * conform/Makefile (linknamespace-symlists-base): New variable.
4205         (linknamespace-symlists-tests): Likewise.
4206         (linknamespace-header-base): Likewise.
4207         (linknamespace-header-tests): Likewise.
4208         (tests-special): Add new tests.
4209         ($(linknamespace-symlists-tests)): New rule.
4210         (linknamespace-libs): New variable.
4211         ($(objpfx)symlist-stdlibs): New rule.
4212         ($(linknamespace-header-tests)): Likewise.
4213         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4214         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4215         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4216         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4217         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4218         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4219         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4220         (test-xfail-ISO/math.h/linknamespace): Likewise.
4221         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4222         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4223         (test-xfail-ISO/time.h/linknamespace): Likewise.
4224         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4225         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4226         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4227         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4228         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4229         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4230         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4231         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4232         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4233         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4234         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4235         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4236         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4237         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4238         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4239         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4240         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4241         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4242         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4243         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4244         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4245         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4246         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4247         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4248         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4249         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4250         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4251         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4252         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4253         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4254         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4255         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4256         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4257         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4258         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4259         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4260         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4261         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4262         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4263         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4264         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4265         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4266         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4267         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4268         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4269         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4270         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4271         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4272         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4273         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4274         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4275         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4276         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4277         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4278         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4279         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4280         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4281         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4282         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4283         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4284         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4285         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4286         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4287         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4288         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4289         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4290         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4291         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4292         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4293         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4294         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4295         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4296         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4297         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4298         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4299         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4300         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4301         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4302         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4303         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4304         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4305         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4306         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4307         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4308         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4309         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4310         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4311         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4312         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4313         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4314         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4315         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4316         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4317         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4318         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4319         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4320         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4321         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4322         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4323         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4324         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4325         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4326         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4327         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4328         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4329         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4330         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4331         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4332         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4333         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4334         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4335         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4336         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4337         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4338         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4339         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4340         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4341         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4342         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4343         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4344         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4345         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4346         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4347         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4348         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4349         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4350         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4351         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4352         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4353         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4354         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4355         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4356         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4357         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4358         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4359         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4360         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4361         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4362         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4363         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4364         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4365         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4366         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4367         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4368         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4369         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4370         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4371         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4372         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4373         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4375         [BZ #17589]
4376         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4377         of fgets_unlocked.
4379         [BZ #17585]
4380         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4381         (memmem): Rename to __memmem and define as weak alias of
4382         __memmem.  Use libc_hidden_weak.
4383         (__memmem): Use libc_hidden_def.
4384         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4385         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4386         memmem.
4388         [BZ #17582]
4389         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4390         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4391         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4392         and define as weak alias of __fgets_unlocked.  Use
4393         libc_hidden_weak.
4394         (__fgets_unlocked): Use libc_hidden_def.
4395         * include/stdio.h (__fgets_unlocked): Declare.  Use
4396         libc_hidden_proto.
4397         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4398         __fgets_unlocked instead of fgets_unlocked.
4399         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4400         (GET_NPROCS_CONF_PARSER): Likewise.
4401         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4402         (GET_NPROCS_CONF_PARSER): Likewise.
4404         [BZ #17574]
4405         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4406         weak alias of __wmemset.  Use libc_hidden_weak.
4407         (__wmemset): Use libc_hidden_def.
4408         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4409         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4410         of wmemset.
4412         [BZ #17573]
4413         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4414         with asm name __mempcpy.
4415         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4417         [BZ #17572]
4418         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4419         and define as weak alias of __rawmemchr.
4420         (__rawmemchr): Do not define as strong alias of rawmemchr.
4422         [BZ #17571]
4423         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4424         alias of __qsort_r.
4425         (qsort): Call __qsort_r instead of qsort_r.
4426         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4427         (__qsort_r): Declare.  Call libc_hidden_proto.
4428         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4429         instead of qsort_r.
4430         * nscd/gai.c (__qsort_r): Define to qsort_r.
4431         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4432         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4433         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4435         [BZ #17570]
4436         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4437         define as weak alias of __malloc_info.
4439         [BZ #17584]
4440         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4441         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4442         (__rewinddir): Use libc_hidden_def.
4443         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4444         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4445         (__rewinddir): Use libc_hidden_def.
4446         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4447         weak alias of __rewinddir.  Don't use libc_hidden_def.
4448         (__rewinddir): Use libc_hidden_def.
4449         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4450         (__rewinddir): Use libc_hidden_proto.
4451         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4452         rewinddir.
4453         (__getcwd): Use __rewinddir instead of rewinddir.
4455         [BZ #17583]
4456         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4457         alias of __fileno.  Use libc_hidden_weak.
4458         (__fileno): Use libc_hidden_def.
4459         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4460         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4461         alias of __ftello.
4462         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4463         __ftello.
4464         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4465         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4466         libc_hidden_def.
4467         (fread_unlocked): Don't use libc_hidden_ver.
4468         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4469         and define as weak alias of __fread_unlocked.  Don't use
4470         libc_hidden_def.
4471         (__fread_unlocked): Use libc_hidden_def.
4472         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4473         (ftello): Don't use libc_hidden_proto.
4474         (__ftello): Declare.  Use libc_hidden_proto.
4475         (fread_unlocked): Don't use libc_hidden_proto.
4476         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4477         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4478         and __ftello instead of fileno, fread_unlocked and ftello.
4480 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4482         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4483         GOT12.
4484         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4485         Likewise.
4486         (_dl_start_user): Likewise.
4487         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4489 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4490             Siddhesh Poyarekar  <siddhesh@redhat.com>
4492         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4493         Move argv and envp down instead of moving argc up.
4494         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4496 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4498         [BZ #17506]
4499         * test-skeleton.c (main): Return successful if one of
4500         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4501         * string/tst-strcoll-overflow.c: Define expected status.
4503 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4505         [BZ #17475]
4506         * locale/iso-639.def: Define Bhili and Tulu language codes.
4508 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4510         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4512 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4514         [BZ #17555]
4515         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4517 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4519         * configure.ac: Updated check of minimal required version to
4520         2.22.
4521         * manual/install.texi (Tools for Compilation): Updated version
4522         number.
4523         * configure: Regenerated.
4524         * INSTALL: Likewise.
4526 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4528         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4529         __tls_get_addr.
4531 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4533         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4534         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4535         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4536         libc_hidden_weak.
4537         (waitpid): Define as alias of __waitpid.
4538         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4539         __waitpid.
4540         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4541         libc_hidden_weak.
4542         (waitpid): Define as alias of __waitpid.
4543         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4544         __libc_waitpid alias.
4545         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4546         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4547         Likewise.
4548         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4549         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4550         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4551         alias.
4552         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4553         __waitpid.
4554         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4555         libc_hidden_weak.
4556         (waitpid): Define as alias of __waitpid.
4558 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4560         * manual/llio.texi: Add comment that write safety has been
4561         fixed in Linux.
4563         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4564         (localplt-build-dso): Add elf/ld.so.
4565         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4566         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4567         and free for ld.so.
4568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4569         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4571         Likewise.
4572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4573         Likewise.
4574         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4575         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4576         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4577         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4578         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4579         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4580         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4581         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4582         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4583         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4584         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4586 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4588         [BZ #14132]
4589         * include/libc-symbols.h (INTUSE): Remove macro.
4590         (INTDEF): Likewise.
4591         (INTVARDEF): Likewise.
4592         (_INTVARDEF): Likewise.
4593         (INTDEF2): Likewise.
4594         (INTVARDEF2): Likewise.
4595         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4596         rtld_hidden_def instead of INTVARDEF.
4597         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4598         (_dl_starting_up_internal): Remove declaration.
4599         (_dl_starting_up): Use rtld_hidden_proto.
4600         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4601         declaration.
4602         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4603         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4604         _dl_starting_up.
4605         * elf/dl-writev.h (_dl_writev): Likewise.
4606         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4607         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4608         _dl_starting_up_internal.
4610 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4612         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4613         test-skeleton.c.
4615 2014-11-05  Will Newton  <will.newton@linaro.org>
4617         * benchtests/Makefile: (bench-malloc): Add malloc thread
4618         scalability benchmark.
4619         * benchtests/bench-malloc-threads.c: New file.
4621 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4623         * sysdeps/aarch64/strchrnul.S: New file.
4625 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4627         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4628         definition.
4629         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4630         Likwise.
4631         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4632         Likewise.
4633         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4634         Likewise.
4635         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4636         Likewise.
4637         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4638         Likewise.
4640 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4642         * catgets/test-gencat.c: Use test-skeleton.c.
4643         * catgets/tst-catgets.c: Likewise.
4644         * csu/tst-empty.c: Likewise.
4645         * elf/tst-audit2.c: Likewise.
4646         * elf/tst-global1.c: Likewise.
4647         * elf/tst-pathopt.c: Likewise.
4648         * elf/tst-piemod1.c: Likewise.
4649         * elf/tst-tls10.c: Likewise.
4650         * elf/tst-tls11.c: Likewise.
4651         * elf/tst-tls12.c: Likewise.
4652         * gnulib/tst-gcc.c: Likewise.
4653         * iconvdata/tst-e2big.c: Likewise.
4654         * iconvdata/tst-loading.c: Likewise.
4655         * iconv/tst-iconv1.c: Likewise.
4656         * iconv/tst-iconv2.c: Likewise.
4657         * inet/test-inet6_opt.c: Likewise.
4658         * inet/tst-gethnm.c: Likewise.
4659         * inet/tst-network.c: Likewise.
4660         * inet/tst-ntoa.c: Likewise.
4661         * intl/tst-codeset.c: Likewise.
4662         * intl/tst-gettext2.c: Likewise.
4663         * intl/tst-gettext3.c: Likewise.
4664         * intl/tst-ngettext.c: Likewise.
4665         * intl/tst-translit.c: Likewise.
4666         * io/test-stat.c: Likewise.
4667         * libio/test-fmemopen.c: Likewise.
4668         * libio/tst-freopen.c: Likewise.
4669         * libio/tst-sscanf.c: Likewise.
4670         * libio/tst-ungetwc1.c: Likewise.
4671         * libio/tst-ungetwc2.c: Likewise.
4672         * libio/tst-widetext.c: Likewise.
4673         * localedata/tst-ctype.c: Likewise.
4674         * localedata/tst-digits.c: Likewise.
4675         * localedata/tst-leaks.c: Likewise.
4676         * localedata/tst-mbswcs1.c: Likewise.
4677         * localedata/tst-mbswcs2.c: Likewise.
4678         * localedata/tst-mbswcs3.c: Likewise.
4679         * localedata/tst-mbswcs4.c: Likewise.
4680         * localedata/tst-mbswcs5.c: Likewise.
4681         * localedata/tst-setlocale.c: Likewise.
4682         * localedata/tst-trans.c: Likewise.
4683         * localedata/tst-wctype.c: Likewise.
4684         * localedata/tst-xlocale1.c: Likewise.
4685         * login/tst-grantpt.c: Likewise.
4686         * malloc/tst-calloc.c: Likewise.
4687         * malloc/tst-malloc.c: Likewise.
4688         * malloc/tst-mallocstate.c: Likewise.
4689         * malloc/tst-mcheck.c: Likewise.
4690         * malloc/tst-mtrace.c: Likewise.
4691         * malloc/tst-obstack.c: Likewise.
4692         * math/atest-exp2.c: Likewise.
4693         * math/atest-exp.c: Likewise.
4694         * math/atest-sincos.c: Likewise.
4695         * math/test-matherr.c: Likewise.
4696         * math/test-misc.c: Likewise.
4697         * math/test-powl.c: Likewise.
4698         * math/tst-definitions.c: Likewise.
4699         * misc/tst-dirname.c: Likewise.
4700         * misc/tst-efgcvt.c: Likewise.
4701         * misc/tst-fdset.c: Likewise.
4702         * misc/tst-hsearch.c: Likewise.
4703         * misc/tst-mntent2.c: Likewise.
4704         * nptl/tst-sem7.c: Likewise.
4705         * nptl/tst-sem8.c: Likewise.
4706         * nptl/tst-sem9.c: Likewise.
4707         * nss/test-netdb.c: Likewise.
4708         * posix/tst-fnmatch.c: Likewise.
4709         * posix/tst-getlogin.c: Likewise.
4710         * posix/tst-gnuglob.c: Likewise.
4711         * posix/tst-mmap.c: Likewise.
4712         * pwd/tst-getpw.c: Likewise.
4713         * resolv/tst-inet_ntop.c: Likewise.
4714         * rt/tst-timer.c: Likewise.
4715         * stdio-common/test-fseek.c: Likewise.
4716         * stdio-common/test-popen.c: Likewise.
4717         * stdio-common/test-vfprintf.c: Likewise.
4718         * stdio-common/tst-cookie.c: Likewise.
4719         * stdio-common/tst-fileno.c: Likewise.
4720         * stdio-common/tst-gets.c: Likewise.
4721         * stdio-common/tst-obprintf.c: Likewise.
4722         * stdio-common/tst-perror.c: Likewise.
4723         * stdio-common/tst-sprintf2.c: Likewise.
4724         * stdio-common/tst-sprintf3.c: Likewise.
4725         * stdio-common/tst-sprintf.c: Likewise.
4726         * stdio-common/tst-swprintf.c: Likewise.
4727         * stdio-common/tst-tmpnam.c: Likewise.
4728         * stdio-common/tst-unbputc.c: Likewise.
4729         * stdio-common/tst-wc-printf.c: Likewise.
4730         * stdlib/tst-environ.c: Likewise.
4731         * stdlib/tst-fmtmsg.c: Likewise.
4732         * stdlib/tst-limits.c: Likewise.
4733         * stdlib/tst-rand48-2.c: Likewise.
4734         * stdlib/tst-rand48.c: Likewise.
4735         * stdlib/tst-random2.c: Likewise.
4736         * stdlib/tst-random.c: Likewise.
4737         * stdlib/tst-strtol.c: Likewise.
4738         * stdlib/tst-strtoll.c: Likewise.
4739         * stdlib/tst-tls-atexit.c: Likewise.
4740         * stdlib/tst-xpg-basename.c: Likewise.
4741         * string/test-ffs.c: Likewise.
4742         * string/tst-bswap.c: Likewise.
4743         * string/tst-inlcall.c: Likewise.
4744         * string/tst-strtok.c: Likewise.
4745         * string/tst-strxfrm.c: Likewise.
4746         * sysdeps/x86_64/tst-audit10.c: Likewise.
4747         * sysdeps/x86_64/tst-audit3.c: Likewise.
4748         * sysdeps/x86_64/tst-audit4.c: Likewise.
4749         * sysdeps/x86_64/tst-audit5.c: Likewise.
4750         * time/tst-ftime_l.c: Likewise.
4751         * time/tst-getdate.c: Likewise.
4752         * time/tst-mktime3.c: Likewise.
4753         * time/tst-mktime.c: Likewise.
4754         * time/tst-posixtz.c: Likewise.
4755         * time/tst-strptime2.c: Likewise.
4756         * time/tst-strptime3.c: Likewise.
4757         * wcsmbs/tst-btowc.c: Likewise.
4758         * wcsmbs/tst-mbrtowc.c: Likewise.
4759         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4760         * wcsmbs/tst-wchar-h.c: Likewise.
4761         * wcsmbs/tst-wcpncpy.c: Likewise.
4762         * wcsmbs/tst-wcrtomb.c: Likewise.
4763         * wcsmbs/tst-wcsnlen.c: Likewise.
4764         * wcsmbs/tst-wcstof.c: Likewise.
4766 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4768         [BZ #14132]
4769         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4770         INTDEF.
4771         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4772         declaration.
4773         (_dl_mcount): Use rtld_hidden_proto.
4774         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4775         _dl_mcount.
4776         * elf/rtld.c (_rtld_global_ro): Likewise.
4778         [BZ #14132]
4779         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4780         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4781         of _dl_init_internal.
4782         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4783         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4784         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4785         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4786         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4787         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4788         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4789         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4790         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4791         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4792         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4793         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4794         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4795         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4796         * sysdeps/tile/dl-start.S (_start): Likewise.
4797         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4798         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4800         [BZ #14132]
4801         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4802         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4803         (rtld_progname): Make macro definition unconditional.
4804         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4805         INTDEF.
4806         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4807         (dl_main): Likewise.
4808         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4809         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4810         instead of _dl_argv_internal.
4811         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4812         __GI__dl_argv instead of INTUSE(_dl_argv).
4813         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4814         __GI__dl_argv instead of _dl_argv_internal.
4816         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4817         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4818         macro.
4819         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4820         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4821         New macro.
4822         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4823         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4824         macro.
4825         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4826         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4828 2014-11-04  Andreas Schwab  <schwab@suse.de>
4830         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4832 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4834         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4835         mtvsrd instruction in binary form.
4837 2014-11-03  Andreas Schwab  <schwab@suse.de>
4839         [BZ #17522]
4840         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4841         for less than MB_LEN_MAX use a local buffer of that size.
4842         * libio/tst-fputws.c: New file.
4843         * libio/Makefile (tests): Add tst-fputws.
4845 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4847         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4848         the size of the fpu_fr.fpu_dregs[] array.
4850 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4852         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4853         (__nanosleep): Do not define as alias.
4854         (nanosleep): Define as alias of __nanosleep.
4855         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4856         __libc_nanosleep name.
4858 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4860         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4861         install.texi in comment.
4863 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4865         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4866         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4867         ... add here and use lwsync or sync ...
4868         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4869         ... and add here using lwsync.
4871 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4873         * elf/dl-machine-reject-phdr.h: New file.
4874         * elf/dl-load.c: #include that.
4875         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4876         if that returned true.
4878 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4880         [BZ #17496]
4881         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4882         gen-as-const-headers chunk.  Add a big scare comment after the last
4883         safe place to touch before-compile.
4885 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4887         * manual/install.texi (Tools for Compilation): Update autoconf
4888         version requirements.
4889         * INSTALL: Regenerated.
4891         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4892         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4893         (__libc_pselect): Likewise.
4895         [BZ #14138]
4896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4901 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4903         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4904         correct barrier instruction.
4905         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4906         Likewise.
4907         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4908         Likewise.
4910 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4912         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4913         after defining inlines.  Instead, just use parens to defeat macro
4914         expansion of __isctype in its declaration.
4916 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4918         * include/sys/uio.h (__libc_readv): Remove declaration.
4919         (__libc_writev): Likewise.
4920         * misc/readv.c (__libc_readv): Rename to __readv.
4921         (__readv): Do not define as alias.
4922         (readv): Define as alias of __readv.
4923         * misc/writev.c (__libc_writev): Rename to __writev.
4924         (__writev): Do not define as alias.
4925         (writev): Define as alias of __writev.
4926         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4927         (__readv): Do not define as alias.
4928         (readv): Define unconditionally as alias of __readv.
4929         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4930         (__writev): Do not define as alias.
4931         (writev): Define unconditionally as alias of __writev.
4932         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4933         name.
4934         (writev): Do not define __libc_writev name.
4936 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4938         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4939         (convert_charseq): New function, broken out of ...
4940         (use_from_charmap): ... here.  Call it.
4941         (use_to_charmap): Use convert_charseq and free instead of duplicating
4942         its code with a variable-length stack struct.
4944 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4946         * include/fcntl.h (__libc_creat): Remove declaration.
4947         * io/creat.c (__libc_creat): Rename to creat.
4948         (creat): Do not define as alias.
4949         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4950         of creat instead of __libc_creat.
4951         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4952         to creat.
4953         (creat): Do not define as alias.
4954         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4955         __libc_creat.
4956         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4957         __libc_creat name.
4958         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4959         Likewise.
4961 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
4963         * manual/llio.texi: Add comments discussing why write() may be
4964         considered MT-unsafe on Linux.
4966 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
4968         * dl-load.c (local_strdup): Remove.
4969         (expand_dynamic_string_token): Use __strdup.
4970         (decompose_rpath): Likewise.
4971         (_dl_map_object): Likewise.
4973 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
4975         [BZ #14132]
4976         * sysdeps/generic/unwind-dw2-fde.c
4977         (__register_frame_info_bases_internal): Do not declare.
4978         (__register_frame_info_table_bases_internal): Likewise.
4979         (__deregister_frame_info_bases_internal): Likewise.
4980         (__register_frame_info_bases): Declare and use hidden_proto before
4981         definition.  Use hidden_def instead of INTDEF.
4982         (__register_frame_info_table_bases): Likewise.
4983         (__deregister_frame_info_bases): Likewise.
4984         (__register_frame_info): Do not use INTUSE.
4985         (__register_frame): Likewise.
4986         (__register_frame_info_table): Likewise.
4987         (__register_frame_table): Likewise.
4988         (__deregister_frame_info): Likewise.
4989         (__deregister_frame): Likewise.
4991 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
4993         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4994         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4995         not undefine.
4996         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4997         Likewise.
4998         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4999         Likewise.
5001 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5003         [BZ #14138]
5004         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5005         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5006         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5007         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5008         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5009         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5010         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5011         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5012         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5013         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5014         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5015         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5016         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5017         syscall.
5018         (setfsuid): Likewise.
5019         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5020         (setfsuid): Likewise.
5021         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5022         (setfsuid): Likewise.
5023         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5024         Likewise.
5025         (setfsuid): Likewise.
5026         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5027         (setfsuid): Likewise.
5028         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5029         Likewise.
5030         (setfsuid): Likewise.
5032 2014-10-27  Andreas Schwab  <schwab@suse.de>
5034         [BZ #17501]
5035         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5036         check for Slow_SSE4_2 feature bit.
5037         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5038         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5039         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5040         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5042 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5044         * configure.ac: Validate compiler version with a empirical test of
5045         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5046         $CC -v output.
5047         * configure: Regenerated.
5049         * inet/htons.c (htons): Prototypify.
5050         * inet/htonl.c (htonl): Likewise.
5052 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5054         * string/strncat.c (strncat): Improve performance by using strlen.
5056 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5058         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5060 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5062         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5063         Call libc_fetestexcept_aarch64.
5065 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5067         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5068         Call libc_feholdexcept_aarch64.
5070 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5072         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5073         Call get_rounding_mode.
5075 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5077         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5078         Simplify logic.
5080 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5082         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5083         Simplify logic.
5085 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5087         [BZ #14138]
5088         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5089         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5090         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5091         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5092         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5093         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5094         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5095         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5096         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5097         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5098         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5099         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5100         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5101         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5102         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5103         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5104         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5105         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5106         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5107         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5108         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5109         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5110         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5111         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5112         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5113         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5114         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5115         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5116         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5117         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5118         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5119         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5120         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5121         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5122         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5123         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5124         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5125         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5126         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5127         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5128         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5129         syscall.
5130         (geteuid): Likewise.
5131         (getgid): Likewise.
5132         (getuid): Likewise.
5133         (getresgid): Likewise.
5134         (getresuid): Likewise.
5135         (getgroups): Likewise.
5136         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5137         (geteuid): Likewise.
5138         (getgid): Likewise.
5139         (getuid): Likewise.
5140         (getresgid): Likewise.
5141         (getresuid): Likewise.
5142         (getgroups): Likewise.
5143         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5144         (geteuid): Likewise.
5145         (getgid): Likewise.
5146         (getuid): Likewise.
5147         (getresgid): Likewise.
5148         (getresuid): Likewise.
5149         (getgroups): Likewise.
5150         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5151         Likewise.
5152         (geteuid): Likewise.
5153         (getgid): Likewise.
5154         (getuid): Likewise.
5155         (getresgid): Likewise.
5156         (getresuid): Likewise.
5157         (getgroups): Likewise.
5158         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5159         (geteuid): Likewise.
5160         (getgid): Likewise.
5161         (getuid): Likewise.
5162         (getresgid): Likewise.
5163         (getresuid): Likewise.
5164         (getgroups): Likewise.
5165         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5166         Likewise.
5167         (geteuid): Likewise.
5168         (getgid): Likewise.
5169         (getuid): Likewise.
5170         (getgroups): Likewise.
5172         [BZ #14138]
5173         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5174         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5175         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5176         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5177         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5178         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5179         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5180         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5181         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5182         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5183         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5184         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5185         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5186         __chown.
5187         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5188         (lchown): Likewise.
5189         (fchown): Likewise.
5190         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5191         Likewise.
5192         (lchown): Likewise.
5193         (fchown): Likewise.
5194         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5195         (lchown): Likewise.
5196         (fchown): Likewise.
5197         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5198         Likewise.
5199         (lchown): Likewise.
5200         (fchown): Likewise.
5202 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5204         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5205         Simplify logic.
5207 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5209         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5210         Cleanup logic.
5212 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5214         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5215         Remove unused include.
5217 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5219         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5220         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5221         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5222         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5224 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5225             Helge Deller <deller@gmx.de>
5227         [BZ #17508]
5228         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5229         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5230         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5232 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5234         [BZ #14132]
5235         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5236         Remove macro definition.
5237         (__ashrdi3_v_glibc20): Likewise.
5238         (__lshrdi3_v_glibc20): Likewise.
5239         (__cmpdi2_v_glibc20): Likewise.
5240         (__ucmpdi2_v_glibc20): Likewise.
5241         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5242         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5243         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5244         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5245         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5246         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5248 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5250         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5251         old GNU extension [0] syntax.
5252         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5253         alloca rather than an array member with variable length.
5254         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5255         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5256         (parse_opt): ... here.  Likewise use alloca there.
5257         Validate the -i argument before checking for rootness.
5258         (send_shutdown): New function, broken out of ...
5259         (parse_opt): ... here.
5261 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5263         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5264         macro to get at the _rt_local_ro field.
5265         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5266         ([PIC] case) or _dl_hwcap ([!PIC] case).
5267         * sysdeps/arm/setjmp.S: Likewise.
5269         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5270         * sysdeps/arm/configure.ac: New check to define it.
5271         * sysdeps/arm/configure: Regenerated.
5272         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5273         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5274         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5275         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5276         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5277         Use move/movt pair instead of a load.
5278         (LDST_GLOBAL): Macro removed.
5279         (LDR_GLOBAL): New macro replaces it.
5280         (LDR_HIDDEN): New macro.
5281         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5282         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5284         * setjmp/tst-setjmp-static.c: New file.
5285         * setjmp/Makefile (tests): Add it.
5286         (tests-static): New variable.
5288 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5290         [BZ #17485]
5291         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5293 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5295         [BZ #14132]
5296         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5298 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5300         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5302 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5304         * io/fts.c (dirent_not_directory): New function.
5305         (fts_build): Call it.
5307 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5309         * nptl/version.c (__nptl_main): Use normal __write rather than
5310         INTERNAL_SYSCALL.
5311         (banner): Update copyright years.
5313         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5314         gettimeofday.
5315         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5316         * nptl/pthread_cond_timedwait.c: Likewise.
5317         * nptl/pthread_mutex_timedlock.c: Likewise.
5318         * nptl/sem_timedwait.c: Likewise.
5320         * sysdeps/nptl/bits/libc-lock.h
5321         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5322         (__libc_lock_init_recursive): Return void, not 0.
5323         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5324         (__libc_rwlock_init): Likewise.
5325         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5327 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5329         [BZ #15215]
5330         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5331         (__pthread_once_slow): ... here.
5332         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5333         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5335 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5337         [BZ #15215]
5338         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5339         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5340         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5341         * nptl/pthread_once.c (__pthread_once): Likewise.
5342         Update comments.
5344 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5346         [BZ #14138]
5347         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5348         name.
5349         (writev): Use __libc_writev as strong name.
5350         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5351         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5353 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5355         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5357         * sysdeps/i386/nptl/tls.h
5358         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5359         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5360         New macros.
5361         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5362         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5363         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5364         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5365         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5366         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5368         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5369         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5370         on [__NR_futex].
5371         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5372         broken out of ...
5373         (__pthread_mutex_init): ... here.  Call it.
5374         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5375         Conditionalize PI cases on [__NR_futex].
5376         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5377         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5378         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5380         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5381         conditional on [SIGSETXID].
5382         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5383         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5384         is defined.  Likewise for SIGSETXID.
5385         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5386         Conditionalize definitions on [SIGSETXID].
5387         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5388         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5389         unblocking on [SIGCANCEL].
5391         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5392         [__NR_set_robust_list].
5394 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5396         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5397         (do_compare): Likewise.
5399 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5401         [BZ #15884]
5402         * string/strcoll_l.c: Don't include stdio.h.
5403         (coll_seq): Remove members idxarr and rulearr.
5404         (get_next_seq_cached): Remove function.
5405         (get_next_seq): Likewise.
5406         (get_next_seq_nocache): Rename to get_next_seq.
5407         (do_compare): Remove function.
5408         (do_compare_nocache): Rename to do_compare.
5409         (STRCOLL): Remove weight and rules cache.
5411 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5413         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5414         * sysdeps/arm/sfp-machine.h: ... to here.
5415         * sysdeps/arm/Implies: Remove arm/soft-fp.
5417 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5419         * conform/data/sys/utsname.h-data (*_t): Allow.
5420         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5421         [POSIX] (WEXITED): Do not expect constant.
5422         [POSIX] (WSTOPPED): Likewise.
5423         [POSIX] (WNOHANG): Likewise.
5424         [POSIX] (WNOWAIT): Likewise.
5425         [POSIX] (siginfo_t): Do not expect type or elements.
5426         [POSIX] (pid_t): Do not expect type.
5427         [POSIX] (signal.h): Do not allow header.
5428         [POSIX] (sys/resource.h): Likewise.
5429         [POSIX] (si_*): Do not allow pattern.
5430         [POSIX] (W*): Likewise.
5431         [POSIX] (P_*): Likewise.
5432         [POSIX] (BUS_*): Likewise.
5433         [POSIX] (CLD_*): Likewise.
5434         [POSIX] (FPE_*): Likewise.
5435         [POSIX] (ILL_*): Likewise.
5436         [POSIX] (POLL_*): Likewise.
5437         [POSIX] (SEGV_*): Likewise.
5438         [POSIX] (SI_*): Likewise.
5439         [POSIX] (TRAP_*): Likewise.
5440         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5441         variable.
5443 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5445         [BZ #12926]
5446         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5447         infinite loop when __recvmsg returns 0.
5449 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5451         * CANCEL-FCT-WAIVE: Remove file.
5452         * CANCEL-FILE-WAIVE: Likewise.
5454         [BZ #14132]
5455         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5456         instead of INTVARDEF.
5457         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5458         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5459         rtld_hidden_data_def instead of INTVARDEF.
5460         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5461         * elf/dl-deps.c (expand_dst): Likewise.
5462         * elf/dl-load.c (_dl_dst_count): Likewise.
5463         (_dl_dst_substitute): Likewise.
5464         (decompose_rpath): Likewise.
5465         (_dl_init_paths): Likewise.
5466         (open_path): Likewise.
5467         (_dl_map_object): Likewise.
5468         * elf/rtld.c (dl_main): Likewise.
5469         (process_dl_audit): Likewise.
5470         (process_envvars): Likewise.
5471         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5472         Remove declaration.
5473         (__libc_enable_secure): Use rtld_hidden_proto.
5475 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5477         * elf/dl-load.c
5478         (add_path): New function broken out of _dl_rtld_di_serinfo.
5479         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5481 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5483         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5484         parentheses around macro arguments.
5485         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5486         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5487         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5488         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5489         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5490         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5491         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5492         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5493         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5494         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5495         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5496         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5497         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5498         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5499         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5500         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5501         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5502         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5503         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5504         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5505         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5506         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5507         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5508         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5509         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5510         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5511         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5512         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5513         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5514         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5515         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5516         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5517         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5518         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5519         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5520         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5521         Likewise.
5522         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5523         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5524         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5525         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5526         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5527         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5528         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5529         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5530         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5531         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5532         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5533         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5534         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5535         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5536         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5537         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5538         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5539         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5540         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5541         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5542         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5543         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5544         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5545         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5546         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5547         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5548         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5549         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5550         (_FP_FRAC_SRS_1): Likewise.
5551         (_FP_FRAC_CLZ_1): Likewise.
5552         (_FP_MUL_MEAT_1_imm): Likewise.
5553         (_FP_MUL_MEAT_1_wide): Likewise.
5554         (_FP_MUL_MEAT_1_hard): Likewise.
5555         (_FP_SQRT_MEAT_1): Likewise.
5556         (_FP_FRAC_ASSEMBLE_1): Likewise.
5557         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5558         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5559         (__FP_CLZ_2): Likewise.
5560         (_FP_MUL_MEAT_2_wide): Likewise.
5561         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5562         (_FP_MUL_MEAT_2_gmp): Likewise.
5563         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5564         (_FP_SQRT_MEAT_2): Likewise.
5565         (_FP_FRAC_ASSEMBLE_2): Likewise.
5566         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5567         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5568         (_FP_FRAC_CLZ_4): Likewise.
5569         (_FP_MUL_MEAT_4_wide): Likewise.
5570         (_FP_MUL_MEAT_4_gmp): Likewise.
5571         (_FP_SQRT_MEAT_4): Likewise.
5572         (_FP_FRAC_ASSEMBLE_4): Likewise.
5573         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5574         * soft-fp/op-common.h (_FP_CMP): Likewise.
5575         (_FP_CMP_EQ): Likewise.
5576         (_FP_CMP_UNORD): Likewise.
5577         (_FP_TO_INT): Likewise.
5578         (_FP_FROM_INT): Likewise.
5579         [!__FP_CLZ] (__FP_CLZ): Likewise.
5580         (_FP_DIV_HELP_imm): Likewise.
5581         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5582         Likewise.
5583         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5584         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5585         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5586         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5587         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5588         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5589         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5590         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5591         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5592         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5593         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5594         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5595         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5596         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5597         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5598         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5599         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5600         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5601         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5602         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5603         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5604         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5605         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5606         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5607         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5608         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5609         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5610         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5611         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5612         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5613         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5614         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5615         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5616         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5617         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5618         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5619         (FP_UNPACK_RAW_SP): Likewise.
5620         (FP_PACK_RAW_S): Likewise.
5621         (FP_PACK_RAW_SP): Likewise.
5622         (FP_UNPACK_S): Likewise.
5623         (FP_UNPACK_SP): Likewise.
5624         (FP_UNPACK_SEMIRAW_S): Likewise.
5625         (FP_UNPACK_SEMIRAW_SP): Likewise.
5626         (FP_PACK_S): Likewise.
5627         (FP_PACK_SP): Likewise.
5628         (FP_PACK_SEMIRAW_S): Likewise.
5629         (FP_PACK_SEMIRAW_SP): Likewise.
5630         (_FP_SQRT_MEAT_S): Likewise.
5631         (FP_CMP_S): Likewise.
5632         (FP_CMP_EQ_S): Likewise.
5633         (FP_CMP_UNORD_S): Likewise.
5634         (FP_TO_INT_S): Likewise.
5635         (FP_FROM_INT_S): Likewise.
5637         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5639         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5640         (FP_EX_INVALID_IMZ): Likewise.
5641         (FP_EX_INVALID_IMZ_FMA): Likewise.
5642         (FP_EX_INVALID_ISI): Likewise.
5643         (FP_EX_INVALID_ZDZ): Likewise.
5644         (FP_EX_INVALID_IDI): Likewise.
5645         (FP_EX_INVALID_SQRT): Likewise.
5646         (FP_EX_INVALID_CVI): Likewise.
5647         (FP_EX_INVALID_VC): Likewise.
5648         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5649         "invalid" exceptions.
5650         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5651         (_FP_ADD_INTERNAL): Likewise.
5652         (_FP_MUL): Likewise.
5653         (_FP_FMA): Likewise.
5654         (_FP_DIV): Likewise.
5655         (_FP_CMP_CHECK_NAN): Likewise.
5656         (_FP_SQRT): Likewise.
5657         (_FP_TO_INT): Likewise.
5658         (FP_EXTEND): Likewise.
5660 2014-10-09  Allan McRae  <allan@archlinux.org>
5662         * po/fr.po: Update French translation from translation project.
5664 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5666         [BZ #14132]
5667         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5668         of INTDEF.
5669         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5670         (__cxa_atexit): Use libc_hidden_proto.
5671         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5673         [BZ #14132]
5674         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5675         declaration.
5676         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5677         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5678         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5679         [!_ISOMAC] (__iswctype_internal): Likewise.
5680         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5681         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5682         alias.
5683         (fcntl): Remove __fcntl_internal alias.
5684         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5685         __connect_internal alias.
5686         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5687         Likewise.
5689         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5690         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5691         FP_DENORM_ZERO.
5692         (_FP_CHECK_FLUSH_ZERO): New macro.
5693         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5694         (_FP_CMP): Likewise.
5695         (_FP_CMP_EQ): Likewise.
5696         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5697         FP_DENORM_ZERO.
5698         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5699         (FP_TRUNC): Likewise.
5701         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5702         treated as invalid conversion, not as normal exponent.
5704         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5705         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5706         (_FP_CMP_EQ): Likewise.
5707         (_FP_CMP_UNORD): Likewise.
5708         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5709         (FP_CMP_EQ_D): Likewise.
5710         (FP_CMP_UNORD_D): Likewise.
5711         * soft-fp/extended.h (FP_CMP_E): Likewise.
5712         (FP_CMP_EQ_E): Likewise.
5713         (FP_CMP_UNORD_E): Likewise.
5714         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5715         (FP_CMP_EQ_Q): Likewise.
5716         (FP_CMP_UNORD_Q): Likewise.
5717         * soft-fp/single.h (FP_CMP_S): Likewise.
5718         (FP_CMP_EQ_S): Likewise.
5719         (FP_CMP_UNORD_S): Likewise.
5720         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5721         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5722         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5723         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5724         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5725         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5726         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5727         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5728         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5729         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5730         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5731         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5732         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5733         to FP_CMP_Q.
5734         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5735         FP_CMP_Q.
5736         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5737         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5738         FP_CMP_EQ_Q.
5739         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5740         FP_CMP_Q.
5741         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5742         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5743         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5744         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5745         FP_CMP_EQ_Q.
5746         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5747         FP_CMP_Q.
5748         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5749         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5750         FP_CMP_EQ_Q.
5751         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5752         FP_CMP_Q.
5753         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5754         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5755         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5756         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5757         FP_CMP_EQ_Q.
5759         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5760         a subnormal result, set the underflow exception if trapping on
5761         underflow is enabled.
5762         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5763         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5764         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5765         redefine to 0.
5766         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5767         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5768         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5769         * soft-fp/extendxftf2.c (__extendxftf2): Use
5770         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5772         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5773         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5774         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5775         FP_HANDLE_EXCEPTIONS.
5776         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5777         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5778         FP_HANDLE_EXCEPTIONS.
5779         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5780         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5781         FP_HANDLE_EXCEPTIONS.
5782         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5783         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5784         FP_HANDLE_EXCEPTIONS.
5786 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5788         [BZ #14132]
5789         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5790         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5791         use INTUSE.
5792         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5793         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5794         Remove alias.
5795         (__adjtimex): Define using libc_hidden_ver.
5796         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5797         Remove declaration.
5798         (ntp_gettime): Call __adjtimex directly.
5799         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5800         Remove declaration.
5801         (ntp_gettimex): Call __adjtimex directly.
5802         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5803         __adjtimex_internal alias.
5805 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5807         [BZ #17460]
5808         * nscd/nscd.c (more_help): Rewrite list of tables collection
5809         using xstrdup and asprintf.
5811         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5813 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5814             Roland McGrath  <roland@hack.frob.com>
5816         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5817         (do_lookup_unique): ... local function 'enter' here; update callers.
5819 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5821         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5822         compat_symbol calls on [SHARED].
5823         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5824         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5825         Remove.
5826         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5827         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5828         (oldsetrlimit): Remove.
5829         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5831         (lchown): New syscall entry.
5832         (oldsetrlimit): Remove.
5833         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5834         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5835         (oldsetrlimit): Remove.
5836         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5838         [BZ #14138]
5839         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5840         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5841         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5842         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5843         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5844         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5845         (fchown): Likewise.
5846         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5847         (fchown): Likewise.
5848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5849         Likewise.
5851 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5853         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5854         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5855         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5856         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5857         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5858         Likewise.
5859         (__old_sem_post): Likewise.
5861 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5863         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5864         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5865         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5866         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5867         Use INLINE_VSYSCALL macro.
5868         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5869         __vdso_clock_gettime.
5870         * sysdeps/unix/sysv/linux/tile/init-first.c
5871         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5872         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5873         __vdso_clock_gettime.
5875         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5876         to set up frame more cleanly.
5878         * sysdeps/tile/memcmp.c: New file.
5880         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5882         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5883         * sysdeps/tile/tilegx/strcasestr.c: New file.
5884         * sysdeps/tile/tilegx/strnlen.c: New file.
5885         * sysdeps/tile/tilegx/strstr.c: New file.
5887         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5889 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5891         * nptl/tst-setuid3.c: Write errors to stdout.
5893 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5895         * elf/dl-deps.c
5896         (preload): New functions broken out of _dl_map_object_deps.
5897         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5899 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5901         [BZ #14138]
5902         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5903         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5905 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5907         * sysdeps/mips/strcmp.S: New.
5909 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5911         [BZ #14138]
5912         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5913         (linkat): Likewise.
5914         (mkdirat): Likewise.
5915         (readlinkat): Likewise.
5916         (renameat): Likewise.
5917         (symlinkat): Likewise.
5918         (unlinkat): Likewise.
5919         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5920         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5921         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5922         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5923         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5924         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5925         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5927 2014-09-30  Will Newton  <will.newton@linaro.org>
5929         * math/math.h: Define long double math functions if
5930         _LIBC_TEST is defined.
5931         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5933         * localedata/Makefile: Move assignment to tests-special
5934         into an ifdef testing run-built-tests.
5935         * timezone/Makefile: Likewise.
5937 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5939         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5940         with $(BASH) not $(SHELL).
5942 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5943             Matthew LeGendre  <legendre1@llnl.gov>
5945         [BZ #17411]
5946         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5947         l_reloc_result.
5949 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5951         * stdio-common/printf_fp.c
5952         (hack_digit): New function, broken out of ...
5953         (__printf_fp): ... local function here.  Update call sites.
5954         hack_digit now takes an additional parameter that is a pointer
5955         to a struct of the referenced locals.  Those locals moved inside
5956         the struct and references updated.
5958 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5960         * aclocal.m4: Require autoconf 2.69.
5961         * configure: Regenerated.
5962         * sysdeps/aarch64/configure: Likewise.
5963         * sysdeps/alpha/configure: Likewise.
5964         * sysdeps/arm/armv7/configure: Likewise.
5965         * sysdeps/arm/configure: Likewise.
5966         * sysdeps/ia64/configure: Likewise.
5967         * sysdeps/mach/configure: Likewise.
5968         * sysdeps/mips/configure: Likewise.
5969         * sysdeps/s390/configure: Likewise.
5970         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5973         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5974         file.
5975         * sysdeps/ia64/configure.ac: Likewise.
5977 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
5979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5980         specify symbol version for ld.so.  Do not include entry for
5981         libpthread.
5982         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5983         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5984         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5986         [BZ #14171]
5987         * Makeconfig [$(build-shared) = yes]
5988         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5989         makefiles.
5990         [$(build-shared) = yes && $(soversions.mk-done) = t]
5991         ($(common-objpfx)gnu/lib-names.h): Remove rule.
5992         [$(build-shared) = yes && $(soversions.mk-done) = t]
5993         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
5994         to Makerules.
5995         [$(build-shared) = yes && $(soversions.mk-done) = t]
5996         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5997         here.
5998         [$(build-shared) = yes && $(soversions.mk-done) = t]
5999         (common-generated): Don't append gnu/lib-names.h and
6000         gnu/lib-names.stmp here.
6001         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6002         (lib-names-h-abi): New variable.
6003         [$(build-shared) = yes && $(soversions.mk-done) = t]
6004         (lib-names-stmp-abi): Likewise.
6005         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6006         abi-variants] (before-compile): Append
6007         $(common-objpfx)$(lib-names-h-abi).
6008         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6009         abi-variants] (common-generated): Append gnu/lib-names.h.
6010         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6011         abi-variants] (install-others-nosubdir): Depend on
6012         $(inst_includedir)/$(lib-names-h-abi).
6013         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6014         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6015         [$(build-shared) = yes && $(soversions.mk-done) = t]
6016         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6017         [$(build-shared) = yes && $(soversions.mk-done) = t]
6018         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6019         [$(build-shared) = yes && $(soversions.mk-done) = t]
6020         (common-generated): Append $(lib-names-h-abi) and
6021         $(lib-names-stmp-abi).
6022         * scripts/lib-names.awk: Do not handle multi being set.
6023         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6024         Remove variable.
6025         (abi-lp64_be-ld-soname): Likewise.
6026         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6027         Likewise.
6028         (abi-hard-ld-soname): Likewise.
6029         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6030         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6031         Remove variable.
6032         (abi-o32_hard-ld-soname): Likewise.
6033         (abi-o32_soft_2008-ld-soname): Likewise.
6034         (abi-o32_hard_2008-ld-soname): Likewise.
6035         (abi-n32_soft-ld-soname): Likewise.
6036         (abi-n32_hard-ld-soname): Likewise.
6037         (abi-n32_soft_2008-ld-soname): Likewise.
6038         (abi-n32_hard_2008-ld-soname): Likewise.
6039         (abi-n64_soft-ld-soname): Likewise.
6040         (abi-n64_hard-ld-soname): Likewise.
6041         (abi-n64_soft_2008-ld-soname): Likewise.
6042         (abi-n64_hard_2008-ld-soname): Likewise.
6043         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6044         Likewise.
6045         (abi-64-v2-ld-soname): Likewise.
6046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6047         ld.so entries.
6048         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6049         variable.
6050         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6051         entry.
6052         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6053         variable.
6054         (abi-64-ld-soname): Likewise.
6055         (abi-x32-ld-soname): Likewise.
6056         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6057         entry.
6058         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6060 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6062         [BZ #14138]
6063         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6064         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6065         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6066         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6067         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6068         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6069         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6070         syscall entry for GLIBC_2.2 symbol version.
6071         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6072         Likewise.
6073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6074         (setrlimit): Likewise.
6075         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6076         Likewise.
6078 2014-09-23  Will Newton  <will.newton@linaro.org>
6080         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6081         _LINUX_ARM_SYSDEP_H include guard too.
6082         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6083         define.
6085 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6087         * sysdeps/unix/sysv/linux/eventfd.c:
6088         Make first argument unsigned.
6089         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6090         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6092 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6094         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6095         * socket/sys/socket.h: Likewise
6096         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6098 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6100         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6102 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6104         * time/tst-ftime.c: New test.
6105         * time/Makefile (tests): Add tst-ftime.
6107 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6109         * soft-fp/extended.h: Fix comment formatting.
6110         * soft-fp/op-1.h: Likewise.
6111         * soft-fp/op-2.h: Likewise.
6112         * soft-fp/op-4.h: Likewise.
6113         * soft-fp/op-8.h: Likewise.
6114         * soft-fp/op-common.h: Likewise.
6115         * soft-fp/soft-fp.h: Likewise.
6117         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6119 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6121         [BZ #6652]
6122         * Makeconfig (soversions-default-setname): Remove variable.
6123         ($(common-objpfx)soversions.i): Don't pass default_setname to
6124         soversions.awk.
6125         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6126         oldest_abi to abi-versions.awk.
6127         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6128         * config.make.in (oldest-abi): Remove variable.
6129         * configure.ac (--enable-oldest-abi): Remove configure option.
6130         * configure: Regenerated.
6131         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6132         text.
6133         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6134         * scripts/soversions.awk: Do not handle default_setname variable.
6135         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6136         variable.
6137         * sysdeps/mach/hurd/configure: Regenerated.
6138         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6139         variable.
6140         * sysdeps/unix/sysv/linux/configure: Regenerated.
6142 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6144         * elf/Makefile (CFLAGS-interp.c): Remove.
6145         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6146         path string.
6147         * elf/interp.c: Include generated runtime-linker.h
6149         * Makerules (lib%.so): Don't include $(+interp) in
6150         prerequisites.
6151         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6152         * dlfcn/eval.c: Remove file.
6154         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6155         macros.
6157         [BZ #17266]
6158         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6159         4.2 and newer.
6161         [BZ #17370]
6162         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6164 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6165             Jakub Jelinek  <jakub@redhat.com>
6167         [BZ #17266]
6168         * libio/stdio.h: Check definition of __fortify_function
6169         instead of __extern_always_inline to include bits/stdio2.h.
6170         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6171         check if __extern_always_inline is defined.
6172         [__USE_MISC || __USE_XOPEN]: Likewise.
6173         [__USE_ISOC99] Likewise.
6174         * misc/sys/cdefs.h (__fortify_function): Define only if
6175         __extern_always_inline is defined.
6176         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6177         __extern_always_inline and __extern_inline only for g++-4.3
6178         and newer or a compatible gcc.
6180 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6182         [BZ #17371]
6183         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6184         last change to handle zero prefix length.
6186 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6188         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6189         _SC_REGEX_VERSION.
6191         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6192         _POSIX_RAW_SOCKETS.
6194 2014-09-13  Allan McRae  <allan@archlinux.org>
6196         * po/ru.po: Update Russian translation from translation project.
6198 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6200         * locale/programs/locale.c (show_locale_vars): Inline local function
6201         into its sole call site.  Clean up some style nits.
6202         (print_item): New function, broken out of ...
6203         (show_info): ... local function here.  Clean up style nits.
6205         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6206         out of ...
6207         (set_class_defaults): ... local function set_default here.
6208         Define set_default as a macro locally to pass constant parameters.
6209         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6210         rather than a shared local.
6212         * stdlib/rpmatch.c (try): New function, broken out of ...
6213         (rpmatch): ... local function here.  Also, prototypify definition.
6215 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6217         * scripts/soversions.awk: Do not handle configuration names.
6218         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6219         vendor and os variables to soversions.awk.
6220         * configure.ac: Do not modify gnu-* host_os.
6221         * configure: Regenerated
6222         * shlib-versions: Remove first column with configuration names.
6223         * nptl/shlib-versions: Likewise.
6224         * nptl_db/shlib-versions: Likewise.
6225         * sysdeps/hppa/shlib-versions: Likewise.
6226         * sysdeps/m68k/shlib-versions: Likewise.
6227         * sysdeps/mach/hurd/shlib-versions: Likewise.
6228         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6229         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6230         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6231         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6232         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6233         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6234         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6235         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6237         Likewise.
6238         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6239         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6240         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6241         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6242         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6243         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6244         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6245         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6248         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6250         Regenerated.
6251         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6253         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6255         * shlib-versions: Remove OS-specific entries.  Moved to files in
6256         sysdeps.
6257         * sysdeps/mach/hurd/shlib-versions: New file.
6258         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6260         * nptl/shlib-versions: Remove architecture-specific entries.
6261         Moved to files in sysdeps.
6262         * shlib-versions: Likewise.
6263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6264         file.
6265         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6266         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6267         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6268         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6270         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6271         (UDP_NO_CHECK6_RX): Likewise.
6273 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6275         * sysdeps/posix/sysconf.c (__sysconf): Spell
6276         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6278 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6280         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6281         loading.
6282         * iconv/Versions (__gconv_transliterate): Export for use from
6283         gconv modules.
6284         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6285         (struct __gconv_trans_data, __gconv_trans_fct,
6286         __gconv_trans_context_fct, __gconv_trans_query_fct,
6287         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6288         definitions.
6289         (struct __gconv_step_data): Remove __trans member.
6290         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6291         longer hidden.  Remove unused trans_data argument.
6292         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6293         (__gconv_translit_find): Remove declaration.
6294         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6295         prototype.
6296         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6297         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6298         trans_data argument.  Add hidden definition.
6299         (__gconv_translit_find): Remove.
6300         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6301         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6302         * iconv/skeleton.c: Remove transliteration initialization.
6303         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6304         __gconv_step_data initialization.
6305         * libio/iofwide.c (__libio_translit_): Remove.
6306         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6307         * wcsmbs/btowc.c (__btowc): Likewise.
6308         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6309         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6310         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6311         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6312         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6313         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6314         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6315         * wcsmbs/wctob.c (wctob): Likewise.
6317 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6319         [BZ #16194]
6320         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6321         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6322         register usage.
6323         * sysdeps/x86/Makefile: Adjust.
6325 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6326             Roland McGrath  <roland@hack.frob.com>
6328         * locale/weight.h: Add include guard.
6329         (findidx): Make static rather than auto; take new parameters
6330         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6331         * locale/weightwc.h: Likewise.
6332         * posix/fnmatch_loop.c
6333         (FCT): Change type of EXTRA from int32_t to wint_t.
6334         Don't include either header inside the function.
6335         Call FINDIDX rather than findidx, and pass new arguments.
6336         #undef FINDIDX at the end of the file.
6337         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6338         FINDIDX before including fnmatch_loop.c for the non-wide version.
6339         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6340         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6341         for the wide version.
6342         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6343         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6344         Pass new arguments to findidx.
6345         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6346         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6347         Don't #include it inside the function.  Pass new arguments to findidx.
6348         * posix/regex_internal.h
6349         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6350         (re_string_elem_size_at): Don't #include it inside the function.
6351         Pass new arguments to findidx.
6352         * string/strcoll_l.c: #include WEIGHT_H at top level.
6353         (get_next_seq): Don't #include it inside the function.
6354         Pass new arguments to findidx.
6355         (get_next_seq_nocache): Likewise.
6356         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6357         (STRXFRM): Don't #include it inside the function.
6358         Pass new arguments to findidx.
6360 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6362         [BZ #17344]
6363         * malloc/malloc.c (unlink): Turn asserts into a call to
6364         malloc_printerr.
6366 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6368         [BZ #17370]
6369         * libio/wfileops (do_ftell_wide): Free OUT.
6371 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6373         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6375 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6377         [BZ #17363]
6378         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6379         group if the current group is empty.
6381 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6383         * benchtests/bench-memset.c (test_main): Add more test from size
6384         from 32 to 512 bytes.
6385         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6386         Add POWER8 memset object.
6387         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6388         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6389         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6390         implementation.
6391         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6392         Likewise.
6393         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6394         multiarch POWER8 memset optimization.
6395         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6396         POWER8 memset optimization.
6398         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6399         Remove bzero multiarch objects.
6400         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6401         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6402         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6403         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6404         Remove define.
6405         [__bzero]: Redefine to specific name.
6406         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6407         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6408         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6409         define.
6410         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6411         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6413 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6415         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6416         warnings into errors.
6418         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6419         __cxa_thread_atexit_impl prototype.
6421 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6423         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6424         Fix capitalization of error message.
6426 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6428         * sysdeps/mips/preconfigure: Modify ABI tests.
6430 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6432         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6434 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6435             Carlos O'Donell  <carlos@systemhalted.org>
6437         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6438         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6439         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6440         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6441         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6442         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6443         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6444         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6445         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6446         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6447         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6448         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6449         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6450         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6451         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6452         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6453         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6454         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6455         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6456         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6457         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6458         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6459         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6460         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6461         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6462         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6463         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6464         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6465         Deconditionalize the code that was previously under [RESET_PID].
6466         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6467         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6468         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6469         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6470         include sysdep.h.
6472 2014-09-08  Allan McRae  <allan@archlinux.org>
6474         * version.h (RELEASE): Set to "development".
6475         (VERSION): Set to "2.20.90"
6477 2014-09-07  Allan McRae  <allan@archlinux.org
6479         * version.h (RELEASE): Set to "stable".
6480         (VERSION): Set to "2.20"
6481         * include/features.h (__GLIBC_MINOR__): Set to 20.
6483         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6484         Liebler.
6486         * po/ko.po: Update Korean translation from translation project.
6488 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6490         [BZ #17354]
6491         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6492         macro for handling signed relocations.
6494 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6496         [BZ #17325]
6497         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6498         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6499         assert.
6500         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6501         * iconvdata/ibm935.c (BODY): Likewise.
6502         * iconvdata/ibm937.c (BODY): Likewise.
6503         * iconvdata/ibm939.c (BODY): Likewise.
6504         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6505         assert.
6506         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6507         script.
6508         * iconvdata/run-iconv-test.sh: New test loop for checking for
6509         decoder crashers.
6511 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6513         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6514         libm_hidden_ver.
6516 2014-09-01  Allan McRae  <allan@archlinux.org>
6518         * po/eo.po: Update Esperanto translation from translation project.
6520         * po/ca.po: Update Catalan translation from translation project.
6522 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6524         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6525         __proc_dostop call.
6527 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6529         [BZ #17319]
6530         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6531         to call set_thread_area instead of hand written asm.
6532         (__NR_set_thread_area): Removed define.
6533         (TLS_FLAG_WRITABLE): Likewise.
6534         (__ASSUME_SET_THREAD_AREA): Remove check.
6535         (TLS_EBX_ARG): Remove define.
6536         (TLS_LOAD_EBX): Likewise.
6538 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6540         Simplify atomicity of socket creation in bind.
6542         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6543         looking up the name after linking the file.
6545 2014-08-27  Allan McRae  <allan@archlinux.org>
6547         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6549 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6551         [BZ #17187]
6552         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6553         trans_compare, open_translit, __gconv_translit_find):
6554         Remove module loading code.
6556 2014-08-26  Allan McRae  <allan@archlinux.org>
6558         * po/vi.po: Update Vietnamese translation from translation project.
6560         * po/uk.po: Update Ukrainian translation from translation project.
6562         * po/fr.po: Update French translation from translation project.
6564         * po/ru.po: Update Russian translation from translation project.
6566         * po/pl.po: Update Polish translation from translation project.
6568         * po/cs.po: Update Czech translation from translation project.
6570         * po/de.po: Update German translation from translation project.
6572         * po/bg.po: Update Bulgarian translation from translation project.
6574         * po/sv.po: Update Sweedish translation from translation project.
6576         * po/nl.po: Update Dutch translation from translation project.
6578         * po/es.po: Update Spanish translation from translation project.
6580 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6582         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6584         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6585         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6586         (CPPFLAGS-iconvconfig): Likewise.
6587         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6589         * include/libc-symbols.h: Remove unnecessary check for
6590         NOT_IN_libc.
6591         * nptl/pthreadP.h: Likewise.
6592         * sysdeps/aarch64/setjmp.S: Likewise.
6593         * sysdeps/alpha/setjmp.S: Likewise.
6594         * sysdeps/arm/sysdep.h: Likewise.
6595         * sysdeps/i386/setjmp.S: Likewise.
6596         * sysdeps/m68k/setjmp.c: Likewise.
6597         * sysdeps/posix/getcwd.c: Likewise.
6598         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6599         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6600         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6601         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6602         * sysdeps/sh/sh3/setjmp.S: Likewise.
6603         * sysdeps/sh/sh4/setjmp.S: Likewise.
6604         * sysdeps/unix/alpha/sysdep.h: Likewise.
6605         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6606         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6607         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6608         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6611         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6612         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6613         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6614         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6615         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6616         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6617         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6618         * sysdeps/x86_64/setjmp.S: Likewise.
6620 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6622         [BZ #17263]
6623         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6624         <stdint.h>.
6625         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6626         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6628 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6630         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6632         [BZ #17262]
6633         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6634         and __x86_64__ when disabling x87 inline functions.
6636 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6638         [BZ #17259]
6639         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6640         asm statement with __cpuid_count.
6642 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6644         * configure.ac: Change __ehdr_start code to dereference the struct.
6645         Run readelf on the output to look for relocations.
6646         * configure: Regenerated.
6648 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6650         [BZ #17261]
6651         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6652         value to 0.
6653         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6655 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6657         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6659 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6661         [BZ #16892]
6662         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6663         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6665 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6667         * malloc/malloc.c: Fix typo in comment.
6669 2014-08-09  Allan McRae  <allan@archlinux.org>
6671         * Regenerate libc.po.
6673 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6675         * intl/tst-gettext2.sh: Check every lang file for creation.
6677 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6679         * sysdeps/aarch64/fpu/math_private.h
6680         (libc_feholdsetround_noex_aarch64_ctx): New function.
6682 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6684         * sysdeps/arm/armv6/strcpy.S (strcpy):
6685         Fix performance issue in misaligned cases.
6687 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6689         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6690         Move definition from termios.h.
6691         (struct termio): Likewise.
6692         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6693         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6694         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6695         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6696         Likewise.
6697         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6698         Move definition to ioctl-types.h
6699         (struct termio): Likewise.
6700         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6701         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6702         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6703         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6704         Likewise.
6706 2014-08-05  Richard Henderson  <rth@redhat.com>
6708         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6709         exceptions.
6710         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6711         Add fraiseexcpt.
6712         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6713         Use __feraiseexcept.
6714         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6715         Protect libm symbols with IS_IN_libm.
6717         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6719 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6721         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6723 2014-08-04  Will Newton  <will.newton@linaro.org>
6725         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6726         file.
6728 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6730         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6731         variants for each function.
6733 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6735         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6736         appended ...
6737         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6738         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6739         appended ...
6740         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6741         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6742         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6743         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6744         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6745         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6746         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6747         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6748         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6749         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6750         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6751         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6752         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6753         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6754         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6755         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6756         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6757         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6758         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6759         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6760         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6762         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6763         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6764         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6765         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6766         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6767         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6768         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6769         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6770         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6772         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6774         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6776         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6777         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6778         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6779         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6780         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6781         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6782         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6783         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6784         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6785         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6786         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6787         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6788         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6789         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6790         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6791         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6792         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6793         Update #include.
6794         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6795         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6797 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6799         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6800         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6801         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6802         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6803         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6804         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6806 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6808         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6809         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6810         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6811         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6813 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6815         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6816         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6817         (__libc_vfork): Define function under this name.
6818         (__vfork): Define as an alias.
6819         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6820         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6822 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6824         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6825         that was previously under [RESET_PID].
6826         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6828 2014-08-04  Andreas Schwab  <schwab@suse.de>
6830         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6832 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6834         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6835         (main): Likewise.
6837 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6839         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6841 2014-08-01  Richard Henderon  <rth@redhat.com>
6843         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6844         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6845         typo in exact zero test.
6846         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6847         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6848         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6850 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6852         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6853         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6854         * sysdeps/arm/sysdep.h: ... here.
6855         [!__ASSEMBLER__]: Include <stdint.h>.
6857 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6859         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6860         (HAVE_WCTYPE_H): Likewise.
6861         (HAVE_ISWCTYPE): Likewise.
6862         (ENABLE_NLS): Likewise.
6863         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6864         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6866         * posix/regex_internal.c: Check if DEBUG is defined and is
6867         set.
6869         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6870         (HAVE_MBSRTOWCS): Likewise.
6871         * posix/fnmatch.c: Include string.h unconditionally.
6873 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6875         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6876         reversal.
6878 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6880         * sysdeps/generic/safe-fatal.h: New file.
6881         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6882         * nptl/forward.c: Include it.
6883         (__pthread_unwind): Use __safe_fatal as default action, rather
6884         than a bogus use of INTERNAL_SYSCALL that could never work.
6886         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6887         * configure.ac (libc_cv_builtin_trap): New test.
6888         * configure: Regenerated.
6889         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6890         (ABORT_INSTRUCTION): Define using __builtin_trap.
6892         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6893         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6894         * sysdeps/nptl/nptl-signals.h: New file.
6895         * nptl/pthreadP.h: Include <nptl-signals.h>.
6897 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6899         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6900         (ONE_DIRECTION): Define.
6901         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6902         (ONE_DIRECTION): Define.
6903         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6904         (ONE_DIRECTION): Define.
6906 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6908         * sysdeps/s390/Makefile: Delete file.
6909         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6910         * sysdeps/s390/__longjmp.c: Delete file.
6911         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6912         Remove fields __flags and __reserved.
6913         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6914         and add versioning.
6915         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6916         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6917         * sysdeps/s390/rtld-setjmp.S: Likewise.
6918         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6919         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6920         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6921         * sysdeps/s390/s390-32/setjmp.S: ... here.
6922         Add versioning.
6923         (__sigsetjmp): Remove setting __flags field.
6924         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6925         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6926         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6927         * sysdeps/s390/s390-64/setjmp.S: ... here.
6928         Add versioning.
6929         (__sigsetjmp): Remove setting __flags field.
6930         * sysdeps/s390/setjmp.S: Delete file.
6931         * sysdeps/s390/sigjmp.c: Likewise.
6932         * sysdeps/s390/v1-longjmp.c: Likewise.
6933         * sysdeps/s390/v1-setjmp.h: Likewise.
6934         * sysdeps/s390/v1-sigjmp.c: Likewise.
6935         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6936         Remove v1-longjmp_chk.
6937         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6938         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6939         Include debug/longjmp_chk.c and add versioning.
6940         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6941         Include nptl/pt-longjmp.c and add versioning.
6942         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6943         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6944         Include __longjmp.c.
6945         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6946         Move to ...
6947         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6948         (__getcontext): Remove setting __flags field.
6949         Add versioning.
6950         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6951         Don't restore upper high grps.
6952         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6953         Likewise.
6954         (__swapcontext): Remove setting uc_flags field.
6955         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6956         Delete file.
6957         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6958         Include __longjmp.c.
6959         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6960         Move to ...
6961         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6962         (__getcontext): Remove setting __flags field.
6963         Add versioning.
6964         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6965         (__swapcontext): Remove setting uc_flags field.
6966         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6967         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6968         Remove fields uc_high_gprs and __reserved.
6969         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6970         New file with reverted content.
6971         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6972         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6973         Regenerated.
6974         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6975         Regenerated.
6977 2014-07-31  Andreas Schwab  <schwab@suse.de>
6979         * config.h.in (HAVE_IFUNC): Define to 0.
6980         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6981         definedness.
6983 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
6985         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6986         memmove-avx-unaligned, memcpy-avx-unaligned and
6987         mempcpy-avx-unaligned.
6988         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6989         Add tests for AVX memcpy functions.
6990         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6991         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6992         memcpy_chk.
6993         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6994         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6995         memmove_chk.
6996         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6997         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6998         mempcpy_chk.
6999         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7000         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7001         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7003 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7005         [BZ #17213]
7006         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7007         powerpc64le.
7009 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7011         [BZ #16839]
7012         * manual/llio.texi: Add section about open file description locks.
7013         * manual/examples/ofdlocks.c: Example of open file description
7014         lock usage.
7015         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7016         F_OFD_SETLK, and F_OFD_SETLKW.
7018 2014-07-23  Allan McRae  <allan@archlinux.org>
7020         * po/es.po: Update Spanish translation from translation project.
7022 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7024         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7026 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7028         [BZ #17078]
7029         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7030         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7031         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7033 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7035         [BZ #17088]
7036         * math/fesetenv.c (__fesetenv)
7037         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7038         * math/feupdateenv.c (__feupdateenv)
7039         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7041         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7042         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7043         (__ASSUME_SOCKETCALL): Do not define.
7045         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7046         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7047         (__ASSUME_SOCKETCALL): Do not define.
7048         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7049         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7050         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7051         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7052         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7053         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7054         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7055         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7057         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7058         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7059         (__ASSUME_SOCKETCALL): Do not define.
7060         (__ASSUME_IPC64): Define unconditionally.
7061         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7062         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7063         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7064         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7065         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7066         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7067         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7068         Likewise.
7070         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7071         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7072         (__ASSUME_SOCKETCALL): Do not define.
7073         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7074         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7075         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7076         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7077         (__ASSUME_REQUEUE_PI): Define unconditionally.
7078         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7079         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7080         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7081         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7082         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7083         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7085         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7086         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7087         (__ASSUME_SOCKETCALL): Do not define.
7088         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7089         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7090         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7091         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7092         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7093         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7095         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7096         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7097         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7098         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7099         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7100         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7101         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7102         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7103         (__ASSUME_GETCPU_SYSCALL): Likewise.
7105         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7106         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7107         cases for individual architectures.
7108         * sysdeps/gnu/configure: Regenerated.
7109         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7110         LIBC_SLIBDIR_RTLDDIR.
7111         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7112         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7113         LIBC_SLIBDIR_RTLDDIR.
7114         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7116         LIBC_SLIBDIR_RTLDDIR.
7117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7118         Regenerated.
7119         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7120         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7121         file.
7122         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7123         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7124         file.
7125         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7126         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7127         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7128         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7130         * sysdeps/aarch64/shlib-versions: Move to ...
7131         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7132         * sysdeps/alpha/shlib-versions: Move to ...
7133         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7134         * sysdeps/arm/shlib-versions: Move to ...
7135         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7136         * sysdeps/hppa/shlib-versions: Move all contents except for
7137         libgcc_s entry to ...
7138         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7139         entry from ...
7140         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7141         * sysdeps/ia64/shlib-versions: Move to ...
7142         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7143         entry from ...
7144         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7145         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7146         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7147         * sysdeps/microblaze/shlib-versions: Move to ...
7148         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7149         * sysdeps/mips/shlib-versions: Move to ...
7150         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7151         entry from ...
7152         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7153         * sysdeps/tile/shlib-versions: Move to ...
7154         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7155         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7156         from ...
7157         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7158         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7159         entry from ...
7160         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7162 2014-07-17  Will Newton  <will.newton@linaro.org>
7164         * sysdeps/arm/bits/atomic.h
7165         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7166         (__arch_compare_and_exchange_bool_16_int): Likewise.
7167         (__arch_compare_and_exchange_bool_64_int): Likewise.
7169         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7170         into an #else block.
7172 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7174         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7175         just Linux configurations.  Test empirically that the compiler sets
7176         __ARM_EABI__, rather than using the tuple to decide.
7177         * sysdeps/arm/preconfigure: Regenerated.
7178         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7179         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7180         contents appended ...
7181         * sysdeps/arm/configure.ac: ... here.
7182         * sysdeps/arm/configure: Regenerated.
7184 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7186         * nptl/pthread_kill.c: New file.
7187         * nptl/pthread_sigmask.c: New file.
7188         * nptl/pthread_sigqueue.c: New file.
7190         * sysdeps/nptl/lowlevellock.h: New file.
7191         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7192         * sysdeps/nptl/lowlevellock-futex.h: New file.
7194         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7195         Remove dead declarations.
7197 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7199         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7200         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7201         config-cflags-avx2.
7202         * sysdeps/x86_64/configure.ac: Likewise.
7203         * sysdeps/i386/configure: Regenerated.
7204         * sysdeps/x86_64/configure: Likewise.
7205         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7206         memset-avx2 only if config-cflags-avx2 is yes.
7207         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7208         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7209         defined.
7210         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7211         only if HAVE_AVX2_SUPPORT is defined.
7212         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7214 2014-07-14  Alan Modra  <amodra@gmail.com>
7216         [BZ #17153]
7217         * elf/elf.h (DT_PPC64_NUM): Correct value.
7218         * NEWS: Add to fixed bug list.
7220 2014-07-13  Jim Meyering  <meyering@fb.com>
7222         [BZ 17150]
7223         regex: don't deref NULL upon heap allocation failure
7224         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7225         failure in one more place.
7226         To trigger the segfault, configure grep -with-included-regex,
7227         build it, and run these commands:
7228         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7230 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7232         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7234 2014-07-11  Richard Henderson  <rth@redhat.com>
7236         * sysdeps/aarch64/libm-test-ulps: Update.
7238 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7240         [BZ #17135]
7241         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7242         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7243         (__nptl_setxid): Initialize error member.  Call
7244         __nptl_setxid_error.
7245         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7246         * nptl/descr.h (struct xid_command): Add error member.
7247         * nptl/tst-setuid3.c: New file.
7248         * nptl/Makefile (tests): Add it.
7250 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7252         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7253         New define.
7254         (__lll_trylock): Use __lll_base_trylock.
7255         (__lll_cond_trylock): Likewise.
7257 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7259         * nptl/pthread_create.c (start_thread): Use atomic_or and
7260         lll_futex_wake directly rather than lll_robust_dead.
7261         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7262         (lll_robust_dead): Macro removed.
7263         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7264         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7265         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7266         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7267         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7268         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7269         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7270         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7271         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7272         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7273         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7274         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7275         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7276         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7277         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7279         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7280         Use atomic_compare_and_exchange_val_acq directly rather than
7281         lll_robust_trylock.
7282         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7283         (__lll_robust_trylock, lll_robust_trylock): Removed.
7284         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7285         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7286         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7287         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7288         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7289         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7290         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7291         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7292         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7293         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7294         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7295         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7296         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7297         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7299 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7301         * manual/locale.texi (Locale Names): New section documenting
7302         locale name syntax.  Adjust menu and node chaining accordingly.
7303         (Choosing Locale): Reference Locale Names, Locale Categories.
7304         Mention setting LC_ALL=C.  Reflect that name syntax is now
7305         documented.
7306         (Locale Categories): New section title.  Reference Locale Names.
7307         LC_ALL is an environment variable, but not a category.
7308         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7309         description, now in Locale Name.  Reference that section.  Locale
7310         name syntax is now documented.
7312 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7314         [BZ #17137]
7315         * locale/findlocale.c (name_present, valid_locale_name): New
7316         functions.
7317         (_nl_find_locale): Use the loc_name variable to store name
7318         candidates.  Call name_present and valid_locale_name to check and
7319         validate locale names.  Return an error if the locale is invalid.
7321 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7323         * locale/setlocale.c (setlocale): Use strdup for allocating
7324         composite name copy.
7326 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7328         Sync up with gnulib.
7329         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7330         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7331         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7332         and _GL_ARG_NONNULL.
7333         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7334         [!_LIBC]: Include code for Windows and Cygwin.
7335         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7336         Include prototype for int strerror_r.
7337         [!_LIBC] (is_open): New function.
7338         (flush_stdout): New function.
7339         (print_errno_message): Use it.
7340         (error): Likewise.
7341         (error_at_line): Likewise.
7342         (error_tail) Add function attribute macros.  Use
7343         __builtin_expect.
7345         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7347         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7349         * io/ftw.c: Include sys/param.h unconditionally.
7351         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7353         [BZ #17125]
7354         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7355         libc_freeres_ptr.
7356         (freecache): New function to free CACHE on exit.
7358         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7359         initialization.
7361 2014-07-09  David S. Miller  <davem@davemloft.net>
7363         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7365         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7366         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7367         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7368         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7369         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7370         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7371         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7372         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7373         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7374         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7375         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7376         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7377         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7379 2014-07-09  Andreas Schwab  <schwab@suse.de>
7381         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7382         output.
7383         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7384         (do_test): Likewise.
7386         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7388 2014-07-09  Will Newton  <will.newton@linaro.org>
7390         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7391         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7392         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7393         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7394         * sysdeps/hppa/start.S (_start): Likewise.
7396 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7398         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7400         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7401         defined.
7403 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7405         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7406         after checking that it is non-NULL.
7408         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7410 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7412         * sysdeps/powerpc/memmove.c: Remove file.
7413         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7414         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7415         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7416         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7417         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7418         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7419         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7420         string memmove instead of removed powerpc one.
7422         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7423         [weak_alias]: Fix compiler warning due trailing data.
7424         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7425         [weak_alias]: Likewise.
7426         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7427         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7429         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7430         (__libc_ifunc_impl_list): Add memmove functions.
7432 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7434         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7435         Remove code.
7436         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7437         Likewise
7438         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7439         Likewise
7440         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7441         Likewise
7442         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7443         Likewise
7444         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7445         Likewise
7446         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7447         Likewise
7448         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7449         Likewise
7450         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7451         Likewise
7452         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7453         Likewise
7454         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7455         Likewise
7456         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7457         Likewise
7458         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7459         Likewise
7460         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7461         Likewise
7462         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7463         Likewise
7464         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7465         Likewise
7466         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7467         Likewise
7469 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7471         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7472         to avoid alignment traps in non-cacheable memory.
7473         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7475         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7476         multiarch objects.
7477         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7478         file: multiarch power7 memmove.
7479         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7480         multiarch default memmove.
7481         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7482         multiarch memove for powerpc32/power4.
7484         * string/bcopy.c: Use full path to include memmove.c.
7485         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7486         multiarch objects.
7487         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7488         bcopy for powerpc64.
7489         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7490         bcopy for powerpc64.
7491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7492         and memmove implementations.
7493         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7494         optimized multiarch memmove for POWER7/powerpc64.
7495         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7496         default multiarch memmove for powerpc64.
7497         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7498         multiarch for powerpc64.
7499         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7500         for POWER7/powerpc64.
7501         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7502         memmove for POWER7/powerpc64.
7504         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7505         glibc default one.
7507         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7508         __ELF_NATIVE_CLASS equal to 64.
7510 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7512         * sysdeps/nptl/lowlevellock.h: File removed.
7514         * NEWS: NPTL is no longer an add-on!
7515         * nptl/internaltypes.h: Moved ...
7516         * sysdeps/nptl/internaltypes.h: ... here.
7517         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7518         * sysdeps/nptl/fork.c: Likewise.
7519         * sysdeps/nptl/gai_misc.h: Likewise.
7520         * sysdeps/nptl/librt-cancellation.c: Likewise.
7521         * sysdeps/nptl/jmp-unwind.c: Likewise.
7522         * sysdeps/nptl/setxid.h: Likewise.
7523         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7524         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7525         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7526         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7527         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7528         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7529         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7530         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7531         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7532         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7533         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7534         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7535         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7536         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7537         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7538         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7539         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7540         * nptl/Makeconfig: Moved ...
7541         * sysdeps/nptl/Makeconfig: ... here.
7542         * nptl/configure: File removed.
7543         * nptl/ANNOUNCE: File removed.
7544         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7545         * sysdeps/unix/sysv/linux/configure: Regenerated.
7547         * nptl/Makefile (routines): Add libc_pthread_init,
7548         libc_multiple_threads, register-atfork and unregister-atfork.
7549         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7550         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7551         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7552         pthread-pi-defines.sym, structsem.sym.
7553         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7554         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7555         [$(subdir) = nptl] (tests): Add tst-setgetname.
7556         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7557         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7558         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7559         [!LIBC_SIGACTION]: Remove aliases.
7560         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7561         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7562         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7563         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7564         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7565         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7566         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7567         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7568         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7569         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7570         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7571         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7572         __libc_allocate_rtsig_private.
7573         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7574         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7575         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7576         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7577         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7578         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7579         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7580         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7581         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7582         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7583         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7584         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7585         * nptl/internaltypes.h: ... here.
7586         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7587         * sysdeps/nptl/jmp-unwind.c: ... here.
7588         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7589         * nptl/libc-lowlevellock.c: ... here.
7590         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7591         * nptl/libc_multiple_threads.c: ... here.
7592         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7593         * nptl/libc_pthread_init.c: ... here.
7594         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7595         * nptl/lowlevelbarrier.sym: ... here.
7596         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7597         * nptl/lowlevelcond.sym: ... here.
7598         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7599         * nptl/lowlevellock.c: ... here.
7600         * nptl/lowlevellock.h: Moved ...
7601         * sysdeps/nptl/lowlevellock.h: ... here.
7602         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7603         * nptl/lowlevelrobustlock.c: ... here.
7604         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7605         * nptl/lowlevelrobustlock.sym: ... here.
7606         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7607         * nptl/lowlevelrwlock.sym: ... here.
7608         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7609         * nptl/pt-fork.c: ... here.
7610         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7611         * nptl/pthread-pi-defines.sym: ... here.
7612         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7613         * nptl/pthread_attr_getaffinity.c: ... here.
7614         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7615         * nptl/pthread_attr_setaffinity.c: ... here.
7616         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7617         * nptl/pthread_mutex_cond_lock.c: ... here.
7618         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7619         Update #include.
7620         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7621         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7622         * nptl/pthread_once.c: ... here, replacing old file.
7623         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7624         * nptl/pthread_yield.c: ... here.
7625         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7626         * nptl/register-atfork.c: ... here.
7627         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7628         * nptl/sem_post.c: ... here.
7629         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7630         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7631         * nptl/sem_timedwait.c: ... here.
7632         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7633         * nptl/sem_trywait.c: ... here.
7634         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7635         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7636         * nptl/sem_wait.c: ... here.
7637         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7638         * nptl/structsem.sym: ... here.
7639         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7640         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7641         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7642         * nptl/unregister-atfork.c: ... here.
7643         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7644         * nptl/unwindbuf.sym: ... here.
7645         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7646         * sysdeps/nptl/fork.c: ... here.
7647         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7648         * sysdeps/nptl/fork.h: ... here.
7649         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7650         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7651         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7652         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7653         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7654         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7655         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7656         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7657         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7658         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7659         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7660         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7661         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7662         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7663         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7664         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7665         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7666         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7667         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7668         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7669         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7670         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7671         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7672         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7673         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7674         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7675         * sysdeps/unix/sysv/linux/raise.c: ... here.
7676         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7677         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7678         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7679         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7680         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7681         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7682         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7683         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7684         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7685         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7686         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7687         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7688         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7689         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7690         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7692 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7694         * sysdeps/generic/memcopy.h: Add comment for
7695         MEMCPY_OK_FOR_FWD_MEMMOVE.
7697 2014-07-04  Will Newton  <will.newton@linaro.org>
7699         * string/memchr.c: Merge from gnulib.
7700         [_LIBC]: Remove conditionals.
7701         (__ptr_t): Remove define.
7702         (LONG_MAX_32_BITS): Likewise.
7703         (LONG_MAX): Likewise.
7704         (MEMCHR): Use ANSI prototype and optimize algorithm.
7706         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7708 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7710         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7711         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7713         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7714         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7715         in a bare environment with no <stdlib.h> installed.
7716         * sysdeps/nptl/configure: Regenerated.
7718         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7720         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7721         AC_EGREP_CPP for kernel header checks, so they only succeed if
7722         including <linux/version.h> actually works right.
7723         * sysdeps/unix/sysv/linux/configure: Regenerated.
7725         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7726         value so it's not diagnosed as unused.
7728         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7729         thing) with "ifeq ($(subdir),rt)".
7731 2014-07-03  Richard Henderson  <rth@redhat.com>
7733         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7734         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7735         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7737         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7738         (math_force_eval): New.
7740         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7741         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7743         * sysdeps/alpha/fpu/s_round.c: Remove file.
7744         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7746         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7747         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7748         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7749         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7750         (_dl_start, print_statistics): Likewise.
7751         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7752         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7754         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7755         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7756         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7757         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7758         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7759         (HP_SMALL_TIMING_AVAIL): Define.
7760         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7761         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7762         (HP_SMALL_TIMING_AVAIL): Define.
7763         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7764         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7766         * sysdeps/aarch64/hp-timing.h: New file.
7768         * sysdeps/generic/hp-timing.h: Remove dead comment.
7769         * sysdeps/generic/hp-timing-common.h: New file.
7770         * sysdeps/alpha/hp-timing.h: Include it.
7771         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7772         * sysdeps/i386/i686/hp-timing.h: Likewise.
7773         * sysdeps/ia64/hp-timing.h: Likewise.
7774         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7775         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7776         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7777         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7778         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7779         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7780         (hp_timing_t): New.
7782         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7783         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7784         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7785         * elf/rtld.c (_dl_start_final): Likewise.
7786         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7787         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7788         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7789         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7790         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7791         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7792         (HP_TIMING_DIFF_INIT): Remove.
7793         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7794         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7795         (HP_TIMING_DIFF_INIT): Remove.
7796         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7797         * sysdeps/i386/i686/hp-timing.c: Remove file.
7798         * sysdeps/x86_64/hp-timing.c: Remove file.
7799         * sysdeps/ia64/hp-timing.c: Remove file.
7800         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7801         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7802         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7803         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7805         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7806         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7807         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7808         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7809         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7810         (HP_TIMING_ACCUM): Remove.
7811         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7812         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7813         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7815         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7816         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7817         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7818         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7819         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7820         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7821         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7822         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7824         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7826 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7828         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7830 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7832         Sync up with gettext.
7833         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7834         [_MSC_VER]: Include malloc.h
7835         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7836         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7837         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7838         TEMP_FAILURE_RETRY.  Cast return of alloca.
7839         [!_LIBC] Call gl_rwlock_init.
7840         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7842 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7844         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7845         before checking its value.
7847 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7849         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7851         * debug/memcpy_chk.c: Don't include pagecopy.h.
7852         * debug/mempcpy_chk.c: Likewise.
7853         * string/memcpy.c: Likewise.
7854         * string/memmove.c: Likewise.
7855         * sysdeps/powerpc/memmove.c: Likewise.
7856         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7857         definition of PAGE_COPY_FWD_MAYBE here...
7858         * sysdeps/generic/pagecopy.h: ... from here.
7859         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7861 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7862             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7864         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7865         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7866         optimizations.
7867         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7868         (__libc_ifunc_impl_list): Likewise.
7869         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7870         multiarch strcat for PPC64.
7871         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7872         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7874 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7876         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7878 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7880         * intl/loadmsgcat.c: Remove declaration of
7881         get_sysdep_segment_value.
7882         (get_sysdep_segment_value): Use ISO C style.
7883         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7884         semicolon.  Fix typo and formatting in comment.
7885         (_nl_unload_domain): Use ISO C style.
7887         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7889 2014-07-02  Will Newton  <will.newton@linaro.org>
7891         * malloc/obstack.c: Merge from gnulib master.
7892         [HAVE_CONFIG_H]: Remove conditional code.
7893         [!_LIBC]: Include config.h.
7894         [!ELIDE_CODE]: Don't include inttypes.h, include
7895         stdint.h unconditionally.
7896         (print_and_abort): Mark as _Noreturn.
7897         (_obstack_allocated_p): Mark as __attribute_pure__.
7898         (obstack_free): Rename to __obstack_free.
7899         [!__attribute__]: Remove conditional code.
7900         * malloc/obstack.h: Merge from gnulib master.
7901         [__cplusplus]: Move conditional down.
7902         [!__attribute_pure__]: Define __attribute_pure__ here
7903         if it is not already defined.
7904         (_obstack_memory_used): Mark as __attribute_pure__.
7905         [!__obstack_free]: Define as obstack_free.
7906         [__GNUC__]: Remove check for ancient NeXT gcc.
7908 2014-07-02  Will Newton  <will.newton@linaro.org>
7909             Paul Eggert  <eggert@cs.ucla.edu>
7911         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7913 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7915         * resolv/gethnamaddr.c: Add comment warning that the file is
7916         not maintained.
7918 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7920         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7921         entries.
7923         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7924         entry for aio_cancel and aio_cancel64.
7925         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7926         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7927         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7928         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7929         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7930         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7931         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7932         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7933         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7934         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7935         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7936         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7937         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7939 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7941         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7942         * nptl/pthread_mutex_lock.c: Likewise.
7943         * nptl/pthread_mutex_timedlock.c: Likewise.
7944         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7946 2014-07-01  Richard henderson  <rth@redhat.com>
7948         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7949         (__isnan, __isnanl): Remove.
7950         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7952         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7954 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7956         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7958 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7960         * resolv/nss_dns/dns-host.c (getanswer_r)
7961         [MULTI_PTRS_ARE_ALIASES]: Remove code.
7963 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
7965         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7966         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7967         undefine.
7968         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7969         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7971 2014-07-01  Roland McGrath <roland@hack.frob.com>
7973         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7974         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7976         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7977         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7979         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7980         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7981         ... here.
7982         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7983         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7985         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7986         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7987         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7988         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7990         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7991         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7992         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7993         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7994         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7995         Moved ...
7996         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7997         ... here.
7998         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7999         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8000         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8001         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8002         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8003         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8004         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8005         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8006         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8007         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8008         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8009         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8010         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8011         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8012         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8013         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8014         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8015         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8016         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8017         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8018         ... here.
8019         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8020         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8021         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8022         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8023         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8024         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8025         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8026         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8028 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8030         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8031         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8032         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8033         Add sysdep.
8035 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8039 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8041         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8042         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8044         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8046         * sysdeps/arm/libm-test-ulps: Regenerated.
8048 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8049             Roland McGrath <roland@hack.frob.com>
8051         * test-skeleton.c (signal_handler): Kill the whole process group
8052         before killing the child individually.
8053         (main): Report any failure on `setpgid'.
8055 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8057         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8058         from _TLS_H to _ARM_NPTL_TLS_H.
8059         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8060         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8062 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8064         [BZ #16539]
8065         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8066         (__expm1l): Return argument unchanged when small but not
8067         subnormal.
8069         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8070         include macro name.
8071         (_FP_UNPACK_RAW_1_P): Likewise.
8072         (_FP_PACK_RAW_1): Likewise.
8073         (_FP_PACK_RAW_1_P): Likewise.
8074         (_FP_MUL_MEAT_1_wide): Likewise.
8075         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8076         (_FP_MUL_MEAT_1_hard): Likewise.
8077         (_FP_DIV_MEAT_1_imm): Likewise.
8078         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8079         (_FP_DIV_MEAT_1_udiv): Likewise.
8080         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8081         (_FP_UNPACK_RAW_2): Likewise.
8082         (_FP_UNPACK_RAW_2_P): Likewise.
8083         (_FP_PACK_RAW_2): Likewise.
8084         (_FP_PACK_RAW_2_P): Likewise.
8085         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8086         (_FP_MUL_MEAT_2_wide): Likewise.
8087         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8088         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8089         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8090         (_FP_MUL_MEAT_2_gmp): Likewise.
8091         (_FP_DIV_MEAT_2_udiv): Likewise.
8092         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8093         (_FP_FRAC_SRL_4): Likewise.
8094         (_FP_FRAC_SRST_4): Likewise.
8095         (_FP_FRAC_SRS_4): Likewise.
8096         (_FP_UNPACK_RAW_4): Likewise.
8097         (_FP_UNPACK_RAW_4_P): Likewise.
8098         (_FP_PACK_RAW_4): Likewise.
8099         (_FP_PACK_RAW_4_P): Likewise.
8100         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8101         (_FP_MUL_MEAT_4_wide): Likewise.
8102         (_FP_MUL_MEAT_4_gmp): Likewise.
8103         (umul_ppppmnnn): Likewise.
8104         (_FP_DIV_MEAT_4_udiv): Likewise.
8105         (__FP_FRAC_ADD_4): Likewise.
8106         (__FP_FRAC_SUB_3): Likewise.
8107         (__FP_FRAC_SUB_4): Likewise.
8108         (__FP_FRAC_DEC_3): Likewise.
8109         (__FP_FRAC_DEC_4): Likewise.
8110         (__FP_FRAC_ADDI_4): Likewise.
8111         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8112         (_FP_FRAC_SRL_8): Likewise.
8113         (_FP_FRAC_SRS_8): Likewise.
8115         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8116         include macro name.
8117         (FP_UNPACK_RAW_EP): Likewise.
8118         (FP_PACK_RAW_E): Likewise.
8119         (FP_PACK_RAW_EP): Likewise.
8120         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8121         (_FP_ISSIGNAN): Likewise.
8122         (_FP_ADD_INTERNAL): Likewise.
8123         (_FP_FMA): Likewise.
8124         (_FP_CMP): Likewise.
8125         (_FP_SQRT): Likewise.
8126         (_FP_TO_INT): Likewise.
8127         (_FP_FROM_INT): Likewise.
8128         (FP_EXTEND): Likewise.
8129         (_FP_DIV_MEAT_N_loop): Likewise.
8131 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8133         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8134         throughout.
8136 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8138         [BZ #17097]
8139         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8140         result with correct sign in case of exponents that produce
8141         overflow except for X very close to 1.
8143 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8145         mktime: merge #if/#ifdef usage from glibc
8146         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8147         as that works with both Glibc's and Gnulib's style.
8148         See thread starting at Siddhesh Poyarekar's bug report at:
8149         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8151 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8153         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8154         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8155         * sysdeps/tile/tilegx/memmove.c: Remove file.
8157 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8159         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8160         abi-name definition.
8161         * scripts/soversions.awk: Do not handle or generate ABI lines.
8162         * shlib-versions: Remove ABI entries.
8163         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8164         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8166 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8168         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8169         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8170         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8171         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8172         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8173         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8174         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8175         Moved ...
8176         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8177         ... here.
8178         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8179         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8180         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8181         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8182         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8183         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8184         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8185         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8186         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8187         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8188         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8189         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8190         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8191         Moved ...
8192         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8193         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8194         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8195         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8196         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8197         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8198         Moved ...
8199         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8200         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8201         Moved ...
8202         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8203         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8204         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8205         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8206         Moved ...
8207         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8208         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8209         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8210         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8211         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8212         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8213         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8214         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8215         Moved ...
8216         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8217         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8218         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8219         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8220         Moved ...
8221         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8222         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8223         Moved ...
8224         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8225         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8226         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8227         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8228         Moved ...
8229         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8230         ... here.
8231         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8232         Identical file removed.
8233         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8234         Moved ...
8235         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8236         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8237         Identical file removed.
8238         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8239         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8240         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8241         Moved ...
8242         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8243         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8244         Identical file removed.
8245         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8246         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8247         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8248         Identical file removed.
8249         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8250         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8251         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8252         Identical file removed.
8253         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8254         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8255         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8256         Identical file removed.
8257         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8258         Moved ...
8259         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8260         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8261         Identical file removed.
8262         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8263         Moved ...
8264         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8265         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8266         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8267         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8268         Identical file removed.
8269         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8270         Moved ...
8271         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8272         ... here.
8273         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8274         Identical file removed.
8275         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8276         Moved ...
8277         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8278         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8279         Identical file removed.
8280         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8281         Moved ...
8282         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8283         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8284         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8285         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8286         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8287         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8288         Moved ...
8289         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8290         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8291         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8293         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8294         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8295         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8296         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8297         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8299 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8301         [BZ #17092]
8302         * nscd/nscd.c (monitor_child): Return exit status of child
8303         instead of return value from wait syscall.
8305 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8307         * configure.ac (libc_commonpagesize): Remove variable.
8308         (libc_relro_required): Likewise.
8309         (libc_cv_z_relro): Remove configure test.
8310         * configure: Regenerated.
8311         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8312         variable.
8313         (libc_relro_required): Likewise.
8314         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8315         (libc_relro_required): Likewise.
8316         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8317         (libc_relro_required): Likewise.
8318         * sysdeps/arm/preconfigure: Regenerated.
8319         * sysdeps/ia64/preconfigure: Remove file.
8320         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8321         variable.
8322         (libc_relro_required): Likewise.
8324         [BZ #16561]
8325         [BZ #16562]
8326         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8327         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8328         recompute overflowing results in original rounding mode.
8329         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8330         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8331         recompute overflowing results in original rounding mode.
8332         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8333         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8334         recompute overflowing results in original rounding mode.
8335         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8336         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8337         recompute overflowing results in original rounding mode.
8338         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8339         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8340         recompute overflowing results in original rounding mode.
8341         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8342         (libc_feholdsetround_ctx): New macro.
8343         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8344         * sysdeps/i386/fpu/libm-test-ulps: Update.
8345         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8347 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8349         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8350         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8351         corresponding .cpsetup call.
8353 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8355         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8356         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8357         * sysdeps/arm/Makefile [$(subdir) = csu]
8358         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8359         (static-only-routines): Add aeabi_read_tp here.
8360         (shared-only-routines): Add libc-aeabi_read_tp here.
8361         (CFLAGS-libc-start.c): Add -fexceptions here.
8362         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8363         (sysdep_routines, static-only-routines, shared-only-routines):
8364         Don't add to these here.
8365         (CFLAGS-libc-start.c): Likewise.
8367         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8368         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8369         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8370         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8371         * sysdeps/arm/Makefile [$(subdir) = rt]
8372         (librt-sysdep_routines, librt-shared-only-routines):
8373         Append rt-aeabi_unwind_cpp_pr1 here.
8374         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8375         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8376         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8377         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8378         Append nptl-aeabi_unwind_cpp_pr1 here.
8379         (tests): Filter out tst-cleanupx4 here.
8380         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8381         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8382         Don't do those here.
8384 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8386         * scripts/list-sources.sh: Do not handle ports specially.
8388 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8390         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8391         * sysdeps/arm/feupdateenv.c: Likewise.
8393         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8395 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8397         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8398         trailing whitespace removed.
8399         * scripts/config.guess: Update to version 2014-03-23.
8400         * scripts/config.sub: Update to version 2014-05-01
8401         * scripts/install-sh: Update to version 2013-12-25.23.
8402         * scripts/move-if-change: Update from gnulib.
8404 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8406         * debug/memmove_chk.c: Remove pagecopy.h include.
8408 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8410         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8411         identical to gnulib mktime.
8413 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8415         * configure.ac: Do not test for machine being rs6000.  Do not test
8416         for powerpc*-*soft.
8417         * configure: Regenerated.
8419         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8420         test.
8421         * configure: Regenerated.
8422         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8423         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8424         Remove configure test.
8425         * sysdeps/arm/configure: Regenerated.
8426         * sysdeps/nptl/configure.ac: Do not check
8427         libc_cv_asm_cfi_directives.
8428         * sysdeps/nptl/configure: Regenerated.
8429         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8430         * sysdeps/x86_64/nptl/configure: Remove generated file.
8431         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8432         unconditional.
8433         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8435 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8437         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8438         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8439         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8440         it is defined.
8442         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8443         instead of whether it is defined.
8444         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8445         * sysdeps/hppa/dl-machine.h: Likewise.
8446         * sysdeps/ia64/dl-machine.h: Likewise.
8447         * sysdeps/m68k/dl-machine.h: Likewise.
8448         * sysdeps/microblaze/dl-machine.h: Likewise.
8449         * sysdeps/mips/dl-machine.: Likewise.
8450         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8451         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8452         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8453         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8454         * sysdeps/sh/dl-machine.h: Likewise.
8455         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8456         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8457         * sysdeps/tile/dl-machine.h: Likewise.
8458         * sysdeps/x86_64/dl-machine.h: Likewise.
8460         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8461         code.
8462         (verify_persistent_db): Likewise.
8464 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8466         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8467         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8468         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8469         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8470         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8471         Moved ...
8472         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8473         ... here.
8474         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8475         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8476         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8477         Identical file removed.
8478         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8479         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8480         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8481         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8482         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8483         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8485         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8486         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8487         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8488         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8489         Moved ...
8490         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8491         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8492         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8494         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8495         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8496         Moved ...
8497         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8498         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8499         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8500         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8501         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8502         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8503         Identical file removed.
8504         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8505         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8506         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8507         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8508         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8509         Moved ...
8510         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8511         ... here.
8512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8513         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8515         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8517         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8519         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8520         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8521         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8522         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8523         Moved ...
8524         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8525         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8526         Moved ...
8527         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8528         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8529         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8530         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8531         Moved ...
8532         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8533         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8534         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8536         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8537         folded into ...
8538         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8539         * sysdeps/unix/sysv/linux/s390/Versions
8540         (libpthread: GLIBC_2.19): New version set.
8541         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8542         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8543         (librt: GLIBC_2.3.3): New version set.
8544         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8545         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8546         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8547         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8548         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8549         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8550         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8551         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8552         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8553         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8554         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8555         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8556         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8557         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8558         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8559         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8560         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8561         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8562         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8563         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8564         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8565         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8566         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8567         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8568         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8569         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8570         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8571         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8572         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8573         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8574         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8575         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8576         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8577         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8578         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8579         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8580         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8581         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8582         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8583         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8584         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8585         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8586         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8587         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8588         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8590         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8591         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8592         (__libc_vfork): Define the function under this name.
8593         [!NOT_IN_libc] (__vfork): Make this an alias.
8594         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8595         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8596         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8597         (__libc_vfork): Define the function under this name.
8598         [!NOT_IN_libc] (__vfork): Make this an alias.
8599         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8600         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8601         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8602         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8603         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8604         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8606         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8607         code that was previously under [RESET_PID].
8608         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8609         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8610         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8612         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8613         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8614         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8615         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8616         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8617         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8618         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8619         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8620         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8621         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8622         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8623         Moved ...
8624         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8625         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8626         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8627         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8628         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8629         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8630         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8631         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8632         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8633         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8634         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8635         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8636         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8637         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8638         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8639         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8640         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8641         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8642         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8643         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8644         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8645         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8646         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8647         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8648         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8649         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8650         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8651         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8652         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8654 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8656         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8657         that was previously under [RESET_PID].
8658         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8660 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8662         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8663         not undefine and redefine.
8664         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8665         [O_CLOEXEC]: Make code unconditional.
8666         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8667         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8668         <kernel-features.h>.
8669         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8670         conditional variable definition.
8671         (shm_open) [O_CLOEXEC]: Make code unconditional.
8672         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8673         code.
8675         * configure.ac (USE_REGPARMS): Don't define here.
8676         * configure: Regenerated.
8677         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8678         * sysdeps/i386/configure: Regenerated.
8680         * nptl/createthread.c: Don't include kernel-features.h.
8681         * nptl/pthread_cancel.c: Likewise.
8682         * nptl/pthread_condattr_setclock.c: Likewise.
8683         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8684         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8685         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8686         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8687         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8688         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8689         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8690         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8691         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8692         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8693         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8694         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8695         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8696         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8697         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8698         * nscd/gai.c: Likewise.
8699         * nss/nss_db/db-open.c: Likewise.
8700         * sysdeps/generic/ldsodefs.h: Likewise.
8701         * sysdeps/sh/nptl/tls.h: Likewise.
8702         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8703         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8704         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8705         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8706         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8707         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8708         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8709         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8710         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8711         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8712         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8713         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8714         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8715         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8716         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8717         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8718         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8719         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8720         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8721         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8722         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8723         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8724         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8725         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8726         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8727         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8728         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8729         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8730         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8731         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8732         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8733         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8734         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8735         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8736         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8737         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8738         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8739         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8740         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8741         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8742         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8743         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8744         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8745         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8746         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8747         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8748         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8749         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8750         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8751         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8752         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8753         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8754         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8755         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8756         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8757         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8758         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8759         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8782         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8783         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8784         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8785         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8786         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8787         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8788         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8789         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8790         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8791         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8792         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8793         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8794         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8795         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8796         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8797         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8798         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8799         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8800         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8801         * sysdeps/unix/sysv/linux/system.c: Likewise.
8802         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8803         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8804         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8805         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8806         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8807         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8808         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8810         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8811         * configure: Regenerated.
8812         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8814         * configure.ac (base_machine): Do not set specially for particular
8815         machines here.
8816         * configure: Regenerated.
8817         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8818         settings from configure.ac.
8819         * sysdeps/i386/preconfigure: New file.
8820         * sysdeps/s390/preconfigure: Likewise.
8821         * sysdeps/sh/preconfigure: Likewise.
8822         * sysdeps/sparc/preconfigure: Likewise.
8824 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8826         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8827         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8828         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8829         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8830         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8831         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8832         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8833         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8834         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8835         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8836         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8837         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8838         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8839         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8840         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8841         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8842         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8843         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8844         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8846         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8847         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8848         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8849         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8850         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8851         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8852         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8853         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8854         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8855         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8856         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8857         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8858         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8859         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8860         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8861         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8862         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8863         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8864         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8865         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8866         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8867         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8868         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8869         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8870         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8871         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8872         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8873         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8874         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8875         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8876         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8877         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8878         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8879         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8880         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8881         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8882         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8883         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8885         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8886         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8888         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8889         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8890         Moved ...
8891         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8892         ... here.
8893         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8894         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8895         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8896         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8897         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8898         Moved ...
8899         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8900         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8901         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8902         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8903         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8904         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8905         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8906         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8907         Moved ...
8908         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8909         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8910         Moved ...
8911         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8913         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8915         Moved ...
8916         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8918         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8920         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8921         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8922         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8923         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8924         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8925         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8926         Moved ...
8927         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8928         ... here.
8929         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8930         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8932         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8933         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8934         Moved ...
8935         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8937         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8939         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8941         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8943         Moved ...
8944         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8945         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8946         Moved ...
8947         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8949         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8951         Moved ...
8952         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8954         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8956         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8958 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8960         * timezone/checktab.awk: Update from tzcode 2014e.
8961         * timezone/private.h: Likewise.
8962         * timezone/tzfile.h: Likewise.
8963         * timezone/zdump.c: Likewise.
8964         * timezone/zic.c: Likewise.
8966         * sysdeps/unix/sysv/linux/kernel-features.h
8967         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8968         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8969         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8970         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8971         Remove conditional code.
8973 2014-06-25  Will Newton  <will.newton@linaro.org>
8975         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8976         (_dl_arm_cap_flags): Add HWCAP2 values.
8977         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8978         (_DL_HWCAP_COUNT): Increase to 37.
8979         (_DL_HWCAP_LAST): New define.
8980         (_DL_HWCAP2_LAST): New define.
8981         (_dl_procinfo): Add support for printing
8982         AT_HWCAP2 entries.
8983         (_dl_string_hwcap): Use _dl_hwcap_string.
8985 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8987         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8989 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8991         * README: Do not mention ports directory.
8993         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8994         Remove macro.
8995         * sysdeps/unix/sysv/linux/futimes.c: Do not include
8996         <kernel-features.h>.
8997         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8998         conditional variable definition.
8999         (__futimes): Update comment.
9000         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9001         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9003         [BZ #16560]
9004         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9005         arguments close to 0.
9006         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9007         Likewise.
9008         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9009         Likewise.
9010         * math/auto-libm-test-in: Add more tests of exp10.
9011         * math/auto-libm-test-out: Regenerated.
9012         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9014         * sysdeps/unix/sysv/linux/kernel-features.h
9015         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9016         * sysdeps/unix/sysv/linux/readv.c: Do not include
9017         <kernel-features.h>.
9018         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9019         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9020         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9021         unconditional.
9022         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9023         conditional code.
9024         * sysdeps/unix/sysv/linux/writev.c: Do not include
9025         <kernel-features.h>.
9026         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9027         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9028         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9029         unconditional.
9030         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9031         conditional code.
9033 2014-06-25  Will Newton  <will.newton@linaro.org>
9035         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9036         comment changes throughout the file.  Remove checks
9037         for HAVE_*_H definitions that are not required.
9038         (__gen_tempname): Call abort if an unknown kind value is
9039         passed.
9041 2014-06-25  Andreas Schwab  <schwab@suse.de>
9043         [BZ #17086]
9044         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9045         scalbln, scalblnf, scalblnl in libc.
9047 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9049         [BZ #17086]
9050         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9051         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9052         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9054 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9056         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9057         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9058         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9059         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9060         Update #include.
9061         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9062         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9063         Update #include.
9064         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9065         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9066         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9067         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9068         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9069         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9070         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9071         * sysdeps/x86/bits/semaphore.h: ... here.
9072         * sysdeps/x86/nptl/elide.h: Moved ...
9073         * sysdeps/x86/elide.h: ... here.
9074         * sysdeps/x86_64/nptl/Implies: File removed.
9075         * sysdeps/i386/nptl/Implies: File removed.
9077 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9079         [BZ #16539]
9080         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9081         return the argument for normal arguments with exponent below -64.
9082         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9083         Likewise.
9084         * math/auto-libm-test-in: Add another test of expm1.
9085         * math/auto-libm-test-out: Regenerated.
9087         [BZ #16287]
9088         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9089         calling __erfcl for arguments at least 16.
9090         * math/auto-libm-test-in: Add more tests of erf.
9091         * math/auto-libm-test-out: Regenerated.
9093         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9094         individual architectures.
9095         * sysdeps/unix/sysv/linux/configure: Regenerated.
9096         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9097         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9098         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9099         (ldd_rewrite_script): Define variable.
9100         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9102         file.
9103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9104         generated file.
9105         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9106         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9107         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9108         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9109         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9110         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9111         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9112         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9114 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9116         [BZ #17084]
9117         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9118         Rename member __data.d to __data.__elision_data.
9120 2014-06-24  Wilco  <wdijkstr@arm.com>
9122         * NEWS: Add 16918 to fixed bug list.
9124 2014-06-24  Wilco  <wdijkstr@arm.com>
9126         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9128 2014-06-24  Wilco  <wdijkstr@arm.com>
9130         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9131         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9132         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9133         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9134         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9135         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9136         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9137         Use _FPU_MASK_RM.
9139 2014-06-24  Wilco  <wdijkstr@arm.com>
9141         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9143 2014-06-24  Wilco  <wdijkstr@arm.com>
9145         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9146         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9147         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9148         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9150 2014-06-24  Wilco  <wdijkstr@arm.com>
9152         [BZ #16918]
9153         * sysdeps/arm/feupdateenv.c (feupdateenv):
9154         Rewrite to reduce FPSCR accesses and fix return value.
9156 2014-06-24  Wilco  <wdijkstr@arm.com>
9158         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9159         Optimize to avoid unnecessary FPSCR writes.
9160         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9161         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9162         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9163         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9165 2014-06-24  Wilco  <wdijkstr@arm.com>
9167         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9168         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9169         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9170         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9171         Call libc_fetestexcept_vfp.
9172         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9173         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9174         __SOFTFP__ ifdef so that they can be built for softfp.
9176 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9178         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9179         argument type signed char.
9181         * Makerules (check-abi): Dump diff of symlist if the test
9182         fails.
9184 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9186         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9187         using abort.
9189         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9190         Remove unused variable ST.
9192 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9194         [BZ #16354]
9195         [BZ #17061]
9196         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9197         small arguments before calling __expm1.
9198         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9199         small arguments before calling __expm1f.
9200         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9201         small arguments before calling __expm1l.
9202         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9203         Likewise.
9204         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9205         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9206         spurious underflow for some cosh tests.
9207         * math/auto-libm-test-out: Regenerated.
9208         * sysdeps/i386/fpu/libm-test-ulps: Update.
9210         [BZ #17050]
9211         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9212         (__ieee754_y1): Set errno if return value overflows.
9213         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9214         (__ieee754_y1f): Set errno if return value overflows.
9215         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9216         (__ieee754_y1l): Set errno if return value overflows.
9217         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9218         (__ieee754_y1l): Set errno if return value overflows.
9219         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9220         * math/auto-libm-test-out: Regenerated.
9222         * math/gen-auto-libm-tests.c: Document use of
9223         ignore-zero-inf-sign.
9224         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9225         (input_flags): Add ignore-zero-inf-sign.
9226         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9227         * math/gen-libm-test.pl (generate_testfile): Handle
9228         ignore-zero-inf-sign.
9229         * math/auto-libm-test-in: Mark some cpow tests with
9230         ignore-zero-inf-sign and some with xfail-rounding.
9231         * math/auto-libm-test-out: Regenerated.
9232         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9233         * sysdeps/i386/fpu/libm-test-ulps: Update.
9234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9236         [BZ #16315]
9237         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9238         overflowing or underflowing operations take place with sign of
9239         result.
9240         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9241         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9242         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9243         (__ieee754_pow): Recompute overflowing and underflowing results in
9244         original rounding mode.
9245         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9246         (__powl_helper): Allow negative argument X and scale negated value
9247         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9248         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9249         overflowing or underflowing operations take place with sign of
9250         result.
9251         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9252         Include <math.h>.
9253         * math/auto-libm-test-in: Add more tests of pow.
9254         * math/auto-libm-test-out: Regenerated.
9255         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9256         (pow_tonearest_test_data): Remove.
9257         (pow_test_tonearest): Likewise.
9258         (pow_towardzero_test_data): Likewise.
9259         (pow_test_towardzero): Likewise.
9260         (pow_downward_test_data): Likewise.
9261         (pow_test_downward): Likewise.
9262         (pow_upward_test_data): Likewise.
9263         (pow_test_upward): Likewise.
9264         (main): Don't call removed functions.
9265         * sysdeps/i386/fpu/libm-test-ulps: Update.
9266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9268 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9271         Moved ...
9272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9274         Moved ...
9275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9277         Moved ...
9278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9280         Moved ...
9281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9283         File removed.
9284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9285         File removed.
9286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9287         File removed.
9288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9289         File removed.
9290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9291         File removed.
9292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9293         File removed.
9294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9295         File removed.
9296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9297         File removed.
9298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9299         File removed.
9300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9301         File removed.
9302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9303         File removed.
9304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9305         File removed.
9306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9307         Moved ...
9308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9310         Moved ...
9311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9312         ... here.
9313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9314         Moved ...
9315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9317         Moved ...
9318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9320         Moved ...
9321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9323         Moved ...
9324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9326         Moved ...
9327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9329         Moved ...
9330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9332         Moved ...
9333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9336         ... here.
9337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9338         Moved ...
9339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9341         Moved ...
9342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9343         ... here.
9344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9345         Moved ...
9346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9347         ... here.
9348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9349         Moved ...
9350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9351         ... here.
9352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9353         Moved ...
9354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9356         Moved ...
9357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9361         Moved ...
9362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9363         ... here.
9364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9365         Moved ...
9366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9367         ... here.
9368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9369         Moved ...
9370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9372         Moved ...
9373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9375         Moved ...
9376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9378         Moved ...
9379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9381         Moved ...
9382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9383         ... here.
9384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9385         Moved ...
9386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9388         Moved ...
9389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9391         Moved ...
9392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9394         Moved ...
9395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9399         Moved ...
9400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9402         Moved ...
9403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9405         Moved ...
9406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9407         ... here.
9408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9409         Moved ...
9410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9411         ... here.
9412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9413         Moved ...
9414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9415         ... here.
9416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9417         Moved ...
9418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9420         Moved ...
9421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9423         Moved ...
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9426         Moved ...
9427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9428         ... here.
9429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9430         Moved ...
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9432         ... here.
9433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9434         Moved ...
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9436         ... here.
9437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9438         Moved ...
9439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9444 2014-06-23  Will Newton  <will.newton@linaro.org>
9445             Wilco  <wdijkstr@arm.com>
9447         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9448         implementation.  Include get-rounding-mode.h.
9449         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9450         [!libc_feholdsetround_noex_ctx]: Define
9451         libc_feholdsetround_noex_ctx.
9452         [!libc_feholdsetround_noexf_ctx]: Define
9453         libc_feholdsetround_noexf_ctx.
9454         [!libc_feholdsetround_noexl_ctx]: Define
9455         libc_feholdsetround_noexl_ctx.
9456         (libc_feholdsetround_ctx): New function.
9457         (libc_feresetround_ctx): New function.
9458         (libc_feholdsetround_noex_ctx): New function.
9459         (libc_feresetround_noex_ctx): New function.
9461 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9463         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9464         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9465         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9466         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9467         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9468         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9470         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9471         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9472         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9473         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9474         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9475         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9476         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9477         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9478         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9479         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9480         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9481         Moved ...
9482         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9483         ... here.
9484         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9485         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9489         Moved ...
9490         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9491         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9492         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9493         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9494         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9495         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9496         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9497         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9498         Moved ...
9499         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9500         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9501         Moved ...
9502         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9503         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9504         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9505         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9506         Moved ...
9507         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9508         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9509         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9510         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9511         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9512         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9513         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9514         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9515         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9516         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9517         Moved ...
9518         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9519         ... here.
9520         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9521         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9522         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9523         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9524         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9525         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9526         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9527         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9528         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9529         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9533         Moved ...
9534         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9535         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9536         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9537         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9538         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9539         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9540         Moved ...
9541         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9542         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9543         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9544         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9545         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9547         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9548         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9549         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9550         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9551         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9552         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9553         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9554         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9556         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9557         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9558         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9559         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9560         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9561         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9562         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9563         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9564         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9565         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9566         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9567         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9568         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9569         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9570         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9571         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9572         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9573         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9574         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9576 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9578         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9579         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9580         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9581         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9582         (IPV6_PMTUDISC_INTERFACE): Likewise.
9583         (IPV6_PMTUDISC_OMIT): Likewise.
9585 2014-06-23  Andreas Schwab  <schwab@suse.de>
9587         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9588         Remove unused errout label.
9590 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9592         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9593         macro: hardware supports Vector Crypto instructions.
9595 2014-06-23  Will Newton  <will.newton@linaro.org>
9597         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9598         rather than __builtin_expect.
9600         * elf/dl-lookup.c (undefined_msg): Remove variable.
9601         (_dl_lookup_symbol_x): Replace undefined_msg with string
9602         literal.
9604         * elf/dl-lookup.c (do_lookup_unique): New function.
9605         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9606         to a separate function.
9608 2014-06-23  Andreas Schwab  <schwab@suse.de>
9610         [BZ #17079]
9611         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9612         before reading the next line.
9614 2014-06-23  Will Newton  <will.newton@linaro.org>
9616         * test-skeleton.c (signal_handler): Use printf and %m
9617         rather than perror.  Use printf rather than fprintf to
9618         stderr.  Use puts rather than fputs to stderr.
9619         (main): Likewise.
9621 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9623         * nscd/nscd.c (thread_info_t): Remove typedef.
9624         (thread_info): Remove variable.
9626 2014-06-21  Allan McRae  <allan@archlinux.org>
9628         * NEWS: Mention CVE-2014-4043.
9630 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9632         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9633         * nptl/smp.h: ... here.
9635         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9637         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9638         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9639         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9640         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9642         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9643         * nptl/stack-aliasing.h: New file.
9644         * sysdeps/i386/i686/stack-aliasing.h: New file.
9645         * sysdeps/i386/i686/nptl/Makefile: File removed.
9646         * sysdeps/x86_64/stack-aliasing.h: New file.
9647         * sysdeps/x86_64/nptl/Makefile
9648         (CFLAGS-pthread_create.c): Variable removed.
9650         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9651         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9652         old file.
9653         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9654         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9655         old file.
9657 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9659         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9660         (__ASSUME_SIGFRAME_V2): Remove macro.
9661         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9662         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9663         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9664         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9665         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9666         Declare as function.  Remove conditional macro definitions.
9667         (__default_rt_sa_restorer): Likewise.
9668         (__default_sa_restorer_v1): Remove declaration.
9669         (__default_sa_restorer_v2): Likewise.
9670         (__default_rt_sa_restorer_v1): Likewise.
9671         (__default_rt_sa_restorer_v2): Likewise.
9672         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9673         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9674         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9676 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9678         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9679         (libpthread-routines): Add sysdep.
9680         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9681         * sysdeps/unix/sysv/linux/sparc/Versions
9682         (libpthread: GLIBC_2.3.3): New version set.
9683         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9684         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9685         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9686         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9687         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9688         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9689         Moved ...
9690         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9691         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9692         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9693         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9694         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9695         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9696         * sysdeps/sparc/nptl/sem_init.c: ... here.
9697         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9698         * sysdeps/sparc/nptl/sem_post.c: ... here.
9699         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9700         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9701         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9702         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9703         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9704         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9705         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9706         (libpthread-routines): Add cpu_relax.
9707         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9708         File removed.
9709         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9710         (librt: GLIBC_2.3.3): New version set.
9711         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9712         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9713         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9714         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9715         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9716         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9717         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9718         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9719         Moved ...
9720         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9721         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9722         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9723         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9724         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9725         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9726         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9727         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9728         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9729         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9730         Moved ...
9731         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9732         Update #include.
9733         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9734         Moved ...
9735         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9736         Update #include.
9737         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9738         Moved ...
9739         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9740         Update #include.
9741         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9742         Moved ...
9743         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9744         Update #include.
9745         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9746         Moved ...
9747         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9748         Update #include.
9749         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9750         Moved ...
9751         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9752         Update #include.
9753         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9754         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9755         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9756         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9757         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9758         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9759         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9760         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9761         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9762         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9763         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9764         Moved ...
9765         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9766         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9767         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9769         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9771 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9773         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9774         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9775         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9776         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9777         * nscd/nscd.c: Likewise.
9778         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9779         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9780         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9781         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9783         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9784         <kernel-features.h>.
9785         (init_mq_netlink): Remove conditional have_sock_cloexec
9786         definitions.  Remove code conditional on have_sock_cloexec < 0.
9787         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9788         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9789         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9790         <kernel-features.h>.
9791         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9792         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9794 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9796         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9797         Add tests for memset_chk and memset.
9799         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9800         with AVX2_Usable.
9802 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9804         [BZ #16046]
9805         * elf/tst-dl-iter-static.c: New file.
9806         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9808         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9809         error.
9811 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9813         * sysdeps/unix/sysv/linux/kernel-features.h
9814         (__ASSUME_F_GETOWN_EX): Remove macro.
9815         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9816         <kernel-features.h>.
9817         (miss_F_GETOWN_EX): Remove variable or macro.
9818         (do_fcntl): Do not check miss_F_GETOWN_EX.
9819         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9821         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9822         Remove macro.
9823         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9824         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9825         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9827         * sysdeps/unix/sysv/linux/kernel-features.h
9828         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9829         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9830         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9831         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9833 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9835         [BZ #17075]
9836         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9837         Fix calculation of the symbol's value.
9838         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9839         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9840         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9841         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9842         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9843         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9844         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9845         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9846         (modules-names): Add `tst-armtlsdescmod',
9847         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9848         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9849         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9850         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9851         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9852         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9853         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9854         ($(objpfx)tst-armtlsdescloc): New dependency.
9855         ($(objpfx)tst-armtlsdescextnow): Likewise.
9856         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9857         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9858         TLS scheme support.
9859         * sysdeps/arm/configure: Regenerate.
9861 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9863         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9864         (__atfct_seterrno_2): Likewise.
9865         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9866         <kernel-features.h>.
9867         (__ASSUME_ATFCTS): Do not undefine and redefine.
9868         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9869         (__have_atfcts): Remove conditional definition.
9870         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9871         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9872         unreachable if [__ASSUME_ATFCTS].
9873         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9874         not undefine and redefine.
9875         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9876         <kernel-features.h>.
9877         (faccessat) [__NR_faccessat]: Make code unconditional.
9878         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9879         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9880         <kernel-features.h>.
9881         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9882         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9883         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9884         <kernel-features.h>.
9885         (fchownat) [__NR_fchownat]: Make code unconditional.
9886         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9887         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9888         <kernel-features.h>.
9889         (futimesat) [__NR_futimesat]: Make code unconditional.
9890         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9891         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9892         <kernel-features.h>.
9893         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9894         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9895         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9896         <kernel-features.h>.
9897         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9898         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9899         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9900         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9901         <kernel-features.h>.
9902         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9903         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9904         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9905         <kernel-features.h>.
9906         (linkat) [__NR_linkat]: Make code unconditional.
9907         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9908         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9909         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9910         <kernel-features.h>.
9911         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9912         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9913         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9914         <kernel-features.h>.
9915         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9916         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9917         * sysdeps/unix/sysv/linux/openat.c: Do not include
9918         <kernel-features.h>.
9919         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9920         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9921         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9922         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9923         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9924         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9925         <kernel-features.h>.
9926         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9927         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9928         result of INLINE_SYSCALL directly, not via int variable.
9929         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9930         <kernel-features.h>.
9931         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9932         (renameat) [__NR_renameat]: Make code unconditional.
9933         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9934         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9935         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9936         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9937         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9938         (__ASSUME_ATFCTS): Do not undefine and redefine.
9939         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9940         <kernel-features.h>.
9941         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9942         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9943         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9944         <kernel-features.h>.
9945         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9946         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9947         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9948         (__ASSUME_ATFCTS): Do not undefine and redefine.
9949         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9950         <kernel-features.h>.
9951         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9952         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9953         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9954         <kernel-features.h>.
9955         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9956         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9958 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9960         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9962 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
9964         [BZ #17069]
9965         * posix/regcomp.c (parse_reg_exp): Deallocate partially
9966         constructed tree before returning error.
9967         * posix/bug-regexp36.c: Expand test case.
9969 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
9971         [BZ #6803]
9972         * math/libm-test.inc (scalbln_test_date):
9973         Add errno expectations.
9974         * math/w_scalblnf.c: New File.
9975         Add wrapper which checks for setting errno to ERANGE.
9976         Add weak_alias for corresponding scalbln function.
9977         * math/w_scalbln.c: Likewise.
9978         * math/w_scalblnl.c: Likewise.
9979         * math/Makefile (libm-calls): Add w_scalbln.
9980         * sysdeps/ieee754/flt-32/s_scalblnf.c:
9981         Remove weak_alias for corresponding scalbln function.
9982         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9983         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9984         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9985         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9986         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9987         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9988         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9989         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9990         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9991         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9992         Remove long_double_symbol for scalblnl function in libm, libc.
9993         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9994         Add wrapper which checks for setting errno to ERANGE.
9995         Add long_double_symbol for scalblnl function in libm, libc.
9996         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9997         Remove long_double_symbol for scalblnl in libm.
9998         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9999         Add wrapper which checks for setting errno to ERANGE.
10000         Add long_double_symbol for scalblnl function in libm.
10001         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10002         Do not use wrapper because of own implementation.
10004 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10006         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10007         3 bytes for __pad1 for x32.
10008         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10010 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10011             H.J. Lu  <hongjiu.lu@intel.com>
10013         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10014         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10015         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10016         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10017         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10019 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10021         [BZ #17069]
10022         * posix/regcomp.c (parse_expression): Deallocate partially
10023         constructed tree before returning error.
10024         * posix/Makefile.c (tests): Add bug-regex36.
10025         (generated): Add bug-regex36.mtrace.
10026         (tests-special): Add $(objpfx)bug-regex36-mem.out
10027         (bug-regex36-ENV): New variable.
10028         ($(objpfx)bug-regex36-mem.out): New rule.
10029         * posix/bug-regex36.c: New file.
10031 2014-06-19  Will Newton  <will.newton@linaro.org>
10033         * malloc/malloc.c (systrim): If extra is zero then return
10034         early.
10036 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10038         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10040 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10042         * sysdeps/aarch64/strchr.S: New file.
10044 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10046         [BZ #17022]
10047         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10048         from arguments -2 or below.
10049         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10050         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10052 2014-06-18  Andreas Schwab  <schwab@suse.de>
10054         [BZ #17062]
10055         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10056         of a bracket expr not to run off the end of the string.
10057         * posix/Makefile (tests): Add tst-fnmatch3.
10058         * posix/tst-fnmatch3.c: New file.
10060 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10062         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10063         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10064         [$(cross-compiling) = no]: Likewise.
10065         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10066         [$(cross-compiling) = no]: Likewise.
10068 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10070         [BZ #17031]
10071         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10072         double, adjusted for any remainder from the high double.
10073         * math/libm-test.inc (nearbyint): Add tests.
10074         (rint): Likewise.
10076 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10078         * nptl/sysdeps/powerpc/Makefile: Moved ...
10079         * sysdeps/powerpc/nptl/Makefile: ... here.
10080         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10081         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10082         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10083         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10084         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10085         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10086         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10087         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10088         * nptl/sysdeps/powerpc/tls.h: Moved ...
10089         * sysdeps/powerpc/nptl/tls.h: ... here.
10091 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10093         [BZ #16681]
10094         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10095         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10096         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10097         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10098         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10099         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10100         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10101         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10102         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10104 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10106         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10108 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10110         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10111         defined operator.
10113         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10114         $TIMEOUTFACTOR.
10116 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10118         [BZ #17058]
10119         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10120         non-executed part of the test.
10122 2014-06-16  Andreas Schwab  <schwab@suse.de>
10124         * string/bits/string2.h (strdup, strndup): Update feature guard.
10126 2014-06-14  David S. Miller  <davem@davemloft.net>
10128         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10130 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10132         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10133         that was previously under [RESET_PID].
10134         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10136         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10137         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10138         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10139         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10140         (__libc_vfork): New strong alias.
10141         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10143 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10145         * sysdeps/generic/elide.h: New file.
10147 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10149         * Makefile (installed-headers): Adjust path of pthread.h header.
10151 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10153         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10154         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10155         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10156         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10158         * nptl/sysdeps/s390/Makefile: Moved ...
10159         * sysdeps/s390/nptl/Makefile: ... here.
10160         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10161         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10162         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10163         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10164         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10165         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10166         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10167         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10168         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10169         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10170         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10171         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10172         * nptl/sysdeps/s390/tls.h: Moved ...
10173         * sysdeps/s390/nptl/tls.h: ... here.
10175         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10176         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10178 2014-06-13  David S. Miller  <davem@davemloft.net>
10180         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10181         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10182         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10183         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10184         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10185         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10186         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10187         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10188         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10189         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10190         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10191         Remove RESET_PID cpp guards.
10192         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10193         Remove RESET_PID cpp guards.
10194         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10196 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10198         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10199         __sp to uintptr_t.
10201 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10203         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10204         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10205         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10206         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10207         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10208         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10209         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10210         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10211         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10212         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10213         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10214         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10215         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10216         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10217         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10218         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10219         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10220         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10221         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10222         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10224         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10225         (pthread_rwlock_rdlock): Add elision.
10226         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10227         (pthread_rwlock_wrlock): Add elision.
10228         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10229         (pthread_rwlock_trywrlock): Add elision.
10230         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10231         (pthread_rwlock_tryrdlock): Add elision.
10232         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10233         (pthread_rwlock_tryrdlock): Add elision unlock.
10234         * nptl/sysdeps/pthread/pthread.h:
10235         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10236         (PTHREAD_RWLOCK_INITIALIZER,
10237         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10238         Handle new elision field.
10239         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10240         * sysdeps/arm/nptl/bits/pthreadtypes.h
10241         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10242         * sysdeps/sh/nptl/bits/pthreadtypes.h
10243         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10244         * sysdeps/tile/nptl/bits/pthreadtypes.h
10245         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10246         * sysdeps/a/nptl/bits/pthreadtypes.h
10247         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10248         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10249         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10250         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10251         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10252         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10253         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10254         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10255         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10256         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10257         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10258         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10259         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10260         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10261         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10262         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10263         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10264         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10265         (elision_init): Set try_xbegin to zero when no RTM.
10266         * sysdeps/x86/nptl/bits/pthreadtypes.h
10267         (pthread_rwlock_t): Change __pad1 to __rwelision.
10268         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10270 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10272         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10273         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10274         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10275         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10277 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10279         [BZ #16996]
10280         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10281         that the cached result has been set before returning it.
10283 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10285         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10286         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10287         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10288         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10289         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10290         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10292         * nptl/sysdeps/sparc/Makefile: Moved ...
10293         * sysdeps/sparc/nptl/Makefile: ... here.
10294         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10295         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10296         * nptl/sysdeps/sparc/tls.h: Moved ...
10297         * sysdeps/sparc/nptl/tls.h: ... here.
10298         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10299         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10300         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10301         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10302         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10303         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10304         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10305         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10306         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10307         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10308         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10309         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10310         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10311         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10312         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10313         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10314         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10315         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10316         Update #include.
10317         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10318         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10319         Update #include.
10320         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10321         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10322         Update #include.
10323         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10324         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10325         Update #include.
10327         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10329         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10330         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10332         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10333         (struct list_links): Type removed.
10334         (struct thread_node, struct timer_node): Replace struct list_links
10335         with struct list_head.
10336         (list_unlink_ip): Likewise.
10337         * sysdeps/pthread/timer_routines.c
10338         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10339         (list_append, list_insbefore): Likewise.
10340         (list_init): Function removed.
10341         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10342         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10343         * sysdeps/pthread/Makefile: ... here, new file.
10345         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10346         * sysdeps/nptl/Implies: ... here.
10347         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10348         * nptl/sysdeps/pthread/list.h: Moved ...
10349         * include/list.h: ... here.
10350         * nptl/sysdeps/pthread/createthread.c: Moved ...
10351         * nptl/createthread.c: ... here.
10352         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10353         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10354         * nptl/pt-longjmp.c: ... here.
10355         * nptl/sysdeps/pthread/Makefile: Moved ...
10356         * sysdeps/nptl/Makefile: ... here.
10357         * nptl/sysdeps/pthread/Subdirs: Moved ...
10358         * sysdeps/nptl/Subdirs: ... here.
10359         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10360         * sysdeps/nptl/aio_misc.h: ... here.
10361         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10362         * sysdeps/nptl/bits/libc-lock.h: ... here.
10363         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10364         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10365         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10366         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10367         * nptl/sysdeps/pthread/configure: Moved ...
10368         * sysdeps/nptl/configure: ... here.
10369         * nptl/sysdeps/pthread/configure.ac: Moved ...
10370         * sysdeps/nptl/configure.ac: ... here.
10371         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10372         * sysdeps/nptl/gai_misc.h: ... here.
10373         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10374         * sysdeps/nptl/librt-cancellation.c: ... here.
10375         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10376         * sysdeps/nptl/malloc-machine.h: ... here.
10377         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10378         * sysdeps/nptl/pthread-functions.h: ... here.
10379         * nptl/sysdeps/pthread/pthread.h: Moved ...
10380         * sysdeps/nptl/pthread.h: ... here.
10381         * nptl/sysdeps/pthread/setxid.h: Moved ...
10382         * sysdeps/nptl/setxid.h: ... here.
10383         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10384         * sysdeps/nptl/sigfillset.c: ... here.
10385         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10386         * sysdeps/nptl/tcb-offsets.h: ... here.
10387         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10388         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10389         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10390         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10391         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10392         * sysdeps/pthread/allocalim.h: ... here.
10393         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10394         * sysdeps/pthread/bits/sigthread.h: ... here.
10395         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10396         * sysdeps/pthread/flockfile.c: ... here.
10397         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10398         * sysdeps/pthread/ftrylockfile.c: ... here.
10399         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10400         * sysdeps/pthread/funlockfile.c: ... here.
10401         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10402         * sysdeps/pthread/posix-timer.h: ... here.
10403         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10404         * sysdeps/pthread/timer_create.c: ... here.
10405         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10406         * sysdeps/pthread/timer_delete.c: ... here.
10407         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10408         * sysdeps/pthread/timer_getoverr.c: ... here.
10409         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10410         * sysdeps/pthread/timer_gettime.c: ... here.
10411         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10412         * sysdeps/pthread/timer_routines.c: ... here.
10413         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10414         * sysdeps/pthread/timer_settime.c: ... here.
10415         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10416         * sysdeps/pthread/tst-timer.c: ... here.
10417         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10418         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10420         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10421         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10423         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10424         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10425         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10426         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10427         Update #include target.
10428         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10429         * sysdeps/i386/i686/nptl/Makefile: ... here.
10430         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10431         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10432         Update #include target.
10433         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10434         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10435         * nptl/sysdeps/i386/Makefile: Moved ...
10436         * sysdeps/i386/nptl/Makefile: ... here.
10437         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10438         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10439         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10440         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10441         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10442         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10443         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10444         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10445         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10446         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10447         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10448         * nptl/sysdeps/i386/tls.h: Moved ...
10449         * sysdeps/i386/nptl/tls.h: ... here.
10451         * sysdeps/sh/Makefile [$(subdir) = csu]
10452         (gen-as-const-headers): Add tcb-offsets.sym.
10453         * nptl/sysdeps/sh/Makefile: File removed.
10454         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10455         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10456         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10457         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10458         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10459         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10460         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10461         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10462         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10463         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10464         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10465         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10466         * nptl/sysdeps/sh/tls.h: Moved ...
10467         * sysdeps/sh/nptl/tls.h: ... here.
10468         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10469         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10470         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10471         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10472         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10473         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10474         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10475         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10476         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10477         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10478         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10479         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10480         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10481         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10482         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10483         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10484         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10485         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10486         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10487         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10488         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10489         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10490         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10491         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10492         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10493         Moved ...
10494         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10495         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10496         Moved ...
10497         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10498         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10499         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10500         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10501         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10502         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10503         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10504         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10505         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10506         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10507         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10508         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10509         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10510         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10511         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10512         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10513         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10514         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10515         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10517 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10519         * posix/spawn_faction_addopen.c: Include string.h.
10521 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10523         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10524         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10525         * nptl/sysdeps/x86_64/Makefile: Moved ...
10526         * sysdeps/x86_64/nptl/Makefile: ... here.
10527         * nptl/sysdeps/x86_64/configure: Moved ...
10528         * sysdeps/x86_64/nptl/configure: ... here.
10529         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10530         * sysdeps/x86_64/nptl/configure.ac: ... here.
10531         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10532         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10533         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10534         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10535         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10536         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10537         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10538         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10539         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10540         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10541         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10542         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10543         * nptl/sysdeps/x86_64/tls.h: Moved ...
10544         * sysdeps/x86_64/nptl/tls.h: ... here.
10545         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10546         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10547         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10548         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10550         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10552 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10554         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10556 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10558         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10559         type.
10560         [POSIX] (off_t): Likewise.
10561         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10562         [POSIX] (S_ISBLK): Require macro.
10563         [POSIX] (S_ISCHR): Likewise.
10564         [POSIX] (S_ISDIR): Likewise.
10565         [POSIX] (S_ISFIFO): Likewise.
10566         [POSIX] (S_ISREG): Likewise.
10567         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10568         optional-macro.
10569         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10570         type.
10571         [POSIX] (time_t): Likewise.
10572         [POSIX] (timer_t): Likewise.
10574 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10576         [BZ #17048]
10577         * posix/spawn_int.h (struct __spawn_action): Make the path string
10578         non-const to support deallocation.
10579         * posix/spawn_faction_addopen.c
10580         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10581         * posix/spawn_faction_destroy.c
10582         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10583         path in all spawn_do_open actions.
10584         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10585         posix_spawn_file_actions_addopen.
10587 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10589         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10590         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10591         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10592         conditional code always true.
10593         (__libc_vfork): New alias.
10595 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10597         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10598         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10600         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10602         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10603         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10605         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10606         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10608         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10609         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10611 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10613         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10614         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10615         multiarch strcmp for PPC64.
10616         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10617         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10619         multiarch optimizations.
10620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10621         (__libc_ifunc_impl_list): Likewise.
10623 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10625         * benchtests/scripts/validate_benchout.py: New script.
10626         * benchtests/Makefile (bench-func): Call it.
10627         * benchtests/scripts/benchout.schema.json: New file.
10629 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10631         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10632         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10633         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10634         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10635         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10636         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10637         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10638         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10639         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10640         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10641         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10642         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10643         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10644         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10645         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10646         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10648         Moved ...
10649         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10650         ... here.
10651         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10652         Moved ...
10653         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10655         Moved ...
10656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10657         ... here.
10658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10659         Moved ...
10660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10661         ... here.
10662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10663         Moved ...
10664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10665         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10666         Moved ...
10667         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10668         ... here.
10669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10670         Moved ...
10671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10672         ... here.
10673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10674         Moved ...
10675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10676         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10677         Moved ...
10678         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10679         ... here.
10680         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10681         Moved ...
10682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10683         ... here.
10684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10685         Moved ...
10686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10687         ... here.
10688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10689         Moved ...
10690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10691         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10692         Moved ...
10693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10694         ... here.
10695         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10696         Moved ...
10697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10698         ... here.
10699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10700         Moved ...
10701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10702         ... here.
10703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10704         Moved ...
10705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10706         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10707         Moved ...
10708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10709         ... here.
10710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10711         Moved ...
10712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10713         ... here.
10714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10715         Moved ...
10716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10718         Moved ...
10719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10720         ... here.
10721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10722         Moved ...
10723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10724         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10725         Moved ...
10726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10728         Moved ...
10729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10730         ... here.
10731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10732         Moved ...
10733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10734         ... here.
10735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10736         Moved ...
10737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10738         ... here.
10739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10740         Moved ...
10741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10743         Moved ...
10744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10745         ... here.
10746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10747         Moved ...
10748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10749         ... here.
10750         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10751         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10752         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10753         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10754         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10755         Moved ...
10756         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10757         ... here.
10758         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10759         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10760         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10761         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10762         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10763         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10764         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10765         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10766         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10767         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10768         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10769         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10770         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10771         Moved ...
10772         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10773         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10774         Moved ...
10775         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10776         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10777         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10778         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10779         Moved ...
10780         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10781         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10782         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10783         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10784         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10785         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10786         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10788 2014-06-10  Wilco  <wdijkstr@arm.com>
10790         * math/test-fenv-return.c: New file.
10791         * math/Makefile: Add new test test-fenv-return.
10793 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10795         [BZ #17042]
10796         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10797         when x - 1 is zero.
10798         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10799         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10800         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10801         0.0L for an argument of 1.0L.
10802         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10803         Likewise.
10804         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10805         value when x - 1 is zero.
10806         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10807         * sysdeps/i386/fpu/libm-test-ulps: Update.
10808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10810 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10812         [BZ #15119]
10813         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10815 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10817         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10818         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10820 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10822         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10823         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10825         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10826         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10828         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10829         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10831         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10832         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10834         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10835         if not already defined.
10836         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10837         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10838         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10839         (TLS_INIT_TP): Use it.
10840         (TLS_DEFINE_INIT_TP): New macro.
10841         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10843 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10845         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10846         constant.
10847         [POSIX] (IXANY): Likewise.
10848         [POSIX] (OLCUC): Likewise.
10849         [POSIX || POSIX2008] (CBAUD): Do not allow.
10850         [POSIX || POSIX2008] (DEFECHO): Likewise.
10851         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10852         [POSIX || POSIX2008] (ECHOKE): Likewise.
10853         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10854         [POSIX || POSIX2008] (EXTA): Likewise.
10855         [POSIX || POSIX2008] (EXTB): Likewise.
10856         [POSIX || POSIX2008] (FLUSHO): Likewise.
10857         [POSIX || POSIX2008] (LOBLK): Likewise.
10858         [POSIX || POSIX2008] (PENDIN): Likewise.
10859         [POSIX || POSIX2008] (SWTCH): Likewise.
10860         [POSIX || POSIX2008] (VDISCARD): Likewise.
10861         [POSIX || POSIX2008] (VDSUSP): Likewise.
10862         [POSIX || POSIX2008] (VLNEXT): Likewise.
10863         [POSIX || POSIX2008] (VREPRINT): Likewise.
10864         [POSIX || POSIX2008] (VSTATUS): Likewise.
10865         [POSIX || POSIX2008] (VWERASE): Likewise.
10866         (B*): Change to B[0123456789]*.
10867         * conform/data/time.h-data [POSIX || UNIX98]
10868         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10869         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10870         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10871         [POSIX] (tm_*): Do not allow.
10873 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10875         * Makefile (install): Don't set LANGUAGE.
10876         * Makefile.in (install): Likewise.
10877         * assert/Makefile (test-assert-ENV): Remove variable.
10878         (test-assert-perr-ENV): Likewise.
10879         * elf/Makefile (neededtest4-ENV): Likewise.
10880         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10881         [$(cross-compiling) = no]: Don't set LANGUAGE.
10882         * io/ftwtest-sh (LANG): Remove variable.
10883         * libio/Makefile (tst-widetext-ENV): Likewise.
10884         * manual/install.texi (Running make install): Don't refer to
10885         environment settings for make install.
10886         * INSTALL: Regenerated.
10887         * nptl/tst-tls6.sh: Don't set LANG.
10888         * posix/globtest.sh (LANG): Remove variable.
10889         * string/Makefile (tester-ENV): Likewise.
10890         (inl-tester-ENV): Likewise.
10891         (noinl-tester-ENV): Likewise.
10892         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10893         [$(cross-compiling) = no]: Don't set LANGUAGE.
10894         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10895         without explicit environment settings.
10897 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10899         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10900         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10901         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10902         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10904 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10906         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10907         other files in the crypt directory.
10908         * crypt/crypt.c: Remove duplicate includes.
10909         * crypt/crypt-entry.c: Likewise.
10910         * crypt/crypt_util.c: Likewise.
10912 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10914         * Makeconfig (run-program-env): New variable.
10915         (run-program-prefix-before-env): Likewise.
10916         (run-program-prefix-after-env): Likewise.
10917         (run-program-prefix): Define in terms of new variables.
10918         (built-program-cmd-before-env): New variable.
10919         (built-program-cmd-after-env): Likewise.
10920         (built-program-cmd): Define in terms of new variables.
10921         (test-program-prefix-before-env): New variable.
10922         (test-program-prefix-after-env): Likewise.
10923         (test-program-prefix): Define in terms of new variables.
10924         (test-program-cmd-before-env): New variable.
10925         (test-program-cmd-after-env): Likewise.
10926         (test-program-cmd): Define in terms of new variables.
10927         * Rules (make-test-out): Use $(run-program-env).
10928         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10929         (help): Do not mention environment variables.  Mention
10930         --timeoutfactor option.
10931         (timeoutfactor): New variable.
10932         (blacklist_exports): Remove function.
10933         (exports): Remove variable.
10934         (command): Do not include ${exports}.
10935         * manual/install.texi (Configuring and compiling): Do not mention
10936         test wrappers preserving environment variables.  Mention that last
10937         assignment to a variable must take precedence.
10938         * INSTALL: Regenerated.
10939         * benchtests/Makefile (run-bench): Use $(run-program-env).
10940         * catgets/Makefile ($(objpfx)test1.cat): Use
10941         $(built-program-cmd-before-env), $(run-program-env) and
10942         $(built-program-cmd-after-env).
10943         ($(objpfx)test2.cat): Do not specify environment variables
10944         explicitly.
10945         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10946         $(run-program-env) and $(built-program-cmd-after-env).
10947         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10948         $(run-program-env) and $(test-program-cmd-after-env).
10949         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10950         explicitly.
10951         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10952         run_program_env and test_program_cmd_after_env arguments.
10953         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10954         * elf/tst-pathopt.sh: Use run_program_env argument.
10955         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10956         $(test-wrapper-env) and $(run-program-env).
10957         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10958         run_program_env arguments.
10959         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10960         * intl/Makefile ($(objpfx)tst-gettext.out): Use
10961         $(test-program-prefix-before-env), $(run-program-env) and
10962         $(test-program-prefix-after-env).
10963         ($(objpfx)tst-gettext2.out): Likewise.
10964         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10965         run_program_env and test_program_prefix_after_env arguments.
10966         * intl/tst-gettext2.sh: Likewise.
10967         * intl/tst-gettext4.sh: Do not set environment variables
10968         explicitly.
10969         * intl/tst-gettext6.sh: Likewise.
10970         * intl/tst-translit.sh: Likewise.
10971         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10972         $(test-program-prefix-before-env), $(run-program-env) and
10973         $(test-program-prefix-after-env).
10974         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10975         run_program_env and test_program_prefix_after_env arguments.
10976         * math/Makefile (run-regen-ulps): Use $(run-program-env).
10977         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10978         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
10979         explicitly with each use of ${test_wrapper_env}.
10980         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10981         $(test-program-prefix-before-env), $(run-program-env) and
10982         $(test-program-prefix-after-env).
10983         * posix/tst-getconf.sh: Do not set environment variables
10984         explicitly.
10985         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10986         run_program_env and test_program_prefix_after_env arguments.
10987         * stdio-common/tst-printf.sh: Do not set environment variables
10988         explicitly.
10989         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10990         $(test-program-prefix-before-env), $(run-program-env) and
10991         $(test-program-prefix-after-env).
10992         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10993         run_program_env and test_program_prefix_after_env arguments.
10994         Split $test calls into $test_pre and $test.
10995         * timezone/Makefile (build-testdata): Use
10996         $(built-program-cmd-before-env), $(run-program-env) and
10997         $(built-program-cmd-after-env).
10999 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11001         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11002         strlen for non SHARED builds.
11004 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11006         * nptl/allocatestack.c (check_list): Inlined function...
11007         (__reclaim_stacks): ... here.
11009 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11011         [BZ #15698]
11012         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11013         memory overrun.
11015 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11017         * Rules (make-test-out): Include
11018         LOCPATH=$(common-objpfx)localedata in default environment.
11019         * debug/Makefile (tst-chk1-ENV): Remove variable.
11020         (tst-chk2-ENV): Likewise.
11021         (tst-chk3-ENV): Likewise.
11022         (tst-chk4-ENV): Likewise.
11023         (tst-chk5-ENV): Likewise.
11024         (tst-chk6-ENV): Likewise.
11025         (tst-lfschk1-ENV): Likewise.
11026         (tst-lfschk2-ENV): Likewise.
11027         (tst-lfschk3-ENV): Likewise.
11028         (tst-lfschk4-ENV): Likewise.
11029         (tst-lfschk5-ENV): Likewise.
11030         (tst-lfschk6-ENV): Likewise.
11031         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11032         (tst-iconv7-ENV): Likewise.
11033         * intl/Makefile (LOCPATH-ENV): Likewise.
11034         (tst-codeset-ENV): Likewise.
11035         (tst-gettext3-ENV): Likewise.
11036         (tst-gettext5-ENV): Likewise.
11037         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11038         (tst-fopenloc-ENV): Likewise.
11039         (tst-fgetws-ENV): Remove variable.
11040         (tst-ungetwc1-ENV): Likewise.
11041         (tst-ungetwc2-ENV): Likewise.
11042         (bug-ungetwc2-ENV): Likewise.
11043         (tst-swscanf-ENV): Likewise.
11044         (bug-ftell-ENV): Likewise.
11045         (tst-fgetwc-ENV): Likewise.
11046         (tst-fseek-ENV): Likewise.
11047         (tst-ftell-partial-wide-ENV): Likewise.
11048         (tst-ftell-active-handler-ENV): Likewise.
11049         (tst-ftell-append-ENV): Likewise.
11050         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11051         (tst-regexloc-ENV): Likewise.
11052         (bug-regex1-ENV): Likewise.
11053         (tst-regex-ENV): Likewise.
11054         (tst-regex2-ENV): Likewise.
11055         (bug-regex5-ENV): Likewise.
11056         (bug-regex6-ENV): Likewise.
11057         (bug-regex17-ENV): Likewise.
11058         (bug-regex18-ENV): Likewise.
11059         (bug-regex19-ENV): Likewise.
11060         (bug-regex20-ENV): Likewise.
11061         (bug-regex22-ENV): Likewise.
11062         (bug-regex23-ENV): Likewise.
11063         (bug-regex25-ENV): Likewise.
11064         (bug-regex26-ENV): Likewise.
11065         (bug-regex30-ENV): Likewise.
11066         (bug-regex32-ENV): Likewise.
11067         (bug-regex33-ENV): Likewise.
11068         (bug-regex34-ENV): Likewise.
11069         (bug-regex35-ENV): Likewise.
11070         (tst-rxspencer-ENV): Likewise.
11071         (tst-rxspencer-no-utf8-ENV): Likewise.
11072         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11073         (tst-sscanf-ENV): Likewise.
11074         (tst-swprintf-ENV): Likewise.
11075         (tst-swscanf-ENV): Likewise.
11076         (test-vfprintf-ENV): Likewise.
11077         (scanf13-ENV): Likewise.
11078         (bug14-ENV): Likewise.
11079         (tst-grouping-ENV): Likewise.
11080         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11081         (tst-strtod3-ENV): Likewise.
11082         (tst-strtod4-ENV): Likewise.
11083         (tst-strtod5-ENV): Likewise.
11084         (testmb2-ENV): Likewise./
11085         * string/Makefile (tst-strxfrm-ENV): Likewise.
11086         (tst-strxfrm2-ENV): Likewise.
11087         (bug-strcoll1-ENV): Likewise.
11088         (test-strcasecmp-ENV): Likewise.
11089         (test-strncasecmp-ENV): Likewise.
11090         * time/Makefile (tst-strptime-ENV): Likewise.
11091         (tst-ftime_l-ENV): Likewise.
11092         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11093         (tst-mbrtowc-ENV): Likewise.
11094         (tst-wcrtomb-ENV): Likewise.
11095         (tst-mbrtowc2-ENV): Likewise.
11096         (tst-c16c32-1-ENV): Likewise.
11097         (tst-mbsnrtowcs-ENV): Likewise.
11099 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11101         * manual/resource.texi (How to get information about the memory
11102         subsystem?): Fix typo.
11103         Reported by Peon de la Parra Ivan <peon@keba.com>
11105 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11107         [BZ #16882]
11108         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11109         (pthread_spin_lock): Branch out of spin loop to proper location.
11110         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11111         (pthread_spin_lock): Likewise.
11113         * nptl/tst-spin4.c: New test.
11114         * nptl/Makefile (tests): Add tst-spin4.
11116 2014-06-03  Andreas Schwab  <schwab@suse.de>
11118         [BZ #15946]
11119         * resolv/res_send.c (send_dg): Reload file descriptor after
11120         calling reopen.
11122 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11124         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11126 2014-06-03  Richard Henderson  <rth@redhat.com>
11128         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11129         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11130         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11131         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11132         in the SAVE_PID block.
11133         (__libc_vfork): New alias.
11134         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11136         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11137         child in registers, not on the stack.  Remove RESET_PID conditionals.
11138         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11140 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11142         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11144 2014-06-03  Wilco  <wdijkstr@arm.com>
11146         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11147         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11148         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11149         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11150         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11151         Likewise.
11153 2014-06-03  Wilco  <wdijkstr@arm.com>
11155         * sysdeps/aarch64/fpu/math_private.h
11156         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11157         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11158         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11159         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11160         Fix declarations.
11162 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11164         * crypt/crypt-private.h: Include ufc-crypt.h.
11165         (__b64_from_24bit): Declare extern.
11166         * crypt/crypt_util.c(__b64_from_24bit): New function.
11167         (b64t): New static const variable.
11168         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11169         (b64t): Remove variable.
11170         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11171         * crypt/sha256-crypt.c: Include crypt-private.h.
11172         (b64t): Remove variable.
11173         (__sha256_crypt_r): Remove b64_from_24bit and replace
11174         with __b64_from_24bit.
11175         * crypt/sha512-crypt.c: Likewise.
11177 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11179         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11180         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11181         Label the code __libc_vfork rather than __vfork.
11182         [!NOT_IN_libc] (vfork): Define as weak alias.
11183         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11184         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11185         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11187 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11189         * malloc/malloc.c (malloc_info): Fix format specifier for
11190         n_mmaps.
11192 2014-06-02  Wilco  <wdijkstr@arm.com>
11194         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11195         FPCR write.
11197 2014-06-02  Wilco  <wdijkstr@arm.com>
11199         [BZ #17009]
11200         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11201         Rewrite to reduce FPCR/FPSR accesses.
11203 2014-06-01  David S. Miller  <davem@davemloft.net>
11205         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11207 2014-05-31  David S. Miller  <davem@davemloft.net>
11209         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11210         to occur in round to nearest mode when |x| >= 2.0
11212 2014-05-30  Richard Henderson  <rth@twiddle.net>
11214         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11215         (PSEUDO_RET_NOERRNO): Remove.
11216         (ret): Don't redefine.
11217         (ret_NOERRNO): Define in terms of ret.
11218         (ret_ERRVAL): Likewise.
11220         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11221         use of PSEUDO_RET; perform the error check directly.
11223 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11225         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11226         with __int128_t.
11228 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11230         * malloc/malloc (malloc_info): Fix formatting.
11232 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11233             Roland McGrath  <roland@hack.frob.com>
11235         * malloc/malloc (malloc_info): Also print mmapped statistics.
11237 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11239         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11240         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11242 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11244         * malloc/malloc.c (malloc_info): Inline mi_arena.
11246 2014-05-29  Richard Henderson  <rth@twiddle.net>
11248         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11249         Remove comma before expanding ASM_ARGS_##nr.
11250         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11251         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11252         of ASM_ARGS_##nr.
11253         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11254         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11255         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11256         (ASM_ARGS_1): Add leading comma.
11258         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11259         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11260         to __errno_location.
11261         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11262         Remove the expected plt for __errno_location.
11264         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11265         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11266         call to __read_tp.
11268         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11269         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11270         it and break it down.
11271         (DOCARGS_0, DOCARGS_1): Do nothing.
11272         (DOCARGS_2): Update to store into the new stack frame.
11273         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11274         (UNDOCARGS_1): Update to restore from the new stack frame.
11275         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11276         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11278         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11279         (SINGLE_THREAD_P): New parameter for result regno.
11280         (PSEUDO): Update to match; use cbz instead of beq.
11282         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11283         Use ENTRY to define the _nocancel entry point.  Share the syscall
11284         and syscall error check paths with the cancel path.
11285         (PSEUDO_END): New.
11287         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11288         whitespace; tabs before and after asm mnemonics.
11290 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11292         [BZ #15132]
11293         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11294         Call fstat64 or stat64 internally, depending on arguments passed.
11295         Replace stat buffer argument with file descriptor argument.
11296         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11297         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11298         Pass fd to __internal_statvfs instead of calling fstat64.
11299         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11300         Pass fd to __internal_statvfs64 instead of calling fstat64.
11301         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11302         Pass -1 to __internal_statvfs instead of calling stat64.
11303         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11304         Pass -1 to __internal_statvfs64 instead of calling stat64.
11306 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11308         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11309         that was previously under [RESET_PID].
11310         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11312         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11313         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11315 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11317         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11319         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11320         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11322 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11324         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11326 2014-05-27  Andreas Schwab  <schwab@suse.de>
11328         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11329         TLS_INIT_TP macro.
11330         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11331         * elf/rtld.c (init_tls, dl_main): Likewise.
11332         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11333         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11334         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11335         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11336         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11337         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11338         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11339         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11340         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11341         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11342         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11343         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11344         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11345         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11346         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11347         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11348         * sysdeps/generic/tls.h: Update description.
11350 2014-05-27  Will Newton  <will.newton@linaro.org>
11352         [BZ #16990]
11353         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11354         and restore r2 rather than just restoring.
11356 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11358         [BZ #16724]
11359         * libio/tst-ftell-append.c: New test case.
11360         * libio/Makefile (tests): Add test case.
11361         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11362         append mode.
11363         * libio/wfileops.c (do_ftell_wide): Likewise.
11365 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11367         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11369         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11370         ...
11371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11373         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11374         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11375         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11376         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11377         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11378         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11379         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11380         Moved ...
11381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11382         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11383         Moved ...
11384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11385         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11386         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11387         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11388         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11389         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11390         ...
11391         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11392         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11393         Moved ...
11394         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11395         here.
11396         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11397         ...
11398         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11399         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11400         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11402         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11403         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11404         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11405         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11407         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11408         merge into ...
11409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11410         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11411         ...
11412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11413         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11414         ...
11415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11416         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11417         Moved ...
11418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11419         here.
11420         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11421         Moved ...
11422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11423         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11424         Moved ...
11425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11428         conditional [RESET_PID].
11429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11430         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11431         removed.
11432         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11433         removed.
11435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11436         <tcb-offsets.h>.
11437         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11438         (__libc_vfork): New strong alias.
11439         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11440         removed.
11441         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11442         Removed.
11444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11445         <tcb-offsets.h>.
11446         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11447         (__libc_vfork): New strong alias.
11448         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11449         removed.
11450         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11451         removed.
11453 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11455         * malloc/malloc.c (mi_arena): New function.
11456         (malloc_info): Remove nested function mi_arena. Call non-nosted
11457         function mi_arena.
11459 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11461         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11462         by insrwi.
11463         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11464         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11465         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11466         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11467         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11468         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11469         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11471 2014-05-26  Andreas Schwab  <schwab@suse.de>
11473         [BZ #16984]
11474         * locale/programs/repertoire.c (repertoire_read): Add slash
11475         between I18NPATH element and file name.
11476         * locale/programs/locfile.c (locfile_read): Likewise.
11478 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11480         * nptl/pthread_mutexattr_settype.c
11481         (__pthread_mutexattr_settype):
11482         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11484 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11486         * nptl/tst-mutex5 (do_test):
11487         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11489 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11491         * benchtests/README: Document 'init' directive.
11492         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11493         BENCH_INIT.
11494         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11495         (parse_file): Recognize 'init' directive.
11497 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11499         [BZ #16796]
11500         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11501         alignment of struct pthread.
11503 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11505         [BZ #16878]
11506         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11507         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11508         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11509         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11511 2014-05-25  Richard Henderson  <rth@twiddle.net>
11513         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11514         (SINGLE_THREAD_P_PIC): Remove.
11515         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11516         (SINGLE_THREAD_P_PIC): Remove.
11518         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11519         branch to syscall error ...
11520         (PSEUDO): ... here.
11521         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11522         from __local_syscall_error to .Lsyscall_error.
11523         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11524         (SYSCALL_ERROR): Update label name.
11526         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11527         Do not use DOARGS/UNDOARGS.
11528         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11529         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11530         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11531         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11532         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11534         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11535         block comment.
11537         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11538         define if !NOT_IN_libc.
11539         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11540         define with non-default symbol versions.
11542 2014-05-23  Richard Henderson  <rth@twiddle.net>
11544         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11545         (vfork, __vfork): Define via compat_symbol.
11547         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11548         [!HAVE_IFUNC] (vfork_compat): Remove.
11549         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11551 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11553         [BZ #16978]
11554         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11555         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11556         variable.
11558 2014-05-23  Richard Henderson  <rth@twiddle.net>
11560         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11561         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11562         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11563         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11565         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11566         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11567         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11568         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11569         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11570         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11571         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11572         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11573         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11574         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11575         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11576         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11577         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11578         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11579         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11580         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11581         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11582         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11583         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11584         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11585         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11586         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11587         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11588         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11589         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11590         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11591         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11592         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11593         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11594         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11595         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11596         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11597         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11598         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11599         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11600         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11601         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11602         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11603         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11604         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11605         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11606         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11607         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11608         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11609         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11610         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11611         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11612         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11613         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11614         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11615         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11616         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11617         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11618         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11619         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11620         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11622         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11623         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11624         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11625         before exiting on error.
11626         (__libc_vfork): New strong alias.
11627         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11628         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11630         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11631         that was previously under [RESET_PID].
11632         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11634         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11636 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11638         [BZ #16977]
11639         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11640         value when x - 1 is zero.
11641         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11642         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11643         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11644         0.0L for an argument of 1.0L.
11645         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11646         Likewise.
11647         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11648         value when x - 1 is zero.
11649         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11650         * sysdeps/i386/fpu/libm-test-ulps: Update.
11651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11653 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11655         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11656         alphasort and versionsort.
11658 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11660         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11661         macro.
11662         [copysignf]: Likewise.
11664 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11666         * crypt/md5-crypt.c: Fix formatting.
11668 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11670         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11671         (b64_from_24bit): New function.
11673 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11675         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11676         libc_hidden_builtin_def to ifunc.
11677         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11678         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11680 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11682         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11683         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11685 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11687         * nscd/Depend (linuxthreads): Remove.
11688         (nptl): Add.
11689         * resolv/Depend (linuxthreads): Remove.
11690         * rt/Depend (linuxthreads): Remove.
11692         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11693         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11694         $(common-objpfx)elf/.
11695         (link-libc-before-gnulib): Likewise.
11696         (elfobjdir): Remove variable.
11697         * Makefile (install): Use $(elf-objpfx) instead of
11698         $(common-objpfx)elf/.
11699         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11700         $(elfobjdir)/.
11701         (link-libc-deps): Likewise.
11702         ($(common-objpfx)libc.so): Likewise.
11703         ($(common-objpfx)linkobj/libc.so): Likewise.
11704         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11705         instead of $(common-objpfx)elf/.
11706         (symbolic-link-list): Likewise.
11707         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11708         [$(cross-compiling) = no]: Likewise.
11709         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11710         $(elfobjdir)/.
11711         (static-gnulib-arch): Likewise.
11712         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11713         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11714         $(common-objpfx)elf/.
11716 2014-05-21  Richard Henderson  <rth@redhat.com>
11718         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11719         (SINGLE_THREAD_P): Use the correct width load.  Fold
11720         into the ldr offset.
11722         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11723         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11725 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11727         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11728         (libgcc_s_resume): Use __attribute_used__.
11729         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11730         Likewise.
11732 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11734         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11735         optimization when used with float constants.
11737         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11739 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11741         [BZ #16915]
11742         * locale/nl_langinfo_l.c: Make direct reference to every
11743         _nl_current_CATEGORY symbol.
11744         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11745         (tests-static): Add tst-langinfo-static.
11746         (tests-special): Add tst-langinfo-static.out.
11747         ($(objpfx)tst-langinfo.out): Redirect output.
11748         ($(objpfx)tst-langinfo-static.out): New.
11749         * localedata/tst-langinfo.sh: Send output to stdout.
11750         * localedata/tst-langinfo-static.c: New file.
11752         [BZ #16965]
11753         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11754         when the shift amount is modulo the limb size.
11756 2014-05-20  Richard Henderson  <rth@redhat.com>
11758         [BZ #16967]
11759         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11760         Change type of sa_flags from unsigned int to int.
11762         [BZ #16966]
11763         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11765         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11767 2014-05-20  Will Newton  <will.newton@linaro.org>
11769         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11770         Test the return value of the system call in the nocancel case.
11772 2014-05-20  Will Newton  <will.newton@linaro.org>
11773             Yvan Roux  <yvan.roux@linaro.org>
11775         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11776         #include of asm/ptrace.h.
11777         (PTRACE_GET_THREAD_AREA): Remove #undef.
11778         (PTRACE_GETHBPREGS): Likewise.
11779         (PTRACE_SETHBPREGS): Likewise.
11780         (struct user_regs_struct): New structure.
11781         (struct user_fpsimd_struct): New structure.
11782         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11783         #include of asm/ptrace.h and second #include of sys/user.h.
11784         (PTRACE_GET_THREAD_AREA): Remove #undef.
11785         (PTRACE_GETHBPREGS): Likewise.
11786         (PTRACE_SETHBPREGS): Likewise.
11787         (ELF_NGREG): Use new struct user_regs_struct.
11788         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11790 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11792         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11793         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11795 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11797         [BZ #16958]
11798         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11799         membar to avoid block loads/stores to overlap previous stores.
11801 2014-05-17  Richard Henderson  <rth@redhat.com>
11803         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11804         Create the __##syscall_name##_nocancel entry point.
11805         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11806         Remove; let the sysdep-cancel.h code create it.
11808 2014-05-17  David S. Miller  <davem@davemloft.net>
11810         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11811         Protect with __USE_GNU.
11812         (TIOCSET_TEMPT): Likewise.
11813         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11814         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11815         these are already provided in bits/ioctl-types.h
11817 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11819         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11820         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11822         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11823         Use wait4 regardless of [__NR_waitpid].
11825 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11827         PR libgcc/60166
11828         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11829         (_FP_NANSIGN_Q): Set the quiet bit.
11831 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11833         * benchtests/Makefile
11834         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11835         not $(common-objpfx)math/libm.so.
11836         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11837         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11838         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11839         $(common-objpfx)dlfcn/libdl.so.
11840         ($(objpfx)tst-audit8): Depend on $(libm), not
11841         $(common-objpfx)math/libm.so.
11842         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11843         not $(common-objpfx)dlfcn/libdl.so.
11844         * math/Makefile
11845         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11846         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11847         [$(build-shared) = yes].
11848         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11849         $(common-objpfx)nptl/libpthread.so.
11850         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11851         $(common-objpfx)math/libm.so$(libm.so-version) or
11852         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11853         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11854         $(common-objpfx)dlfcn/libdl.so.
11855         * setjmp/Makefile (link-libm): Remove variable.
11856         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11857         * stdio-common/Makefile (link-libm): Remove variable.
11858         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11859         * stdlib/Makefile (link-libm): Remove variable.
11860         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11861         ($(objpfx)tst-strtod-round): Likewise.
11862         ($(objpfx)tst-tininess): Likewise.
11863         ($(objpfx)tst-strtod-underflow): Likewise.
11864         ($(objpfx)tst-strtod6): Likewise.
11865         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11866         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11867         $(common-objpfx)dlfcn/libdl.so.
11869 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11871         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11872         BSD terminal modes definitions.
11874 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11876         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11877         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11879         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11880         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11881         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11882         Don't do #include_next.
11883         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11884         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11885         Don't do #include_next.
11886         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11887         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11888         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11889         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11891 2014-05-16  Allan McRae  <allan@archlinux.org>
11893         * po/sv.po: Update Swedish translation from translation project.
11895         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11896         in sed expression.
11898 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11900         [BZ #16917]
11901         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11902         errno if the TIOCGPTN ioctl fails with an error different than
11903         EINVAL.
11904         * login/tst-ptsname.c: New file.
11905         * login/Makefile (tests): Add tst-ptsname.
11907         [BZ #16943]
11908         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11909         and prlimit64.
11911 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11913         [BZ #16849]
11914         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11915         herrno to return EAI_AGAIN.
11917 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11919         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11920         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11921         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11922         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11923         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11924         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11925         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11926         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11927         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11928         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11929         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11930         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11931         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11932         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11933         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11934         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11935         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11936         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11937         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11938         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11939         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11940         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11941         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11942         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11943         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11944         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11945         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11946         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11947         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11948         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11949         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11950         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11951         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11952         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11953         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11954         Moved ...
11955         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11956         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11957         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11958         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11959         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11960         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11961         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11962         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11963         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11964         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11965         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11967         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11969         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11970         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11971         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11973         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11974         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11975         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11976         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11977         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11979         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11981         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11982         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11983         Moved ...
11984         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11985         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11986         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11987         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11988         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11989         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11990         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11991         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11992         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11993         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11994         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11995         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11996         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11998         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11999         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12000         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12001         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12002         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12003         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12004         Moved ...
12005         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12006         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12007         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12009         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12010         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12011         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12012         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12013         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12014         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12015         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12016         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12017         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12018         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12019         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12020         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12021         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12022         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12023         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12024         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12025         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12026         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12027         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12028         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12029         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12030         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12031         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12032         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12033         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12034         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12035         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12036         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12037         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12038         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12039         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12041         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12042         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12044         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12045         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12046         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12047         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12048         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12049         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12050         Moved ...
12051         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12052         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12053         Moved ...
12054         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12055         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12056         Moved ...
12057         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12058         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12059         Moved ...
12060         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12061         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12062         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12063         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12064         Moved ...
12065         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12066         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12067         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12068         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12069         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12070         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12071         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12072         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12073         Moved ...
12074         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12075         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12076         Moved ...
12077         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12078         ... here.
12079         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12080         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12081         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12082         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12083         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12084         Moved ...
12085         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12086         ... here.
12087         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12088         Moved ...
12089         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12090         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12091         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12092         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12093         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12094         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12095         Moved ...
12096         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12097         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12098         Moved ...
12099         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12100         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12101         Moved ...
12102         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12103         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12104         Moved ...
12105         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12106         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12107         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12108         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12109         Moved ...
12110         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12111         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12112         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12113         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12114         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12115         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12116         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12117         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12118         Moved ...
12119         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12120         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12121         Moved ...
12122         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12123         ... here.
12124         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12125         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12126         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12127         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12128         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12129         Moved ...
12130         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12131         ... here.
12132         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12133         Moved ...
12134         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12135         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12136         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12137         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12138         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12139         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12140         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12141         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12142         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12143         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12144         Moved ...
12145         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12146         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12147         Moved ...
12148         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12149         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12150         Moved ...
12151         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12152         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12153         Moved ...
12154         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12155         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12156         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12157         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12158         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12159         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12160         Moved ...
12161         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12162         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12163         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12164         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12165         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12166         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12167         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12168         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12169         Moved ...
12170         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12171         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12172         Moved ...
12173         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12174         ... here.
12175         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12176         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12177         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12178         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12179         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12180         Moved ...
12181         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12182         ... here.
12183         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12184         Moved ...
12185         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12186         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12187         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12188         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12189         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12190         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12191         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12192         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12193         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12194         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12195         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12197         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12198         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12200         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12201         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12203         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12204         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12205         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12206         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12207         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12208         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12209         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12210         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12211         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12212         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12213         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12214         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12215         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12216         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12217         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12218         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12219         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12220         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12221         Moved ...
12222         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12223         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12224         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12225         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12226         Moved ...
12227         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12228         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12229         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12230         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12231         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12232         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12233         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12234         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12235         Moved ...
12236         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12237         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12238         Moved ...
12239         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12240         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12241         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12242         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12243         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12244         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12245         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12246         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12247         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12248         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12249         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12250         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12251         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12252         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12253         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12254         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12255         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12257         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12258         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12259         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12260         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12261         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12263         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12264         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12265         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12266         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12267         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12268         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12269         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12270         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12271         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12272         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12274         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12275         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12277         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12278         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12279         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12280         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12281         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12282         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12283         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12284         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12285         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12286         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12287         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12288         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12289         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12290         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12291         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12292         Update #include.
12293         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12294         Likewise.
12295         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12296         Likewise.
12297         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12298         Likewise.
12299         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12300         Likewise.
12301         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12302         Likewise.
12303         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12304         Likewise.
12305         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12306         Likewise.
12307         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12308         Likewise.
12309         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12310         Likewise.
12311         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12312         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12313         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12314         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12315         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12316         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12317         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12318         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12319         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12320         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12321         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12322         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12323         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12324         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12325         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12327         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12328         that was previously under [RESET_PID].
12329         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12330         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12331         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12333         * sysdeps/i386/nptl/Implies: New file.
12334         * sysdeps/x86_64/nptl/Implies: New file.
12335         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12336         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12337         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12338         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12340         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12341         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12342         (__libc_vfork): New strong alias.
12343         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12344         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12346         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12347         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12348         (__libc_vfork): New strong alias.
12349         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12350         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12352         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12353         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12354         (__libc_vfork): New strong alias.
12355         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12356         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12357         * nptl/pt-vfork.c: New file.
12358         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12359         (libpthread: GLIBC_2.20): New version set (empty).
12361 2014-05-14  Will Newton  <will.newton@linaro.org>
12363         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12364         rather than #if.
12366 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12368         [BZ #16564]
12369         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12370         arguments with exponent 65 or above.
12371         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12372         arguments 0x1p113L or above.
12373         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12374         to arguments 0x1p107L or above.
12375         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12376         positive arguments with exponent 65 or above.
12377         * math/auto-libm-test-in: Add more tests of log1p.
12378         * math/auto-libm-test-out: Regenerated.
12380         [BZ #16928]
12381         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12382         non-finite arguments is +0.
12383         * math/s_cacosf.c (__cacosf): Likewise.
12384         * math/s_cacosl.c (__cacosl): Likewise.
12385         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12386         * sysdeps/i386/fpu/libm-test-ulps: Update.
12387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12389         [BZ #16927]
12390         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12391         value.
12392         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12393         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12394         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12395         for explicit high bit of mantissa when testing for argument equal
12396         to 1.
12397         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12398         * sysdeps/i386/fpu/libm-test-ulps: Update.
12399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12401         [BZ #16516]
12402         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12403         (__erf): Scale by 16 instead of 8 in potentially underflowing
12404         case.  Ensure exception if result actually underflows.
12405         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12406         (__erff): Scale by 16 instead of 8 in potentially underflowing
12407         case.  Ensure exception if result actually underflows.
12408         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12409         (efx8): Remove variable.
12410         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12411         case.  Ensure exception if result actually underflows.
12412         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12413         (efx8): Remove variable.
12414         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12415         case.  Ensure exception if result actually underflows.
12416         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12417         (efx8): Remove variable.
12418         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12419         case.  Ensure exception if result actually underflows.
12420         * math/auto-libm-test-in: Add more tests of erf.
12421         * math/auto-libm-test-out: Regenerated.
12423 2014-05-14  Andreas Schwab  <schwab@suse.de>
12425         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12426         Remove code conditionalized on USE___THREAD.
12428         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12429         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12430         not definedness.
12432 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12434         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12435         Define unconditionally.
12436         (__ASSUME_O_CLOEXEC): Likewise.
12437         (__ASSUME_SOCK_CLOEXEC): Likewise.
12438         (__ASSUME_IN_NONBLOCK): Likewise.
12439         (__ASSUME_PIPE2): Likewise.
12440         (__ASSUME_EVENTFD2): Likewise.
12441         (__ASSUME_SIGNALFD4): Likewise.
12442         (__ASSUME_DUP3): Likewise.
12443         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12444         (__ASSUME_DUP3): Do not define.
12445         (__ASSUME_EVENTFD2): Likewise.
12446         (__ASSUME_IN_NONBLOCK): Likewise.
12447         (__ASSUME_O_CLOEXEC): Likewise.
12448         (__ASSUME_PIPE2): Likewise.
12449         (__ASSUME_SIGNALFD4): Likewise.
12450         (__ASSUME_SOCK_CLOEXEC): Likewise.
12451         (__ASSUME_UTIMES): Undefine.
12452         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12453         (__ASSUME_UTIMES): Do not define.
12454         (__ASSUME_O_CLOEXEC): Likewise.
12455         (__ASSUME_SOCK_CLOEXEC): Likewise.
12456         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12457         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12458         0x020621].
12459         (__ASSUME_PIPE2): Likewise.
12460         (__ASSUME_EVENTFD2): Likewise.
12461         (__ASSUME_SIGNALFD4): Likewise.
12462         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12463         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12464         Do not define.
12465         (__ASSUME_EVENTFD2): Likewise.
12466         (__ASSUME_SIGNALFD4): Likewise.
12467         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12468         (__ASSUME_32BITUIDS): Likewise.
12469         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12470         (__ASSUME_IPC64): Likewise.
12471         (__ASSUME_ST_INO_64_BIT): Likewise.
12472         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12473         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12474         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12475         (__ASSUME_UTIMES): Do not define.
12476         (__ASSUME_PSELECT): Likewise.
12477         (__ASSUME_PPOLL): Likewise.
12478         (__ASSUME_O_CLOEXEC): Likewise.
12479         (__ASSUME_SOCK_CLOEXEC): Likewise.
12480         (__ASSUME_IN_NONBLOCK): Likewise.
12481         (__ASSUME_PIPE2): Likewise.
12482         (__ASSUME_EVENTFD2): Likewise.
12483         (__ASSUME_SIGNALFD4): Likewise.
12484         (__ASSUME_DUP3): Likewise.
12485         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12486         (__ASSUME_UTIMES): Likewise.
12487         (__ASSUME_O_CLOEXEC): Likewise.
12488         (__ASSUME_SOCK_CLOEXEC): Likewise.
12489         (__ASSUME_IN_NONBLOCK): Likewise.
12490         (__ASSUME_PIPE2): Likewise.
12491         (__ASSUME_EVENTFD2): Likewise.
12492         (__ASSUME_SIGNALFD4): Likewise.
12493         (__ASSUME_DUP3): Likewise.
12494         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12495         (__ASSUME_UTIMES): Likewise.
12496         (__ASSUME_O_CLOEXEC): Likewise.
12497         (__ASSUME_SOCK_CLOEXEC): Likewise.
12498         (__ASSUME_IN_NONBLOCK): Likewise.
12499         (__ASSUME_PIPE2): Likewise.
12500         (__ASSUME_EVENTFD2): Likewise.
12501         (__ASSUME_SIGNALFD4): Likewise.
12502         (__ASSUME_DUP3): Likewise.
12503         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12504         Likewise.
12505         (__ASSUME_UTIMES): Likewise.
12506         (__ASSUME_EVENTFD2): Likewise.
12507         (__ASSUME_SIGNALFD4): Likewise.
12508         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12509         (__ASSUME_O_CLOEXEC): Likewise.
12510         (__ASSUME_SOCK_CLOEXEC): Likewise.
12511         (__ASSUME_IN_NONBLOCK): Likewise.
12512         (__ASSUME_PIPE2): Likewise.
12513         (__ASSUME_EVENTFD2): Likewise.
12514         (__ASSUME_SIGNALFD4): Likewise.
12515         (__ASSUME_DUP3): Likewise.
12516         (__ASSUME_UTIMES): Undefine.
12518         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12519         feclearexcept.  Remove symbol versioning code.
12520         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12521         symbol versioning code.
12522         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12523         symbol versioning code.
12524         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12525         feupdateenv.  Remove symbol versioning code.
12526         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12527         fegetexceptflag.  Remove symbol versioning code.
12528         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12529         fesetexceptflag.  Remove symbol versioning code.
12530         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12531         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12532         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12533         (__posix_fadvise64_l32): Remove prototype.
12534         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12535         code.
12537 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12539         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12540         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12541         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12542         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12544 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12546         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12547         current working directory
12549 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12551         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12552         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12553         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12554         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12555         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12556         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12557         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12558         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12559         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12560         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12561         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12562         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12563         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12564         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12565         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12566         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12567         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12568         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12569         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12570         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12571         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12572         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12573         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12574         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12575         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12576         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12577         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12578         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12579         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12580         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12581         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12582         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12583         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12584         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12585         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12586         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12587         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12588         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12589         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12590         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12591         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12592         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12594         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12595         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12597         * sysdeps/unix/sysv/linux/arm/Makefile
12598         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12599         Add rt-aeabi_unwind_cpp_pr1.
12600         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12601         Add nptl-aeabi_unwind_cpp_pr1.
12602         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12603         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12604         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12605         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12606         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12607         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12609         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12610         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12611         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12612         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12614         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12615         Deconditionalize the code that was previously under [RESET_PID].
12616         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12618         * sysdeps/generic/exit-thread.h: New file.
12619         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12620         * include/unistd.h (__exit_thread): Remove declaration.
12621         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12622         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12623         * csu/libc-start.c: Include <exit-thread.h>.
12624         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12625         * nptl/pthread_create.c: Include <exit-thread.h>.
12626         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12627         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12628         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12629         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12630         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12631         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12632         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12633         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12634         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12635         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12636         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12637         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12638         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12639         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12640         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12641         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12642         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12644 2014-05-13  Andreas Schwab  <schwab@suse.de>
12646         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12648 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12650         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12651         (__ASSUME_UTIMES): Do not condition on kernel version.
12652         (__ASSUME_PSELECT): Define unconditionally.
12653         (__ASSUME_PPOLL): Likewise.
12654         (__ASSUME_ATFCTS): Likewise.
12655         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12656         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12657         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12658         (__ASSUME_UTIMENSAT): Define unconditionally.
12659         (__ASSUME_PRIVATE_FUTEX): Likewise.
12660         (__ASSUME_FALLOCATE): Likewise.
12661         (__ASSUME_O_CLOEXEC): Likewise.
12662         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12663         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12664         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12665         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12666         (__ASSUME_IN_NONBLOCK): Likewise.
12667         (__ASSUME_PIPE2): Likewise.
12668         (__ASSUME_EVENTFD2): Likewise.
12669         (__ASSUME_SIGNALFD4): Likewise.
12670         (__ASSUME_DUP3): Likewise.
12671         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12672         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12673         (__ASSUME_AT_RANDOM): Likewise.
12674         (__ASSUME_PREADV): Likewise.
12675         (__ASSUME_PWRITEV): Likewise.
12676         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12677         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12678         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12679         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12680         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12681         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12682         (__ASSUME_O_CLOEXEC): Define unconditionally.
12683         (__ASSUME_PSELECT): Do not undefine conditionally.
12684         (__ASSUME_PPOLL): Likewise.
12685         (__ASSUME_ATFCTS): Likewise.
12686         (__ASSUME_SET_ROBUST_LIST): Likewise.
12687         (__ASSUME_UTIMENSAT): Likewise.
12688         (__ASSUME_FDATASYNC): Define unconditionally.
12689         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12690         (__ASSUME_SIGFRAME_V2): Likewise.
12691         )__ASSUME_EVENTFD2): Likewise.
12692         (__ASSUME_SIGNALFD4): Likewise.
12693         (__ASSUME_PSELECT): Do not undefine conditionally.
12694         (__ASSUME_PPOLL): Likewise.
12695         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12696         (__ASSUME_PSELECT): Define unconditionally.
12697         (__ASSUME_PPOLL): Likewise.
12698         (__ASSUME_O_CLOEXEC): Likewise.
12699         (__ASSUME_SOCK_CLOEXEC): Likewise.
12700         (__ASSUME_IN_NONBLOCK): Likewise.
12701         (__ASSUME_PIPE2): Likewise.
12702         (__ASSUME_EVENTFD2): Likewise.
12703         (__ASSUME_SIGNALFD4): Likewise.
12704         (__ASSUME_DUP3): Likewise.
12705         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12706         (__ASSUME_O_CLOEXEC): Likewise.
12707         (__ASSUME_SOCK_CLOEXEC): Likewise.
12708         (__ASSUME_IN_NONBLOCK): Likewise.
12709         (__ASSUME_PIPE2): Likewise.
12710         (__ASSUME_EVENTFD2): Likewise.
12711         (__ASSUME_SIGNALFD4): Likewise.
12712         (__ASSUME_DUP3): Likewise.
12713         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12714         (__ASSUME_EVENTFD2): Likewise.
12715         (__ASSUME_SIGNALFD4): Likewise.
12716         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12718 2014-05-12  Andreas Schwab  <schwab@suse.de>
12720         [BZ #16932]
12721         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12722         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12723         than maximum RPC packet size.
12724         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12725         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12726         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12727         (_nss_nis_getservbyport_r): Likewise.
12729 2014-05-12  Will Newton  <will.newton@linaro.org>
12731         * malloc/Makefile (tests): Add tst-mallopt.
12732         * malloc/tst-mallopt.c: New file.
12734 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12736         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12737         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12739 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12741         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12742         (tst-tlsmod6.so): Likewise.
12744 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12746         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12748 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12750         [BZ #16064]
12751         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12752         and <dl-procinfo.h>.
12753         (__fegetenv): Save SSE state in envp->__eip if supported.
12754         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12755         envp->__eip if supported.
12756         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12757         and <dl-procinfo.h>.
12758         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12759         __data_offset and __data_selector in environment to 0.  Set SSE
12760         state if supported.
12761         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12762         test-fenv-sse.
12763         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12764         -mfpmath=sse.
12765         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12767 2014-05-09  Will Newton  <will.newton@linaro.org>
12769         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12770         and libc_relro_required for ARM.
12771         * sysdeps/arm/preconfigure: Regenerate.
12773 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12774             Stefan Liebler  <stli@linux.vnet.ibm.com>
12776         * config.make.in (enable-lock-elision): New Makefile variable.
12777         * configure.ac: Likewise.
12778         * configure: Regenerate.
12779         * sysdeps/s390/configure.ac:
12780         Add check for gcc transactions support.
12781         * sysdeps/s390/configure: Regenerate.
12782         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12783         Build elision files if enabled.
12784         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12785         Add lock elision support for s390.
12786         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12787         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12788         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12789         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12790         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12791         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12792         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12793         Likewise.
12794         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12795         Likewise.
12796         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12797         Likewise.
12798         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12799         Likewise.
12800         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12801         (__lll_timedlock_elision, __lll_lock_elision)
12802         (__lll_unlock_elision, __lll_trylock_elision)
12803         (lll_timedlock_elision, lll_lock_elision)
12804         (lll_unlock_elision, lll_trylock_elision): Add.
12805         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12806         (pthread_mutex_t): Add lock elision support for s390.
12808 2014-05-14  Wilco  <wdijkstr@arm.com>
12810         * sysdeps/arm/fclrexcpt.c: Cleanup.
12811         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12812         * sysdeps/arm/feenablxcpt.c: Cleanup.
12813         * sysdeps/arm/fegetenv.c: Cleanup.
12814         * sysdeps/arm/fegetexcept.c: Cleanup.
12815         * sysdeps/arm/fegetround.c: Cleanup.
12816         * sysdeps/arm/feholdexcpt.c: Cleanup.
12817         * sysdeps/arm/fesetenv.c: Cleanup.
12818         * sysdeps/arm/fesetround.c: Cleanup.
12819         * sysdeps/arm/feupdateenv.c: Cleanup.
12820         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12821         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12822         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12823         * sysdeps/arm/ftestexcept.c: Cleanup.
12824         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12825         * sysdeps/arm/setfpucw.c: Cleanup.
12827 2014-05-09  Will Newton  <will.newton@linaro.org>
12829         * sysdeps/arm/armv7/strcmp.S: New file.
12830         * NEWS: Mention addition of ARMv7 optimized strcmp.
12832 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12834         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12835         look for %.ac rather than %.in.
12837         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12838         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12839         * sysdeps/mach/hurd/configure: Regenerated.
12840         * sysdeps/unix/sysv/linux/configure: Regenerated.
12842         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12844 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12846         [BZ# 16922]
12847         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12848         (LONG_SUB): Ditto.
12849         (PTR_SUB): Ditto.
12851 2014-05-07  Andreas Schwab  <schwab@suse.de>
12853         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12854         when skipping over non-matching result from nscd.
12856 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12858         [BZ #16876]
12859         * nptl/sockperf.c (client): Check socket return value.
12861         [BZ #16877]
12862         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12863         nscd security class.
12865 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12867         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12868         * sysdeps/arm/unwind.h: ... here.
12870 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12872         [BZ# 16916]
12873         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12874         Define.
12876 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12878         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12879         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12880         multiarch strncpy for PPC64.
12881         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12882         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12883         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12884         multiarch optimizations.
12885         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12886         (__libc_ifunc_impl_list): Likewise.
12887         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12888         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12889         multiarch stpncpy for PPC64.
12890         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12891         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12893 2014-05-06  Andreas Schwab  <schwab@suse.de>
12895         [BZ #16912]
12896         * gmon/mcount.c (_MCOUNT_DECL): Use
12897         atomic_compare_and_exchange_bool_acq instead of
12898         catomic_compare_and_exchange_bool_acq.
12900 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12902         * elf/Makefile (others, install-bin): Remove pldd.
12903         (pldd-modules): Variable removed.
12904         ($(objpfx)pldd): Target removed.
12905         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12906         (others, install-bin): Append pldd here.
12907         ($(objpfx)pldd): New target.
12909         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12910         to 0, so the first #if test emitted later doesn't see it undefined.
12911         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12912         * sysdeps/gnu/errlist.c: Regenerated.
12914 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12916         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12917         [libc_hidden_builtin_def]: Define to empty value.
12918         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12919         [libc_hidden_builtin_def]: Likewise.
12920         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12921         [libc_hidden_builtin_def]: Likewise.
12922         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12923         [libc_hidden_builtin_def]: Likewise.
12924         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12925         __redirect_memcpy and define ifunc as default hidden symbol.
12926         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12927         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12929 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12931         * locale/iso-4217.def: Reintroduce XDR currency.
12933 2014-05-04  Allan McRae  <allan@archlinux.org>
12935         * po/eo.po: Update Esperanto translation from translation project.
12937 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12939         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12940         and FEATURE_INDEX_MAX to 1.
12941         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12943 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12945         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12946         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12947         * iconvdata/big5.c (ONE_DIRECTION): Define.
12948         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12949         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12950         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12951         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12952         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12953         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12954         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12955         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12956         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12957         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12958         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12959         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12960         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12961         * iconvdata/gbk.c (ONE_DIRECTION): Define.
12962         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12963         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12964         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12965         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12966         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12967         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12968         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12969         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12970         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12971         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12972         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12973         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12974         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12975         * iconvdata/iso646.c (ONE_DIRECTION): Define.
12976         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12977         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12978         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12979         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12980         * iconvdata/johab.c (ONE_DIRECTION): Define.
12981         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12982         * iconvdata/sjis.c (ONE_DIRECTION): Define.
12983         * iconvdata/t.61.c (ONE_DIRECTION): Define.
12984         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12985         * iconvdata/tscii.c (ONE_DIRECTION): Define.
12986         * iconvdata/uhc.c (ONE_DIRECTION): Define.
12987         * iconvdata/unicode.c (ONE_DIRECTION): Define.
12988         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12989         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12990         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12992 2014-05-01  Roland McGrath  <roland@hack.frob.com>
12994         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12995         (_IO_JUMPS_OFFSET): Define to 0.
12997         * nptl/sysdeps/pthread/bits/libc-lock.h
12998         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12999         (__libc_lock_define_initialized_recursive): Always define using
13000         initializer.  Modern compilers treat uninitialized (implicit zero) and
13001         explicit zero initializers the same (i.e. put the datum in bss).
13003 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13005         * nscd/nscd-client.h: Include <string.h>.
13007 2014-05-01  David S. Miller  <davem@davemloft.net>
13009         [BZ #16885]
13010         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13011         multiple zero bytes exist at the end of a string.
13012         Reported by Aurelien Jarno <aurelien@aurel32.net>
13014         * string/test-strcmp.c (check): Add explicit test for situations where
13015         there are multiple zero bytes after the first.
13017 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13019         [BZ #16890]
13020         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13021         when compiling wprintf.
13022         * stdio-common/tstdiomisc.c (t3): New function.
13023         (main): Call it.
13025 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13027         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13028         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13029         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13030         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13032 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13034         * stdlib/longlong.h: Updated from GCC.
13036 2014-05-01  Will Newton  <will.newton@linaro.org>
13037             Bernard Ogden  <bernie.ogden@linaro.org>
13039         * NEWS: Update fixed bug list.
13041         [BZ #15119]
13042         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13044 2014-04-30  David S. Miller  <davem@davemloft.net>
13046         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13047         (libc_feholdexcept_setround_sparc_ctx): New function.
13048         (libc_fesetenv_sparc_ctx): Likewise.
13049         (libc_feupdateenv_sparc_ctx): Likewise.
13050         (libc_feholdsetround_sparc_ctx): Likewise.
13051         (libc_feholdexcept_setround_ctx): Define.
13052         (libc_feholdexcept_setroundf_ctx): Likewise.
13053         (libc_feholdexcept_setroundl_ctx): Likewise.
13054         (libc_fesetenv_ctx): Likewise.
13055         (libc_fesetenvf_ctx): Likewise.
13056         (libc_fesetenvl_ctx): Likewise.
13057         (libc_feupdateenv_ctx): Likewise.
13058         (libc_feupdateenvf_ctx): Likewise.
13059         (libc_feupdateenvl_ctx): Likewise.
13060         (libc_feresetround_ctx): Likewise.
13061         (libc_feresetroundf_ctx): Likewise.
13062         (libc_feresetroundl_ctx): Likewise.
13063         (libc_feholdsetround_ctx): Likewise.
13064         (libc_feholdsetroundf_ctx): Likewise.
13065         (libc_feholdsetroundl_ctx): Likewise.
13067         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13068         with __USE_GNU instead of XOPEN cpp guards.
13070         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13071         0.
13073         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13074         with XOPEN cpp guards.
13076 2014-04-30  Julian Brown  <julian@codesourcery.com>
13078         [BZ #16888]
13079         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13080         handling.
13082 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13084         [BZ #9894]
13085         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13086         Change to 2.6.32.
13087         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13088         * sysdeps/unix/sysv/linux/configure: Regenerated.
13089         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13090         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13091         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13092         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13093         * README: Update reference to required Linux kernel version.
13094         * manual/install.texi (Linux): Update reference to required Linux
13095         kernel headers version.
13096         * INSTALL: Regenerated.
13098         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13099         header inclusion.
13100         [POSIX] (limits.h): Likewise.
13101         [POSIX] (math.h): Likewise.
13102         [POSIX] (sys/wait.h): Likewise.
13103         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13104         function.
13105         [POSIX] (stddef.h): Do not allow header inclusion.
13107 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13109         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13111 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13113         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13114         Return immediately after lll_futex_wake.
13116 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13118         [BZ #16791]
13119         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13120         structure.
13121         (datahead_init_pos): Call datahead_init_common early.
13122         (datahead_init_neg): Likewise.
13124         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13125         datahead_init_neg): New functions.
13126         * nscd/aicache.c (addhstaiX): Use them.
13127         * nscd/grpcache.c (cache_addgr): Likewise.
13128         * nscd/hstcache.c (cache_addhst): Likewise.
13129         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13130         * nscd/netgroupcache.c (do_notfound): Likewise.
13131         (addgetnetgrentX): Likewise.
13132         (addinnetgrX): Likewise.
13133         * nscd/pwdcache.c (cache_addpw): Likewise.
13134         * nscd/servicescache.c (cache_addserv): Likewise.
13136 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13137             Atsushi Onoe  <atsushi@onoe.org>
13139         [BZ #14308]
13140         [BZ #12994]
13141         [BZ #13651]
13142         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13143         one response is valid.
13144         * resolv/res_send.c (send_dg): Check for validity of other
13145         response if the current response is a referral.
13147 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13149         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13151 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13153         [BZ #16823]
13154         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13155         Always divide by positive zero when computing -Inf result.
13156         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13157         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13159 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13161         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13162         FPSCR if value do not change.
13163         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13164         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13165         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13166         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13167         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13168         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13169         function.
13171 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13173         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13174         * sysdeps/unix/sysv/linux/hppa: Move directory from
13175         ports/systeps/unix/sysv/linux/hppa.
13176         * README: Update listing for hppa-*-linux-gnu.
13178 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13180         [BZ #16754]
13181         * manual/stdio.texi (Hook functions): Fix types of stream hook
13182         functions.
13183         [BZ #16854]
13184         * socket/sys/socket.h: Fix typo in comment.
13186 2014-04-28  Wilco  <wdijkstr@arm.com>
13188         * sysdeps/arm/fenv_private.h: New file.
13189         * sysdeps/arm/math_private.h: New file.
13190         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13192 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13194         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13195         with __int128_t.
13196         (La_x86_64_retval): Likewise.
13198 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13200         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13201         fpsr if value didn't change.
13202         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13203         to fpcr if value didn't change.
13204         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13205         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13206         fpsr or fpcr if value didn't change.
13207         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13208         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13209         fpcr if value didn't change.
13210         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13211         to fpsr if value didn't change.
13213 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13215         * nptl/tst-sem3.c: Use test-skeleton.c
13216         (main): Rename to do_test.  Use return instead of
13217         exit.
13218         * nptl/tst-sem4.c: Use test-skeleton.c
13219         (main): Rename to do_test.
13221 2014-04-22  David S. Miller  <davem@davemloft.net>
13223         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13224         (struct sigaction): New struct member __glibc_reserved0, change
13225         type of sa_flags to int.
13227 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13229         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13230         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13232 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13234         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13235         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13237 2014-04-22  Will Newton  <will.newton@linaro.org>
13238             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13240         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13241         (__longjmp): Add longjmp and longjmp_target SystemTap
13242         probes.
13243         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13244         (__sigsetjmp): Add setjmp SystemTap probe.
13246 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13248         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13249         match manual order.
13251 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13253         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13255         * sysdeps/powerpc/fpu/fenv_private.h
13256         (libc_feholdexcept_setroundl_ctx): Define to
13257         libc_feholdexcept_setround_ppc_ctx.
13258         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13259         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13260         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13261         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13263 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13265         * sysdeps/aarch64/math-tests.h: New file.
13267 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13269         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13270         New.
13271         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13272         Check and set bit_AVX2_Usable.
13273         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13274         macro.
13275         (bit_AVX2): Likewise.
13276         (index_AVX2_Usable): Likewise.
13277         (CPUID_AVX2): Likewise.
13278         (HAS_AVX2): Likewise.
13280 2014-04-17  Will Newton  <will.newton@linaro.org>
13282         * manual/setjmp.texi (System V contexts): Add note that
13283         calling setcontext on a context created by a call to a
13284         signal handler is undefined.  Update text to note that
13285         setcontext from a signal handler is possible but not
13286         recommended.
13288         [BZ #16629]
13289         * stdlib/tst-setcontext.c: Include signal.h.
13290         (main): Check that the signal stack before and
13291         after swapcontext is the same.
13293         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13294         Re-implement to restore registers in user code and avoid
13295         rt_sigreturn system call.
13297 2014-04-17  Wilco  <wdijkstr@arm.com>
13299         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13300         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13301         * math/test-fenv.c: Skip exception trap tests on targets which only
13302         support non-stop mode.
13304 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13305             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13307         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13308         (libc_feholdsetround_aarch64_ctx)
13309         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13310         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13311         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13312         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13313         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13314         (libc_feresetround_noexl_ctx): Define.
13316 2014-04-16  Richard Henderson  <rth@redhat.com>
13318         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13320         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13321         unwind tables.
13323         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13324         const from the non-libc, non-ldso copy.
13326         * sysdeps/alpha/libm-test-ulps: Regenerate.
13328 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13329             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13331         * sysdeps/aarch64/fpu/math_private.h: New file.
13333 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13335         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13337 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13339         [BZ #16275]
13340         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13341         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13342         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13343         Intel MPX bound registers before _dl_profile_fixup.
13344         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13345         registers after _dl_profile_fixup.  Save and restore bound
13346         registers bnd0/bnd1 when calling _dl_call_pltexit.
13347         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13348         (LR_BND_OFFSET): Likewise.
13349         (LRV_BND0_OFFSET): Likewise.
13350         (LRV_BND1_OFFSET): Likewise.
13352 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13354         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13355         to...
13356         * sysdeps/mach/hurd/i386/tls.h: ... here.
13357         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13358         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13359         fields.
13361 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13363         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13365 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13367         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13369 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13371         [BZ #14770]
13372         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13373         * sysdeps/s390/configure: Regenerate.
13375         [BZ #16824]
13376         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13377         Set round-to-nearest internally to reduce error accumulation.
13379 2014-04-16  Alan Modra  <amodra@gmail.com>
13381         [BZ #16740]
13382         [BZ #16619]
13383         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13384         * math/libm-test.inc (frexp_test_data): Add tests.
13385         * NEWS: Update fixed bug list.
13387 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13389         * benchtests/Makefile: Depend on libraries in build directory.
13390         (bench-math): Separate out math tests.
13391         (bench-pthread): Separate out pthread tests.
13392         (bench): Include math and pthread tests.
13394 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13396         [BZ #16831]
13397         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13398         _dl_debug_initialize.
13400         * configure.ac: Remove SELinux header check.
13401         * configure: Regenerate.
13402         * nscd/selinux.c (perms): Array of const char* to permission names.
13403         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13404         default policy. Call string_to_security_class and string_to_av_perm to
13405         translate strings. Enforce default policy and call avs_has_perm with
13406         results of translated strings.
13408 2014-04-13  David S. Miller  <davem@davemloft.net>
13410         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13412 2014-04-12  Allan McRae  <allan@archlinux.org>
13414         [BZ #16838]
13415         * manual/string.texi (Collation Functions): Fix qsort argument
13416         order in example.
13417         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13419 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13421         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13422         Make the test a no-op if there are no exceptions defined.
13424 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13426         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13427         enable-hardcoded-path-in-tests
13429 2014-04-11  Will Newton  <will.newton@linaro.org>
13431         * benchtests/Makefile (extra-objs): Add json-lib.o.
13432         (bench-func): Tidy up JSON output.
13433         * benchtests/bench-skeleton.c: Include json-lib.h.
13434         (main): Use JSON library functions to do output of
13435         benchmark results.
13436         * benchtests/bench-timing-type.c (main): Output the
13437         timing type simply, leaving formatting to the user.
13438         * benchtests/json-lib.c: New file.
13439         * benchtests/json-lib.h: Likewise.
13441 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13443         [BZ #15215]
13444         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13445         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13446         memory barriers.  Add comments.
13447         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13448         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13449         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13450         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13451         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13452         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13454 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13456         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13457         * sysdeps/s390/s390-64/configure.ac: ... this ...
13458         * sysdeps/s390/configure.ac: ... to here.
13459         * sysdeps/s390/s390-32/configure: Delete file.
13460         * sysdeps/s390/s390-64/configure: Delete file.
13461         * sysdeps/s390/configure: Regenerate.
13463 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13465         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13467 2014-04-11  Will Newton  <will.newton@linaro.org>
13469         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13470         to zero if it is not defined elsewhere.  (mtrim): Test
13471         the value of MALLOC_DEBUG with #if rather than #ifdef.
13473 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13475         * benchtests/pthread_once-inputs: New file.
13476         * benchtests/pthread_once-source.c: New file.
13477         * benchtests/README: Update documentation.
13479 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13480             H.J. Lu  <hongjiu.lu@intel.com>
13482         [BZ #16275]
13483         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13484         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13485         * sysdeps/x86_64/configure: Regenerated.
13486         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13487         macro.
13488         (REGISTER_SAVE_RAX): Likewise.
13489         (REGISTER_SAVE_RCX): Likewise.
13490         (REGISTER_SAVE_RDX): Likewise.
13491         (REGISTER_SAVE_RSI): Likewise.
13492         (REGISTER_SAVE_RDI): Likewise.
13493         (REGISTER_SAVE_R8): Likewise.
13494         (REGISTER_SAVE_R9): Likewise.
13495         (REGISTER_SAVE_BND0): Likewise.
13496         (REGISTER_SAVE_BND1): Likewise.
13497         (REGISTER_SAVE_BND2): Likewise.
13498         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13499         bound registers when calling _dl_fixup.
13501 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13503         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13504         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13505         of its definition.
13506         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13507         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13508         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13509         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13510         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13511         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13512         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13514 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13516         [BZ #15514]
13517         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13518         pathconf(_PC_NAME_MAX).
13520 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13522         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13523         Remove macro usage.
13524         (__PTHREAD_SPINS): Move definition to ...
13525         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13526         (__PTHREAD_SPINS): ... here.
13527         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13528         (__PTHREAD_SPIN): Likewise.
13529         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13530         (__PTHREAD_SPIN): Likewise.
13531         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13532         (__PTHREAD_SPIN): Likewise.
13533         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13534         (__PTHREAD_SPIN): Likewise.
13535         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13536         (__PTHREAD_SPIN): Likewise.
13537         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13538         (__PTHREAD_SPIN): Likewise.
13539         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13540         (__PTHREAD_SPIN): Likewise.
13541         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13542         (__PTHREAD_SPIN): Likewise.
13543         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13544         (__PTHREAD_SPIN): Likewise.
13545         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13546         (__PTHREAD_SPIN): Likewise.
13547         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13548         (__PTHREAD_SPIN): Likewise.
13549         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13550         (__PTHREAD_SPIN): Likewise.
13552         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13553         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13554         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13555         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13556         imply folder.
13557         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13558         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13559         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13560         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13561         correct imply path.
13562         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13563         strlen symbol for non multi-arch builds.
13564         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13565         missing hidden_def and weak_alias.
13567 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13569         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13571 2014-04-07  Will Newton  <will.newton@linaro.org>
13573         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13574         and contents.  [!_LIBC] Remove #ifndef and contents.
13575         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13576         * string/memccpy.c (__memccpy): Use ANSI prototype.
13577         * string/memfrob.c (memfrob): Likewise.
13578         * string/strcoll.c (STRCOLL): Likewise.
13579         * string/strlen.c (strlen): Likewise.
13580         * string/strtok.c (STRTOK): Likewise.
13581         * string/strcat.c: Remove unused #include of memcopy.h.
13582         (strcat): Use ANSI prototype.
13583         * string/strchr.c: Remove unused #include of memcopy.h.
13584         (strchr): Use ANSI prototype.
13585         * string/strcmp.c: Remove unused #include of memcopy.h.
13586         (strcmp): Use ANSI prototype.
13587         * string/strcpy.c: Remove unused #include of memcopy.h.
13588         (strcpy): Use ANSI prototype.
13590 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13592         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13593         * config.make.in (config-extra-cppflags): Set it from
13594         libc_extra_cppflags.
13595         * configure.ac (libc_extra_cflags): Make it accumulate over
13596         configure fragments.
13597         (libc_extra_cppflags): New flag.
13598         * configure. Regenerate.
13599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13600         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13601         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13604         [BZ #16815]
13605         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13606         result for FE_DOWNWARD rounding mode.
13607         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13608         Likewise.
13609         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13611 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13613         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13614         in function argument name.
13616 2014-04-03  David Svoboda  <svoboda@cert.org>
13618         [BZ #5666]
13619         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13620         explicitly.
13622 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13624         * elf/dl-unmap-segments.h: New file.
13625         * sysdeps/generic/ldsodefs.h
13626         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13627         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13628         * elf/dl-fptr.c: Likewise.
13629         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13630         * sysdeps/aarch64/tlsdesc.c: Likewise.
13631         * sysdeps/arm/tlsdesc.c: Likewise.
13632         * sysdeps/i386/tlsdesc.c: Likewise.
13633         * sysdeps/tile/dl-runtime.c: Likewise.
13634         * sysdeps/x86_64/tlsdesc.c: Likewise.
13635         * elf/dl-load.h: New file.
13636         * elf/dl-load.c: Include it.
13637         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13638         Macros moved to dl-load.h.
13639         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13640         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13641         Use _dl_unmap_segments in place of __munmap.
13642         Break out segment-mapping loop into ...
13643         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13645 2014-04-03  Will Newton  <will.newton@linaro.org>
13647         * elf/dl-lookup.c (do_lookup_x): Remove comment
13648         referring to nested function and move variable
13649         declarations down to before first use.
13651 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13653         [BZ #16799]
13654         [BZ #16800]
13655         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13656         with 0 numerator.
13657         * math/s_catanf.c (__catanf): Likewise.
13658         * math/s_catanh.c (__catanh): Likewise.
13659         * math/s_catanhf.c (__catanhf): Likewise.
13660         * math/s_catanhl.c (__catanhl): Likewise.
13661         * math/s_catanl.c (__catanl): Likewise.
13662         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13663         by positive zero when computing -Inf result.
13664         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13665         (catanh_test): Likewise.
13666         * sysdeps/i386/fpu/libm-test-ulps: Update.
13667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13669         [BZ #16789]
13670         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13671         instead of using underflowing value in computing result.
13672         * math/s_clog10.c (__clog10): Likewise.
13673         * math/s_clog10f.c (__clog10f): Likewise.
13674         * math/s_clog10l.c (__clog10l): Likewise.
13675         * math/s_clogf.c (__clogf): Likewise.
13676         * math/s_clogl.c (__clogl): Likewise.
13677         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13678         (clog10_test): Likewise.
13679         * sysdeps/i386/fpu/libm-test-ulps: Update.
13680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13682 2014-04-02  Alan Modra  <amodra@gmail.com>
13684         [BZ #16739]
13685         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13686         output when value is near a power of two.  Use int64_t for lx and
13687         remove casts.  Use decimal rather than hex exponent constants.
13688         Don't use long double multiplication when double will suffice.
13689         * math/libm-test.inc (nextafter_test_data): Add tests.
13690         * NEWS: Add 16739 and 16786 to bug list.
13692         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13694         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13696 2014-04-01  Will Newton  <will.newton@linaro.org>
13698         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13699         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13701 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13703         [BZ #13347]
13704         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13705         * nptl/tst-setuid2.c: New file.
13706         * nptl/Makefile (xtests): Add tst-setuid2.
13708 2014-04-01  Alan Modra  <amodra@gmail.com>
13710         [BZ #16786]
13711         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13713 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13715         [BZ #6803]
13716         [BZ #6804]
13717         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13718         set errno as appropriate.
13719         * math/w_scalbf.c (__scalbf): Likewise.
13720         * math/w_scalbl.c (__scalbl): Likewise.
13721         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13722         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13723         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13724         Add more NaN tests.
13726         [BZ #16349]
13727         * math/w_atan2.c: Include <errno.h>.
13728         (__atan2): Set errno for result underflowing to zero.
13729         * math/w_atan2f.c: Include <errno.h>.
13730         (__atan2f): Set errno for result underflowing to zero.
13731         * math/w_atan2l.c: Include <errno.h>.
13732         (__atan2l): Set errno for result underflowing to zero.
13733         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13734         tests.
13735         * math/auto-libm-test-out: Regenerated.
13737 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13739         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13740         Encode instruction correctly in little endian.
13741         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13742         Likewise.
13743         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13744         Likewise.
13745         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13746         Likewise.
13747         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13748         Likewise.
13750 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13752         [BZ #9894]
13753         * sysdeps/unix/sysv/linux/kernel-features.h
13754         [__sparc__ && !__arch64__ && !__sparc_v9__]
13755         (__ASSUME_SET_ROBUST_LIST): Do not define.
13756         [__sparc__ && !__arch64__ && !__sparc_v9__]
13757         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13758         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13759         Likewise.
13760         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13761         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13762         (__ASSUME_REQUEUE_PI): Likewise.
13763         (__ASSUME_SET_ROBUST_LIST): Likewise.
13764         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13765         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13766         Undefine.
13767         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13768         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13769         Likewise.
13770         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13771         Likewise.
13772         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13773         Likewise.
13774         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13775         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13776         Undefine.
13777         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13778         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13779         Likewise.
13781         [BZ #16648]
13782         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13783         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13784         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13786 2014-03-31  Will Newton  <will.newton@linaro.org>
13788         * benchtests/Makefile (bench): Add ffs and ffsll to list
13789         of tests.
13790         * benchtests/ffs-inputs: New file.
13791         * benchtests/ffsll-inputs: Likewise.
13793 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13795         [BZ #16770]
13796         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13797         too large before casting to int.
13798         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13799         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13800         * math/libm-test.inc (scalb_test_data): Add more tests.
13802 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13804         * benchtests/Makefile (DETAILED_OPT): New make option.
13805         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13806         set.
13807         * benchtests/bench-skeleton.c: Include stdbool.h.
13808         (main): Store and print timings per input.
13809         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13810         member to each argument value.
13811         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13812         (_print_arg_data): Initialize per-input timing to 0.
13814         * benchtests/Makefile (timing-type): New binary.
13815         (bench-clean): Also remove bench-timing-type.
13816         (bench): New target for timing-type.
13817         (bench-func): Print output in JSON format.
13818         * benchtests/bench-skeleton.c (main): Print output in JSON
13819         format.
13820         * benchtests/bench-timing-type.c: New file.
13821         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13822         (TIMING_PRINT_STATS): Remove.
13823         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13824         name separately.
13826         * benchtests/bench-modf.c: Remove.
13827         * benchtests/modf-inputs: New inputs file.
13829 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13831         [BZ #16362]
13832         * math/s_clog10.c (M_PI_LOG10E): New macro.
13833         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13834         imaginary parts are 0.
13835         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13836         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13837         imaginary parts are 0.
13838         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13839         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13840         imaginary parts are 0.
13841         * math/libm-test.inc (clog10_test_data): Update expected results
13842         for when real and imaginary parts are 0.
13844 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13846         * elf/dl-load.c: Finish conversion of __builtin_expect into
13847         __glibc_{un}likely.
13849 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13851         [BZ #16348]
13852         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13853         1+x for argument with exponent below -67.
13854         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13855         Likewise.
13856         * math/auto-libm-test-in: Add more tests of exp.
13857         * math/auto-libm-test-out: Regenerated.
13859 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13861         [BZ #16759]
13862         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13863         (nscd_getnetgrent): Use it.
13865         [BZ #16760]
13866         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13867         of stpcpy.
13869 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13871         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13872         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13873         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13874         (lll_robust_unlock): Remove out of line section. Use cfi
13875         intrinsics.
13876         (LLL_STUB_UNWIND_INFO*): Remove.
13877         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13878         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13879         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13880         (lll_robust_unlock): Remove out of line section. Use cfi
13881         intrinsics.
13882         (LLL_STUB_UNWIND_INFO*): Remove.
13884 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13886         [BZ #16758]
13887         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13888         blank values.
13890 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13892         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13894 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13896         [BZ #16198]
13897         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13898         fnstenv.
13899         * math/test-fenv-preserve.c: New file.
13900         * math/Makefile (tests): Add test-fenv-preserve.
13902 2014-03-26  Will Newton <will.newton@linaro.org>
13904         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13906 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13908         * scripts/versionlist.awk: Partition the version sets and emit all
13909         GLIBC_* (sorted) before all others (sorted).
13911 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13913         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13914         GLIBC_2.2.5 version.
13916 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13918         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13919         calls.
13921         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13922         previous change.
13924         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13926 2014-03-25  Andreas Schwab  <schwab@suse.de>
13928         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13929         label to be used after in6ailist is initialized.
13931 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13933         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13934         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13936 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13938         [BZ #16357]
13939         [BZ #16599]
13940         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13941         min_plus_half.
13942         (fp_formats): Update initializers.
13943         (init_fp_formats): Initialize new field.
13944         (output_for_one_input_case): Allow underflow for results up to
13945         min_plus_half.
13946         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13947         * math/auto-libm-test-in: Don't mark some underflows from asin and
13948         atanh as spurious.
13949         * math/auto-libm-test-out: Regenerated.
13950         * sysdeps/i386/fpu/libm-test-ulps: Update.
13951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13953 2014-03-25  Andreas Schwab  <schwab@suse.de>
13955         * libio/Makefile (tst-ftell-partial-wide-ENV)
13956         (tst-ftell-active-handler-ENV): Define.
13958 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13960         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13962 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13964         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13966 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13968         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13969         * sysdeps/x86_64/fpu/multiarch/e_exp.c
13970         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13972 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13974         [BZ #16634]
13975         * elf/dl-load.c (open_verify): Add mode parameter.
13976         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13977         (open_path): Change from boolean 'secure' to complete flag 'mode'
13978         (_dl_map_object): Adjust.
13979         * elf/Makefile (tests): Add tst-dlopen-aout.
13980         * elf/tst-dlopen-aout.c: New test.
13982 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
13984         [BZ #16714]
13985         * sysdeps/unix/sysv/linux/s390/bits/stat.h
13986         (struct stat): Rename member pad0 to __glibc_reserved0.
13988         [BZ #16712]
13989         * sysdeps/s390/s390-32/bits/wordsize.h
13990         (__WORDSIZE32_SIZE_ULONG): New define.
13991         * sysdeps/s390/s390-64/bits/wordsize.h
13992         (__WORDSIZE32_SIZE_ULONG): Likewise.
13993         * sysdeps/generic/stdint.h (SIZE_MAX):
13994         Define as UL if __WORDSIZE32_SIZE_ULONG.
13996         [BZ #16713]
13997         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13998         (__glibc_reserved0): New variable.
13999         (sa_flags): Change type to int.
14001         * posix/Makefile (before-compile): Use += before-compile instead
14002         of a :=.
14004         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14005         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14007 2014-03-20  Andreas Schwab  <schwab@suse.de>
14009         [BZ #16743]
14010         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14011         non-matching result from nscd.
14013 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14015         * scripts/bench.py: Moved to ...
14016         * benchtests/scripts/bench.py: ... here.
14017         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14019 2014-03-24  Andreas Schwab  <schwab@suse.de>
14021         [BZ #16002]
14022         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14023         alloca_account and account alloca use for struct in6ailist.
14025 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14027         [BZ #16284]
14028         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14029         rounding mode to recompute results that overflow to infinity or
14030         underflow to zero.
14031         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14032         bug 16284.
14033         * math/auto-libm-test-out: Regenerated.
14034         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14035         (ccosh_test): Likewise.
14036         (csin_test_data): Use plus_oflow.
14037         (csin_test): Use ALL_RM_TEST.
14038         (csinh_test_data): Use plus_oflow.
14039         (csinh_test): Use ALL_RM_TEST.
14040         * sysdeps/i386/fpu/libm-test-ulps: Update.
14041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14043 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14045         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14046         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14047         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14049         [BZ #16731]
14050         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14051         when x - 1 is zero.
14052         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14053         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14054         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14055         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14056         argument is 1.
14057         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14058         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14059         zero.
14060         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14061         * sysdeps/i386/fpu/libm-test-ulps: Update.
14062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14064 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14066         * scripts/bench.pl: Remove file.
14067         * scripts/bench.py: New benchmark script.
14068         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14069         * benchtests/README: Mention python dependency.
14070         * scripts/pylintrc: New file.
14071         * scripts/pylint: New file.
14073         * bits/mathdef.h: Use #ifdef instead of #if.
14074         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14075         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14076         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14077         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14078         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14079         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14081 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14082             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14084         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14085         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14086         and strpbrk-ppc64 objects.
14087         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14088         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14089         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14090         multiarch strpbrk for POWER7.
14091         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14092         multiarch strpbrk for PPC64.
14093         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14094         ifunc selector.
14095         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14096         strpbrk for POWER7.
14098 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14100         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14101         (atan_test): Likewise.
14102         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14103         (atanh_test): Use ALL_RM_TEST.
14104         (atan2_test_data): Likewise.
14105         (cabs_test): Likewise.
14106         (cacosh_test): Likewise.
14107         (carg_test): Likewise.
14108         (casin_test): Likewise.
14109         (casinh_test): Likewise.
14110         (cbrt_test): Likewise.
14111         (csqrt_test): Likewise.
14112         (erf_test): Likewise.
14113         (erfc_test): Likewise.
14114         (pow10_test): Likewise.
14115         (exp2_test): Likewise.
14116         (hypot_test): Likewise.
14117         (j0_test): Likewise.
14118         (j1_test): Likewise.
14119         (lgamma_test): Likewise.
14120         (gamma_test): Likewise.
14121         (sincos_test): Likewise.
14122         (tanh_test): Likewise.
14123         (y0_test): Likewise.
14124         (y1_test): Likewise.
14125         * sysdeps/i386/fpu/libm-test-ulps: Update.
14126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14128 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14130         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14131         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14132         and strcspn-ppc64 objects.
14133         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14134         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14135         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14136         multiarch strcspn for POWER7.
14137         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14138         multiarch strcspn for PPC64.
14139         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14140         ifunc selector.
14141         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14142         strcspn for POWER7.
14144 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14146         * math/gen-libm-test.pl (generate_testfile): Expect only function
14147         name as argument to AUTO_TESTS_* and pass results for all rounding
14148         modes to parse_args.
14149         (parse_auto_input): Separate inputs of automatic tests from
14150         outputs before storing in %auto_tests.
14151         * math/libm-test.inc (acos_test_data): Update call to
14152         AUTO_TESTS_f_f.
14153         (acos_test): Use ALL_RM_TEST.
14154         (acos_tonearest_test_data): Remove.
14155         (acos_test_tonearest): Likewise.
14156         (acos_towardzero_test_data): Likewise.
14157         (acos_test_towardzero): Likewise.
14158         (acos_downward_test_data): Likewise.
14159         (acos_test_downward): Likewise.
14160         (acos_upward_test_data): Likewise.
14161         (acos_test_upward): Likewise.
14162         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14163         (asin_test_data): Likewise.
14164         (asin_test): Use ALL_RM_TEST.
14165         (asin_tonearest_test_data): Remove.
14166         (asin_test_tonearest): Likewise.
14167         (asin_towardzero_test_data): Likewise.
14168         (asin_test_towardzero): Likewise.
14169         (asin_downward_test_data): Likewise.
14170         (asin_test_downward): Likewise.
14171         (asin_upward_test_data): Likewise.
14172         (asin_test_upward): Likewise.
14173         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14174         (atan_test_data): Likewise.
14175         (atanh_test_data): Likewise.
14176         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14177         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14178         (carg_test_data): Likewise.
14179         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14180         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14181         (ccosh_test_data): Likewise.
14182         (cexp_test_data): Likewise.
14183         (clog_test_data): Likewise.
14184         (clog10_test_data): Likewise.
14185         (cos_test_data): Update call to AUTO_TESTS_f_f.
14186         (cos_test): Use ALL_RM_TEST.
14187         (cos_tonearest_test_data): Remove.
14188         (cos_test_tonearest): Likewise.
14189         (cos_towardzero_test_data): Likewise.
14190         (cos_test_towardzero): Likewise.
14191         (cos_downward_test_data): Likewise.
14192         (cos_test_downward): Likewise.
14193         (cos_upward_test_data): Likewise.
14194         (cos_test_upward): Likewise.
14195         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14196         (cosh_test): Use ALL_RM_TEST.
14197         (cosh_tonearest_test_data): Remove.
14198         (cosh_test_tonearest): Likewise.
14199         (cosh_towardzero_test_data): Likewise.
14200         (cosh_test_towardzero): Likewise.
14201         (cosh_downward_test_data): Likewise.
14202         (cosh_test_downward): Likewise.
14203         (cosh_upward_test_data): Likewise.
14204         (cosh_test_upward): Likewise.
14205         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14206         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14207         (ctan_test_data): Likewise.
14208         (ctan_test): Use ALL_RM_TEST.
14209         (ctan_tonearest_test_data): Remove.
14210         (ctan_test_tonearest): Likewise.
14211         (ctan_towardzero_test_data): Likewise.
14212         (ctan_test_towardzero): Likewise.
14213         (ctan_downward_test_data): Likewise.
14214         (ctan_test_downward): Likewise.
14215         (ctan_upward_test_data): Likewise.
14216         (ctan_test_upward): Likewise.
14217         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14218         (ctanh_test): Use ALL_RM_TEST.
14219         (ctanh_tonearest_test_data): Remove.
14220         (ctanh_test_tonearest): Likewise.
14221         (ctanh_towardzero_test_data): Likewise.
14222         (ctanh_test_towardzero): Likewise.
14223         (ctanh_downward_test_data): Likewise.
14224         (ctanh_test_downward): Likewise.
14225         (ctanh_upward_test_data): Likewise.
14226         (ctanh_test_upward): Likewise.
14227         (erf_test_data): Update call to AUTO_TESTS_f_f.
14228         (erfc_test_data): Likewise.
14229         (exp_test_data): Likewise.
14230         (exp_test): Use ALL_RM_TEST.
14231         (exp_tonearest_test_data): Remove.
14232         (exp_test_tonearest): Likewise.
14233         (exp_towardzero_test_data): Likewise.
14234         (exp_test_towardzero): Likewise.
14235         (exp_downward_test_data): Likewise.
14236         (exp_test_downward): Likewise.
14237         (exp_upward_test_data): Likewise.
14238         (exp_test_upward): Likewise.
14239         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14240         (exp10_test): Use ALL_RM_TEST.
14241         (exp10_tonearest_test_data): Remove.
14242         (exp10_test_tonearest): Likewise.
14243         (exp10_towardzero_test_data): Likewise.
14244         (exp10_test_towardzero): Likewise.
14245         (exp10_downward_test_data): Likewise.
14246         (exp10_test_downward): Likewise.
14247         (exp10_upward_test_data): Likewise.
14248         (exp10_test_upward): Likewise.
14249         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14250         (expm1_test_data): Likewise.
14251         (expm1_test): Use ALL_RM_TEST.
14252         (expm1_tonearest_test_data): Remove.
14253         (expm1_test_tonearest): Likewise.
14254         (expm1_towardzero_test_data): Likewise.
14255         (expm1_test_towardzero): Likewise.
14256         (expm1_downward_test_data): Likewise.
14257         (expm1_test_downward): Likewise.
14258         (expm1_upward_test_data): Likewise.
14259         (expm1_test_upward): Likewise.
14260         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14261         (fma_test): Use ALL_RM_TEST.
14262         (fma_towardzero_test_data): Remove.
14263         (fma_test_towardzero): Likewise.
14264         (fma_downward_test_data): Likewise.
14265         (fma_test_downward): Likewise.
14266         (fma_upward_test_data): Likewise.
14267         (fma_test_upward): Likewise.
14268         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14269         (j0_test_data): Update call to AUTO_TESTS_f_f.
14270         (j1_test_data): Likewise.
14271         (jn_test_data): Update call to AUTO_TESTS_if_f.
14272         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14273         (log_test_data): Update call to AUTO_TESTS_f_f.
14274         (log10_test_data): Likewise.
14275         (log1p_test_data): Likewise.
14276         (log2_test_data): Likewise.
14277         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14278         (pow_tonearest_test_data): Likewise.
14279         (sin_test_data): Update call to AUTO_TESTS_f_f.
14280         (sin_test): Use ALL_RM_TEST.
14281         (sin_tonearest_test_data): Remove.
14282         (sin_test_tonearest): Likewise.
14283         (sin_towardzero_test_data): Likewise.
14284         (sin_test_towardzero): Likewise.
14285         (sin_downward_test_data): Likewise.
14286         (sin_test_downward): Likewise.
14287         (sin_upward_test_data): Likewise.
14288         (sin_test_upward): Likewise.
14289         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14290         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14291         (sinh_test): Use ALL_RM_TEST.
14292         (sinh_tonearest_test_data): Remove.
14293         (sinh_test_tonearest): Likewise.
14294         (sinh_towardzero_test_data): Likewise.
14295         (sinh_test_towardzero): Likewise.
14296         (sinh_downward_test_data): Likewise.
14297         (sinh_test_downward): Likewise.
14298         (sinh_upward_test_data): Likewise.
14299         (sinh_test_upward): Likewise.
14300         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14301         (sqrt_test): Use ALL_RM_TEST.
14302         (sqrt_tonearest_test_data): Remove.
14303         (sqrt_test_tonearest): Likewise.
14304         (sqrt_towardzero_test_data): Likewise.
14305         (sqrt_test_towardzero): Likewise.
14306         (sqrt_downward_test_data): Likewise.
14307         (sqrt_test_downward): Likewise.
14308         (sqrt_upward_test_data): Likewise.
14309         (sqrt_test_upward): Likewise.
14310         (tan_test_data): Update call to AUTO_TESTS_f_f.
14311         (tan_test): Use ALL_RM_TEST.
14312         (tan_tonearest_test_data): Remove.
14313         (tan_test_tonearest): Likewise.
14314         (tan_towardzero_test_data): Likewise.
14315         (tan_test_towardzero): Likewise.
14316         (tan_downward_test_data): Likewise.
14317         (tan_test_downward): Likewise.
14318         (tan_upward_test_data): Likewise.
14319         (tan_test_upward): Likewise.
14320         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14321         (tgamma_test_data): Likewise.
14322         (y0_test_data): Likewise.
14323         (y1_test_data): Likewise.
14324         (yn_test_data): Update call to AUTO_TESTS_if_f.
14325         (main): Do not call removed functions.
14327 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14329         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14330         (ldexp_test_data): Remove.
14331         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14332         scalbn_test_data.
14333         (scalb_test): Use ALL_RM_TEST.
14335 2014-03-19  Andreas Schwab  <schwab@suse.de>
14337         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14339 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14341         [BZ #16649]
14342         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14343         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14344         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14345         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14346         (__ASSUME_PREADV): Undefine.
14347         (__ASSUME_PWRITEV): Likewise.
14349 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14351         * bits/mman-linux.h: Add comment about non-Linux use.
14352         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14353         bits/mman-linux.h resting place.
14355         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14356         * bits/mman-linux.h: ... here.
14358 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14360         * conform/conformtest.pl: Add standard definition when calling C
14361         preprocessor on data files.
14362         (checknamespace): Remove unused variable.
14364 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14366         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14367         minus_oflow, plus_uflow and minus_uflow in expected results.
14368         * math/libm-test.inc (scalbn_test_data): Add more tests of
14369         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14370         minus_uflow.
14371         (scalbn_test): Use ALL_RM_TEST.
14372         (scalbln_test_data): Add more tests of negative arguments.  Use
14373         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14374         (scalbln_test): Use ALL_RM_TEST.
14376 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14378         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14380 2014-03-18  Will Newton  <will.newton@linaro.org>
14382         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14383         inaccurate comment.
14385 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14387         * Makerules [!subdir] (check-abi): Exit with error status if a
14388         test failed.
14390 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14392         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14393         for rint.  Include results for all rounding modes.
14394         (nearbyint_test): Use ALL_RM_TEST.
14395         (rint_test_data): Include all tests used for nearbyint.
14397 2014-03-17  Will Newton  <will.newton@linaro.org>
14399         * nptl/sysdeps/pthread/pthread.h: Revert previous
14400         change.
14402         * sysdeps/generic/ldsodefs.h: Revert previous
14403         change.
14405         * libio/genops.c: Revert previous change.
14406         * libio/libioP.h: Likewise.
14407         * stdio-common/vfprintf.c: Likewise.
14409         * sysdeps/generic/math_private.h: Revert previous
14410         change.
14412         * sysdeps/generic/math_private.h: Check whether
14413         HAVE_RM_CTX is defined with #ifdef rather
14414         than #if.
14416         * argp/argp-fmtstream.h: Check whether
14417         __STRICT_ANSI__ is defined with #ifdef rather
14418         than #if.
14419         * argp/argp.h: Likewise.
14421         * libio/genops.c: Check whether
14422         _IO_JUMPS_OFFSET is defined with #ifdef rather
14423         than #if.
14424         * libio/libioP.h: Likewise.
14425         * stdio-common/vfprintf.c: Likewise.
14427         * sysdeps/generic/ldsodefs.h: Check whether
14428         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14429         than #if.
14431         * nptl/sysdeps/pthread/pthread.h: Check
14432         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14433         its value.
14435 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14437         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14438         setting O_APPEND.
14439         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14440         test case.
14442         [BZ #16680]
14443         * libio/fileops.c (_IO_file_open): Seek to end of file but
14444         don't cache the offset.
14445         (get_file_offset): Remove function.
14446         (do_ftell): Use cached offset when available.
14447         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14448         don't cache the offset.
14449         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14450         case.
14451         (do_one_test): Call it.
14452         (do_ftell_test): Fix up expected old offset for a+ mode.
14453         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14454         available.
14456         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14457         up test status with function return status.
14458         (do_write_test): Likewise.
14459         (do_append_test): Likewise.
14461         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14462         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14463         Remove.
14465 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14467         * math/gen-libm-test.pl (parse_args): Handle results specified for
14468         each rounding mode separately.
14469         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14470         tests and results from lrint_tonearest_test_data,
14471         lrint_towardzero_test_data, lrint_downward_test_data and
14472         lrint_upward_test_data.
14473         (lrint_test): Use ALL_RM_TEST.
14474         (lrint_tonearest_test_data): Remove.
14475         (lrint_test_tonearest): Likewise.
14476         (lrint_towardzero_test_data): Likewise.
14477         (lrint_test_towardzero): Likewise.
14478         (lrint_downward_test_data): Likewise.
14479         (lrint_test_downward): Likewise.
14480         (lrint_upward_test_data): Likewise.
14481         (lrint_test_upward): Likewise.
14482         (llrint_test_data): Merge in per-rounding-mode tests and results
14483         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14484         llrint_downward_test_data and llrint_upward_test_data.
14485         (llrint_test): Use ALL_RM_TEST.
14486         (llrint_tonearest_test_data): Remove.
14487         (llrint_test_tonearest): Likewise.
14488         (llrint_towardzero_test_data): Likewise.
14489         (llrint_test_towardzero): Likewise.
14490         (llrint_downward_test_data): Likewise.
14491         (llrint_test_downward): Likewise.
14492         (llrint_upward_test_data): Likewise.
14493         (llrint_test_upward): Likewise.
14494         (rint_test_data): Merge in per-rounding-mode tests and results
14495         from rint_tonearest_test_data, rint_towardzero_test_data,
14496         rint_downward_test_data and rint_upward_test_data.  Add
14497         per-rounding-mode results for tests not in those arrays.
14498         (rint_test): Use ALL_RM_TEST.
14499         (rint_tonearest_test_data): Remove.
14500         (rint_test_tonearest): Likewise.
14501         (rint_towardzero_test_data): Likewise.
14502         (rint_test_towardzero): Likewise.
14503         (rint_downward_test_data): Likewise.
14504         (rint_test_downward): Likewise.
14505         (rint_upward_test_data): Likewise.
14506         (rint_test_upward): Likewise.
14507         (main): Don't call removed functions.
14509 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14511         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14512         "Compiled on ..." crapola.  It is anti-useful.
14514 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14516         * scripts/evaluate-test.sh: Handle fourth argument to determine
14517         whether test run should stop on failure.
14518         * Makeconfig (stop-on-test-failure): New variable.
14519         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14520         $(stop-on-test-failure).
14521         * Makefile (tests): Give a summary of results from testing and
14522         exit with failure status if they include an ERROR or FAIL.
14523         (xtests): Likewise.
14524         * manual/install.texi (Configuring and compiling): Mention
14525         stop-on-test-failure=y.
14526         * INSTALL: Regenerated.
14528 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14530         * scripts/versionlist.awk: New file.
14531         * Makerules [$(build-shared) = yes]
14532         (postclean-generated): Add Versions.def, not Versions.def.v and
14533         Versions.def.v.i.
14534         ($(common-objpfx)Versions.def.v.i): Target removed.
14535         ($(common-objpfx)Versions.def): New target.
14536         ($(common-objpfx)Versions.all): Depend on that rather that
14537         $(common-objpfx)Versions.def.v.
14538         * Versions.def: File removed.
14540         * Makeconfig (+gccwarn): Add -Wundef.
14541         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14542         a dl-sysdep.h breaking its contract.
14543         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14544         * include/stackinfo.h: New file.
14545         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14546         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14547         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14548         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14549         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14550         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14551         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14552         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14553         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14554         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14555         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14556         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14557         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14558         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14559         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14561 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14563         [BZ #16707]
14564         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14565         implementation.
14566         * math/libm-test.inc (round_test_data): Add more tests.
14568         [BZ #16706]
14569         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14570         implementation.
14571         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14573         [BZ #16701]
14574         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14575         implementation.
14576         * math/libm-test.inc (ceil_test_data): Add more tests.
14578         * math/libm-test.inc (trunc_test_data): Add more tests related to
14579         BZ#16414.
14581 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14583         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14584         with #if rather than #ifdef.
14585         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14587 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14589         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14590         first.  Disable AVX-512 GCC support if assembler doesn't support
14591         it.
14592         * sysdeps/x86_64/configure: Regenerated.
14594 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14596         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14597         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14598         (__old_pthread_attr_setstack): Likewise.
14599         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14600         [!_STACK_GROWS_DOWN]: Likewise.
14602 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14604         * config.make.in (have-bash2): Delete.
14605         * configure.ac (libc_cv_have_bash2): Delete.
14606         * configure: Regenerate.
14607         * elf/Makefile (common-ldd-rewrite): Rename to ...
14608         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14609         (sh-ldd-rewrite): Delete.
14610         (bash-ldd-rewrite): Delete.
14611         (have-bash2): Delete checks.
14612         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14613         ldd-rewrite.
14615         * config.make.in (have-ksh): Delete.
14616         (KSH): Delete.
14617         * configure.ac (libc_cv_have_ksh): Delete.
14618         * configure: Regenerate.
14620         * elf/Makefile: Delete $(have-ksh) check.
14621         ($(objpfx)sotruss): Change KSH to BASH.
14622         * elf/sotruss.ksh: Rename to ...
14623         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14624         function style to match POSIX.  Drop ksh vim mode setting.
14626         * manual/time.texi (Specifying the Time Zone with TZ): Change
14627         Tuesday to Thursday.
14629         * debug/tst-longjmp_chk2.c: Update header comment.
14630         (stackoverflow_handler): Add comment.  Call assert on pass value.
14632 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14634         [BZ #16194]
14635         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14636         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14637         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14638         (La_x86_64_vector): Add zmm.
14639         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14640         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14641         ($(objpfx)tst-audit10): New target.
14642         ($(objpfx)tst-audit10.out): Likewise.
14643         (tst-audit10-ENV): New.
14644         (AVX512-CFLAGS): Likewise.
14645         (CFLAGS-tst-audit10.c): Likewise.
14646         (CFLAGS-tst-auditmod10a.c): Likewise.
14647         (CFLAGS-tst-auditmod10b.c): Likewise.
14648         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14649         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14650         * sysdeps/x86_64/configure: Regenerated.
14651         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14652         AVX-512 zmm register support.
14653         (_dl_x86_64_save_sse): Likewise.
14654         (_dl_x86_64_restore_sse): Likewise.
14655         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14656         size vector registers.
14657         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14658         (ZMM_SIZE): Likewise.
14659         * sysdeps/x86_64/tst-audit10.c: New file.
14660         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14661         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14663 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14665         * configure.ac (HAVE_EHDR_START): New check.
14666         * configure: Regenerated.
14667         * config.h.in (HAVE_EHDR_START): New #undef.
14668         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14669         assuming the lowest-addressed segment maps the start of the file.
14671 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14673         * INSTALL: Regenerated.
14675 2014-03-13  Will Newton  <will.newton@linaro.org>
14677         * manual/setjmp.texi (System V contexts): Improve
14678         clarity and grammar of documentation.
14680 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14682         [BZ #16381]
14683         * elf/Makefile (tests): Add tst-pie2.
14684         (tests-pie): Add tst-pie2.
14685         * elf/tst-pie2.c: New file.
14686         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14687         for ET_EXEC.
14688         * elf/rtld.c (map_doit): Load executable as lt_executable.
14689         (dl_main): Likewise.
14691 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14693         [BZ #16642]
14694         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14695         (__ASSUME_PSELECT): Undefine.
14697 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14699         [BZ #16689]
14700         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14701         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14702         static build.
14703         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14704         selector for static builds.
14706 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14708         [BZ #16695]
14709         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14710         key in the buffer.
14712 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14714         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14715         IFUNC selector for static builds.
14717 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14719         * sysdeps/mips/math_private.h [__mips_hard_float]
14720         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14721         libc_feresetround_mips_ctx.
14722         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14723         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14724         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14726         [BZ #16677]
14727         * math/s_nextafter.c (__nextafter): Do not return value from
14728         overflowing computation.
14729         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14730         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14731         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14732         Likewise.
14733         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14734         Likewise.
14735         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14736         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14738 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14740         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14741         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14742         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14743         the new mov targetting sp.
14745 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14747         [BZ #16683]
14748         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14749         Define it for static builds as well.
14750         (NO_BZERO_IMPL): Likewise.
14752 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14754         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14755         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14756         multiarch strspn for PPC64.
14757         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14758         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14759         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14760         (__libc_ifunc_impl_list): Likewise.
14761         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14762         multiarch optimizations
14763         * string/strspn.c (strspn): Using macro to redefine symbol name.
14765 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14766             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14768         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14769         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14770         multiarch strncat for PPC64.
14771         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14772         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14773         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14774         (__libc_ifunc_impl_list): Likewise.
14775         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14776         multiarch optimizations
14778 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14780         [BZ #16639]
14781         * nscd/nscd.service: Make service type forking.
14783 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14785         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14786         sign in non default rounding modes.
14787         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14789 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14791         * math/libm-test.inc (ALL_RM_TEST): New macro.
14792         (ceil_test): Use ALL_RM_TEST.
14793         (cimag_test): Likewise.
14794         (conj_test): Likewise.
14795         (copysign_test): Likewise.
14796         (cproj_test): Likewise.
14797         (creal_test): Likewise.
14798         (fabs_test): Likewise.
14799         (floor_test): Likewise.
14800         (fmax_test): Likewise.
14801         (fmin_test): Likewise.
14802         (fmod_test): Likewise.
14803         (fpclassify_test): Likewise.
14804         (frexp_test): Likewise.
14805         (ilogb_test): Likewise.
14806         (isfinite_test): Likewise.
14807         (finite_test): Likewise.
14808         (isgreater_test): Likewise.
14809         (isgreaterequal_test): Likewise.
14810         (isinf_test): Likewise.
14811         (isless_test): Likewise.
14812         (islessequal_test): Likewise.
14813         (islessgreater_test): Likewise.
14814         (isnan_test): Likewise.
14815         (isnormal_test): Likewise.
14816         (issignaling_test): Likewise.
14817         (isunordered_test): Likewise.
14818         (logb_test): Likewise.
14819         (logb_downward_test_data): Remove.
14820         (logb_test_downward): Likewise.
14821         (lround_test): Use ALL_RM_TEST.
14822         (llround_test): Likewise.
14823         (modf_test): Likewise.
14824         (nexttoward_test): Likewise.
14825         (remainder_test): Likewise.
14826         (drem_test): Likewise.
14827         (remainder_tonearest_test_data): Likewise.
14828         (remainder_test_tonearest): Likewise.
14829         (drem_test_tonearest): Likewise.
14830         (remainder_towardzero_test_data): Likewise.
14831         (remainder_test_towardzero): Likewise.
14832         (drem_test_towardzero): Likewise.
14833         (remainder_downward_test_data): Likewise.
14834         (remainder_test_downward): Likewise.
14835         (drem_test_downward): Likewise.
14836         (remainder_upward_test_data): Likewise.
14837         (remainder_test_upward): Likewise.
14838         (drem_test_upward): Likewise.
14839         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14840         (round_test): Use ALL_RM_TEST.
14841         (signbit_test): Likewise.
14842         (trunc_test): Likewise.
14843         (significand_test): Likewise.
14844         (main): Don't call removed functions.
14846 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14848         [BZ #16674]
14849         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14850         || __USE_XOPEN2K8].
14851         (ILL_ILLOPN): Likewise.
14852         (ILL_ILLADR): Likewise.
14853         (ILL_ILLTRP): Likewise.
14854         (ILL_PRVOPC): Likewise.
14855         (ILL_PRVREG): Likewise.
14856         (ILL_COPROC): Likewise.
14857         (ILL_BADSTK): Likewise.
14858         (FPE_INTDIV): Likewise.
14859         (FPE_INTOVF): Likewise.
14860         (FPE_FLTDIV): Likewise.
14861         (FPE_FLTOVF): Likewise.
14862         (FPE_FLTUND): Likewise.
14863         (FPE_FLTRES): Likewise.
14864         (FPE_FLTINV): Likewise.
14865         (FPE_FLTSUB): Likewise.
14866         (SEGV_MAPERR): Likewise.
14867         (SEGV_ACCERR): Likewise.
14868         (BUS_ADRALN): Likewise.
14869         (BUS_ADRERR): Likewise.
14870         (BUS_OBJERR): Likewise.
14871         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14872         (TRAP_TRACE): Likewise.
14873         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14874         __USE_XOPEN2K8].
14875         (CLD_KILLED): Likewise.
14876         (CLD_DUMPED): Likewise.
14877         (CLD_TRAPPED): Likewise.
14878         (CLD_STOPPED): Likewise.
14879         (CLD_CONTINUED): Likewise.
14880         (POLL_IN): Likewise.
14881         (POLL_OUT): Likewise.
14882         (POLL_MSG): Likewise.
14883         (POLL_ERR): Likewise.
14884         (POLL_PRI): Likewise.
14885         (POLL_HUP): Likewise.
14886         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14887         Likewise.
14888         (ILL_ILLOPN): Likewise.
14889         (ILL_ILLADR): Likewise.
14890         (ILL_ILLTRP): Likewise.
14891         (ILL_PRVOPC): Likewise.
14892         (ILL_PRVREG): Likewise.
14893         (ILL_COPROC): Likewise.
14894         (ILL_BADSTK): Likewise.
14895         (FPE_INTDIV): Likewise.
14896         (FPE_INTOVF): Likewise.
14897         (FPE_FLTDIV): Likewise.
14898         (FPE_FLTOVF): Likewise.
14899         (FPE_FLTUND): Likewise.
14900         (FPE_FLTRES): Likewise.
14901         (FPE_FLTINV): Likewise.
14902         (FPE_FLTSUB): Likewise.
14903         (SEGV_MAPERR): Likewise.
14904         (SEGV_ACCERR): Likewise.
14905         (BUS_ADRALN): Likewise.
14906         (BUS_ADRERR): Likewise.
14907         (BUS_OBJERR): Likewise.
14908         (BUS_MCEERR_AR): Likewise.
14909         (BUS_MCEERR_AO): Likewise.
14910         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14911         (TRAP_TRACE): Likewise.
14912         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14913         __USE_XOPEN2K8].
14914         (CLD_KILLED): Likewise.
14915         (CLD_DUMPED): Likewise.
14916         (CLD_TRAPPED): Likewise.
14917         (CLD_STOPPED): Likewise.
14918         (CLD_CONTINUED): Likewise.
14919         (POLL_IN): Likewise.
14920         (POLL_OUT): Likewise.
14921         (POLL_MSG): Likewise.
14922         (POLL_ERR): Likewise.
14923         (POLL_PRI): Likewise.
14924         (POLL_HUP): Likewise.
14925         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14926         (ILL_ILLOPN): Likewise.
14927         (ILL_ILLADR): Likewise.
14928         (ILL_ILLTRP): Likewise.
14929         (ILL_PRVOPC): Likewise.
14930         (ILL_PRVREG): Likewise.
14931         (ILL_COPROC): Likewise.
14932         (ILL_BADSTK): Likewise.
14933         (FPE_INTDIV): Likewise.
14934         (FPE_INTOVF): Likewise.
14935         (FPE_FLTDIV): Likewise.
14936         (FPE_FLTOVF): Likewise.
14937         (FPE_FLTUND): Likewise.
14938         (FPE_FLTRES): Likewise.
14939         (FPE_FLTINV): Likewise.
14940         (FPE_FLTSUB): Likewise.
14941         (SEGV_MAPERR): Likewise.
14942         (SEGV_ACCERR): Likewise.
14943         (BUS_ADRALN): Likewise.
14944         (BUS_ADRERR): Likewise.
14945         (BUS_OBJERR): Likewise.
14946         (BUS_MCEERR_AR): Likewise.
14947         (BUS_MCEERR_AO): Likewise.
14948         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14949         (TRAP_TRACE): Likewise.
14950         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14951         __USE_XOPEN2K8].
14952         (CLD_KILLED): Likewise.
14953         (CLD_DUMPED): Likewise.
14954         (CLD_TRAPPED): Likewise.
14955         (CLD_STOPPED): Likewise.
14956         (CLD_CONTINUED): Likewise.
14957         (POLL_IN): Likewise.
14958         (POLL_OUT): Likewise.
14959         (POLL_MSG): Likewise.
14960         (POLL_ERR): Likewise.
14961         (POLL_PRI): Likewise.
14962         (POLL_HUP): Likewise.
14963         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14964         Likewise.
14965         (ILL_ILLOPN): Likewise.
14966         (ILL_ILLADR): Likewise.
14967         (ILL_ILLTRP): Likewise.
14968         (ILL_PRVOPC): Likewise.
14969         (ILL_PRVREG): Likewise.
14970         (ILL_COPROC): Likewise.
14971         (ILL_BADSTK): Likewise.
14972         (ILL_BADIADDR): Likewise.
14973         (ILL_BREAK): Likewise.
14974         (FPE_INTDIV): Likewise.
14975         (FPE_INTOVF): Likewise.
14976         (FPE_FLTDIV): Likewise.
14977         (FPE_FLTOVF): Likewise.
14978         (FPE_FLTUND): Likewise.
14979         (FPE_FLTRES): Likewise.
14980         (FPE_FLTINV): Likewise.
14981         (FPE_FLTSUB): Likewise.
14982         (FPE_DECOVF): Likewise.
14983         (FPE_DECDIV): Likewise.
14984         (FPE_DECERR): Likewise.
14985         (FPE_INVASC): Likewise.
14986         (FPE_INVDEC): Likewise.
14987         (SEGV_MAPERR): Likewise.
14988         (SEGV_ACCERR): Likewise.
14989         (SEGV_PSTKOVF): Likewise.
14990         (BUS_ADRALN): Likewise.
14991         (BUS_ADRERR): Likewise.
14992         (BUS_OBJERR): Likewise.
14993         (BUS_MCEERR_AR): Likewise.
14994         (BUS_MCEERR_AO): Likewise.
14995         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14996         (TRAP_TRACE): Likewise.
14997         (TRAP_BRANCH): Likewise.
14998         (TRAP_HWBKPT): Likewise.
14999         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15000         __USE_XOPEN2K8].
15001         (CLD_KILLED): Likewise.
15002         (CLD_DUMPED): Likewise.
15003         (CLD_TRAPPED): Likewise.
15004         (CLD_STOPPED): Likewise.
15005         (CLD_CONTINUED): Likewise.
15006         (POLL_IN): Likewise.
15007         (POLL_OUT): Likewise.
15008         (POLL_MSG): Likewise.
15009         (POLL_ERR): Likewise.
15010         (POLL_PRI): Likewise.
15011         (POLL_HUP): Likewise.
15012         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15013         (ILL_ILLOPN): Likewise.
15014         (ILL_ILLADR): Likewise.
15015         (ILL_ILLTRP): Likewise.
15016         (ILL_PRVOPC): Likewise.
15017         (ILL_PRVREG): Likewise.
15018         (ILL_COPROC): Likewise.
15019         (ILL_BADSTK): Likewise.
15020         (FPE_INTDIV): Likewise.
15021         (FPE_INTOVF): Likewise.
15022         (FPE_FLTDIV): Likewise.
15023         (FPE_FLTOVF): Likewise.
15024         (FPE_FLTUND): Likewise.
15025         (FPE_FLTRES): Likewise.
15026         (FPE_FLTINV): Likewise.
15027         (FPE_FLTSUB): Likewise.
15028         (SEGV_MAPERR): Likewise.
15029         (SEGV_ACCERR): Likewise.
15030         (BUS_ADRALN): Likewise.
15031         (BUS_ADRERR): Likewise.
15032         (BUS_OBJERR): Likewise.
15033         (BUS_MCEERR_AR): Likewise.
15034         (BUS_MCEERR_AO): Likewise.
15035         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15036         (TRAP_TRACE): Likewise.
15037         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15038         __USE_XOPEN2K8].
15039         (CLD_KILLED): Likewise.
15040         (CLD_DUMPED): Likewise.
15041         (CLD_TRAPPED): Likewise.
15042         (CLD_STOPPED): Likewise.
15043         (CLD_CONTINUED): Likewise.
15044         (POLL_IN): Likewise.
15045         (POLL_OUT): Likewise.
15046         (POLL_MSG): Likewise.
15047         (POLL_ERR): Likewise.
15048         (POLL_PRI): Likewise.
15049         (POLL_HUP): Likewise.
15050         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15051         (ILL_ILLOPN): Likewise.
15052         (ILL_ILLADR): Likewise.
15053         (ILL_ILLTRP): Likewise.
15054         (ILL_PRVOPC): Likewise.
15055         (ILL_PRVREG): Likewise.
15056         (ILL_COPROC): Likewise.
15057         (ILL_BADSTK): Likewise.
15058         (FPE_INTDIV): Likewise.
15059         (FPE_INTOVF): Likewise.
15060         (FPE_FLTDIV): Likewise.
15061         (FPE_FLTOVF): Likewise.
15062         (FPE_FLTUND): Likewise.
15063         (FPE_FLTRES): Likewise.
15064         (FPE_FLTINV): Likewise.
15065         (FPE_FLTSUB): Likewise.
15066         (SEGV_MAPERR): Likewise.
15067         (SEGV_ACCERR): Likewise.
15068         (BUS_ADRALN): Likewise.
15069         (BUS_ADRERR): Likewise.
15070         (BUS_OBJERR): Likewise.
15071         (BUS_MCEERR_AR): Likewise.
15072         (BUS_MCEERR_AO): Likewise.
15073         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15074         (TRAP_TRACE): Likewise.
15075         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15076         __USE_XOPEN2K8].
15077         (CLD_KILLED): Likewise.
15078         (CLD_DUMPED): Likewise.
15079         (CLD_TRAPPED): Likewise.
15080         (CLD_STOPPED): Likewise.
15081         (CLD_CONTINUED): Likewise.
15082         (POLL_IN): Likewise.
15083         (POLL_OUT): Likewise.
15084         (POLL_MSG): Likewise.
15085         (POLL_ERR): Likewise.
15086         (POLL_PRI): Likewise.
15087         (POLL_HUP): Likewise.
15088         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15089         (ILL_ILLOPN): Likewise.
15090         (ILL_ILLADR): Likewise.
15091         (ILL_ILLTRP): Likewise.
15092         (ILL_PRVOPC): Likewise.
15093         (ILL_PRVREG): Likewise.
15094         (ILL_COPROC): Likewise.
15095         (ILL_BADSTK): Likewise.
15096         (FPE_INTDIV): Likewise.
15097         (FPE_INTOVF): Likewise.
15098         (FPE_FLTDIV): Likewise.
15099         (FPE_FLTOVF): Likewise.
15100         (FPE_FLTUND): Likewise.
15101         (FPE_FLTRES): Likewise.
15102         (FPE_FLTINV): Likewise.
15103         (FPE_FLTSUB): Likewise.
15104         (SEGV_MAPERR): Likewise.
15105         (SEGV_ACCERR): Likewise.
15106         (BUS_ADRALN): Likewise.
15107         (BUS_ADRERR): Likewise.
15108         (BUS_OBJERR): Likewise.
15109         (BUS_MCEERR_AR): Likewise.
15110         (BUS_MCEERR_AO): Likewise.
15111         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15112         (TRAP_TRACE): Likewise.
15113         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15114         __USE_XOPEN2K8].
15115         (CLD_KILLED): Likewise.
15116         (CLD_DUMPED): Likewise.
15117         (CLD_TRAPPED): Likewise.
15118         (CLD_STOPPED): Likewise.
15119         (CLD_CONTINUED): Likewise.
15120         (POLL_IN): Likewise.
15121         (POLL_OUT): Likewise.
15122         (POLL_MSG): Likewise.
15123         (POLL_ERR): Likewise.
15124         (POLL_PRI): Likewise.
15125         (POLL_HUP): Likewise.
15126         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15127         (ILL_ILLOPN): Likewise.
15128         (ILL_ILLADR): Likewise.
15129         (ILL_ILLTRP): Likewise.
15130         (ILL_PRVOPC): Likewise.
15131         (ILL_PRVREG): Likewise.
15132         (ILL_COPROC): Likewise.
15133         (ILL_BADSTK): Likewise.
15134         (ILL_DBLFLT): Likewise.
15135         (ILL_HARDWALL): Likewise.
15136         (FPE_INTDIV): Likewise.
15137         (FPE_INTOVF): Likewise.
15138         (FPE_FLTDIV): Likewise.
15139         (FPE_FLTOVF): Likewise.
15140         (FPE_FLTUND): Likewise.
15141         (FPE_FLTRES): Likewise.
15142         (FPE_FLTINV): Likewise.
15143         (FPE_FLTSUB): Likewise.
15144         (SEGV_MAPERR): Likewise.
15145         (SEGV_ACCERR): Likewise.
15146         (BUS_ADRALN): Likewise.
15147         (BUS_ADRERR): Likewise.
15148         (BUS_OBJERR): Likewise.
15149         (BUS_MCEERR_AR): Likewise.
15150         (BUS_MCEERR_AO): Likewise.
15151         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15152         (TRAP_TRACE): Likewise.
15153         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15154         __USE_XOPEN2K8].
15155         (CLD_KILLED): Likewise.
15156         (CLD_DUMPED): Likewise.
15157         (CLD_TRAPPED): Likewise.
15158         (CLD_STOPPED): Likewise.
15159         (CLD_CONTINUED): Likewise.
15160         (POLL_IN): Likewise.
15161         (POLL_OUT): Likewise.
15162         (POLL_MSG): Likewise.
15163         (POLL_ERR): Likewise.
15164         (POLL_PRI): Likewise.
15165         (POLL_HUP): Likewise.
15166         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15167         (ILL_ILLOPN): Likewise.
15168         (ILL_ILLADR): Likewise.
15169         (ILL_ILLTRP): Likewise.
15170         (ILL_PRVOPC): Likewise.
15171         (ILL_PRVREG): Likewise.
15172         (ILL_COPROC): Likewise.
15173         (ILL_BADSTK): Likewise.
15174         (FPE_INTDIV): Likewise.
15175         (FPE_INTOVF): Likewise.
15176         (FPE_FLTDIV): Likewise.
15177         (FPE_FLTOVF): Likewise.
15178         (FPE_FLTUND): Likewise.
15179         (FPE_FLTRES): Likewise.
15180         (FPE_FLTINV): Likewise.
15181         (FPE_FLTSUB): Likewise.
15182         (SEGV_MAPERR): Likewise.
15183         (SEGV_ACCERR): Likewise.
15184         (BUS_ADRALN): Likewise.
15185         (BUS_ADRERR): Likewise.
15186         (BUS_OBJERR): Likewise.
15187         (BUS_MCEERR_AR): Likewise.
15188         (BUS_MCEERR_AO): Likewise.
15189         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15190         (TRAP_TRACE): Likewise.
15191         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15192         __USE_XOPEN2K8].
15193         (CLD_KILLED): Likewise.
15194         (CLD_DUMPED): Likewise.
15195         (CLD_TRAPPED): Likewise.
15196         (CLD_STOPPED): Likewise.
15197         (CLD_CONTINUED): Likewise.
15198         (POLL_IN): Likewise.
15199         (POLL_OUT): Likewise.
15200         (POLL_MSG): Likewise.
15201         (POLL_ERR): Likewise.
15202         (POLL_PRI): Likewise.
15203         (POLL_HUP): Likewise.
15204         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15205         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15207         [BZ #16670]
15208         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15209         before #include of <time.h>.
15210         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15211         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15212         (test-xfail-UNIX98/sched.h/conform): Likewise.
15214 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15216         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15217         error absence of trapping exception support.
15218         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15220 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15222         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15223         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15224         * timezone/Makefile (testdata): Move definition above include of
15225         Rules.
15226         (test-zones): New variable.
15227         (tests-special): Add zone files.
15228         (build-testdata): Use $(evaluate-test).
15230         * elf/Makefile (tests-special): Rename tests to end with .out.
15231         ($(objpfx)noload-mem): Likewise.
15232         ($(objpfx)tst-leaks1-mem): Likewise.
15233         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15234         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15235         $(objpfx)test-iconvconfig.out.
15236         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15237         set -e inside subshell and redirect output to file.
15238         * iconvdata/Makefile (generated): Rename tests to end with .out.
15239         Correct type.
15240         (tests-special): Rename tests to end with .out.
15241         ($(objpfx)mtrace-tst-loading): Likewise.
15242         * intl/Makefile (generated): Likewise.
15243         (tests-special): Likewise.
15244         ($(objpfx)mtrace-tst-gettext): Likewise.
15245         * misc/Makefile (generated): Likewise.
15246         (tests-special): Likewise.
15247         ($(objpfx)tst-error1-mem): Likewise.
15248         * nptl/Makefile (tests-special): Likewise.
15249         ($(objpfx)tst-stack3-mem): Likewise.
15250         (generated): Likewise.
15251         * posix/Makefile (generated): Likewise.
15252         (tests-special): Likewise.
15253         (xtests-special): Likewise.
15254         ($(objpfx)tst-fnmatch-mem): Likewise.
15255         ($(objpfx)bug-regex2-mem): Likewise.
15256         ($(objpfx)bug-regex14-mem): Likewise.
15257         ($(objpfx)bug-regex21-mem): Likewise.
15258         ($(objpfx)bug-regex31-mem): Likewise.
15259         ($(objpfx)tst-vfork3-mem): Likewise.
15260         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15261         ($(objpfx)tst-pcre-mem): Likewise.
15262         ($(objpfx)tst-boost-mem): Likewise.
15263         ($(objpfx)bug-ga2-mem): Likewise.
15264         ($(objpfx)bug-glob2-mem): Likewise.
15265         * resolv/Makefile (generate): Likewise.
15266         (tests-special): Likewise.
15267         (xtests-special): Likewise.
15268         (generated): Likewise.
15269         ($(objpfx)mtrace-tst-leaks): Likewise.
15270         ($(objpfx)mtrace-tst-leaks2): Likewise.
15272         * scripts/merge-test-results.sh: New file.
15273         * Makefile (tests-special-notdir): New variable.
15274         (tests): Run merge-test-results.sh.
15275         (xtests): Likewise.
15276         * Rules (tests-special-notdir): New variable.
15277         (xtests-special-notdir): Likewise.
15278         (tests): Run merge-test-results.sh
15279         (xtests): Likewise.
15281         * Makeconfig (test-xfail-name): New variable.
15282         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15283         compute variable name for expected failures.
15284         * conform/Makefile (conformtest-headers-data): New variable.
15285         (conformtest-standards): Likewise.
15286         (conformtest-headers-ISO): Likewise.
15287         (conformtest-headers-ISO99): Likewise.
15288         (conformtest-headers-ISO11): Likewise.
15289         (conformtest-headers-POSIX): Likewise.
15290         (conformtest-headers-XPG3): Likewise.
15291         (conformtest-headers-XPG4): Likewise.
15292         (conformtest-headers-UNIX98): Likewise.
15293         (conformtest-headers-XOPEN2K): Likewise.
15294         (conformtest-headers-POSIX2008): Likewise.
15295         (conformtest-headers-XOPEN2K8): Likewise.
15296         (conformtest-header-list-base): Likewise.
15297         (conformtest-header-list-tests): Likewise.
15298         (conformtest-header-base): Likewise.
15299         (conformtest-header-tests): Likewise.
15300         (tests-special): Add $(conformtest-header-list-tests).  If
15301         [$(fast-check) && !$(cross-compiling)], add
15302         $(conformtest-header-tests) instead of
15303         $(objpfx)run-conformtest.out.
15304         (generated): Add $(conformtest-header-list-base).  If
15305         [$(fast-check) && !$(cross-compiling)], add
15306         $(conformtest-header-base).  Remove previous setting.
15307         ($(conformtest-header-list-tests)): New target.
15308         (test-xfail-run-conformtest): Remove variable.
15309         ($(objpfx)run-conformtest.out): Remove target.
15310         (test-xfail-ISO11/complex.h/conform): New variable.
15311         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15312         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15313         (test-xfail-XPG3/varargs.h/conform): Likewise.
15314         (test-xfail-XPG4/varargs.h/conform): Likewise.
15315         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15316         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15317         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15318         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15319         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15320         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15321         (test-xfail-XPG3/ftw.h/conform): Likewise.
15322         (test-xfail-XPG3/grp.h/conform): Likewise.
15323         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15324         (test-xfail-XPG3/limits.h/conform): Likewise.
15325         (test-xfail-XPG3/pwd.h/conform): Likewise.
15326         (test-xfail-XPG3/search.h/conform): Likewise.
15327         (test-xfail-XPG3/signal.h/conform): Likewise.
15328         (test-xfail-XPG3/stdio.h/conform): Likewise.
15329         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15330         (test-xfail-XPG3/string.h/conform): Likewise.
15331         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15332         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15333         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15334         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15335         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15336         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15337         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15338         (test-xfail-XPG3/termios.h/conform): Likewise.
15339         (test-xfail-XPG3/time.h/conform): Likewise.
15340         (test-xfail-XPG3/unistd.h/conform): Likewise.
15341         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15342         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15343         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15344         (test-xfail-XPG4/netdb.h/conform): Likewise.
15345         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15346         (test-xfail-XPG4/signal.h/conform): Likewise.
15347         (test-xfail-XPG4/stdio.h/conform): Likewise.
15348         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15349         (test-xfail-XPG4/stropts.h/conform): Likewise.
15350         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15351         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15352         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15353         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15354         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15355         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15356         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15357         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15358         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15359         (test-xfail-XPG4/termios.h/conform): Likewise.
15360         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15361         (test-xfail-XPG4/unistd.h/conform): Likewise.
15362         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15363         (test-xfail-POSIX/sched.h/conform): Likewise.
15364         (test-xfail-POSIX/signal.h/conform): Likewise.
15365         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15366         (test-xfail-POSIX/tar.h/conform): Likewise.
15367         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15368         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15369         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15370         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15371         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15372         (test-xfail-UNIX98/sched.h/conform): Likewise.
15373         (test-xfail-UNIX98/signal.h/conform): Likewise.
15374         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15375         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15376         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15377         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15378         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15379         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15380         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15381         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15382         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15383         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15384         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15385         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15386         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15387         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15388         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15389         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15390         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15391         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15392         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15393         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15394         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15395         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15396         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15397         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15398         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15399         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15400         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15401         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15402         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15403         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15404         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15405         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15406         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15407         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15408         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15409         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15410         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15411         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15412         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15413         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15414         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15415         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15416         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15417         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15418         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15419         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15420         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15421         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15422         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15423         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15424         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15425         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15426         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15427         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15428         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15429         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15430         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15431         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15432         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15433         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15434         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15435         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15436         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15437         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15438         (conformtest-cc-flags): Likewise.
15439         ($(conformtest-header-tests): New target.
15440         * conform/check-header-lists.sh: New file.
15441         * conform/run-conformtest.sh: Remove.
15443         * conform/conformtest.pl: Allow ' and \ in values given for
15444         constants.
15445         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15446         inclusion.
15447         [POSIX] (sys/types.h): Likewise.
15448         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15449         inclusion.
15450         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15451         inclusion.
15452         * conform/data/signal.h-data (SIGIO): Remove expectation.
15453         [XPG3] (SIGBUS): Do not expect.
15454         [POSIX || XPG3] (SIGPOLL): Likewise.
15455         [POSIX || XPG3] (SIGPROF): Likewise.
15456         [POSIX || XPG3] (SIGSYS): Likewise.
15457         [XPG3] (SIGTRAP): Likewise.
15458         [POSIX || XPG3] (SIGURG): Likewise.
15459         [POSIX || XPG3] (SIGVTALRM): Likewise.
15460         [POSIX || XPG3] (SIGXCPU): Likewise.
15461         [POSIX || XPG3] (SIGXFSZ): Likewise.
15462         [POSIX] (SA_SIGINFO): Expect.
15463         [XPG3] (siginfo_t): Do not expect type or contents.
15464         [POSIX] (si_pid): Do not expect element.
15465         [POSIX] (si_uid): Likewise.
15466         [POSIX] (si_addr): Likewise.
15467         [POSIX] (si_status): Likewise.
15468         [POSIX] (si_band): Likewise.
15469         [XPG4] (si_value): Likewise.
15470         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15471         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15472         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15473         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15474         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15475         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15476         [POSIX || XPG3] (ILL_COPROC): Likewise.
15477         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15478         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15479         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15480         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15481         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15482         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15483         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15484         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15485         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15486         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15487         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15488         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15489         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15490         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15491         [POSIX || XPG3] (CLD_EXITED): Likewise.
15492         [POSIX || XPG3] (CLD_KILLED): Likewise.
15493         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15494         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15495         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15496         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15497         [POSIX || XPG3] (POLL_IN): Likewise.
15498         [POSIX || XPG3] (POLL_OUT): Likewise.
15499         [POSIX || XPG3] (POLL_MSG): Likewise.
15500         [POSIX || XPG3] (POLL_ERR): Likewise.
15501         [POSIX || XPG3] (POLL_PRI): Likewise.
15502         [POSIX || XPG3] (POLL_HUP): Likewise.
15503         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15504         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15505         (SIG*): Do not allow.
15506         [XPG3] (si_*): Likewise.
15507         [XPG3] (SI_*): Likewise.
15508         [XPG3 || XPG4] (sigev_*): Likewise.
15509         [XPG3 || XPG4] (SIGEV_*): Likewise.
15510         [XPG3 || XPG4] (sival_*): Likewise.
15511         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15512         [POSIX || XPG3] (BUS_*): Likewise.
15513         [POSIX || XPG3] (CLD_*): Likewise.
15514         [POSIX || XPG3] (FPE_*): Likewise.
15515         [POSIX || XPG3] (ILL_*): Likewise.
15516         [POSIX || XPG3] (POLL_*): Likewise.
15517         [POSIX || XPG3] (SEGV_*): Likewise.
15518         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15519         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15520         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15521         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15522         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15523         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15524         Specify type and value.
15525         (TVERSLEN): Likewise.
15526         (REGTYPE): Likewise.
15527         (AREGTYPE): Likewise.
15528         (LNKTYPE): Likewise.
15529         (SYMTYPE): Likewise.
15530         (CHRTYPE): Likewise.
15531         (BLKTYPE): Likewise.
15532         (DIRTYPE): Likewise.
15533         (FIFOTYPE): Likewise.
15534         (CONTTYPE): Likewise.
15535         (TSUID): Likewise.
15536         (TSGID): Likewise.
15537         (TSVTX): Likewise.
15538         (TUREAD): Likewise.
15539         (TUWRITE): Likewise.
15540         (TUEXEC): Likewise.
15541         (TGREAD): Likewise.
15542         (TGWRITE): Likewise.
15543         (TGEXEC): Likewise.
15544         (TOREAD): Likewise.
15545         (TOWRITE): Likewise.
15546         (TOEXEC): Likewise.
15547         [POSIX] (TSVTX): Expect constant.
15549 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15551         * Makefile (tests): Change dependencies to ....
15552         (tests-special): ... additions to this variable.
15553         (tests): Depend on $(tests-special).
15554         * Makerules (check-abi-list): New variable.
15555         (check-abi): Depend on $(check-abi-list).
15556         [$(subdir) = elf] (tests-special): Add
15557         $(objpfx)check-abi-libc.out.
15558         [$(build-shared) = yes && subdir] (tests-special): Add
15559         $(check-abi-list).
15560         [$(build-shared) = yes && subdir] (tests): Do not depend on
15561         check-abi.
15562         * Rules (tests): Depend on $(tests-special).
15563         (xtests): Depend on $(xtests-special).
15564         * catgets/Makefile (tests): Change dependencies to ....
15565         (tests-special): ... additions to this variable.
15566         * conform/Makefile (tests): Change dependencies to ....
15567         (tests-special): ... additions to this variable.
15568         * elf/Makefile (tests): Change dependencies to ....
15569         (tests-special): ... additions to this variable.
15570         * grp/Makefile (tests): Change dependencies to ....
15571         (tests-special): ... additions to this variable.
15572         * iconv/Makefile (xtests): Change dependencies to ....
15573         (xtests-special): ... additions to this variable.
15574         * iconvdata/Makefile (tests): Change dependencies to ....
15575         (tests-special): ... additions to this variable.
15576         * intl/Makefile (tests): Change dependencies to ....
15577         (tests-special): ... additions to this variable.  Also add
15578         $(objpfx)tst-gettext.out.
15579         * io/Makefile (tests): Change dependencies to ....
15580         (tests-special): ... additions to this variable.
15581         * libio/Makefile (tests): Change dependencies to ....
15582         (tests-special): ... additions to this variable.
15583         * malloc/Makefile (tests): Change dependencies to ....
15584         (tests-special): ... additions to this variable.
15585         * misc/Makefile (tests): Change dependencies to ....
15586         (tests-special): ... additions to this variable.
15587         * nptl/Makefile (tests): Change dependencies to ....
15588         (tests-special): ... additions to this variable.
15589         * nptl_db/Makefile (tests): Change dependencies to ....
15590         (tests-special): ... additions to this variable.
15591         * posix/Makefile (tests): Change dependencies to ....
15592         (tests-special): ... additions to this variable.
15593         (xtests): Change dependencies to ....
15594         (xtests-special): ... additions to this variable.
15595         * resolv/Makefile (tests): Change dependencies to ....
15596         (tests-special): ... additions to this variable.
15597         (xtests): Change dependencies to ....
15598         (xtests-special): ... additions to this variable.
15599         * stdio-common/Makefile (tests): Change dependencies to ....
15600         (tests-special): ... additions to this variable.
15601         (do-tst-unbputc): Remove target.
15602         (do-tst-printf): Likewise.
15603         * stdlib/Makefile (tests): Change dependencies to ....
15604         (tests-special): ... additions to this variable.
15605         * string/Makefile (tests): Change dependencies to ....
15606         (tests-special): ... additions to this variable.
15607         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15608         (tests-special): ... additions to this variable.
15610         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15611         whole file.
15612         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15613         whole file.
15614         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15615         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15617         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15618         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15619         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15620         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15621         * conform/data/libgen.h-data [XPG3]: Likewise.
15622         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15623         * conform/data/ndbm.h-data [XPG3]: Likewise.
15624         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15625         * conform/data/netdb.h-data [XPG3]: Likewise.
15626         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15627         * conform/data/poll.h-data [XPG3]: Likewise.
15628         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15629         * conform/data/strings.h-data [XPG3]: Likewise.
15630         * conform/data/stropts.h-data [XPG3]: Likewise.
15631         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15632         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15633         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15634         Likewise.
15635         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15636         * conform/data/sys/time.h-data [XPG3]: Likewise.
15637         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15638         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15639         * conform/data/sys/un.h-data [XPG3]: Likewise.
15640         * conform/data/syslog.h-data [XPG3]: Likewise.
15641         * conform/data/ucontext.h-data [XPG3]: Likewise.
15642         * conform/data/utmpx.h-data [XPG3]: Likewise.
15643         * conform/data/varargs.h-data [UNIX98]: Enable file.
15645         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15647         * math/libm-test.inc (struct test_f_f_data): Move expected results
15648         into structure for each rounding mode.
15649         (struct test_ff_f_data): Likewise.
15650         (struct test_ff_f_data_nexttoward): Likewise.
15651         (struct test_fi_f_data): Likewise.
15652         (struct test_fl_f_data): Likewise.
15653         (struct test_if_f_data): Likewise.
15654         (struct test_fff_f_data): Likewise.
15655         (struct test_c_f_data): Likewise.
15656         (struct test_f_f1_data): Likewise.
15657         (struct test_fF_f1_data): Likewise.
15658         (struct test_ffI_f1_data): Likewise.
15659         (struct test_c_c_data): Likewise.
15660         (struct test_cc_c_data): Likewise.
15661         (struct test_f_i_data): Likewise.
15662         (struct test_ff_i_data): Likewise.
15663         (struct test_f_l_data): Likewise.
15664         (struct test_f_L_data): Likewise.
15665         (struct test_fFF_11_data): Likewise.
15666         (RM_): New macro.
15667         (RM_FE_DOWNWARD): Likewise.
15668         (RM_FE_TONEAREST): Likewise.
15669         (RM_FE_TOWARDZERO): Likewise.
15670         (RM_FE_UPWARD): Likewise.
15671         (RUN_TEST_LOOP_f_f): Update references to expected results.
15672         (RUN_TEST_LOOP_2_f): Likewise.
15673         (RUN_TEST_LOOP_fff_f): Likewise.
15674         (RUN_TEST_LOOP_c_f): Likewise.
15675         (RUN_TEST_LOOP_f_f1): Likewise.
15676         (RUN_TEST_LOOP_fF_f1): Likewise.
15677         (RUN_TEST_LOOP_fI_f1): Likewise.
15678         (RUN_TEST_LOOP_ffI_f1): Likewise.
15679         (RUN_TEST_LOOP_c_c): Likewise.
15680         (RUN_TEST_LOOP_cc_c): Likewise.
15681         (RUN_TEST_LOOP_f_i): Likewise.
15682         (RUN_TEST_LOOP_f_i_tg): Likewise.
15683         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15684         (RUN_TEST_LOOP_f_b): Likewise.
15685         (RUN_TEST_LOOP_f_b_tg): Likewise.
15686         (RUN_TEST_LOOP_f_l): Likewise.
15687         (RUN_TEST_LOOP_f_L): Likewise.
15688         (RUN_TEST_LOOP_fFF_11): Likewise.
15689         * math/gen-libm-test.pl (parse_args): Output four copies of
15690         expected results for each test.
15692         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15693         (__ASSUME_UTIMES): Remove.
15694         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15695         (__ASSUME_UTIMES): Likewise.
15697         * math/gen-auto-libm-tests.c: Update comment on output format.
15698         (output_for_one_input_case): Generate before-rounding and
15699         after-rounding information as conditions on output flags not
15700         floating-point format.
15701         * math/auto-libm-test-out: Regenerated.
15702         * math/gen-libm-test.pl (cond_value): New function.
15703         (or_cond_value): Use cond_value.
15704         (generate_testfile): Handle conditional exceptions.
15706 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15708         * math/libm-test.inc (max_valid_error): New variable.
15709         (init_max_error): Take new argument specifying whether function
15710         results are exactly determined.  Set max_valid_error and bound
15711         other variables for errors based on this argument.
15712         (set_max_error): Do not record results above max_valid_error.
15713         (check_float_internal): Only accept errors of up to 0.5ulps if
15714         also at most max_valid_error.
15715         (START): Take new argument EXACT and pass it to init_max_error.
15716         (acos_test): Update call to START.
15717         (acos_test_tonearest): Likewise.
15718         (acos_test_towardzero): Likewise.
15719         (acos_test_downward): Likewise.
15720         (acos_test_upward): Likewise.
15721         (acosh_test): Likewise.
15722         (asin_test): Likewise.
15723         (asin_test_tonearest): Likewise.
15724         (asin_test_towardzero): Likewise.
15725         (asin_test_downward): Likewise.
15726         (asin_test_upward): Likewise.
15727         (asinh_test): Likewise.
15728         (atan_test): Likewise.
15729         (atanh_test): Likewise.
15730         (atan2_test): Likewise.
15731         (cabs_test): Likewise.
15732         (cacos_test): Likewise.
15733         (cacosh_test): Likewise.
15734         (carg_test): Likewise.
15735         (casin_test): Likewise.
15736         (casinh_test): Likewise.
15737         (catan_test): Likewise.
15738         (catanh_test): Likewise.
15739         (cbrt_test): Likewise.
15740         (ccos_test): Likewise.
15741         (ccosh_test): Likewise.
15742         (ceil_test): Likewise.
15743         (cexp_test): Likewise.
15744         (cimag_test): Likewise.
15745         (clog_test): Likewise.
15746         (clog10_test): Likewise.
15747         (conj_test): Likewise.
15748         (copysign_test): Likewise.
15749         (cos_test): Likewise.
15750         (cos_test_tonearest): Likewise.
15751         (cos_test_towardzero): Likewise.
15752         (cos_test_downward): Likewise.
15753         (cos_test_upward): Likewise.
15754         (cosh_test): Likewise.
15755         (cosh_test_tonearest): Likewise.
15756         (cosh_test_towardzero): Likewise.
15757         (cosh_test_downward): Likewise.
15758         (cosh_test_upward): Likewise.
15759         (cpow_test): Likewise.
15760         (cproj_test): Likewise.
15761         (creal_test): Likewise.
15762         (csin_test): Likewise.
15763         (csinh_test): Likewise.
15764         (csqrt_test): Likewise.
15765         (ctan_test): Likewise.
15766         (ctan_test_tonearest): Likewise.
15767         (ctan_test_towardzero): Likewise.
15768         (ctan_test_downward): Likewise.
15769         (ctan_test_upward): Likewise.
15770         (ctanh_test): Likewise.
15771         (ctanh_test_tonearest): Likewise.
15772         (ctanh_test_towardzero): Likewise.
15773         (ctanh_test_downward): Likewise.
15774         (ctanh_test_upward): Likewise.
15775         (erf_test): Likewise.
15776         (erfc_test): Likewise.
15777         (exp_test): Likewise.
15778         (exp_test_tonearest): Likewise.
15779         (exp_test_towardzero): Likewise.
15780         (exp_test_downward): Likewise.
15781         (exp_test_upward): Likewise.
15782         (exp10_test): Likewise.
15783         (exp10_test_tonearest): Likewise.
15784         (exp10_test_towardzero): Likewise.
15785         (exp10_test_downward): Likewise.
15786         (exp10_test_upward): Likewise.
15787         (pow10_test): Likewise.
15788         (exp2_test): Likewise.
15789         (expm1_test): Likewise.
15790         (expm1_test_tonearest): Likewise.
15791         (expm1_test_towardzero): Likewise.
15792         (expm1_test_downward): Likewise.
15793         (expm1_test_upward): Likewise.
15794         (fabs_test): Likewise.
15795         (fdim_test): Likewise.
15796         (floor_test): Likewise.
15797         (fma_test): Likewise.
15798         (fma_test_towardzero): Likewise.
15799         (fma_test_downward): Likewise.
15800         (fma_test_upward): Likewise.
15801         (fmax_test): Likewise.
15802         (fmin_test): Likewise.
15803         (fmod_test): Likewise.
15804         (fpclassify_test): Likewise.
15805         (frexp_test): Likewise.
15806         (hypot_test): Likewise.
15807         (ilogb_test): Likewise.
15808         (isfinite_test): Likewise.
15809         (finite_test): Likewise.
15810         (isgreater_test): Likewise.
15811         (isgreaterequal_test): Likewise.
15812         (isinf_test): Likewise.
15813         (isless_test): Likewise.
15814         (islessequal_test): Likewise.
15815         (islessgreater_test): Likewise.
15816         (isnan_test): Likewise.
15817         (isnormal_test): Likewise.
15818         (issignaling_test): Likewise.
15819         (isunordered_test): Likewise.
15820         (j0_test): Likewise.
15821         (j1_test): Likewise.
15822         (jn_test): Likewise.
15823         (ldexp_test): Likewise.
15824         (lgamma_test): Likewise.
15825         (gamma_test): Likewise.
15826         (lrint_test): Likewise.
15827         (lrint_test_tonearest): Likewise.
15828         (lrint_test_towardzero): Likewise.
15829         (lrint_test_downward): Likewise.
15830         (lrint_test_upward): Likewise.
15831         (llrint_test): Likewise.
15832         (llrint_test_tonearest): Likewise.
15833         (llrint_test_towardzero): Likewise.
15834         (llrint_test_downward): Likewise.
15835         (llrint_test_upward): Likewise.
15836         (log_test): Likewise.
15837         (log10_test): Likewise.
15838         (log1p_test): Likewise.
15839         (log2_test): Likewise.
15840         (logb_test): Likewise.
15841         (logb_test_downward): Likewise.
15842         (lround_test): Likewise.
15843         (llround_test): Likewise.
15844         (modf_test): Likewise.
15845         (nearbyint_test): Likewise.
15846         (nextafter_test): Likewise.
15847         (nexttoward_test): Likewise.
15848         (pow_test): Likewise.
15849         (pow_test_tonearest): Likewise.
15850         (pow_test_towardzero): Likewise.
15851         (pow_test_downward): Likewise.
15852         (pow_test_upward): Likewise.
15853         (remainder_test): Likewise.
15854         (drem_test): Likewise.
15855         (remainder_test_tonearest): Likewise.
15856         (drem_test_tonearest): Likewise.
15857         (remainder_test_towardzero): Likewise.
15858         (drem_test_towardzero): Likewise.
15859         (remainder_test_downward): Likewise.
15860         (drem_test_downward): Likewise.
15861         (remainder_test_upward): Likewise.
15862         (drem_test_upward): Likewise.
15863         (remquo_test): Likewise.
15864         (rint_test): Likewise.
15865         (rint_test_tonearest): Likewise.
15866         (rint_test_towardzero): Likewise.
15867         (rint_test_downward): Likewise.
15868         (rint_test_upward): Likewise.
15869         (round_test): Likewise.
15870         (scalb_test): Likewise.
15871         (scalbn_test): Likewise.
15872         (scalbln_test): Likewise.
15873         (signbit_test): Likewise.
15874         (sin_test): Likewise.
15875         (sin_test_tonearest): Likewise.
15876         (sin_test_towardzero): Likewise.
15877         (sin_test_downward): Likewise.
15878         (sin_test_upward): Likewise.
15879         (sincos_test): Likewise.
15880         (sinh_test): Likewise.
15881         (sinh_test_tonearest): Likewise.
15882         (sinh_test_towardzero): Likewise.
15883         (sinh_test_downward): Likewise.
15884         (sinh_test_upward): Likewise.
15885         (sqrt_test): Likewise.
15886         (sqrt_test_tonearest): Likewise.
15887         (sqrt_test_towardzero): Likewise.
15888         (sqrt_test_downward): Likewise.
15889         (sqrt_test_upward): Likewise.
15890         (tan_test): Likewise.
15891         (tan_test_tonearest): Likewise.
15892         (tan_test_towardzero): Likewise.
15893         (tan_test_downward): Likewise.
15894         (tan_test_upward): Likewise.
15895         (tanh_test): Likewise.
15896         (tgamma_test): Likewise.
15897         (trunc_test): Likewise.
15898         (y0_test): Likewise.
15899         (y1_test): Likewise.
15900         (yn_test): Likewise.
15901         (significand_test): Likewise.
15903         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15904         individual tests in comment.
15905         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15906         (prev_max_error): New variable.
15907         (prev_real_max_error): Likewise.
15908         (prev_imag_max_error): Likewise.
15909         (compare_ulp_data): Don't refer to test names in comment.
15910         (find_test_ulps): Remove function.
15911         (find_function_ulps): Likewise.
15912         (find_complex_function_ulps): Likewise.
15913         (init_max_error): Take function name as argument.  Look up ulps
15914         for that function.
15915         (print_ulps): Remove function.
15916         (print_max_error): Use prev_max_error instead of calling
15917         find_function_ulps.
15918         (print_complex_max_error): Use prev_real_max_error and
15919         prev_imag_max_error instead of calling find_complex_function_ulps.
15920         (check_float_internal): Take max_ulp parameter instead of calling
15921         find_test_ulps.  Don't call print_ulps.
15922         (check_float): Update call to check_float_internal.
15923         (check_complex): Update calls to check_float_internal.
15924         (START): Pass argument to init_max_error.
15925         * math/gen-libm-test.pl (%results): Don't include "kind"
15926         information.
15927         (parse_ulps): Don't handle ulps of individual tests.
15928         (print_ulps_file): Likewise.
15929         (output_ulps): Likewise.
15930         * math/README.libm-test: Update.
15931         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15932         individual tests.
15933         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15934         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15935         * sysdeps/arm/libm-test-ulps: Likewise.
15936         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15937         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15938         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15939         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15940         * sysdeps/microblaze/libm-test-ulps: Likewise.
15941         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15942         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15943         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15944         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15945         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15946         * sysdeps/sh/libm-test-ulps: Likewise.
15947         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15948         * sysdeps/tile/libm-test-ulps: Likewise.
15949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15951 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15953         * math/libm-test.inc (print_complex_max_error): Check separately
15954         whether real and imaginary errors are within allowed range and
15955         pass 0 to print_complex_function_ulps instead of value within
15956         allowed range.
15958 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15960         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15961         formatting.
15962         (get_handles_fopen): Likewise.
15963         (do_write_test): Likewise.
15965         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15967         * libio/fileops.c (do_ftell): Use cached offset when
15968         available.
15969         * libio/iofwide.c (do_ftell_wide): Likewise.
15970         * libio/iofdopen.c (_IO_new_fdopen): Don't use
15971         _IO_file_attach.
15972         * libio/wfileops.c (_IO_fwide): Don't cache offset.
15974         [BZ #16532]
15975         * libio/libioP.h (get_file_offset): New function.
15976         * libio/fileops.c (get_file_offset): Likewise.
15977         (do_ftell): Likewise.
15978         (_IO_new_file_seekoff): Split out ftell logic.
15979         * libio/wfileops.c (do_ftell_wide): Likewise.
15980         (_IO_wfile_seekoff): Split out ftell logic.
15981         * libio/tst-ftell-active-handler.c: New test case.
15982         * libio/Makefile (tests): Add it.
15984 2014-03-03  Roland McGrath  <roland@hack.frob.com>
15986         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15987         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15989 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15991         [BZ #16639]
15992         * nscd/connections.c (nscd_init): Call do_exit.
15993         (start_threads): Call do_exit and notify_parent.
15994         (begin_drop_privileges): Call do_exit.
15995         (finish_drop_privileges): Likewise.
15996         * nscd/selinux.c (preserve_capabilities): Likewise.
15997         (install_real_capabilities): Likewise.
15998         (nscd_selinux_enabled): Likewise.
15999         (avc_create_thread): Likewise.
16000         (avc_alloc_lock): Likewise.
16001         (nscd_avc_init): Likewise.
16002         * nscd/nscd.c (parent_fd): New static variable.
16003         (main): Create a pipe between parent and child processes.
16004         Skip closing parent_fd.
16005         (monitor_child): New function.
16006         (do_exit): Likewise.
16007         (notify_parent): Likewise.
16008         * nscd/nscd.h (notify_parent): Likewise.
16009         (do_exit): Likewise.
16011 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16013         * malloc/malloc.c (__libc_calloc): Revert last change.
16015 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16019 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16021         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16022         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16023         implementation.
16024         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16025         (__libc_ifunc_impl_list): Likewise.
16026         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16027         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16028         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16029         * string/strrchr.c: Define STRRCHR.
16031 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16033         * benchtest/bench-strtok.c (simple_strtok): Delete.
16034         (strtok_string): Use as benchmark.
16035         * string/strtok (STRTOK): New macro.
16037 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16039         * manual/threads.texi: Add header and standard comments to all
16040         functions.
16042         * elf/dl-lookup.c (check_match): New function.
16043         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16044         (do_lookup_x): Remove nested function check_match. Use non-nested
16045         function check_match.
16047 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16049         * csu/Makefile (generated, before-compile): Use += rather than =.
16050         * catgets/Makefile (generated, generated-dirs): Likewise.
16051         * debug/Makefile (generated): Likewise.
16052         * dlfcn/Makefile (generated): Likewise.
16053         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16054         * iconvdata/Makefile (before-compile, generated): Likewise.
16055         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16056         * libio/Makefile (generated): Likewise.
16057         * malloc/Makefile (generated): Likewise.
16058         * manual/Makefile (generated, generated-dirs): Likewise.
16059         * misc/Makefile (generated): Likewise.
16060         * posix/Makefile (generated): Likewise.
16061         * resolv/Makefile (generated): Likewise.
16062         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16063         * timezone/Makefile (generated, generated-dirs): Likewise.
16065         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16067 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16069         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16070         power8 implementation.
16071         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16072         file: POWER8 llround ifunc implementation.
16073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16074         (__lllround): Add POWER8 implementation.
16075         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16076         POWER8 llround implementation.
16078         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16079         power8 implementation.
16080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16081         file: POWER8 llrint ifunc implementation.
16082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16083         Add POWER8 implementation.
16084         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16085         POWER8 llrint implementation.
16087         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16088         power8 implementation.
16089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16090         file: POWER8 finite ifunc implementation.
16091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16092         Add POWER8 implementation.
16093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16094         Likewise.
16095         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16096         POWER8 finite implementation.
16097         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16099         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16100         power8 implementation.
16101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16102         file: POWER8 isinf ifunc implementation.
16103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16104         POWER8 implementation.
16105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16106         Likewise.
16107         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16108         isinf implementation.
16109         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16111         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16112         (INIT_ARCH): Add hwcap2 initialization.
16113         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16114         power8 implementation.
16115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16116         file: POWER8 isnan ifunc implementation.
16117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16118         POWER8 implementation.
16119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16120         Likewise.
16121         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16122         isnan implementation.
16123         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16125 2014-02-27  Joey Ye  <joey.ye@arm.com>
16127         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16128         (_FP_NANFRAC_Q): Set to zero.
16130 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16132         [BZ #16623]
16133         * math/auto-libm-test-in: New test inputs.
16134         * math/auto-libm-test-out: Regenerate.
16135         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16136         and DA.
16137         (__cos): Likewise.
16138         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16140 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16142         * scripts/evaluate-test.sh: Take new argument indicating whether
16143         failure is expected.
16144         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16145         indicating whether failure is expected.
16146         * conform/Makefile (test-xfail-run-conformtest): New variable.
16147         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16148         level.
16149         * posix/Makefile (test-xfail-annexc): New variable.
16150         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16152 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16154         * argp/Makefile: Include Makeconfig immediately after defining
16155         subdir.
16156         * assert/Makefile: Likewise.
16157         * benchtests/Makefile: Likewise.
16158         * catgets/Makefile: Likewise.
16159         * conform/Makefile: Likewise.
16160         * crypt/Makefile: Likewise.
16161         * csu/Makefile: Likewise.
16162         (all): Remove target.
16163         * ctype/Makefile: Include Makeconfig immediately after defining
16164         subdir.
16165         * debug/Makefile: Likewise.
16166         * dirent/Makefile: Likewise.
16167         * dlfcn/Makefile: Likewise.
16168         * gmon/Makefile: Likewise.
16169         * gnulib/Makefile: Likewise.
16170         * grp/Makefile: Likewise.
16171         * gshadow/Makefile: Likewise.
16172         * hesiod/Makefile: Likewise.
16173         * hurd/Makefile: Likewise.
16174         (all): Remove target.
16175         * iconvdata/Makefile: Include Makeconfig immediately after
16176         defining subdir.
16177         * inet/Makefile: Likewise.
16178         * intl/Makefile: Likewise.
16179         * io/Makefile: Likewise.
16180         * libio/Makefile: Likewise.
16181         (all): Remove target.
16182         * locale/Makefile: Include Makeconfig immediately after defining
16183         subdir.
16184         * login/Makefile: Likewise.
16185         * mach/Makefile: Likewise.
16186         (all): Remove target.
16187         * malloc/Makefile: Include Makeconfig immediately after defining
16188         subdir.
16189         (all): Remove target.
16190         * manual/Makefile: Include Makeconfig immediately after defining
16191         subdir.
16192         * math/Makefile: Likewise.
16193         * misc/Makefile: Likewise.
16194         * nis/Makefile: Likewise.
16195         * nss/Makefile: Likewise.
16196         * po/Makefile: Likewise.
16197         (all): Remove target.
16198         * posix/Makefile: Include Makeconfig immediately after defining
16199         subdir.
16200         * pwd/Makefile: Likewise.
16201         * resolv/Makefile: Likewise.
16202         * resource/Makefile: Likewise.
16203         * rt/Makefile: Likewise.
16204         * setjmp/Makefile: Likewise.
16205         * shadow/Makefile: Likewise.
16206         * signal/Makefile: Likewise.
16207         * socket/Makefile: Likewise.
16208         * soft-fp/Makefile: Likewise.
16209         * stdio-common/Makefile: Likewise.
16210         * stdlib/Makefile: Likewise.
16211         * streams/Makefile: Likewise.
16212         * string/Makefile: Likewise.
16213         * sunrpc/Makefile: Likewise.
16214         (all): Remove target.
16215         * sysvipc/Makefile: Include Makeconfig immediately after defining
16216         subdir.
16217         * termios/Makefile: Likewise.
16218         * time/Makefile: Likewise.
16219         * timezone/Makefile: Likewise.
16220         (all): Remove target.
16221         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16222         subdir.
16223         * wctype/Makefile: Likewise.
16225 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16227         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16228         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16229         (libc_feholdexcept_setround_mips): Ditto.
16230         (libc_feholdsetround): New.
16231         (libc_feholdsetroundf): New.
16232         (libc_feholdsetroundl): New.
16233         (libc_feupdateenv_test_mips): New.
16234         (libc_feupdateenv_test): New.
16235         (libc_feupdateenv_testf): New.
16236         (libc_feupdateenv_testl): New.
16237         (libc_feresetround): New.
16238         (libc_feresetroundf): New.
16239         (libc_feresetroundl): New.
16240         (libc_fetestexcept_mips): New.
16241         (libc_fetestexcept): New.
16242         (libc_fetestexceptf): New.
16243         (libc_fetestexceptl): New.
16244         (HAVE_RM_CTX): New.
16245         (libc_feholdexcept_setround_mips_ctx): New.
16246         (libc_feholdexcept_setround_ctx): New.
16247         (libc_feholdexcept_setroundf_ctx): New.
16248         (libc_feholdexcept_setroundl_ctx): New.
16249         (libc_fesetenv_mips_ctx): New.
16250         (libc_fesetenv_ctx): New.
16251         (libc_fesetenv_ctxf): New.
16252         (libc_fesetenv_ctxl): New.
16253         (libc_feupdateenv_mips_ctx): New.
16254         (libc_feupdateenv_ctx): New.
16255         (libc_feupdateenvf_ctx): New.
16256         (libc_feupdateenvl_ctx): New.
16257         (libc_feholdsetround_mips_ctx): New.
16258         (libc_feholdsetround_ctx): New.
16259         (libc_feholdsetroundf_ctx): New.
16260         (libc_feholdsetroundl_ctx): New.
16261         (libc_feresetround_mips_ctx): New.
16262         (libc_feresetround_ctx): New.
16263         (libc_feresetroundf_ctx): New.
16264         (libc_feresetroundl_ctx): New.
16266 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16268         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16270         * manual/ipc.texi: New file.
16271         * manual/Makefile (chapters): Add ipc.
16272         * manual/job.texi: Add "Inter-Process Communication" to next.
16273         * manual/process.texi: Add "Inter-Process Communication" to prev.
16275 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16279 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16281         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16283         * manual/arith.texi: Fix spaces after sentences.
16284         * manual/charset.texi: Likewise.
16285         * manual/errno.texi: Likewise.
16286         * manual/install.texi: Likewise.
16287         * manual/llio.texi: Likewise.
16288         * manual/locale.texi: Likewise.
16289         * manual/maint.texi: Likewise.
16290         * manual/math.texi: Likewise.
16291         * manual/memory.texi: Likewise.
16292         * manual/message.texi: Likewise.
16293         * manual/probes.texi: Likewise.
16294         * manual/resource.texi: Likewise.
16295         * manual/signal.texi: Likewise.
16296         * manual/socket.texi: Likewise.
16297         * manual/stdio.texi: Likewise.
16298         * manual/string.texi: Likewise.
16299         * manual/time.texi: Likewise.
16300         * manual/users.texi: Likewise.
16302 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16304         [BZ #16632]
16305         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16306         _DEFAULT_SOURCE is defined.
16308 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16309             Carlos O'Donell  <carlos@redhat.com>
16311         [BZ #16613]
16312         * elf/dl-tls.c (_dl_count_modids): New function.
16313         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16314         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16315         audit library and increment generation counter.
16316         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16317         * elf/tst-audit9.c: New file.
16318         * elf/tst-auditmod9a.c: New file.
16319         * elf/tst-auditmod9b.c: New file.
16320         * elf/Makefile: Add rules to build and run tst-audit9.
16322 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16324         [BZ #15347]
16325         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16327 2014-02-25  Will Newton  <will.newton@linaro.org>
16329         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16330         (__longjmp): Restore sp and lr before restoring callee
16331         saved registers.  Add longjmp and longjmp_target
16332         SystemTap probe point.
16333         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16334         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16335         Define to zero to match jmpbuf layout.
16336         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16337         (__sigsetjmp): Save sp and lr before saving callee
16338         saved registers.  Add setjmp SystemTap probe point.
16340 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16342         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16344 2014-02-24  Andreas Schwab  <schwab@suse.de>
16346         [BZ #15804]
16347         * elf/pldd.c (wait_for_ptrace_stop): New function.
16348         (main): Call it after attaching.
16350 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16352         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16353         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16354         Versions files is now verboten.
16355         * hurd/Versions (libc: GLIBC_2.0):
16356         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16357         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16358         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16359         * mach/Versions: Likewise.
16361         * csu/Versions: Remove unused %include.
16362         * resolv/Versions: Likewise.
16364 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16366         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16367         ($(objpfx)check-local-headers.out): Likewise.
16368         ($(objpfx)begin-end-check.out): Likewise.
16369         * Makerules (check-abi-%.out): Likewise.
16370         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16371         ($(objpfx)test2.cat): Likewise.
16372         ($(objpfx)de/libc.cat): Likewise.
16373         ($(objpfx)test-gencat.out): Likewise.
16374         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16375         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16376         ($(objpfx)noload-mem): Likewise.
16377         ($(objpfx)tst-pathopt.out): Likewise.
16378         ($(objpfx)tst-rtld-load-self.out): Likewise.
16379         ($(objpfx)tst-array1-cmp.out): Likewise.
16380         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16381         ($(objpfx)tst-array2-cmp.out): Likewise.
16382         ($(objpfx)tst-array3-cmp.out): Likewise.
16383         ($(objpfx)tst-array4-cmp.out): Likewise.
16384         ($(objpfx)tst-array5-cmp.out): Likewise.
16385         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16386         ($(objpfx)check-textrel.out): Likewise.
16387         ($(objpfx)check-execstack.out): Likewise.
16388         ($(objpfx)check-localplt.out): Likewise.
16389         ($(objpfx)order2-cmp.out): Likewise.
16390         ($(objpfx)tst-leaks1-mem): Likewise.
16391         ($(objpfx)tst-leaks1-static-mem): Likewise.
16392         ($(objpfx)tst-initorder-cmp.out): Likewise.
16393         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16394         ($(objpfx)tst-unused-dep.out): Likewise.
16395         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16396         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16397         * iconv/Makefile (test-iconvconfig): Likewise.
16398         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16399         ($(objpfx)iconv-test.out): Likewise.
16400         ($(objpfx)tst-tables.out): Likewise.
16401         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16402         ($(objpfx)tst-gettext.out): Likewise.
16403         ($(objpfx)tst-translit.out): Likewise.
16404         ($(objpfx)tst-gettext2.out): Likewise.
16405         ($(objpfx)tst-gettext4.out): Likewise.
16406         ($(objpfx)tst-gettext6.out): Likewise.
16407         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16408         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16409         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16410         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16411         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16412         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16413         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16414         ($(objpfx)wordexp-tst.out): Likewise.
16415         ($(objpfx)annexc.out): Likewise.
16416         ($(objpfx)tst-fnmatch-mem): Likewise.
16417         ($(objpfx)bug-regex2-mem): Likewise.
16418         ($(objpfx)bug-regex14-mem): Likewise.
16419         ($(objpfx)bug-regex21-mem): Likewise.
16420         ($(objpfx)bug-regex31-mem): Likewise.
16421         ($(objpfx)tst-vfork3-mem): Likewise.
16422         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16423         ($(objpfx)tst-pcre-mem): Likewise.
16424         ($(objpfx)tst-boost-mem): Likewise.
16425         ($(objpfx)tst-getconf.out): Likewise.
16426         ($(objpfx)bug-ga2-mem): Likewise.
16427         ($(objpfx)bug-glob2-mem): Likewise.
16428         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16429         ($(objpfx)mtrace-tst-leaks2): Likewise.
16430         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16431         ($(objpfx)tst-printf.out): Likewise.
16432         ($(objpfx)tst-setvbuf1.out): Likewise.
16433         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16434         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16435         ($(objpfx)tst-fmtmsg.out): Likewise.
16436         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16437         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16439         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16440         * bits/sigaction.h [__USE_MISC]: Likewise.
16441         * bits/waitstatus.h: Update #endif comments.
16442         * ctype/ctype.h: Likewise.
16443         * dirent/dirent.h: Likewise.
16444         [__USE_MISC]: Remove redundant conditionals.
16445         * grp/grp.h: Update #endif comments.
16446         [__USE_GNU]: Remove redundant conditionals.
16447         [__USE_MISC]: Likewise.
16448         * inet/netinet/in.h [__USE_GNU]: Likewise.
16449         * io/sys/stat.h [__USE_MISC]: Likewise.
16450         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16451         * libio/bits/stdio.h: Update #endif comments.
16452         [__USE_MISC]: Remove redundant conditionals.
16453         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16454         * libio/stdio.h: Update #endif comments.
16455         [__USE_MISC]: Remove redundant conditionals.
16456         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16457         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16458         * math/math.h: Update #else and #endif comments.
16459         [__USE_MISC]: Remove redundant conditionals.
16460         * misc/sys/uio.h: Update #endif comments.
16461         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16462         * posix/glob.h [__USE_MISC]: Likewise.
16463         * posix/sys/types.h: Update #endif comments.
16464         [__USE_MISC]: Remove redundant conditionals.
16465         * posix/sys/wait.h: Update #endif comments.
16466         [__USE_MISC]: Remove redundant conditionals.
16467         * posix/unistd.h: Update #endif comments.
16468         [__USE_MISC]: Remove redundant conditionals.
16469         * pwd/pwd.h [__USE_GNU]: Likewise.
16470         [__USE_MISC]: Likewise.
16471         * resolv/netdb.h [__USE_GNU]: Likewise.
16472         * signal/signal.h: Update #endif comments.
16473         [__USE_MISC]: Remove redundant conditionals.
16474         * stdlib/stdlib.h: Update #else and #endif comments.
16475         [__USE_MISC]: Remove redundant conditionals.
16476         [__USE_GNU]: Likewise.
16477         * string/bits/string2.h [__USE_MISC]: Likewise.
16478         * string/string.h: Update #endif comments.
16479         [__USE_MISC]: Remove redundant conditionals.
16480         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16481         Likewise.
16482         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16483         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16484         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16485         Likewise.
16486         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16487         Likewise.
16488         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16489         comments.
16490         [__USE_MISC]: Remove redundant conditionals.
16491         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16492         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16493         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16494         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16495         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16496         Likewise.
16497         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16498         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16499         Likewise.
16500         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16501         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16502         Likewise.
16503         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16504         Likewise.
16505         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16506         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16507         Likewise.
16508         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16509         Likewise.
16510         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16511         * sysdeps/x86/bits/string.h: Update #endif comments.
16512         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16513         conditionals.
16514         * time/sys/time.h: Update #endif comments.
16515         * time/time.h: Likewise.
16516         [__USE_MISC]: Remove redundant conditionals.
16518 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16520         [BZ #16600]
16521         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16523 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16525         * Versions.def (librt): Add GLIBC_2.17.
16527 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16529         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16530         synonym for _SYS_AUXV_H to allow direct inclusion.
16531         * sysdeps/sparc/bits/hwcap.h: Likewise.
16532         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16533         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16534         * sysdeps/sparc/sysdep.h: Likewise.
16536 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16538         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16540 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16542         * benchtests/bench-strrchr.c: Print length instead of position.
16544 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16546         [BZ #16611]
16547         * sysdeps/unix/sysv/linux/kernel-features.h
16548         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16549         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16550         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16551         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16552         Likewise.
16553         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16554         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16555         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16556         (__ASSUME_SENDMMSG): Define instead of using previous
16557         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16558         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16559         (__ASSUME_SENDMMSG_SYSCALL): Define.
16560         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16561         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16562         Likewise.
16563         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16564         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16565         Likewise.
16566         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16567         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16568         Likewise.
16569         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16570         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16571         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16572         [__ASSUME_SENDMMSG]: Change conditionals to
16573         [__ASSUME_SENDMMSG_SOCKETCALL].
16574         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16575         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16576         Define.
16577         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16578         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16579         Likewise.
16580         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16581         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16582         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16583         [!__ASSUME_SENDMMSG]: Change conditional to
16584         [!__ASSUME_SENDMMSG_SOCKETCALL].
16585         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16586         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16587         Define.
16589         [BZ #16610]
16590         * sysdeps/unix/sysv/linux/kernel-features.h
16591         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16592         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16593         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16594         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16595         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16596         [__i386__ || __sparc__]
16597         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16598         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16599         (__ASSUME_RECVMMSG): Define instead of using previous
16600         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16601         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16602         (__ASSUME_RECVMMSG_SYSCALL): Define.
16603         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16604         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16605         Likewise.
16606         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16607         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16608         Likewise.
16609         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16610         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16611         Likewise.
16612         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16613         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16614         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16615         [__ASSUME_RECVMMSG]: Change condition to
16616         [__ASSUME_RECVMMSG_SOCKETCALL].
16617         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16618         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16619         Define.
16620         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16621         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16622         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16623         Likewise.
16624         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16625         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16626         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16627         [!__ASSUME_RECVMMSG]: Change condition to
16628         [!__ASSUME_RECVMMSG_SOCKETCALL].
16629         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16630         (__ASSUME_RECVMMSG_SYSCALL): Define.
16632         [BZ #16609]
16633         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16634         __powerpc__ || __s390__ || __sh__ || __sparc__]
16635         (__ASSUME_SOCKETCALL): Define.
16636         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16637         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16638         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16639         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16640         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16641         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16642         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16643         (__ASSUME_ACCEPT4): Define instead of using previous
16644         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16645         __powerpc__ || __sparc__ || __s390__)] condition.
16646         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16647         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16648         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16649         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16650         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16651         [!__ASSUME_ACCEPT4]: Change condition to
16652         [!__ASSUME_ACCEPT4_SOCKETCALL].
16653         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16654         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16655         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16656         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16657         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16658         __ASSUME_ACCEPT4_SYSCALL.
16659         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16660         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16661         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16662         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16663         __ASSUME_ACCEPT4_SYSCALL.
16664         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16665         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16666         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16667         [__ASSUME_ACCEPT4]: Change condition to
16668         [__ASSUME_ACCEPT4_SOCKETCALL].
16669         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16670         (__ASSUME_SOCKETCALL): Define.
16671         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16672         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16673         (__ASSUME_SOCKETCALL): Define.
16674         (__ASSUME_ACCEPT4): Remove.
16675         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16676         Define.
16677         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16678         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16679         Likewise.
16680         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16681         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16683         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16684         macro.
16685         (HWCAP_ARM_LPAE): Likewise.
16686         (HWCAP_ARM_EVTSTRM): Likewise.
16687         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16688         Add vpfd32, lpae and evtstrm.
16689         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16690         Increase to 22.
16692 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16694         * math/auto-libm-test-in: Add tests of clog10.
16695         * math/auto-libm-test-out: Regenerated.
16696         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16697         * sysdeps/i386/fpu/libm-test-ulps: Update.
16698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16700 2014-02-18  Andreas Schwab  <schwab@suse.de>
16702         [BZ #16574]
16703         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16704         Store non-zero if the second buffer was newly allocated.
16705         (send_dg): Likewise.
16706         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16707         to send_vc and send_dg.
16708         (res_nsend): Pass NULL for ansp2_malloced.
16709         * resolv/res_query.c (__libc_res_nquery): Add parameter
16710         answerp2_malloced and pass it down to __libc_res_nsend.
16711         (res_nquery): Pass additional NULL to __libc_res_nquery.
16712         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16713         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16714         second answer buffer if answerp2_malloced was set.
16715         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16716         (__libc_res_nquerydomain): Add parameter
16717         answerp2_malloced and pass it down to __libc_res_nquery.
16718         (res_nquerydomain): Pass additional NULL to
16719         __libc_res_nquerydomain.
16720         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16721         additional NULL to __libc_res_nsend and __libc_res_nquery.
16722         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16723         additional NULL to __libc_res_nsearch.
16724         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16725         parameter of __libc_res_nsearch to check for separately allocated
16726         second buffer.
16727         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16728         __libc_res_nquery.
16729         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16730         additional NULL to __libc_res_nquery.
16731         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16732         __libc_res_nsearch.
16733         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16734         * include/resolv.h: Update prototypes of __libc_res_nquery,
16735         __libc_res_nsearch, __libc_res_nsend.
16737 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16739         * math/auto-libm-test-in: Add tests of fma.
16740         * math/auto-libm-test-out: Regenerated.
16741         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16742         (fma_towardzero_test_data): Likewise.
16743         (fma_downward_test_data): Likewise.
16744         (fma_upward_test_data): Likewise.
16745         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16746         mpc_mode.
16747         (rounding_modes): Add values for new field.
16748         (func_calc_method): Add value mpfr_fff_f.
16749         (func_calc_desc): Add mpfr_fff_f union field.
16750         (test_function): Add field exact_args.
16751         (FUNC): Add macro argument EXACT_ARGS.
16752         (FUNC_mpfr_f_f): Update call to FUNC.
16753         (FUNC_mpfr_f_f): Likewise.
16754         (FUNC_mpfr_ff_f): Likewise.
16755         (FUNC_mpfr_if_f): Likewise.
16756         (FUNC_mpc_c_f): Likewise.
16757         (FUNC_mpc_c_c): Likewise.
16758         (test_functions): Add fma.  Update calls to FUNC.
16759         (handle_input_arg): Add argument exact_args.
16760         (add_test): Update call to handle_input_arg.
16761         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16762         (output_for_one_input_case): Update call to calc_generic_results.
16763         Recalculate exact zero results in each rounding mode.
16765         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16766         non-negative before setting low bit.
16767         * math/auto-libm-test-in: Mark one asin test possibly having
16768         spurious underflow.
16769         * math/auto-libm-test-out: Regenerated.
16770         * sysdeps/i386/fpu/libm-test-ulps: Update.
16771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16773 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16775         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16776         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16777         ports/sysdeps/unix/sysv/linux/microblaze.
16778         * README: Add missing listing for microblaze*-*-linux-gnu.
16780 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16782         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16783         duplicate code
16785 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16787         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16788         * sysdeps/unix/sysv/linux/ia64: Move directory from
16789         ports/sysdeps/unix/sysv/linux/ia64.
16790         * README: Update listing for ia64-*-linux-gnu.
16792 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16793             Joseph Myers  <joseph@codesourcery.com>
16795         * Makeconfig (test-name): New variable.
16796         (evaluate-test): Likewise.
16797         * Makerules (do-test-clean): Remove .test-result files.
16798         (common-mostlyclean): Likewise.
16799         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16800         * scripts/evaluate-test.sh: New file.
16802 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16804         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16805         separate $(objpfx)tst-fopenloc-cmp.out and
16806         $(objpfx)tst-fopenloc-mem.out targets.
16807         (tests): Update dependencies.
16808         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16809         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16810         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16811         (tst-rxspencer-no-utf8-ARGS): New variable.
16812         (tst-rxspencer-no-utf8-ENV): Likewise.
16813         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16814         instead of $(objpfx)tst-rxspencer-mem.
16815         ($(objpfx)tst-rxspencer-mem): Change target to
16816         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16817         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16818         * posix/tst-rxspencer-no-utf8.c: New file.
16820         * elf/Makefile ($(objpfx)order.out): Remove rule.
16821         [$(run-built-tests) = yes] (tests): Depend on
16822         $(objpfx)order-cmp.out.
16823         ($(objpfx)order-cmp.out): New rule.
16824         [$(run-built-tests) = yes] (tests): Depend on
16825         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16826         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16827         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16828         $(objpfx)tst-array5-static-cmp.out.
16829         ($(objpfx)tst-array1.out): Remove rule.
16830         ($(objpfx)tst-array1-cmp.out): New rule.
16831         ($(objpfx)tst-array1-static.out): Remove rule.
16832         ($(objpfx)tst-array1-static-cmp.out): New rule.
16833         ($(objpfx)tst-array2.out): Remove rule.
16834         ($(objpfx)tst-array2-cmp.out): New rule.
16835         ($(objpfx)tst-array3.out): Remove rule.
16836         ($(objpfx)tst-array3-cmp.out): New rule.
16837         ($(objpfx)tst-array4.out): Remove rule.
16838         ($(objpfx)tst-array4-cmp.out): New rule.
16839         ($(objpfx)tst-array5.out): Remove rule.
16840         ($(objpfx)tst-array5-cmp.out): New rule.
16841         ($(objpfx)tst-array5-static.out): Remove rule.
16842         ($(objpfx)tst-array5-static-cmp.out): New rule.
16843         [$(run-built-tests) = yes] (tests): Depend on
16844         $(objpfx)order2-cmp.out.
16845         ($(objpfx)order2.out): Remove rule.
16846         ($(objpfx)order2-cmp.out): New rule.
16847         ($(objpfx)tst-initorder.out): Remove rule.
16848         [$(run-built-tests) = yes] (tests): Depend on
16849         $(objpfx)tst-initorder-cmp.out.
16850         ($(objpfx)tst-initorder-cmp.out): New rule.
16851         ($(objpfx)tst-initorder2.out): Remove rule.
16852         [$(run-built-tests) = yes] (tests): Depend on
16853         $(objpfx)tst-initorder2-cmp.out.
16854         ($(objpfx)tst-initorder2-cmp.out): New rule.
16855         [$(run-built-tests) = yes] (tests): Depend on
16856         $(objpfx)tst-unused-dep-cmp.out.
16857         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16858         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16859         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16860         on $(objpfx)tst-setvbuf1-cmp.out.
16861         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16862         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16863         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16864         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16865         ($(objpfx)tst-svc.out): Remove rule.
16866         ($(objpfx)tst-svc-cmp.out): New rule.
16868 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16870         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16871         * ctype/ctype.h [__USE_MISC]: Likewise.
16872         * dirent/dirent.h [__USE_MISC]: Likewise.
16873         * grp/grp.h [__USE_MISC]: Likewise.
16874         * io/fcntl.h [__USE_MISC]: Likewise.
16875         * io/sys/stat.h [__USE_MISC]: Likewise.
16876         * libio/stdio.h [__USE_MISC]: Likewise.
16877         * posix/unistd.h [__USE_MISC]: Likewise.
16878         * pwd/pwd.h [__USE_MISC]: Likewise.
16879         * stdlib.h [__USE_MISC]: Likewise.
16880         * string/bits/string2.h [__USE_MISC]: Likewise.
16881         * string/string.h [__USE_MISC]: Likewise.
16882         * time/time.h [__USE_MISC]: Likewise.
16884 2014-02-13  Andreas Schwab  <schwab@suse.de>
16886         [BZ #16574]
16887         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16888         second answer buffer if it was separately allocated.
16890 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16892         * sysdeps/mips/math-tests.h: Include <features.h>.
16893         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16894         (ROUNDING_TESTS_long_double): Do not define.
16895         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16896         (EXCEPTION_TESTS_long_double): Likewise.
16897         * sysdeps/mips/mips64/libm-test-ulps: Update.
16899         * include/features.h (__USE_BSD): Remove macro definitions.
16900         (__USE_SVID): Likewise.
16901         (_BSD_SOURCE): Likewise.
16902         (_SVID_SOURCE): Likewise.
16903         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16904         from definition of _DEFAULT_SOURCE.
16905         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16906         [_DEFAULT_SOURCE].
16907         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16908         * bits/mman.h [__USE_BSD]: Likewise.
16909         * bits/termios.h [__USE_BSD]: Likewise.
16910         * bits/waitstatus.h [__USE_BSD]: Likewise.
16911         * ctype/ctype.h [__USE_SVID]: Likewise.
16912         * dirent/dirent.h [__USE_BSD]: Likewise.
16913         * grp/grp.h [__USE_SVID]: Likewise.
16914         [__USE_BSD]: Likewise.
16915         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16916         * io/fcntl.h [__USE_BSD]: Likewise.
16917         * io/ftw.h [__USE_BSD]: Likewise.
16918         * io/sys/stat.h [__USE_BSD]: Likewise.
16919         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16920         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16921         * libio/stdio.h [__USE_SVID]: Likewise.
16922         [__USE_BSD]: Likewise.
16923         * math/math.h [__USE_SVID]: Likewise.
16924         [__USE_BSD]: Likewise.
16925         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16926         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16927         * misc/search.h [__USE_SVID]: Likewise.
16928         * misc/sys/mman.h [__USE_BSD]: Likewise.
16929         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16930         * misc/sys/uio.h [__USE_BSD]: Likewise.
16931         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16932         * posix/glob.h [__USE_BSD]: Likewise.
16933         * posix/regex.h [__USE_BSD]: Likewise.
16934         * posix/sys/types.h [__USE_BSD]: Likewise.
16935         [__USE_SVID]: Likewise.
16936         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16937         * posix/sys/wait.h [__USE_BSD]: Likewise.
16938         [__USE_SVID]: Likewise.
16939         * posix/unistd.h [__USE_BSD]: Likewise.
16940         [__USE_SVID]: Likewise.
16941         * pwd/pwd.h [__USE_SVID]: Likewise.
16942         * resolv/netdb.h [__USE_BSD]: Likewise.
16943         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16944         * signal/signal.h [__USE_BSD]: Likewise.
16945         [__USE_SVID]: Likewise.
16946         * socket/sys/socket.h [__USE_BSD]: Likewise.
16947         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16948         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16949         [__USE_SVID]: Likewise.
16950         * string/bits/string2.h [__USE_BSD]: Likewise.
16951         [__USE_SVID]: Likewise.
16952         * string/bits/string3.h [__USE_BSD]: Likewise.
16953         * string/endian.h [__USE_BSD]: Likewise.
16954         * string/string.h [__USE_SVID]: Likewise.
16955         [__USE_BSD]: Likewise.
16956         * string/strings.h [__USE_BSD]: Likewise.
16957         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16958         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16959         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16960         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16961         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16962         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16963         Likewise.
16964         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16965         Likewise.
16966         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16967         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16968         Likewise.
16969         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16970         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16971         Likewise.
16972         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16973         Likewise.
16974         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16975         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16976         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16977         Likewise.
16978         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16979         Likewise.
16980         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16981         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16982         * termios/termios.h [__USE_BSD]: Likewise.
16983         * time/sys/time.h [__USE_BSD]: Likewise.
16984         * time/time.h [__USE_BSD]: Likewise.
16985         [__USE_SVID]: Likewise.
16987         * Makefile (subdir_targets): Remove subdir_lint.out.
16989         * stdio-common/Makefile (do-tst-unbputc): Remove target.
16990         (do-tst-printf): Likewise.
16991         (tests): Depend directly on $(objpfx)tst-unbputc.out and
16992         $(objpfx)tst-printf.out.
16994         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16996         * Makerules (check-abi-%): Change target to
16997         $(objpfx)check-abi-%.out.
16998         (check-abi target): Update dependencies.
16999         (check-abi-pattern variable): Redirect output of diff to $@.
17000         (check-abi variable): Likewise.
17001         * elf/Makefile (check-abi): Update dependencies.
17003         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17004         unused.
17005         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17006         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17007         subnormal range.
17008         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17009         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17010         value has largest subnormal exponent.
17011         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17012         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17013         * sysdeps/aarch64/soft-fp/sfp-machine.h
17014         (_FP_TININESS_AFTER_ROUNDING): New macro.
17015         * sysdeps/alpha/soft-fp/sfp-machine.h
17016         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17017         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17018         Likewise.
17019         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17020         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17021         * sysdeps/mips/soft-fp/sfp-machine.h
17022         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17023         * sysdeps/powerpc/soft-fp/sfp-machine.h
17024         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17025         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17026         Likewise.
17027         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17028         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17029         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17030         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17031         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17032         Likewise.
17034 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17036         [BZ #16545]
17037         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17038         model 1.
17040 2014-02-12  Richard Henderson  <rth@redhat.com>
17042         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17043         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17044         * sysdeps/unix/sysv/linux/alpha: Move directory from
17045         ports/sysdeps/unix/sysv/linux/alpha.
17046         * README: Update listing for alpha-*-linux-gnu.
17048 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17050         * include/features.h: Update comment documenting feature test
17051         macros.
17052         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17053         _DEFAULT_SOURCE.
17054         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17055         (_SVID_SOURCE): Likewise.
17056         (_DEFAULT_SOURCE): Update description of default features.
17057         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17058         with _GNU_SOURCE.
17059         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17060         (S_ISVTX): Likewise.
17061         * manual/math.texi (Mathematical Constants): Likewise.
17062         * manual/signal.texi (Interrupted Primitives): Likewise.
17063         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17064         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17065         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17066         Don't refer to _SVID_SOURCE in warning text.
17068         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17070         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17071         already defined.
17072         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17073         * sysdeps/mips/dl-lookup.c: Remove.
17074         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17076 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17078         [BZ #16447]
17079         * math/auto-libm-test-in: Add testcase for expl.
17080         * math/auto-libm-test-out: Regenerate.
17081         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17082         calculation of unsafe.
17083         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17085 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17087         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17088         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17089         ports/sysdeps/unix/sysv/linux/aarch64.
17090         * README: Update listing for aarch64*-*-linux-gnu.
17092 2014-02-11  Will Newton  <will.newton@linaro.org>
17094         * manual/probes.texi (Mathematical Function Probes): Use
17095         "triggered" instead of "hit".
17097         * manual/probes.texi (Internal Probes): Add documentation
17098         of setjmp, longjmp and longjmp_target probes.
17100         * include/stap-probe.h: Add comment about probe argument
17101         format.
17103         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17104         definition.  (tr_where, tr_freehook, tr_mallochook,
17105         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17107 2014-02-11  David S. Miller  <davem@davemloft.net>
17109         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17110         processing int_tests.
17112 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17114         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17115         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17116         * sysdeps/unix/sysv/linux/mips: Move directory from
17117         ports/sysdeps/unix/sysv/linux/mips.
17118         * README: Update listing for mips-*-linux-gnu and
17119         mips64-*-linux-gnu.
17121 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17123         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17124         * sysdeps/unix/sysv/linux/m68k: Move directory from
17125         ports/sysdeps/unix/sysv/linux/m68k.
17126         * README: Update listing for m68k-*-linux-gnu.
17128 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17130         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17131         * sysdeps/unix/sysv/linux/generic: Move directory from
17132         ports/sysdeps/unix/sysv/linux/generic.
17133         * sysdeps/unix/sysv/linux/tile: Move directory from
17134         ports/sysdeps/unix/sysv/linux/tile.
17135         * README: Update listing for tile*-*-linux-gnu.
17137 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17139         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17140         __builtin_expect.
17141         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17142         * catgets/open_catalog.c (__open_catalog): Likewise.
17143         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17144         * debug/confstr_chk.c: Likewise.
17145         * debug/fread_chk.c (__fread_chk): Likewise.
17146         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17147         * debug/getgroups_chk.c: Likewise.
17148         * debug/mbsnrtowcs_chk.c: Likewise.
17149         * debug/mbsrtowcs_chk.c: Likewise.
17150         * debug/mbstowcs_chk.c: Likewise.
17151         * debug/memcpy_chk.c: Likewise.
17152         * debug/memmove_chk.c: Likewise.
17153         * debug/mempcpy_chk.c: Likewise.
17154         * debug/memset_chk.c: Likewise.
17155         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17156         * debug/strcat_chk.c (__strcat_chk): Likewise.
17157         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17158         * debug/strncat_chk.c (__strncat_chk): Likewise.
17159         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17160         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17161         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17162         * debug/wcpncpy_chk.c: Likewise.
17163         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17164         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17165         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17166         * debug/wcsncpy_chk.c: Likewise.
17167         * debug/wcsnrtombs_chk.c: Likewise.
17168         * debug/wcsrtombs_chk.c: Likewise.
17169         * debug/wcstombs_chk.c: Likewise.
17170         * debug/wmemcpy_chk.c: Likewise.
17171         * debug/wmemmove_chk.c: Likewise.
17172         * debug/wmempcpy_chk.c: Likewise.
17173         * debug/wmemset_chk.c: Likewise.
17174         * dirent/scandirat.c (SCANDIRAT): Likewise.
17175         * dlfcn/dladdr1.c (dladdr1): Likewise.
17176         * dlfcn/dladdr.c (dladdr): Likewise.
17177         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17178         * dlfcn/dlerror.c (__dlerror): Likewise.
17179         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17180         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17181         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17182         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17183         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17184         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17185         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17186         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17187         Likewise.
17188         * elf/dl-conflict.c: Likewise.
17189         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17190         * elf/dl-dst.h: Likewise.
17191         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17192         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17193         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17194         * elf/dl-init.c (call_init, _dl_init): Likewise.
17195         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17196         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17197         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17198         Likewise.
17199         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17200         Likewise.
17201         * elf/dl-minimal.c (__libc_memalign): Likewise.
17202         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17203         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17204         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17205         * elf/dl-sym.c (do_sym): Likewise.
17206         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17207         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17208         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17209         * elf/dl-writev.h (_dl_writev): Likewise.
17210         * elf/ldconfig.c (search_dir): Likewise.
17211         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17212         (dl_main): Likewise.
17213         * elf/setup-vdso.h (setup_vdso): Likewise.
17214         * grp/compat-initgroups.c (compat_call): Likewise.
17215         * grp/fgetgrent.c (fgetgrent): Likewise.
17216         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17217         * grp/putgrent.c (putgrent): Likewise.
17218         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17219         Likewise.
17220         * hurd/hurdinit.c: Likewise.
17221         * iconvdata/8bit-gap.c (struct): Likewise.
17222         * iconvdata/ansi_x3.110.c : Likewise.
17223         * iconvdata/big5.c : Likewise.
17224         * iconvdata/big5hkscs.c : Likewise.
17225         * iconvdata/cp1255.c: Likewise.
17226         * iconvdata/cp1258.c : Likewise.
17227         * iconvdata/cp932.c : Likewise.
17228         * iconvdata/euc-cn.c: Likewise.
17229         * iconvdata/euc-jisx0213.c : Likewise.
17230         * iconvdata/euc-jp.c: Likewise.
17231         * iconvdata/euc-jp-ms.c : Likewise.
17232         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17233         * iconvdata/gb18030.c : Likewise.
17234         * iconvdata/gbbig5.c (const): Likewise.
17235         * iconvdata/gbgbk.c: Likewise.
17236         * iconvdata/gbk.c : Likewise.
17237         * iconvdata/ibm1364.c : Likewise.
17238         * iconvdata/ibm930.c : Likewise.
17239         * iconvdata/ibm932.c: Likewise.
17240         * iconvdata/ibm933.c : Likewise.
17241         * iconvdata/ibm935.c : Likewise.
17242         * iconvdata/ibm937.c : Likewise.
17243         * iconvdata/ibm939.c : Likewise.
17244         * iconvdata/ibm943.c: Likewise.
17245         * iconvdata/iso_11548-1.c: Likewise.
17246         * iconvdata/iso-2022-cn.c : Likewise.
17247         * iconvdata/iso-2022-cn-ext.c : Likewise.
17248         * iconvdata/iso-2022-jp-3.c: Likewise.
17249         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17250         * iconvdata/iso-2022-kr.c : Likewise.
17251         * iconvdata/iso646.c (gconv_end): Likewise.
17252         * iconvdata/iso_6937-2.c : Likewise.
17253         * iconvdata/iso_6937.c : Likewise.
17254         * iconvdata/iso8859-1.c: Likewise.
17255         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17256         * iconvdata/shift_jisx0213.c : Likewise.
17257         * iconvdata/sjis.c : Likewise.
17258         * iconvdata/t.61.c : Likewise.
17259         * iconvdata/tcvn5712-1.c : Likewise.
17260         * iconvdata/tscii.c: Likewise.
17261         * iconvdata/uhc.c : Likewise.
17262         * iconvdata/unicode.c (gconv_end): Likewise.
17263         * iconvdata/utf-16.c (gconv_end): Likewise.
17264         * iconvdata/utf-32.c (gconv_end): Likewise.
17265         * iconvdata/utf-7.c (base64): Likewise.
17266         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17267         * iconv/gconv_close.c (__gconv_close): Likewise.
17268         * iconv/gconv_open.c (__gconv_open): Likewise.
17269         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17270         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17271         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17272         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17273         (ucs4le_internal_loop_single): Likewise.
17274         * iconv/iconv.c (iconv): Likewise.
17275         * iconv/iconv_close.c: Likewise.
17276         * iconv/loop.c (SINGLE): Likewise.
17277         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17278         * include/atomic.h: Likewise.
17279         * inet/inet6_option.c (option_alloc): Likewise.
17280         * intl/bindtextdom.c (set_binding_values): Likewise.
17281         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17282         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17283         * intl/localealias.c (read_alias_file): Likewise.
17284         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17285         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17286         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17287         * libio/fmemopen.c (fmemopen): Likewise.
17288         * libio/iofgets.c (_IO_fgets): Likewise.
17289         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17290         * libio/iofgetws.c (fgetws): Likewise.
17291         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17292         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17293         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17294         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17295         * locale/findlocale.c (_nl_find_locale): Likewise.
17296         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17297         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17298         Likewise.
17299         * locale/setlocale.c (setlocale): Likewise.
17300         * login/programs/pt_chown.c (main): Likewise.
17301         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17302         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17303         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17304         (mmap, mmap64, mremap, munmap): Likewise.
17305         * math/e_exp2l.c: Likewise.
17306         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17307         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17308         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17309         * math/s_catan.c (__catan): Likewise.
17310         * math/s_catanf.c (__catanf): Likewise.
17311         * math/s_catanh.c (__catanh): Likewise.
17312         * math/s_catanhf.c (__catanhf): Likewise.
17313         * math/s_catanhl.c (__catanhl): Likewise.
17314         * math/s_catanl.c (__catanl): Likewise.
17315         * math/s_ccosh.c (__ccosh): Likewise.
17316         * math/s_ccoshf.c (__ccoshf): Likewise.
17317         * math/s_ccoshl.c (__ccoshl): Likewise.
17318         * math/s_cexp.c (__cexp): Likewise.
17319         * math/s_cexpf.c (__cexpf): Likewise.
17320         * math/s_cexpl.c (__cexpl): Likewise.
17321         * math/s_clog10.c (__clog10): Likewise.
17322         * math/s_clog10f.c (__clog10f): Likewise.
17323         * math/s_clog10l.c (__clog10l): Likewise.
17324         * math/s_clog.c (__clog): Likewise.
17325         * math/s_clogf.c (__clogf): Likewise.
17326         * math/s_clogl.c (__clogl): Likewise.
17327         * math/s_csin.c (__csin): Likewise.
17328         * math/s_csinf.c (__csinf): Likewise.
17329         * math/s_csinh.c (__csinh): Likewise.
17330         * math/s_csinhf.c (__csinhf): Likewise.
17331         * math/s_csinhl.c (__csinhl): Likewise.
17332         * math/s_csinl.c (__csinl): Likewise.
17333         * math/s_csqrt.c (__csqrt): Likewise.
17334         * math/s_csqrtf.c (__csqrtf): Likewise.
17335         * math/s_csqrtl.c (__csqrtl): Likewise.
17336         * math/s_ctan.c (__ctan): Likewise.
17337         * math/s_ctanf.c (__ctanf): Likewise.
17338         * math/s_ctanh.c (__ctanh): Likewise.
17339         * math/s_ctanhf.c (__ctanhf): Likewise.
17340         * math/s_ctanhl.c (__ctanhl): Likewise.
17341         * math/s_ctanl.c (__ctanl): Likewise.
17342         * math/w_pow.c: Likewise.
17343         * math/w_powf.c: Likewise.
17344         * math/w_powl.c: Likewise.
17345         * math/w_scalb.c (sysv_scalb): Likewise.
17346         * math/w_scalbf.c (sysv_scalbf): Likewise.
17347         * math/w_scalbl.c (sysv_scalbl): Likewise.
17348         * misc/error.c (error_tail): Likewise.
17349         * misc/pselect.c (__pselect): Likewise.
17350         * nis/nis_callback.c (__nis_create_callback): Likewise.
17351         * nis/nis_call.c (__nisfind_server): Likewise.
17352         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17353         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17354         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17355         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17356         * nis/nis_lookup.c (nis_lookup): Likewise.
17357         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17358         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17359         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17360         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17361         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17362         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17363         * nis/nss_compat/compat-initgroups.c (add_group)
17364         (internal_getgrent_r): Likewise.
17365         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17366         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17367         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17368         (internal_getspnam_r): Likewise.
17369         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17370         (_nss_nis_getaliasbyname_r): Likewise.
17371         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17372         (_nss_nis_getntohost_r): Likewise.
17373         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17374         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17375         (_nss_nis_getgrgid_r): Likewise.
17376         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17377         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17378         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17379         (_nss_nis_gethostbyname4_r): Likewise.
17380         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17381         (initgroups_netid): Likewise.
17382         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17383         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17384         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17385         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17386         (_nss_nis_getprotobynumber_r): Likewise.
17387         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17388         (_nss_nis_getsecretkey): Likewise.
17389         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17390         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17391         (_nss_nis_getpwuid_r): Likewise.
17392         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17393         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17394         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17395         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17396         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17397         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17398         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17399         Likewise.
17400         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17401         (_nss_nisplus_getntohost_r): Likewise.
17402         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17403         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17404         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17405         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17406         Likewise.
17407         * nis/nss_nisplus/nisplus-initgroups.c
17408         (_nss_nisplus_initgroups_dyn): Likewise.
17409         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17410         (_nss_nisplus_getnetbyaddr_r): Likewise.
17411         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17412         (_nss_nisplus_getprotobynumber_r): Likewise.
17413         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17414         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17415         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17416         Likewise.
17417         * nis/nss_nisplus/nisplus-service.c
17418         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17419         (_nss_nisplus_getservbyport_r): Likewise.
17420         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17421         (_nss_nisplus_getspnam_r): Likewise.
17422         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17423         Likewise.
17424         * nscd/aicache.c (addhstaiX): Likewise.
17425         * nscd/cache.c (cache_search, prune_cache): Likewise.
17426         * nscd/connections.c (register_traced_file, send_ro_fd)
17427         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17428         (main_loop_epoll): Likewise.
17429         * nscd/grpcache.c (addgrbyX): Likewise.
17430         * nscd/hstcache.c (addhstbyX): Likewise.
17431         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17432         * nscd/mem.c (gc, mempool_alloc): Likewise.
17433         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17434         (addinnetgrX): Likewise.
17435         * nscd/nscd-client.h (__nscd_acquire_maplock)
17436         (__nscd_drop_map_ref): Likewise.
17437         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17438         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17439         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17440         Likewise.
17441         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17442         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17443         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17444         (__nscd_get_map_ref): Likewise.
17445         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17446         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17447         Likewise.
17448         * nscd/pwdcache.c (addpwbyX): Likewise.
17449         * nscd/selinux.c (preserve_capabilities): Likewise.
17450         * nscd/servicescache.c (addservbyX): Likewise.
17451         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17452         * posix/fnmatch.c (fnmatch): Likewise.
17453         * posix/getopt.c (_getopt_internal_r): Likewise.
17454         * posix/glob.c (glob, glob_in_dir): Likewise.
17455         * posix/wordexp.c (exec_comm_child): Likewise.
17456         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17457         (getanswer_r, gaih_getanswer_slice): Likewise.
17458         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17459         * resolv/res_init.c: Likewise.
17460         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17461         * resolv/res_query.c (__libc_res_nquery): Likewise.
17462         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17463         Likewise.
17464         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17465         * stdio-common/perror.c (perror): Likewise.
17466         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17467         * stdio-common/tmpnam.c (tmpnam): Likewise.
17468         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17469         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17470         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17471         Likewise.
17472         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17473         * stdlib/putenv.c (putenv): Likewise.
17474         * stdlib/setenv.c (__add_to_environ): Likewise.
17475         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17476         * stdlib/strtol_l.c (INTERNAL): Likewise.
17477         * string/memmem.c (memmem): Likewise.
17478         * string/strerror.c (strerror): Likewise.
17479         * string/strnlen.c (__strnlen): Likewise.
17480         * string/test-memmem.c (simple_memmem): Likewise.
17481         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17482         * sunrpc/pm_getport.c (__get_socket): Likewise.
17483         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17484         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17485         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17486         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17487         Likewise.
17488         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17489         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17490         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17491         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17492         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17493         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17494         Likewise.
17495         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17496         Likewise.
17497         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17498         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17499         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17500         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17501         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17502         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17503         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17504         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17505         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17506         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17507         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17508         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17509         Likewise.
17510         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17511         Likewise.
17512         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17513         Likewise.
17514         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17515         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17516         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17517         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17518         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17519         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17520         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17521         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17522         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17523         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17524         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17525         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17526         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17527         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17528         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17529         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17530         Likewise.
17531         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17532         Likewise.
17533         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17534         Likewise.
17535         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17536         Likewise.
17537         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17538         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17539         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17540         Likewise.
17541         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17542         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17543         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17544         * sysdeps/posix/sleep.c: Likewise.
17545         * sysdeps/posix/tempname.c: Likewise.
17546         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17547         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17548         Likewise.
17549         * sysdeps/powerpc/powerpc32/dl-machine.h
17550         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17551         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17552         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17553         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17554         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17555         Likewise.
17556         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17557         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17558         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17559         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17560         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17561         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17562         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17563         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17564         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17565         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17566         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17567         (elf_machine_lazy_rel): Likewise.
17568         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17569         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17570         (elf_machine_lazy_rel): Likewise.
17571         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17572         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17573         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17574         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17575         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17576         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17577         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17578         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17579         Likewise.
17580         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17581         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17582         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17583         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17584         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17585         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17586         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17587         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17588         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17589         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17590         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17591         Likewise.
17592         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17593         (__posix_fallocate64_l64): Likewise.
17594         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17595         (posix_fallocate): Likewise.
17596         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17597         Likewise.
17598         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17599         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17600         (getifaddrs_internal): Likewise.
17601         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17602         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17603         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17604         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17605         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17606         (__posix_fallocate64_l64): Likewise.
17607         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17608         Likewise.
17609         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17610         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17611         (__get_clockfreq): Likewise.
17612         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17613         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17614         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17615         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17616         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17617         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17618         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17619         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17620         Likewise.
17621         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17622         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17623         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17624         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17625         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17626         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17627         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17628         Likewise.
17629         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17630         (posix_fallocate): Likewise.
17631         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17632         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17633         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17634         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17635         (elf_machine_rela, elf_machine_rela_relative)
17636         (elf_machine_lazy_rel): Likewise.
17637         * time/asctime.c (asctime_internal): Likewise.
17638         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17639         * time/tzset.c (__tzset_parse_tz): Likewise.
17640         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17641         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17642         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17643         * wcsmbs/wcsmbsload.h: Likewise.
17645         [BZ #15894]
17646         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17648         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17649         (arena_get2): Remove THREAD_STATS conditionals.
17650         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17651         (__malloc_stats, int): Likewise.
17653 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17655         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17656         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17658         * manual/setjmp.texi: Fix typos/grammar errors.
17660         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17661         Only return early when n is <= 0.  Delete unused return statement.
17663         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17664         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17665         * debug/tst-longjmp_chk3.c: New file.
17667         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17668         (test_main): Replace code with set_fortify_handler call.
17669         * debug/test-strcpy_chk.c: Likewise.
17670         * debug/tst-chk1.c: Likewise.
17671         * debug/tst-longjmp_chk.c: Likewise.
17672         * test-skeleton.c: Include fcntl.h & paths.h
17673         (set_fortify_handler): Define.
17675         * debug/tst-longjmp_chk.c: Add header comment and include
17676         ../test-skeleton.c.
17677         (do_test): Mark static.
17678         (TEST_FUNCTION): Define.
17680         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17681         (IP_PMTUDISC_INTERFACE): Likewise.
17682         (IP_MULTICAST_IF): Likewise.
17683         (IP_MULTICAST_TTL): Likewise.
17684         (IP_MULTICAST_LOOP): Likewise.
17685         (IP_ADD_MEMBERSHIP): Likewise.
17686         (IP_DROP_MEMBERSHIP): Likewise.
17687         (IP_UNBLOCK_SOURCE): Likewise.
17688         (IP_BLOCK_SOURCE): Likewise.
17689         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17690         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17691         (IP_MSFILTER): Likewise.
17692         (MCAST_JOIN_GROUP): Likewise.
17693         (MCAST_BLOCK_SOURCE): Likewise.
17694         (MCAST_UNBLOCK_SOURCE): Likewise.
17695         (MCAST_LEAVE_GROUP): Likewise.
17696         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17697         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17698         (MCAST_MSFILTER): Likewise.
17699         (IP_MULTICAST_ALL): Likewise.
17700         (IP_UNICAST_IF): Likewise.
17702         * timezone/Makefile: Delete $(have-ksh) check.
17703         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17704         * timezone/tzselect.ksh: Add +x mode bits.
17706         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17707         (ANON_INODE_FS_MAGIC): Likewise.
17708         (BDEVFS_MAGIC): Likewise.
17709         (BINFMTFS_MAGIC): Likewise.
17710         (BTRFS_TEST_MAGIC): Likewise.
17711         (CRAMFS_MAGIC_WEND): Likewise.
17712         (DEBUGFS_MAGIC): Likewise.
17713         (ECRYPTFS_SUPER_MAGIC): Likewise.
17714         (EXT3_SUPER_MAGIC): Likewise.
17715         (EXT4_SUPER_MAGIC): Likewise.
17716         (FUTEXFS_SUPER_MAGIC): Likewise.
17717         (HOSTFS_SUPER_MAGIC): Likewise.
17718         (HUGETLBFS_MAGIC): Likewise.
17719         (MINIX3_SUPER_MAGIC): Likewise.
17720         (MTD_INODE_FS_MAGIC): Likewise.
17721         (NILFS_SUPER_MAGIC): Likewise.
17722         (OPENPROM_SUPER_MAGIC): Likewise.
17723         (PIPEFS_MAGIC): Likewise.
17724         (PSTOREFS_MAGIC): Likewise.
17725         (QNX6_SUPER_MAGIC): Likewise.
17726         (RAMFS_MAGIC): Likewise.
17727         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17728         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17729         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17730         (SECURITYFS_MAGIC): Likewise.
17731         (SELINUX_MAGIC): Likewise.
17732         (SMACK_MAGIC): Likewise.
17733         (SOCKFS_MAGIC): Likewise.
17734         (SQUASHFS_MAGIC): Likewise.
17735         (STACK_END_MAGIC): Likewise.
17736         (TMPFS_MAGIC): Likewise.
17737         (USBDEVICE_SUPER_MAGIC): Likewise.
17738         (V9FS_MAGIC): Likewise.
17739         (XENFS_SUPER_MAGIC): Likewise.
17740         (CRAMFS_MAGIC): Fix typo in comment.
17741         (EXT2_SUPER_MAGIC): Update comment.
17742         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17744 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17746         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17747         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17748         * sysdeps/unix/sysv/linux/arm: Move directory from
17749         ports/sysdeps/unix/sysv/linux/arm.
17750         * README: Update listing for arm-*-linux-gnueabi.
17752         * README: Remove mention of am33.
17754 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17756         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17757         than the comma operator, to avoid "rhs of comma has no effect"
17758         compiler warnings.
17759         (__sigfillset, __sigandset, __sigorset): Likewise.
17760         * include/signal.h (__sigemptyset): Likewise.
17761         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17763 2014-02-07  Allan McRae  <allan@archlinux.org>
17765         * version.h (RELEASE): Set to "development".
17766         (VERSION): Set to "2.19.90"
17767         * NEWS: Add 2.20 section.
17769 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17771         [BZ #16529]
17772         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17774 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17776         * manual/contrib.texi: Update entry for Carlos O'Donell,
17777         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17779 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17781         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17783         * sysdeps/unix/sysv/linux/kernel-features.h
17784         [__LINUX_KERNEL_VERSION >= 0x020621]
17785         (__ASSUME_PROC_PID_TASK_COMM): Define.
17787 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17789         [BZ #16398]
17790         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17791         conversion when destination buffer does not have enough space.
17792         * libio/tst-ftell-partial-wide.c: New test case.
17793         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17795         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17796         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17797         Leonard and Allan McRae.
17799 2014-02-04  David S. Miller  <davem@davemloft.net>
17801         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17802         32-bit.
17804 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17807         New file
17808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17809         New file
17810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17811         New file.
17812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17813         New file.
17814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17815         New file.
17816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17817         New file.
17818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17819         New file.
17820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17821         New file.
17822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17823         New file.
17824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17825         New file.
17826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17827         New file.
17828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17829         New file.
17830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17831         New file.
17833 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17835         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17836         * shlib-versions: Likewise.
17838 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17839             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17841         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17842         (abilist-pattern): New variable, set to %-le.abilist.
17844         * Makerules (abilist-pattern): New variable.
17845         (vpath): Use $(abilist-pattern) in place of %.abilist.
17846         (check-abi-% pattern rule): Likewise.
17847         (check-abi, update-abi): Likewise.
17849 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17851         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17853 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17855         * manual/startup.texi: Add next, previous, and top entries for
17856         the `Program Arguments' and `Environment Variables' nodes.
17858 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17860         * manual/macros.texi: Add comments before MTASC-safety macros.
17862         * manual/users.texi: Document MTASC-safety properties.
17864         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17865         (pthread_getspecific, pthread_setspecific): Format with
17866         @deftypefun, and add @safety note.
17867         * manual/signal.texi: Move comments that analyze the above
17868         functions to their home place.
17870 2014-02-03  Allan McRae  <allan@archlinux.org>
17872         * po/sl.po: Update Slovenian translation from translation project.
17874 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17876         * manual/time.texi (timegm): Add missing blank after @c.
17877         Reported by Joseph Myers <joseph@codesourcery.com>.
17879 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17881         * manual/check-safety.sh: New.
17882         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17884         * manual/terminal.texi: Document MTASC-safety properties.
17886         * manual/filesys.texi: Document MTASC-safety properties.
17888         * manual/errno.texi: Document MTASC-safety properties.
17890         * manual/intro.texi: Document safety identifiers and
17891         conditionals.
17893         * manual/string.texi (wcstok): Fix prototype.
17894         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17896         * manual/time.texi: Document MTASC-safety properties.
17898         * manual/string.texi: Document MTASC-safety properties.
17900         * manual/threads.texi: Document MTASC-safety properties.
17902         * manual/stdio.texi: Document MTASC-safety properties.
17904         * manual/syslog.texi: Document MTASC-safety properties.
17906         * manual/sysinfo.texi: Document MTASC-safety properties.
17908         * manual/startup.texi: Document MTASC-safety properties.
17910         * manual/socket.texi: Document MTASC-safety properties.
17912         * manual/signal.texi: Document MTASC-safety properties.
17914 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17916         * manual/setjmp.texi: Document MTASC-safety properties.
17918         * manual/search.texi: Document MTASC-safety properties.
17920         * manual/resource.texi: Document MTASC-safety properties.
17922         * manual/process.texi: Document MTASC-safety properties.
17924         * manual/platform.texi: Document MTASC-safety properties.
17926         * manual/pipe.texi: Document MTASC-safety properties.
17928         * manual/pattern.texi: Document MTASC-safety properties.
17930         * manual/message.texi: Document MTASC-safety properties.
17932         [BZ #12751]
17933         * manual/memory.texi: Document MTASC-safety properties.
17935         * manual/math.texi: Document MTASC-safety properties.
17937         * manual/locale.texi: Document MTASC-safety properties.
17939         * manual/llio.texi: Document MTASC-safety properties.
17941         * manual/libdl.texi: New.
17943         * manual/lang.texi: Document MTASC-safety properties.
17945         * manual/job.texi: Document MTASC-safety properties.
17947         * manual/getopt.texi: Document MTASC-safety properties.
17949         * manual/ctype.texi: Document MTASC-safety properties.
17951 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17953         [BZ #16046]
17954         * csu/libc-tls.c (static_map): Remove variable.
17955         (__libc_setup_tls): Use main executable's link map for TLS data.
17956         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17957         casing for LM_ID_BASE and GL(dl_nns).
17958         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17959         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17960         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17961         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17962         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17963         member.
17964         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17965         l_phnum members.
17967 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
17969         * manual/debug.texi: Document MTASC-safety properties.
17971 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17973         [BZ #16510]
17974         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17975         of __x86_64__ when disabling x87 inline functions.
17977 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
17979         * manual/charset.texi: Document MTASC-safety properties.
17981         * manual/crypt.texi: Document MTASC-safety properties.
17983         * manual/conf.texi: Document MTASC-safety properties.
17985         * manual/arith.texi: Document MTASC-safety properties.
17987         * manual/argp.texi: Document MTASC-safety properties.
17989         * manual/macros.texi: Introduce macros to document multi
17990         thread, asynchronous signal and asynchronous cancellation
17991         safety properties.
17992         * manual/intro.texi: Introduce the properties themselves.
17994 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17996         * sysdeps/sh/sh4/Makefile: New file.
17998 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18000         * math/gen-libm-test.pl ($srcdir): New variable.
18001         ($auto_input): Use it.
18003 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18005         [BZ #16506]
18006         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18007         access beyond array bounds when parsing netgroups file.
18009         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18010         the old buffer before realloc.
18012 2014-01-27  Allan McRae  <allan@archlinux.org>
18014         * po/fr.po: Update French translation from translation project.
18016 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18018         * sysdeps/sh/libm-test-ulps: Regenerate.
18020 2014-01-24  David S. Miller  <davem@davemloft.net>
18022         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18024 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18026         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18027         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18029 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18031         [BZ #16474]
18032         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18033         string pointers after reallocation.
18035 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18037         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18038         __SH4A__ instead of __SH_FPU_ANY__.
18040 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18042         * sysdeps/sh/fpu_control.h: New file.
18043         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18044         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18045         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18046         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18047         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18048         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18049         * sysdeps/sh/sys/ucontext.h: Remove.
18050         * sysdeps/sh/sys: Remove directory.
18052 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18054         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18055         s390/sys/ucontext.h.
18056         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18057         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18059 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18061         [BZ #15605]
18062         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18064 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18066         [BZ#16431]
18067         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18068         Adjust the vDSO correctly for internal calls.
18069         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18071 2014-01-20  Allan McRae  <allan@archlinux.org>
18073         * po/ca.po: Update Catalan translation from translation project.
18075 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18077         * sysdeps/s390/sotruss-lib.c: New file.
18079 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18081         [BZ#16430]
18082         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18083         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18084         local calls issues by not having a PLT stub required for IFUNC calls.
18085         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18087 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18089         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18090         * math/test-fpucw-static.c: Likewise.
18092 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18094         [BZ #16453]
18095         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18097 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18099         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18100         implementation for powerpc.
18102 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18104         [BZ #14782]
18105         * sysdeps/posix/system.c (__libc_system): Do not enable
18106         asynchronous cancellation.
18108 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18110         [BZ #16427]
18111         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18112         handling only for numbers special also in the IEEE case.
18114 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18116         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18118 2014-01-11  Allan McRae  <allan@archlinux.org>
18120         * po/bg.po: Update Bulgarian translation from translation project.
18122         * po/de.po: Update German translation from translation project.
18124 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18126         * sysdeps/generic/gcc-compat.h: New file.
18128 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18130         * benchtests/asin-inputs: Correct slow inputs.
18131         * benchtests/acos-inputs: Likewise.
18133 2014-01-10  Allan McRae  <allan@archlinux.org>
18135         * po:sv.po: Update Swedish translation from translation project.
18137         * po/vi.po: Update Vietnamese translation from translation project.
18139         * po/eo.po: Update Esperanto translation from translation project.
18141         * po/cs.po: Update Czech translation from translation project.
18143         * po/nl.po: Update Dutch translation from translation project.
18145         * po/pl.po: Update Polish translation from translation project.
18147         * po/ru.po: Update Russian translation from translation project.
18149         * po/uk.po: Update Ukrainian translation from translation project.
18151 2014-01-08  Brooks Moses  <bmoses@google.com>
18153         * elf/dl-load.c: Fix comment typo.
18155 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18157         * po/header.pot: Rename to...
18158         * po/pot.header: ... this.
18159         * po/Makefile: Use pot.header.
18161 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18162             Maxim Kuvyrkov  <maxim@kugelworks.com>
18164         [BZ #16394]
18165         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18166         SRC and DEST against LEN.
18168 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18170         [BZ #16414]
18171         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18172         implementation.
18173         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18175 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18177         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18179 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18181         [BZ #16408]
18182         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18183         for large positive arguments.
18185 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18187         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18189         * math/auto-libm-test-in: Mark various tests with
18190         xfail-rounding:ldbl-128ibm.
18191         * math/auto-libm-test-out: Regenerated.
18193         [BZ #16407]
18194         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18195         Increase overflow threshold.
18197 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18199         [BZ #14286]
18200         * stdio-common/vfprintf.c: Check for integer overflow.
18202 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18204         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18205         the first argument and return value of __tls_get_addr_internal.
18207 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18209         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18210         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18212 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18214         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18215         * sysdeps/s390/rtld-global-offsets.sym: New file.
18216         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18217         GLIBC_2.19 symbol.
18218         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18219         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18220         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18221         ... this.
18222         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18223         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18224         ... this.
18225         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18226         Regenerate.
18227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18228         Regenerate.
18229         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18230         halfs of GPRs for high_gprs contexts.
18231         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18232         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18233         field.
18234         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18235         uc_flags field.
18236         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18237         64 bit versions:
18238         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18239         for high GPRs (uc_high_gprs) and for future extensions
18240         (__reserved).
18241         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18242         for future extensions (__reserved).
18243         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18244         64 bit versions:
18245         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18246         SC_HIGHGPRS offset definition.
18247         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18248         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18250         * Versions.def: Add GLIBC_2.19 for libpthread.
18251         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18252         siglongjmp for libpthread with GLIBC_2.19 symver.
18253         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18254         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18255         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18256         * sysdeps/s390/__longjmp.c: New file.
18257         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18258         * sysdeps/s390/longjmp.c: New file.
18259         * sysdeps/s390/setjmp.S: New file.
18260         * sysdeps/s390/sigjmp.S: New file.
18261         * sysdeps/s390/v1-longjmp.c: New file.
18262         * sysdeps/s390/v1-setjmp.h: New file.
18263         * sysdeps/s390/v1-sigjmp.c: New file.
18264         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18265         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18266         GLIBC_2.19 version.
18267         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18268         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18269         versioned symbols for ____longjmp_chk.
18270         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18271         Likewise.
18272         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18273         Regenerate.
18274         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18275         Regenerate.
18276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18277         Regenerate.
18278         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18279         Regenerate.
18280         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18281         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18282         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18283         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18284         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18285         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18286         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18287         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18288         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18289         * sysdeps/s390/rtld-__longjmp.c: New file.
18290         * sysdeps/s390/rtld-setjmp.S: New file.
18292 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18294         [BZ #16400]
18295         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18296         Return -__logl (x) for small positive arguments without evaluating
18297         a polynomial.
18299 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18301         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18302         Rename to ...
18303         (__ptrace_peeksiginfo_args): ... this.
18304         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18305         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18306         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18308 2014-01-06  Allan McRae  <allan@archlinux.org>
18310         * inet/netinet/in.h: Fix typo in comment.
18312 2014-01-05  Andreas Jaeger  <aj@suse.de>
18314         * sysdeps/i386/fpu/libm-test-ulps: Update.
18316 2014-01-05  Allan McRae  <allan@archlinux.org>
18318         * po/libc.pot: Regenerated.
18320         * malloc/memusagestat.c: Fix gettext call formatting.
18322 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18324         * nscd/nscd.c: Improve usage() output.
18326 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18328         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18329         * sysdeps/unix/sysv/linux/configure: Regenerated.
18330         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18331         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18333 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18335         [BZ #16390]
18336         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18337         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18339 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18341         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18342         extra tokens at end of #undef directive.
18343         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18344         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18345         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18347 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18349         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18351         * math/auto-libm-test-in: Mark various tests with
18352         xfail-rounding:ldbl-128ibm.
18353         * math/auto-libm-test-out: Regenerated.
18355 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18357         [BZ #16386]
18358         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18359         numbers with subnormal high part when calculating exponent.
18361         [BZ #16385]
18362         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18363         fabs.
18365         [BZ #16384]
18366         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18367         M_LN2l.
18368         (__ieee754_acoshl): Use __log1pl not __log1p.
18370 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18372         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18373         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18374         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18375         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18376         (reused_arena, arena_get2): Convert to GNU style.
18377         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18378         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18379         (memalign_check, __malloc_set_state): Likewise.
18380         * malloc/mallocbug.c (main): Likewise.
18381         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18382         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18383         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18384         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18385         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18386         (__posix_memalign, malloc_info): Likewise.
18387         * malloc/malloc.h: Likewise.
18388         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18389         (mallochook, memalignhook, reallochook, mabort): Likewise.
18390         * malloc/mcheck.h: Likewise.
18391         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18392         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18393         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18394         * malloc/morecore.c (__default_morecore): Likewise.
18395         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18396         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18397         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18398         (print_and_abort): Likewise.
18399         * malloc/obstack.h: Likewise.
18400         * malloc/set-freeres.c (__libc_freeres): Likewise.
18401         * malloc/tst-mallocstate.c (main): Likewise.
18402         * malloc/tst-mtrace.c (main): Likewise.
18403         * malloc/tst-realloc.c (do_test): Likewise.
18405 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18407         [BZ #16366]
18408         * nscd/netgroupcache.c (do_notfound): New function.
18409         (addgetnetgrentX): Use it.
18411         [BZ # 16365]
18412         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18413         NSS_STATUS_NOTFOUND.
18415 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18417         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18420 2014-01-01  Allan McRae  <allan@archlinux.org>
18422         * scripts/update-copyrights: Update configure input file suffix.
18424         * NEWS: Update copyright year.
18425         * catgets/gencat.c: Likewise.
18426         * csu/version.c: Likewise.
18427         * debug/catchsegv.sh: Likewise.
18428         * debug/pcprofiledump.c: Likewise.
18429         * debug/xtrace.sh: Likewise.
18430         * elf/ldconfig.c: Likewise.
18431         * elf/ldd.bash.in: Likewise.
18432         * elf/pldd.c: Likewise.
18433         * elf/sotruss.ksh: Likewise.
18434         * elf/sprof.c: Likewise.
18435         * iconv/iconv_prog.c: Likewise.
18436         * iconv/iconvconfig.c: Likewise.
18437         * locale/programs/locale.c: Likewise.
18438         * locale/programs/localedef.c: Likewise.
18439         * login/programs/pt_chown.c: Likewise.
18440         * malloc/memusage.sh: Likewise.
18441         * malloc/memusagestat.c: Likewise.
18442         * malloc/mtrace.pl: Likewise.
18443         * manual/libc.texinfo: Likewise.
18444         * nscd/nscd.c: Likewise.
18445         * nss/getent.c: Likewise.
18446         * nss/makedb.c: Likewise.
18447         * posix/getconf.c: Likewise.
18448         * scripts/test-installation.pl: Likewise.
18450         * All files with FSF copyright notices: Update copyright dates
18451         using scripts/update-copyrights.
18452         * intl/plural.c: Regenerated.
18453         * locale/programs/charmap-kw.h: Likewise.
18454         * locale/programs/locfile-kw.h: Likewise.
18456 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18458         * sysdeps/unix/sysv/linux/configure: Regenerated.
18459         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18460         the linux/fanotify.h header.
18461         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18462         HAVE_LINUX_FANOTIFY_H is defined.
18464 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18466         * benchtests/cos-inputs: New inputs.
18467         * benchtests/sin-inputs: Likewise.
18469         * benchtests/atan-inputs: New inputs. Fix name of multiple
18470         precision fallback inputs.
18472         * benchtests/atanh-inputs: New inputs.
18473         * benchtests/tanh-inputs: Likewise.
18475         * benchtests/acosh-inputs: New inputs.
18476         * benchtests/asinh-inputs: Likewise.
18478         * benchtests/cosh-inputs: New inputs.
18479         * benchtests/sinh-inputs: Likewise.
18481         * benchtests/acos-inputs: Add more inputs.
18482         * benchtests/asin-inputs: Likewise.
18484 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18486         [BZ #16375]
18487         * manual/arith.texi: Fix spelling.
18488         * manual/charset.texi: Likewise.
18489         * manual/errno.texi: Likewise.
18490         * manual/filesys.texi: Likewise.
18491         * manual/lang.texi: Likewise.
18492         * manual/llio.texi: Likewise.
18493         * manual/locale.texi: Likewise.
18494         * manual/message.texi: Likewise.
18495         * manual/resource.texi: Likewise.
18496         * manual/search.texi: Likewise.
18497         * manual/setjmp.texi: Likewise.
18498         * manual/stdio.texi: Likewise.
18499         * manual/string.texi: Likewise.
18500         * manual/sysinfo.texi: Likewise.
18501         * manual/time.texi: Likewise.
18503 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18505         * po/sl.po: New file.
18507 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18509         * .gitignore: Add core/.gdbinit/.gdb_history.
18511 2013-12-27  Allan McRae  <allan@archlinux.org>
18513         [BZ #16369]
18514         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18515         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18517 2013-12-24  Brooks Moses  <bmoses@google.com>
18519         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18520         all compilers that claim C++98 compliance, not just GCC.
18521         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18522         Likewise.
18524 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18526         * NEWS: Restore accidentally deleted bug-fix entries.
18528 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18529             Ondřej Bílka  <neleai@seznam.cz>
18531         [BZ #15073]
18532         * malloc/malloc.c (_int_free): Perform sanity check only if we
18533         have_lock.
18535 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18537         [BZ #12986]
18538         * manual/stdio.texi (String Input Conversions): Clarify that character
18539         classes are not supported.
18541 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18543         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18545 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18547         [BZ #16337]
18548         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18549         Calculate results for small negative arguments directly rather
18550         than using reflection formula with special underflow handling.
18552         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18553         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18554         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18555         (fchflags): Likewise.
18556         (revoke): Likewise.
18557         (setlogin): Likewise.
18558         (sigaltstack): Likewise.
18559         (wait4): Likewise.
18560         (sigblock): Remove.
18561         (sigsetmask): Likewise.
18562         (wait3): Likewise.
18563         (waitpid): Likewise.
18564         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18565         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18566         file.
18567         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18568         * sysdeps/unix/bsd/Makefile: ... here.
18569         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18570         * sysdeps/unix/bsd/Versions: ... here.
18571         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18572         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18573         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18574         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18575         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18576         * sysdeps/unix/bsd/sigblock.c: ... here.
18577         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18578         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18579         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18580         * sysdeps/unix/bsd/sigvec.c: ... here.
18581         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18582         * sysdeps/unix/bsd/tcdrain.c: ... here.
18583         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18584         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18585         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18586         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18587         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18588         * sysdeps/unix/bsd/wait.c: ... here.
18589         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18590         * sysdeps/unix/bsd/wait3.c: ... here.
18591         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18592         * sysdeps/unix/bsd/waitpid.c: ... here.
18594 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18596         [BZ #16356]
18597         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18598         round-to-nearest for [!USE_AS_EXPM1L].
18599         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18600         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18601         more tests of exp and exp10.  Expect some exp10 tests to miss
18602         exceptions or fail in directed rounding modes.
18603         * math/auto-libm-test-out: Regenerated.
18604         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18605         (exp10_test_tonearest): New function.
18606         (exp10_towardzero_test_data): New array.
18607         (exp10_test_towardzero): New function.
18608         (exp10_downward_test_data): New array.
18609         (exp10_test_downward): New function.
18610         (exp10_upward_test_data): New array.
18611         (exp10_test_upward): New function.
18612         (main): Call the new functions.
18613         * sysdeps/i386/fpu/libm-test-ulps: Update.
18614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18616 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18618         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18619         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18620         * math/auto-libm-test-out: Regenerated.
18621         * math/libm-test.inc (acosh_test_data): Add more tests.
18622         (atanh_test_data): Likewise.
18623         (ceil_test_data): Likewise.
18624         (copysign_test_data): Likewise.
18625         * sysdeps/i386/fpu/libm-test-ulps: Update.
18626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18628         * timezone/checktab.awk: Update from tzcode 2013i.
18629         * timezone/private.h: Likewise.
18630         * timezone/scheck.c: Likewise.
18631         * timezone/tzfile.h: Likewise.
18632         * timezone/tzselect.ksh: Likewise.
18633         * timezone/zdump.c: Likewise.
18634         * timezone/zic.c: Likewise.
18636         * math/auto-libm-test-in: Add tests of cpow.
18637         * math/auto-libm-test-out: Regenerated.
18638         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18639         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18640         mpc_cc_c.
18641         (func_calc_desc): Add mpc_cc_c union field.
18642         (test_functions): Add cpow.
18643         (special_fill_2pi): New function.
18644         (special_real_inputs): Add 2pi.
18645         (calc_generic_results): Handle mpc_cc_c.
18646         * sysdeps/i386/fpu/libm-test-ulps: Update.
18647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18649         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18650         csqrt, ctan and ctanh.
18651         * math/auto-libm-test-out: Regenerated.
18652         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18653         (TEST_COND_x86): Likewise.
18654         (ccos_test_data): Use AUTO_TESTS_c_c.
18655         (ccosh_test_data): Likewise.
18656         (cexp_test_data): Likewise.
18657         (clog_test_data): Likewise.
18658         (csqrt_test_data): Likewise.
18659         (ctan_test_data): Likewise.
18660         (ctan_tonearest_test_data): Likewise.
18661         (ctan_towardzero_test_data): Likewise.
18662         (ctan_downward_test_data): Likewise.
18663         (ctan_upward_test_data): Likewise.
18664         (ctanh_test_data): Likewise.
18665         (ctanh_tonearest_test_data): Likewise.
18666         (ctanh_towardzero_test_data): Likewise.
18667         (ctanh_downward_test_data): Likewise.
18668         (ctanh_upward_test_data): Likewise.
18669         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18670         mpc_c_c.
18671         (func_calc_desc): Add mpc_c_c union field.
18672         (FUNC_mpc_c_c): New macro.
18673         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18674         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18675         ctanh.
18676         (special_fill_min_subnorm_p120): New function.
18677         (special_real_inputs): Add min_subnorm_p120.
18678         (calc_generic_results): Handle mpc_c_c.
18679         * sysdeps/i386/fpu/libm-test-ulps: Update.
18680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18682 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18684         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18685         (do_sin_slow): New functions.
18686         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18687         (cslow2, csloww1, csloww2): Use the new functions.
18689         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18690         Use M to change sign of result instead of X.  Assume X is
18691         positive.
18692         (csloww1): Likewise.
18693         (__sin): Adjust.
18694         (__cos): Adjust.
18696         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18697         arguments A and DA.
18698         (__sin): Adjust.
18699         (__cos): Likewise.
18701         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18702         (__cos): Likewise.
18703         (sloww1): Don't adjust sign of DX.
18704         (csloww1): Likewise.
18705         (sloww2): Use X directly and don't adjust sign of DX.
18706         (csloww2): Likewise.
18708 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18710         * math/auto-libm-test-in: Add tests of cabs and carg.
18711         * math/auto-libm-test-out: Regenerated.
18712         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18713         (carg_test_data): Likewise.
18714         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18715         mpc_c_f.
18716         (func_calc_desc): Add mpc_c_f union field.
18717         (test_functions): Add cabs and carg.
18718         (calc_generic_results): Handle mpc_c_f.
18720         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18721         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18722         as a macro and a compat symbol.
18723         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18724         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18725         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18726         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18727         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18728         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18729         not use .hidden.
18730         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18731         Likewise.
18732         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18733         Likewise.
18734         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18735         Likewise.
18736         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18737         Likewise.
18738         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18739         Likewise.
18740         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18741         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18742         from GLIBC_2.3.2.
18744 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18748 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18750         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18751         trailing whitespace removed.
18752         * scripts/config.guess: Update to version 2013-11-29.
18753         * scripts/config.sub: Update to version 2013-10-01.
18755         * math/auto-libm-test-in: Add tests of sincos.
18756         * math/auto-libm-test-out: Regenerated.
18757         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18758         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18759         mpfr_f_11.
18760         (func_calc_desc): Add mpfr_f_11 union field.
18761         (test_functions): Add sincos.
18762         (calc_generic_results): Handle mpfr_f_11.
18763         * sysdeps/i386/fpu/libm-test-ulps: Update.
18764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18766 2013-12-19  Andreas Schwab  <schwab@suse.de>
18768         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18769         CALL_MCOUNT.
18770         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18771         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18772         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18774 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18776         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18777         * sysdeps/i386/fpu/libm-test-ulps: Update.
18778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18780         [BZ #16293]
18781         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18782         round-to-nearest mode when using frndint.
18783         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18784         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18785         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18786         Likewise.
18787         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18788         sinh test to fail.
18789         * math/auto-libm-test-out: Regenerated.
18790         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18791         (TEST_COND_x86): Likewise.
18792         (expm1_tonearest_test_data): New array.
18793         (expm1_test_tonearest): New function.
18794         (expm1_towardzero_test_data): New array.
18795         (expm1_test_towardzero): New function.
18796         (expm1_downward_test_data): New array.
18797         (expm1_test_downward): New function.
18798         (expm1_upward_test_data): New array.
18799         (expm1_test_upward): New function.
18800         (main): Run the new test functions.
18801         * sysdeps/i386/fpu/libm-test-ulps: Update.
18802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18804         * include/features.h: Update comment documenting feature test
18805         macros.  Mention _DEFAULT_SOURCE in comment.
18806         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18807         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18808         _BSD_SOURCE and _SVID_SOURCE.
18809         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18810         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18811         !_SVID_SOURCE]: Likewise.
18812         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18813         (__USE_POSIX_IMPLICITLY): Define.
18814         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18815         (_POSIX_SOURCE): Undefine and redefine.
18816         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18817         (_POSIX_C_SOURCE): Likewise.
18818         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18819         (Feature Test Macros): Update documentation of default features.
18821 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18823         * benchtests/Makefile: Add bench-strtok.
18824         * benchtests/bench-strtok.c: New file: strtok benchtest.
18826 2013-12-19  Allan McRae  <allan@archlinux.org>
18828         * manual/install.texi: Suppress menu for plain text output.
18829         * INSTALL: Regenerated.
18831 2013-12-18  Brooks Moses  <bmoses@google.com>
18833         [BZ #15846]
18834         * misc/getauxval.c: Include errno.h.
18835         (__getauxval): Set errno to ENOENT if the requested type is not
18836         found.
18837         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18838         don't declare with __attribute_const__.
18839         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18840         * manual/startup.texi: Document that getauxval sets errno.
18842 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18844         * math/auto-libm-test-in: Add tests of jn and yn.
18845         * math/auto-libm-test-out: Regenerated.
18846         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18847         (yn_test_data): Likewise.
18848         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18849         mpfr_if_f.
18850         (func_calc_desc): Add mpfr_if_f union field.
18851         (FUNC_mpfr_if_f): New macro.
18852         (test_functions): Add jn and yn.
18853         (calc_generic_results): Assert type of second input for
18854         mpfr_ff_f.  Handle mpfr_if_f.
18855         (output_for_one_input_case): Disable all checking for arguments
18856         fitting floating-point types in case of an integer argument.
18857         * sysdeps/i386/fpu/libm-test-ulps: Update.
18858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18861         Don't expect fegetround reference in libm.so.
18863 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18865         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18866         $(config-cflags-nofma).
18868 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18870         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18871         * math/auto-libm-test-out: Regenerated.
18873         [BZ #16338]
18874         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18875         to determine exponent and adjust argument to have exponent of -1.
18876         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18877         log2.
18878         * math/auto-libm-test-out: Regenerated.
18879         * sysdeps/i386/fpu/libm-test-ulps: Update.
18880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18882 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18884         * manual/probes.texi: Remove cases when per-thread arenas are
18885         disabled.
18887 2013-12-18  Andreas Schwab  <schwab@suse.de>
18889         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18890         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18891         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18892         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18893         * sysdeps/i386/i686/multiarch/Makefile: Update.
18894         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18896 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18898         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18899         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18901 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18903         [BZ #15968]
18904         Support TZ transition times < 00:00:00.
18905         This is needed for version-3 tz-format files; it supports time
18906         stamps past 2037 for America/Godthab (the only entry in the tz
18907         database for which this change is relevant).
18908         * manual/time.texi (TZ Variable): Document transition times
18909         from -167:59:59 through -00:00:01.
18910         * time/tzset.c (tz_rule): Time of day is now signed.
18911         (__tzset_parse_tz): Parse negative time of day.
18913         Document TZ transition times >= 25:00:00.
18914         * manual/time.texi (TZ Variable): Document transition times from
18915         25:00:00 through 167:59:59.  These are already supported, and this
18916         support will help with version-3 tz-format files.
18918         * manual/time.texi (TZ Variable): Modernize North America example
18919         to reflect current (i.e., 2007-and-later) daylight saving rules.
18921         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18923 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18925         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18926         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18927         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18928         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18929         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18930         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18931         * sysdeps/unix/bsd/clock.c: Likewise.
18932         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18933         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18934         * sysdeps/unix/bsd/init-posix.c: Likewise.
18935         * sysdeps/unix/bsd/poll.c: Likewise.
18936         * sysdeps/unix/bsd/ptsname.c: Likewise.
18937         * sysdeps/unix/bsd/seekdir.c: Likewise.
18938         * sysdeps/unix/bsd/setegid.c: Likewise.
18939         * sysdeps/unix/bsd/seteuid.c: Likewise.
18940         * sysdeps/unix/bsd/setgid.c: Likewise.
18941         * sysdeps/unix/bsd/setrgid.c: Likewise.
18942         * sysdeps/unix/bsd/setruid.c: Likewise.
18943         * sysdeps/unix/bsd/setsid.c: Likewise.
18944         * sysdeps/unix/bsd/setuid.c: Likewise.
18945         * sysdeps/unix/bsd/sigaction.c: Likewise.
18946         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18947         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18948         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18949         * sysdeps/unix/bsd/telldir.c: Likewise.
18950         * sysdeps/unix/bsd/times.c: Likewise.
18951         * sysdeps/unix/bsd/usleep.c: Likewise.
18953         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18954         ($(objpfx)libbsd-compat.a): Remove rule.
18956         * include/features.h (__FAVOR_BSD): Do not define.
18957         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18958         features conflicting with POSIX.
18959         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18960         (_BSD_SOURCE): Remove description of not being a subset of other
18961         feature test macros.
18962         * manual/job.texi (getpgrp): Do not document BSD version.
18963         (getpgid): Do not document by reference to BSD getpgrp.
18964         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18965         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18966         * signal/signal.h [__FAVOR_BSD]: Likewise.
18967         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18968         instead of making contents conditional on [__FAVOR_BSD].
18969         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18971 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18973         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18975 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18977         [BZ #16314]
18978         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18979         values below 2**-450, not 2**-500.
18980         * math/auto-libm-test-in: Don't allow spurious underflow from
18981         hypot.
18982         * math/auto-libm-test-out: Regenerated.
18984         [BZ #16316]
18985         [BZ #16330]
18986         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18987         values of ha and hb and sort them after adjusting subnormal
18988         arguments.
18989         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18990         Likewise.
18991         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18992         values of ea and eb and sort them after adjusting subnormal
18993         arguments.
18994         * math/auto-libm-test-in: Do not expect some hypot tests of
18995         subnormals to fail.  Add more hypot tests.
18996         * math/auto-libm-test-out: Regenerated.
18998 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19000         [BZ #13304]
19001         * sysdeps/sh/s_fma.c: New file.
19002         * sysdeps/sh/s_fmaf.c: New file.
19003         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19004         version.
19005         * sysdeps/sh/Implies: Add sh/soft-fp.
19007 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19009         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19010         level of indirection to members `objname', `errstring', `malloced'.
19011         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19012         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19013         it as the __longjmp argument (just pass 1 instead).
19014         (_dl_catch_error): Initialize C with argument pointers and address of
19015         volatile local ERRCODE rather than copying values out of C at return.
19017 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19019         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19020         * math/auto-libm-test-out: Regenerated.
19021         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19022         (hypot_test_data): Likewise.
19023         (pow_test_data): Likewise.
19024         (pow_tonearest_test_data): Likewise.
19025         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19026         mpfr_ff_f.
19027         (func_calc_desc): Add mpfr_ff_f union field.
19028         (FUNC_mpfr_ff_f): New macro.
19029         (test_functions): Add atan2, hypot and pow.
19030         (special_fill_min): New function.
19031         (special_fill_minus_min): Likewise.
19032         (special_fill_min_subnorm): Likewise.
19033         (special_fill_minus_min_subnorm): Likewise.
19034         (special_real_inputs): Add min, -min, min_subnorm and
19035         -min_subnorm.
19036         (calc_generic_results): Handle mpfr_ff_f.
19037         * sysdeps/i386/fpu/libm-test-ulps: Update.
19038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19040 2013-12-16  Will Newton  <will.newton@linaro.org>
19042         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19043         (Aligned Memory Blocks): Add documentation for aligned_alloc
19044         and suggest it as an alternative to posix_memalign.
19045         (Hooks for Malloc): Document __memalign_hook is also called
19046         for aligned_alloc.  (Summary of Malloc): Add summary for
19047         aligned alloc.  Document __memalign_hook is also called
19048         for aligned_alloc.
19050 2013-12-16  Will Newton  <will.newton@linaro.org>
19052         * manual/memory.texi (Malloc Examples): Clarify default
19053         alignment documentation.  Suggest posix_memalign rather
19054         than memalign or valloc.
19055         (Aligned Memory Blocks): Remove suggestion to use memalign
19056         or valloc.  Remove obsolete comment about BSD.
19057         Document memalign errno values and mark the function obsolete.
19058         Document posix_memalign returned error codes.  Mark valloc
19059         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19060         called for posix_memalign and valloc.
19061         (Summary of Malloc): Add posix_memalign to function summary.
19062         __memalign_hook is also called for posix_memalign and valloc.
19064 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19066         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19067         TAYLOR_SIN.
19068         (__sin): Adjust.
19069         (__cos): Likewise.
19070         (sloww): Use mynumber union.  Expand ternary operator into
19071         if-else statements.
19072         (cslow): use mynumber union.
19074 2013-12-16  Allan McRae  <allan@archlinux.org>
19076         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19077         * configure: Regenerated.
19079         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19081         [BZ #14120]
19082         * configure.ac: Added --enable-maintainer-mode. Check for
19083         autoconf when enabled.
19084         * configure: Regenerated.
19086         * nscd/nscd.service: New file.
19087         * nscd/nscd.tmpfiles: New file.
19089 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19091         [BZ #12100]
19092         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19093         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19094         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19095         (strstr): Add __strstr_sse2_unaligned ifunc.
19096         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19097         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19098         (strcasestr): Remove __strcasestr_sse42 ifunc.
19099         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19100         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19101         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19103 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19105         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19106         * sysdeps/sh/bits/fenv.h: ... here.
19107         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19109 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19111         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19113         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19114         hypotf multiarch implementations.
19115         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19116         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19117         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19118         multiarch hypot for PPC64.
19119         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19120         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19121         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19122         multiarch hypotf for PPC64.
19124         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19125         modff multiarch implementations.
19126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19129         multiarch modf for PPC64.
19130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19133         multiarch modff for PPC64.
19135         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19136         and logl multiarch implementations.
19137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19140         multiarch logb for PPC64.
19141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19144         multiarch logb for PPC64.
19145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19148         multiarch logb for PPC64.
19150         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19151         isinff multiarch implementation.
19152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19153         file.
19154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19156         multiarch isinf for PPC64.
19157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19158         file.
19159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19160         multiarch isinff for PPC64.
19162         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19163         finitef multiarch implementation.
19164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19165         file.
19166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19168         multiarch finite for PPC64.
19169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19170         file.
19171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19172         multiarch finitef for PPC64.
19174         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19175         lrint multiarch implementation.
19176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19177         file.
19178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19180         multiarch llrint for PPC64.
19181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19182         multiarch lrint for PPC64.
19184         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19185         copysignf multiarch implementation.
19186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19187         file.
19188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19189         file.
19190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19191         multiarch copysign for PPC64.
19192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19193         multiarch copysignf for PPC64.
19195         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19196         multiarch implementation.
19197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19198         file.
19199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19200         file.
19201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19202         file.
19203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19204         file.
19205         multiarch llround for PPC64.
19206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19207         multiarch trunc for PPC64.
19208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19209         multiarch truncf for PPC64.
19211         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19212         multiarch implementation.
19213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19214         file.
19215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19216         file.
19217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19218         file.
19219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19220         file.
19221         multiarch llround for PPC64.
19222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19223         multiarch round for PPC64.
19224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19225         multiarch roundf for PPC64.
19227         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19228         multiarch implementation.
19229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19230         file.
19231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19232         file.
19233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19234         file.
19235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19236         file.
19237         multiarch llround for PPC64.
19238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19239         multiarch floor for PPC64.
19240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19241         multiarch floorf for PPC64.
19243         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19244         multiarch implementation.
19245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19246         file.
19247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19248         file.
19249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19250         file.
19251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19252         file.
19253         multiarch llround for PPC64.
19254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19255         multiarch ceil for PPC64.
19256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19257         multiarch ceilf for PPC64.
19259         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19260         multiarch implementation.
19261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19262         file.
19263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19264         file.
19265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19266         file.
19267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19268         multiarch llround for PPC64.
19269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19270         multiarch lround for PPC64.
19272         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19273         multiarch implementation.
19274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19277         file.
19278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19281         multiarch isnan for PPC64.
19282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19283         multiarch isnanf for PPC64.
19285         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19286         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19287         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19288         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19289         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19292         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19293         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19294         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19295         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19297         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19298         multiarch implementations.
19299         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19300         (__libc_ifunc_impl_list): Likewise.
19301         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19302         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19303         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19304         multiarch stpcpy for PPC64.
19306         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19307         multiarch implementations.
19308         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19309         (__libc_ifunc_impl_list): Likewise.
19310         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19311         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19312         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19313         multiarch strcpy for PPC64.
19315         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19316         redefine function name.
19317         (_wordcopy_fwd_dest_aligned): Likewise.
19318         (_wordcopy_bwd_aligned): Likewise.
19319         (_wordcopy_bwd_dest_aligned): Likewise.
19320         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19321         multiarch implementations.
19322         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19323         (__libc_ifunc_impl_list): Likewise.
19324         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19325         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19326         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19327         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19328         multiarch wcscpy for PPC64.
19330         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19331         multiarch implementations.
19332         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19333         (__libc_ifunc_impl_list): Likewise.
19334         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19335         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19336         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19337         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19338         multiarch wcscpy for PPC64.
19340         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19341         multiarch implementations.
19342         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19343         (__libc_ifunc_impl_list): Likewise.
19344         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19345         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19346         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19347         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19348         multiarch wcsrchr for PPC64.
19350         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19351         multiarch implementations.
19352         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19353         (__libc_ifunc_impl_list): Likewise.
19354         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19355         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19356         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19357         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19358         multiarch wcschr for PPC64.
19360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19361         multiarch implementations.
19362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19363         (__libc_ifunc_impl_list): Likewise.
19364         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19365         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19366         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19367         multiarch strchrnul for PPC64.
19369         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19370         implementations.
19371         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19372         (__libc_ifunc_impl_list): Likewise.
19373         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19374         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19375         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19376         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19377         strchr for PPC64.
19379         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19380         implementations.
19381         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19382         (__libc_ifunc_impl_list): Likewise.
19383         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19384         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19385         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19386         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19387         strncmp for PPC64.
19389         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19390         multiarch implementations.
19391         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19392         (__libc_ifunc_impl_list): Likewise.
19393         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19394         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19395         strncasecmp for PPC64.
19396         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19397         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19398         multiarch strncasecmp_l for PPC64.
19400         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19401         multiarch implementations.
19402         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19403         (__libc_ifunc_impl_list): Likewise.
19404         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19405         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19406         multiarch strcasecmp for PPC64.
19407         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19408         file.
19409         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19410         multiarch strcasecmp_l for PPC64.
19412         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19413         implementations.
19414         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19415         (__libc_ifunc_impl_list): Likewise.
19416         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19417         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19418         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19419         strnlen for PPC64.
19421         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19422         implementations.
19423         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19424         (__libc_ifunc_impl_list): Likewise.
19425         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19426         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19427         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19428         strlen for PPC64.
19430         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19431         implementations.
19432         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19433         (__libc_ifunc_impl_list): Likewise.
19434         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19435         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19436         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19437         rawmemrchr for PPC64.
19439         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19440         implementation.
19441         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19442         (__libc_ifunc_impl_list): Likewise.
19443         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19444         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19445         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19446         memrchr for PPC64.
19448         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19449         implementation.
19450         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19451         (__libc_ifunc_impl_list): Likewise.
19452         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19453         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19454         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19455         memchr for PPC64.
19457         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19458         implementation.
19459         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19460         (__libc_ifunc_impl_list): Likewise.
19461         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19462         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19463         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19464         mempcpy for PPC64.
19466         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19467         avoid cretion of __bzero symbol.
19468         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19469         Likewise.
19470         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19471         Likewise.
19472         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19473         Likewise.
19474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19475         multiarch implementations.
19476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19477         (__libc_ifunc_impl_list): Likewise.
19478         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19479         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19480         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19481         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19482         bzero for PPC32.
19483         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19484         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19485         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19486         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19487         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19488         memset for PPC64.
19489         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19491         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19492         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19493         implementations.
19494         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19495         (__libc_ifunc_impl_list): Likewise.
19496         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19497         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19498         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19499         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19500         memcmp for PPC64.
19502         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19503         multiarch for POWER/PPC64.
19504         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19505         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19506         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19507         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19508         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19509         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19510         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19511         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19512         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19513         memcpy for PPC64.
19515         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19516         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19517         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19518         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19519         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19520         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19521         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19522         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19523         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19524         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19525         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19526         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19527         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19528         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19529         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19538 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19540         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19542 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19544         * benchtests/Makefile (bench): Add exp2 and log2.
19545         (LDLIBS-bench-exp2): Add -lm.
19546         (LDLIBS-bench-log2): Likewise.
19547         * benchtests/exp2-inputs: New inputs file.
19548         * benchtests/log2-inputs: New inputs file.
19549         * benchtests/log-inputs: Add new inputs.
19550         * benchtests/tan-inputs: Likewise.
19552 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19554         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19555         definition...
19556         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19557         (csloww2): ... from here.
19559         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19560         instead of structures.
19561         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19562         (POLYNOMIAL): Likewise.
19563         (TAYLOR_SLOW): Likewise.
19564         (__sin): Likewise.
19565         (__cos): Likewise.
19566         (slow1): Likewise.
19567         (slow2): Likewise.
19568         (sloww): Likewise.
19569         (sloww1); Likewise.
19570         (sloww2): Likewise.
19571         (bsloww1): Likewise.
19572         (bsloww2): Likewise.
19573         (cslow2): Likewise.
19574         (csloww): Likewise.
19575         (csloww1): Likewise.
19576         (csloww2): Likewise.
19578 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19580         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19581         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19582         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19583         * malloc/hooks.c (realloc_check): Likewise.
19585         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19586         * malloc/arena.c: Remove PER_THREAD conditional.
19587         [!PER_THREAD]: Remove code.
19588         (ptmalloc_unlock_all2): Likewise.
19589         (ptmalloc_init): Likewise.
19590         (_int_new_arena): Likewise.
19591         (arena_get2): Likewise.
19592         * malloc/hooks.c (__malloc_get_state): Likewise.
19593         (__malloc_set_state): Likewise.
19594         * malloc/malloc.c: Likewise.
19595         (struct malloc_state): Likewise.
19596         (struct malloc_par): Likewise.
19597         (__libc_realloc): Likewise.
19598         (__libc_mallopt): Likewise.
19600 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19602         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19604 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19606         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19607         macro to a function.  Check for zero perturb_byte.
19608         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19610         * malloc/malloc.c: (force_reg): Remove.
19611         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19612         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19613         force_reg by atomic_forced_read.
19614         * malloc/arena.c (ptmalloc_init): Likewise.
19615         * malloc/hooks.c (top_check): Likewise.
19617 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19619         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19621 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19623         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19625 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19627         * math/auto-libm-test-in: Add tests of lgamma.
19628         * math/auto-libm-test-out: Regenerated.
19629         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19630         (M_LOG_2_SQRT_PIl): Likewise.
19631         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19632         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19633         mpfr_f_f1.
19634         (func_calc_desc): Add mpfr_f_f1 union field.
19635         (ARGS1): New macro.
19636         (ARGS2): Likewise.
19637         (ARGS3): Likewise.
19638         (ARGS4): Likewise.
19639         (RET1): Likewise.
19640         (RET2): Likewise.
19641         (CALC): Likewise.
19642         (FUNC): Likewise.
19643         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19644         (test_functions): Add lgamma.
19645         (calc_generic_results): Handle mpfr_f_f1.
19646         * sysdeps/i386/fpu/libm-test-ulps: Update.
19647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19649 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19651         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19652         __mpn_add_n for PowerPC64/POWER7.
19653         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19654         __mpn_sub_n for PowerPC64/POWER7.
19656         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19657         __mpn_addmul_1 for PowerPC64.
19658         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19659         __mpn_submul_1 for PowerPC64.
19660         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19661         for PowerPC64.
19662         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19663         for PowerPC64.
19665 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19667         [BZ #15089]
19668         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19670 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19672         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19674         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19675         add multiarch folders.
19676         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19677         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19678         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19679         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19680         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19681         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19682         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19683         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19684         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19685         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19686         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19695         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19697         New file.
19698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19699         New file.
19700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19701         multiarch __ieee754_hypot for PowerPC32.
19702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19703         New file.
19704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19705         New file.
19706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19707         multiarch __ieee754_hypotf for PowerPC32.
19709         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19710         long_double_symbol only if __logbl is defined.
19711         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19712         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19713         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19714         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19715         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19716         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19717         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19718         path for implementation.
19719         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19720         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19722         logb, and logbl multiarch implementations for PowerPC32.
19723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19724         file.
19725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19726         file.
19727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19728         multiarch logb for PowerPC32.
19729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19730         file.
19731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19732         file.
19733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19734         multiarch logbf for PowerPC32.
19735         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19737         file.
19738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19739         multiarch logbl implementation for PowerPC32.
19741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19742         and modff multiarch implementations.
19743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19744         New file.
19745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19746         New file.
19747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19748         multiarch modf for PowerPC32.
19749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19750         New file.
19751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19752         New file.
19753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19754         multiarch modff for PowerPC32.
19756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19757         and lrintf multiarch implementations.
19758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19759         New file.
19760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19761         New file.
19762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19763         multiarch lrint for PowerPC32.
19764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19765         file: multiarch lrintf for PowerPC32.
19767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19768         and lroundf multiarch implementations.
19769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19770         New file.
19771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19772         New file.
19773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19774         New file.
19775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19776         multiarch lround for PowerPC32.
19777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19778         file: multiarch lroundf for PowerPC32.
19780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19781         copysign and copysignf multiarch implementations.
19782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19783         New file.
19784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19785         New file.
19786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19787         file: multiarch copysign for PowerPC32.
19788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19789         file: multiarch copysignf for PowerPC32.
19791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19792         and truncf multiarch implementations.
19793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19794         New file.
19795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19796         file.
19797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19798         multiarch trunc for PowerPC32.
19799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19800         New file.
19801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19802         New file.
19803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19804         multiarch truncf for PowerPC32.
19806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19807         and roundf multiarch implementations.
19808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19809         New file.
19810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19811         file.
19812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19813         multiarch round for PowerPC32.
19814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19815         New file.
19816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19817         New file.
19818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19819         multiarch roundf for PowerPC32.
19821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19822         and floorf multiarch implementations.
19823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19824         New file.
19825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19826         file.
19827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19828         multiarch floor for PowerPC32.
19829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19830         New file.
19831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19832         New file.
19833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19834         multiarch floorf for PowerPC32.
19836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19837         and ceilf multiarch implementations.
19838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19839         New file.
19840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19841         file.
19842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19843         multiarch ceil for PowerPC32.
19844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19845         New file.
19846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19847         file.
19848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19849         multiarch ceilf for PowerPC32.
19851         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19852         is defined.
19853         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19854         FINITEF is defined.
19855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19856         and finitef multiarch implementations.
19857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19858         New file.
19859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19860         file.
19861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19862         multiarch finite for PowerPC32.
19863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19864         New file.
19865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19866         file: multiarch finitef for PowerPC32.
19868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19869         and isinff multiarch implementations.
19870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19871         file.
19872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19873         file.
19874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19875         multiarch isinf for PowerPC32.
19876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19877         New file.
19878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19879         multiarch isinff for PowerPC32.
19881         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19882         alias when __isnan is defined.
19883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19884         and isnanf multiarch implementations.
19885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19886         file.
19887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19888         file.
19889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19890         file.
19891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19892         file.
19893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19894         multiarch isnan for PowerPC32.
19895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19896         New file.
19897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19898         New file.
19899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19900         multiarch isnanf for PowerPC32.
19902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19903         and sqrtf multiarch implementations.
19904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19905         file.
19906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19907         file.
19908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19909         multiarch sqrt for PowerPC32.
19910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19911         file.
19912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19913         file.
19914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19915         multiarch sqrtf for PowerPC32.
19917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19918         and llroundf multiarch implementations.
19919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19920         New file.
19921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19922         New file.
19923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19924         New file.
19925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19926         file: multiarch llround for PowerPC32.
19927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19928         file: multiarch llroundf for PowerPC32.
19930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19931         multiarch PowerPC32 fpu implementations.
19932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19933         New file.
19934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19935         New file.
19936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19937         multiarch llrint for PowerPC32.
19938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19939         New file.
19940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19941         New file.
19942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19943         file.
19945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19947         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19948         file.
19949         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19950         file.
19951         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19952         file.
19953         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19954         multiarch wordcopy for PPC32.
19955         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19956         wordcopy objects.
19957         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19958         (__libc_ifunc_impl_list): Likewise.
19959         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19960         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19961         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19962         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19963         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19964         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19966         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19967         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19968         file.
19969         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19970         file.
19971         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19972         file.
19973         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19974         multiarch wcscpy for PPC32.
19975         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19976         multiarch objects.
19977         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19978         (__libc_ifunc_impl_list): Likewise.
19979         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19980         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19981         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19982         sysdeps/powerpc/power6/wcscpy.c.
19984         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19985         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19986         file.
19987         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19988         file.
19989         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19990         file.
19991         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19992         multiarch wcsrchr for PPC32.
19993         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19994         multiarch objects.
19995         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19996         (__libc_ifunc_impl_list): Likewise.
19997         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19998         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19999         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20000         sysdeps/powerpc/power6/wcsrchr.c.
20002         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20003         file.
20004         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20005         file.
20006         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20007         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20008         multiarch wcschr for PPc32.
20009         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20010         multiarch objects.
20011         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20012         (__libc_ifunc_impl_list): Likewise.
20013         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20014         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20015         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20016         sysdeps/powerpc/power6/wcschr.c.
20018         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20019         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20020         file.
20021         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20022         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20023         file: multiarch strchr for PPC32.
20024         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20025         multiarch objects.
20026         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20027         (__libc_ifunc_impl_list): Likewise.
20029         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20030         name.
20031         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20032         file.
20033         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20034         file.
20035         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20036         multiarch strchrnul for PPC32.
20037         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20038         multiarch objects.
20039         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20040         (__libc_ifunc_impl_list): Likewise.
20042         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20043         file.
20044         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20045         multiarch strncasecmp for PPC32.
20046         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20047         file.
20048         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20049         multiarch strncasecmp_l for PPC32.
20050         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20051         strncasecmp multiarch objects.
20052         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20053         (__libc_ifunc_impl_list): Likewise.
20055         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20056         file.
20057         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20058         multiarch strncasecmp for PPC32.
20059         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20060         New file.
20061         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20062         multiarch strcasecmp_l for PPC32.
20063         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20064         multiarch objects.
20065         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20066         (__libc_ifunc_impl_list): Likewise.
20068         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20069         file.
20070         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20071         file.
20072         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20073         multiarch strncmp for PPC32.
20074         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20075         multiarch objects.
20076         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20077         (__libc_ifunc_impl_list): Likewise.
20079         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20080         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20081         file.
20082         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20083         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20084         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20085         multiarch objects.
20086         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20087         (__libc_ifunc_impl_list): Likewise.
20089         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20090         file.
20091         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20092         file.
20093         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20095         multiarch objects.
20096         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20097         (__libc_ifunc_impl_list): Likewise.
20099         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20100         file.
20101         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20102         file.
20103         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20104         multiarch rawmemchr for PPC32.
20105         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20106         multiarch objects.
20107         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20108         (__libc_ifunc_impl_list): Likewise.
20110         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20111         file.
20112         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20113         file.
20114         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20115         file: memrchr multiarch for PPC32.
20116         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20117         multiarch objects.
20118         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20119         (__libc_ifunc_impl_list): Likewise.
20121         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20122         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20123         file.
20124         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20125         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20126         multiarch memchr for PPC32.
20127         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20128         multiarch objects.
20129         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20130         (__libc_ifunc_impl_list): Likewise.
20132         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20133         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20134         file.
20135         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20136         file.
20137         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20138         file: multiarch mempcpy for PPC32.
20139         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20140         multiarch objects.
20141         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20142         (__libc_ifunc_impl_list): Likewise.
20144         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20145         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20146         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20147         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20148         multiarch bzero for PPC32.
20149         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20150         file.
20151         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20152         file.
20153         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20154         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20155         file: multiarch memset for PPC32.
20156         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20157         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20158         memset multiarch objects.
20159         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20160         (__libc_ifunc_impl_list): Likewise.
20162         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20163         file.
20164         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20165         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20166         memcmp for PPC32.
20167         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20168         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20169         multiarch objects.
20170         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20171         (__libc_ifunc_impl_list): Likewise.
20173         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20174         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20175         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20176         file.
20177         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20178         file.
20179         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20180         file.
20181         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20182         multiarch memcpy for PPC32.
20183         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20184         multiarch objects.
20185         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20186         (__libc_ifunc_impl_list): Likewise.
20188         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20189         support multiarch for POWER/PPC32.
20190         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20191         Likewise.
20192         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20194         Implies file to make multiarch folder appers before the fpu and
20195         default folder for power4 configuration.
20197 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20199         * scripts/bench.pl: Append volatile keyword to type.
20201 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20203         * sysdeps/sh/sotruss-lib.c: New file.
20204         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20206 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20208         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20210 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20212         [BZ #6810]
20213         * math/w_tgamma.c: Include <errno.h>.
20214         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20215         * math/w_tgammaf.c: Include <errno.h>.
20216         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20217         * math/w_tgammal.c: Include <errno.h>.
20218         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20219         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20220         underflow.  Add more tgamma tests.
20221         * math/auto-libm-test-out: Regenerated.
20222         * sysdeps/i386/fpu/libm-test-ulps: Update.
20223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20225         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20226         sin, sinh, tan, tanh, tgamma, y0 and y1.
20227         * math/auto-libm-test-out: Regenerated.
20228         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20229         (TEST_COND_x86): Likewise.
20230         (M_E2l): Remove macro.
20231         (M_E3l): Likewise.
20232         (M_2_SQRT_PIl): Likewise.
20233         (M_SQRT_PIl): Likewise.
20234         (M_1_DIV_El): Likewise.
20235         (log_test_data): Use AUTO_TESTS_f_f.
20236         (log10_test_data): Likewise.
20237         (log1p_test_data): Likewise.
20238         (log2_test_data): Likewise.
20239         (sin_test_data): Likewise.
20240         (sin_tonearest_test_data): Likewise.
20241         (sin_towardzero_test_data): Likewise.
20242         (sin_downward_test_data): Likewise.
20243         (sin_upward_test_data): Likewise.
20244         (sinh_test_data): Likewise.
20245         (sinh_tonearest_test_data): Likewise.
20246         (sinh_towardzero_test_data): Likewise.
20247         (sinh_downward_test_data): Likewise.
20248         (sinh_upward_test_data): Likewise.
20249         (tan_test_data): Likewise.
20250         (tan_tonearest_test_data): Likewise.
20251         (tan_towardzero_test_data): Likewise.
20252         (tan_downward_test_data): Likewise.
20253         (tan_upward_test_data): Likewise.
20254         (tanh_test_data): Likewise.
20255         (tgamma_test_data): Likewise.
20256         (y0_test_data): Likewise.
20257         (y1_test_data): Likewise.
20258         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20259         (special_real_inputs): Add pi/4.
20260         * sysdeps/i386/fpu/libm-test-ulps: Update.
20261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20263 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20265         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20266         "longjmp_target" static probes.
20267         (__longjmp): Rename to __longjmp_symbol.
20268         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20269         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20270         on which longjmp to generate.
20271         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20272         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20273         probe.
20274         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20275         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20276         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20277         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20278         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20279         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20281         __longjmp_symbol based on which __longjmp to generate.
20282         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20283         probe.
20284         (setjmp): Rename to setjmp_symbol.
20285         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20286         (_setjmp): Rename to _setjmp_symbol.
20287         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20288         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20289         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20290         which setjmp to generate.
20291         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20292         "longjmp_target" static probes.
20294 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20296         * benchtests/README: Add note about output arguments.
20297         * benchtests/bench-sincos.c: Remove file.
20298         * benchtests/sincos-inputs: New file.
20299         * scripts/bench.pl: Identify output arguments and define
20300         static variables for them.
20302         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20304         [BZ #15941]
20305         * Makefile (INSTALL): Add install-plain.texi as the primary
20306         dependency.
20307         * manual/install-plain.texi: New file.
20308         * manual/install.texi: Include node directive only for
20309         non-plaintext output.
20311 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20313         * stdlib/longlong.h: Update from GCC.
20315         [BZ #6807]
20316         [BZ #15901]
20317         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20318         * math/w_j0f.c (y0f): Likewise.
20319         * math/w_j0l.c (__y0l): Likewise.
20320         * math/w_j1.c (y1): Likewise.
20321         * math/w_j1f.c (y1f): Likewise.
20322         * math/w_j1l.c (__y1l): Likewise
20323         * math/w_jn.c (yn): Likewise.
20324         * math/w_jnf.c (ynf): Likewise.
20325         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20326         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20327         value for Bessel function domain errors outside _SVID_ mode.
20328         Adjust sign of return value for yn (negative integer, 0).
20329         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20330         by zero in return for negative x and set sign appropriately for
20331         negative n.
20332         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20333         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20334         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20335         expectations in error cases.
20336         (y1_test_data): Likewise.
20337         (yn_test_data): Likewise.
20338         * sysdeps/i386/fpu/libm-test-ulps: Update.
20339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20341 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20343         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20344         "64" to "64-v1".  Add "64-v2".
20345         (abi-64-options): Rename to ...
20346         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20347         (abi-64-condition): Rename to ...
20348         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20349         (abi-64-ld-soname): Rename to ...
20350         (abi-64-v1-ld-soname): ... this.
20351         (abi-64-v2-options): Define.
20352         (abi-64-v2-condition): Likewise.
20353         (abi-64-v2-ld-soname): Likewise.
20354         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20355         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20360 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20361             Alan Modra  <amodra@gmail.com>
20363         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20364         New versions for use with the ELFv2 ABI.
20365         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20366         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20367         declaration.
20368         (struct La_ppc64v2_retval): Likewise.
20369         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20370         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20371         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20372         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20373         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20374         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20375         Do not save or restore CR.
20376         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20377         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20378         return values for ELFv2 ABI.  Fix location of FPR return registers.
20379         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20380         updated values for _CALL_ELF == 2.
20381         (La_regs, La_retval, int_retval): Likewise.
20383 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20385         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20386         (FRAME_MIN_SIZE_PARM): Likewise.
20387         (FRAME_BACKCHAIN): Likewise.
20388         (FRAME_CR_SAVE): Likewise.
20389         (FRAME_LR_SAVE): Likewise.
20390         (FRAME_TOC_SAVE): Likewise.
20391         (FRAME_PARM_SAVE): Likewise.
20392         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20393         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20394         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20395         (call_mcount_parm_offset): New macro.
20396         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20397         (PROF): Use symbolic stack frame offsets.
20398         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20399         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20400         Redefine in terms of FRAME_MIN_SIZE.
20401         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20402         (_dl_profile_resolve): Likewise.  Update comment.
20403         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20404         symbols stack frame offsets.
20405         (__sigsetjmp): Likewise.
20406         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20407         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20408         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20409         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20412         (FRAME_BACKCHAIN): Remove.
20413         (FRAME_CR_SAVE): Likewise.
20414         (FRAME_LR_SAVE): Likewise.
20415         (FRAME_COMPILER_DW): Likewise.
20416         (FRAME_LINKER_DW): Likewise.
20417         (FRAME_TOC_SAVE): Likewise.
20418         (FRAME_PARM_SAVE): Likewise.
20419         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20420         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20421         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20423         (CHECK_SP): Use symbolic stack frame offsets.
20424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20425         zone" instead of caller's parameter save area for temp storage.
20426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20427         Likewise.  Also, use symbolic stack frame offsets.
20428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20429         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20430         our own stack frame instead of the caller's.
20431         (__socket): Use symbolic stack frame offsets.
20433 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20434             Alan Modra  <amodra@gmail.com>
20436         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20437         Define.
20438         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20439         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20440         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20441         New function.
20442         (elf_machine_fixup_plt): Call it.
20443         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20444         reloc arguments.
20445         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20446         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20447         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20448         r2 before calling target.
20450 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20451             Alan Modra  <amodra@gmail.com>
20453         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20454         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20455         versions of macros to support ELFv2 ABI.
20456         (LOCALENTRY): New macro.
20457         (ENTRY, EALIGN): Use it.
20458         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20459         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20460         fall through into ENTRY entry point.
20461         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20462         Only define if _CALL_ELF != 2.
20464         (elf_machine_matches_host): Verify ABI version matches.
20465         (RTLD_START): Use LOCALENTRY.
20466         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20467         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20468         (PLT_ENTRY_WORDS): New macro.
20469         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20470         (elf_machine_runtime_setup): Support ELFv2 ABI.
20471         (elf_machine_fixup_plt): Likewise.
20472         (elf_machine_plt_conflict): Likewise.
20473         (resolve_ifunc): Likewise.
20474         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20475         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20476         Likewise.
20477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20478         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20480         (makecontext): Support ELFv2 ABI.
20481         * elf/elf.h (EF_PPC64_ABI): Define.
20483 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20485         * sysdeps/powerpc/powerpc64/sysdep.h
20486         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20487         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20488         (ENTRY) [ASSEMBLER]: ... but instead here ...
20489         (EALIGN) [ASSEMBLER]: ... and here.
20490         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20491         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20492         (ENTRY_2) [!ASSEMBLER]: Use it.
20493         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20494         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20495         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20496         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20497         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20499         Use PPC64_LOAD_FUNCPTR.
20501         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20503 2013-12-04  Alan Modra  <amodra@gmail.com>
20505         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20506         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20507         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20508         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20510         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20511         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20512         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20513         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20514         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20515         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20517 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20520         (__makecontext): Fix incorrect CFI when backtracing out of
20521         context created via makecontext.
20522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20523         (__setcontext): Fix incorrect CFI during switch to new context.
20524         (__novec_setcontext): Likewise.
20526 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20528         [BZ #4772]
20529         * time/strptime_l.c (__strptime_internal): Allow modifiers
20530         in strptime.
20531         * time/tst-strptime.c (day_tests): Add testcase.
20533 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20535         * scripts/bench.pl: Skip over blank lines.
20537 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20539         [BZ #926]
20540         * manual/time.texi (Calendar Time): Clarify what timezone functions
20541         use.
20543 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20545         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20547 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20549         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20550         implementation.
20551         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20552         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20553         * debug/memset_chk.c (__memset_chk): Likewise.
20554         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20555         * debug/strncpy_chk.c: Likewise.
20557 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20559         [BZ #15268]
20560         [BZ #15425]
20561         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20562         (__ieee754_exp): For possibly underflowing results, check size of
20563         result and force underflow exception if required.
20564         * math/auto-libm-test-in: Add more tests of exp.
20565         * math/auto-libm-test-out: Regenerated.
20566         * sysdeps/i386/fpu/libm-test-ulps: Update.
20567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20569         [BZ #16283]
20570         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20571         * math/w_exp2f.c (__exp2f): Likewise.
20572         * math/w_exp2l.c (__exp2l): Likewise.
20573         * math/auto-libm-test-in: Do not allow missing errno on exp2
20574         underflow.
20575         * math/auto-libm-test-out: Regenerated.
20577 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20579         [BZ #16274]
20580         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20581         handle filename validation.
20582         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20583         (do_open): Delete.
20585 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20587         [BZ #6786]
20588         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20589         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20590         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20591         <float.h>.
20592         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20593         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20594         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20595         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20596         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20597         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20598         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20599         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20600         Add more erfc tests.
20601         * math/auto-libm-test-out: Regenerated.
20602         * sysdeps/i386/fpu/libm-test-ulps: Update.
20603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20605         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20606         exp2, expm1, j0 and j1.
20607         * math/auto-libm-test-out: Regenerated.
20608         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20609         (erfc_test_data): Likewise.
20610         (exp_test_data): Likewise.
20611         (exp_tonearest_test_data): Likewise.
20612         (exp_towardzero_test_data): Likewise.
20613         (exp_downward_test_data): Likewise.
20614         (exp_upward_test_data): Likewise.
20615         (exp10_test_data): Likewise.
20616         (exp2_test_data): Likewise.
20617         (expm1_test_data): Likewise.
20618         (j0_test_data): Likewise.
20619         (j1_test_data): Likewise.
20620         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20621         (input_flag_type): Add flag_xfail_rounding.
20622         (input_flags): Add xfail-rounding.
20623         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20624         (output_for_one_input_case): Handle flag_xfail_rounding.
20625         * sysdeps/i386/fpu/libm-test-ulps: Update.
20626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20628 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20630         [BZ #16289]
20631         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20632         division by 0.
20634 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20636         [BZ #16195]
20637         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20638         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20639         (STAP_PROBE0): New macro.
20640         (STAP_PROBE1): Likewise.
20641         (STAP_PROBE2): Likewise.
20642         (STAP_PROBE3): Likewise.
20643         (STAP_PROBE4): Likewise.
20645 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20647         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20649 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20651         * benchtests/Makefile (bench): Add sqrt.
20652         (LDLIBS-bench-sqrt): New.
20653         * benchtests/sqrt-input: New.
20655 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20657         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20658         (GAIH_EAI): Likewise.
20659         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20660         (gaih_inet): Likewise.
20661         (getaddrinfo): Don't use GAIH_EAI.
20663         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20664         (struct gaih): Remove definition.
20666 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20668         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20669         Use HERRNOP directly.
20671 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20675 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20677         * math/gen-auto-libm-tests.c (test_functions): Add more
20678         single-argument functions.
20679         (special_fill_pi_2): New function.
20680         (special_fill_minus_pi_2): Likewise.
20681         (special_fill_pi_6): Likewise.
20682         (special_fill_minus_pi_6): Likewise.
20683         (special_fill_pi_3): Likewise.
20684         (special_fill_2pi_3): Likewise.
20685         (special_fill_e): Likewise.
20686         (special_fill_1_e): Likewise.
20687         (special_fill_e_minus_1): Likewise.
20688         (special_real_inputs): Add more special inputs.
20689         (output_for_one_input_case): Do not require ERANGE on underflow to
20690         zero if round-to-nearest result does not underflow to zero, unless
20691         exact results required.
20692         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20693         atan, atanh, cbrt, cos and cosh.
20694         * math/auto-libm-test-out: Regenerated.
20695         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20696         (acos_tonearest_test_data): Likewise.
20697         (acos_towardzero_test_data): Likewise.
20698         (acos_downward_test_data): Likewise.
20699         (acos_upward_test_data): Likewise.
20700         (acosh_test_data): Likewise.
20701         (asin_test_data): Likewise.
20702         (asin_tonearest_test_data): Likewise.
20703         (asin_towardzero_test_data): Likewise.
20704         (asin_upward_test_data): Likewise.
20705         (asinh_test_data): Likewise.
20706         (atan_test_data): Likewise.
20707         (atanh_test_data): Likewise.
20708         (cbrt_test_data): Likewise.
20709         (cos_test_data): Likewise.
20710         (cos_tonearest_test_data): Likewise.
20711         (cos_towardzero_test_data): Likewise.
20712         (cos_downward_test_data): Likewise.
20713         (cos_upward_test_data): Likewise.
20714         (cosh_test_data): Likewise.
20715         (cosh_tonearest_test_data): Likewise.
20716         (cosh_towardzero_test_data): Likewise.
20717         (cosh_downward_test_data): Likewise.
20718         (cosh_upward_test_data): Likewise.
20719         * sysdeps/i386/fpu/libm-test-ulps: Update.
20720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20722 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20724         [BZ #6787]
20725         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20726         * math/w_exp10f.c (__exp10f): Likewise.
20727         * math/w_exp10l.c (__exp10l): Likewise.
20728         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20729         errno settings in existing tests.
20731         [BZ #14032]
20732         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20733         precision control set to double precision.
20734         * sysdeps/i386/fpu/w_sqrt.c: New file.
20735         * math/auto-libm-test-in: Add more tests.
20736         * math/auto-libm-test-out: Update.
20738         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20739         (sqrt_test_tonearest): New function.
20740         (sqrt_towardzero_test_data): New variable.
20741         (sqrt_test_towardzero): New function.
20742         (sqrt_downward_test_data): New variable.
20743         (sqrt_test_downward): New function.
20744         (sqrt_upward_test_data): New variable.
20745         (sqrt_test_upward): New function.
20746         (main): Call the new functions.
20748         * math/gen-auto-libm-tests.c: New file.
20749         * math/auto-libm-test-in: Likewise.
20750         * math/auto-libm-test-out: New generated file.
20751         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20752         variables.
20753         (%beautify): Add generated representations of zero.
20754         (top level): Set $auto_input and call parse_auto_input.
20755         (beautify): Remove trailing "f" from hex float constants.
20756         (parse_args): Handle XFAIL_TEST.
20757         (convert_condition): New function.
20758         (or_value): Likewise.
20759         (or_cond_value): Likewise.
20760         (generate_testfile): Handle AUTO_TESTS_* lines.
20761         (parse_auto_input): New function.
20762         * math/libm-test.inc (XFAIL_TEST): New macro.
20763         (ERRNO_UNCHANGED): Update value.
20764         (ERRNO_EDOM): Likewise.
20765         (ERRNO_ERANGE): Likewise.
20766         (IGNORE_RESULT): Likewise.
20767         (TEST_COND_flt_32): New macro.
20768         (TEST_COND_dbl_64): Likewise.
20769         (TEST_COND_ldbl_96_intel): Likewise.
20770         (TEST_COND_ldbl_96_m68k): Likewise.
20771         (TEST_COND_ldbl_128): Likewise.
20772         (TEST_COND_ldbl_128ibm): Likewise.
20773         (TEST_COND_long32): Likewise.
20774         (TEST_COND_long64): Likewise.
20775         (TEST_COND_before_rounding): Likewise.
20776         (TEST_COND_after_rounding): Likewise.
20777         (enable_test): Handle XFAIL_TEST flag.
20778         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20779         with finite results.
20780         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20781         auto-libm-test-out.
20783 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20784             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20786         [BZ #16214]
20787         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20788         __tls_get_addr_internal instead of __tls_get_offset in order to
20789         avoid GOT pointer dependency.  Make rtld export
20790         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20791         __tls_get_addr since we are a __tls_get_offset platform.
20792         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20793         GOT pointer being set up before.
20794         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20796 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20798         * manual/math.texi (Errors in Math Functions): Document accuracy
20799         goals.
20801         [BZ #15004]
20802         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20803         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20804         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20805         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20806         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20807         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20808         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20809         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20810         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20811         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20812         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20813         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20814         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20815         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20816         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20817         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20819         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20820         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20821         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20822         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20823         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20824         Likewise.
20825         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20826         Likewise.
20827         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20828         Likewise.
20829         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20830         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20831         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20832         atomic-feupdateenv and flt-rounds.
20833         * sysdeps/powerpc/nofpu/Versions (libc): Add
20834         __atomic_feholdexcept, __atomic_feclearexcept,
20835         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20836         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20837         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20838         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20839         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20840         here.
20841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20842         Update.
20844         * manual/arith.texi (FP Exceptions): Document that exceptions may
20845         not be raised when matherr is used.
20846         (Math Error Reporting): Document overflow in directed rounding
20847         modes.  Document that errno may not be set when finite values are
20848         returned on overflow.  Document intent to set errno on underflow
20849         only for underflow to zero.
20851         [BZ #16271]
20852         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20853         round-to-nearest then adjust result for other rounding modes.
20854         * include/fenv.h (fegetround): Use libm_hidden_proto.
20855         * math/fegetround.c (fegetround): Use libm_hidden_def.
20856         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20857         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20858         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20859         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20860         Likewise.
20861         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20862         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20863         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20864         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20866 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20868         [BZ #16077]
20869         * nss/Versions (libnss_files): Add
20870         _nss_files_gethostbyname3_r.
20871         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20872         New function.
20873         (HOST_DB_LOOKUP): Remove macro.
20874         (_nss_files_gethostbyname_r): Implement function without the
20875         HOST_DB_LOOKUP macro.
20876         (_nss_files_gethostbyname2_r): Likewise.
20878 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20880         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20882 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20884         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20885         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20886         warning.
20888 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20890         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20891         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20892         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20893         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20894         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20895         __fe_nomask_env_priv and attribute_hidden.
20896         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20897         (libc_feupdateenv_test_ppc): Likewise.
20898         (libc_feresetround_ppc): Likewise.
20899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20900         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20901         compat_symbol macro.
20902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20903         (__fe_nomask_env): Likewise.
20904         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20906 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20908         * string/Makefile: Remove ifunc tests.
20909         * string/test-string.h: Define TEST_IFUNC.
20910         * string/test-bcopy-ifunc.c: Remove.
20911         * string/test-bzero-ifunc.c: Likewise.
20912         * string/test-memccpy-ifunc.c: Likewise.
20913         * string/test-memchr-ifunc.c: Likewise.
20914         * string/test-memcmp-ifunc.c: Likewise.
20915         * string/test-memcpy-ifunc.c: Likewise.
20916         * string/test-memmem-ifunc.c: Likewise.
20917         * string/test-memmove-ifunc.c: Likewise.
20918         * string/test-mempcpy-ifunc.c: Likewise.
20919         * string/test-memrchr-ifunc.c: Likewise.
20920         * string/test-memset-ifunc.c: Likewise.
20921         * string/test-rawmemchr-ifunc.c: Likewise.
20922         * string/test-stpcpy-ifunc.c: Likewise.
20923         * string/test-stpncpy-ifunc.c: Likewise.
20924         * string/test-strcasecmp-ifunc.c: Likewise.
20925         * string/test-strcasestr-ifunc.c: Likewise.
20926         * string/test-strcat-ifunc.c: Likewise.
20927         * string/test-strchr-ifunc.c: Likewise.
20928         * string/test-strchrnul-ifunc.c: Likewise.
20929         * string/test-strcmp-ifunc.c: Likewise.
20930         * string/test-strcpy-ifunc.c: Likewise.
20931         * string/test-strcspn-ifunc.c: Likewise.
20932         * string/test-strlen-ifunc.c: Likewise.
20933         * string/test-strncasecmp-ifunc.c: Likewise.
20934         * string/test-strncat-ifunc.c: Likewise.
20935         * string/test-strncmp-ifunc.c: Likewise.
20936         * string/test-strncpy-ifunc.c: Likewise.
20937         * string/test-strnlen-ifunc.c: Likewise.
20938         * string/test-strpbrk-ifunc.c: Likewise.
20939         * string/test-strrchr-ifunc.c: Likewise.
20940         * string/test-strspn-ifunc.c: Likewise.
20941         * string/test-strstr-ifunc.c: Likewise.
20943 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20945         * benchtests/Makefile: Remove ifunc tests.
20946         * benchtests/bench-string.h: Define TEST_IFUNC.
20947         * benchtests/bench-bcopy-ifunc.c: Remove.
20948         * benchtests/bench-bzero-ifunc.c: Likewise.
20949         * benchtests/bench-memccpy-ifunc.c: Likewise.
20950         * benchtests/bench-memchr-ifunc.c: Likewise.
20951         * benchtests/bench-memcmp-ifunc.c: Likewise.
20952         * benchtests/bench-memcpy-ifunc.c: Likewise.
20953         * benchtests/bench-memmem-ifunc.c: Likewise.
20954         * benchtests/bench-memmove-ifunc.c: Likewise.
20955         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20956         * benchtests/bench-memrchr-ifunc.c: Likewise.
20957         * benchtests/bench-memset-ifunc.c: Likewise.
20958         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20959         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20960         * benchtests/bench-stpcpy-ifunc.c: Likewise.
20961         * benchtests/bench-stpncpy-ifunc.c: Likewise.
20962         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20963         * benchtests/bench-strcasestr-ifunc.c: Likewise.
20964         * benchtests/bench-strcat-ifunc.c: Likewise.
20965         * benchtests/bench-strchr-ifunc.c: Likewise.
20966         * benchtests/bench-strchrnul-ifunc.c: Likewise.
20967         * benchtests/bench-strcmp-ifunc.c: Likewise.
20968         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20969         * benchtests/bench-strcpy-ifunc.c: Likewise.
20970         * benchtests/bench-strcspn-ifunc.c: Likewise.
20971         * benchtests/bench-strlen-ifunc.c: Likewise.
20972         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20973         * benchtests/bench-strncat-ifunc.c: Likewise.
20974         * benchtests/bench-strncmp-ifunc.c: Likewise.
20975         * benchtests/bench-strncpy-ifunc.c: Likewise.
20976         * benchtests/bench-strnlen-ifunc.c: Likewise.
20977         * benchtests/bench-strpbrk-ifunc.c: Likewise.
20978         * benchtests/bench-strrchr-ifunc.c: Likewise.
20979         * benchtests/bench-strsep-ifunc.c: Likewise.
20980         * benchtests/bench-strspn-ifunc.c: Likewise.
20981         * benchtests/bench-strstr-ifunc.c: Likewise.
20983 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20985         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20987 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20989         * resolv/netdb.h: Use __glibc_reserved instead __unused.
20990         * rt/aio.h: Likewise.
20991         * sysdeps/gnu/bits/utmp.h: Likewise.
20992         * sysdeps/gnu/bits/utmpx.h: Likewise.
20993         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20994         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20995         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20996         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20997         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20998         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20999         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21000         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21001         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21002         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21003         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21004         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21005         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21007         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21008         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21009         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21010         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21011         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21012         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21013         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21014         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21015         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21016         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21017         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21018         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21019         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21020         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21021         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21022         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21023         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21024         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21025         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21026         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21027         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21028         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21029         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21030         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21031         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21032         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21033         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21034         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21036 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21038         [BZ #16245]
21039         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21040         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21042 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21044         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21045         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21046         Likewise.
21048 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21050         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21051         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21052         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21053         (__fesetround): Remove define.
21054         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21055         rounding and exceptions handling.
21056         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21057         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21058         (__fe_nomask_env): Likewise.
21059         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21060         __fegetround instead of fegetround.
21061         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21062         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21064 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21066         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21067         it's there.
21069         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21071 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21073         [BZ #11157]
21074         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21075         (encrypt_r): Likewise.
21076         * malloc/obstack.h (obstack_free): Likewise.
21077         * posix/unistd.h (encrypt): Likewise.
21079 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21081         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21082         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21083         DL_CALL_DT_FINI() that call the functions directly.
21084         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21085         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21086         * elf/dl-fini.c: Likewise.
21088 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21090         * malloc/hooks.c (memalign_check): Add alignment rounding.
21091         * malloc/malloc.c (_mid_memalign): New function.
21092         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21093         Implement by calling _mid_memalign.
21094         * manual/probes.texi (Memory Allocation Probes): Remove
21095         memory_valloc_retry and memory_pvalloc_retry.
21097 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21099         * locale/programs/locarchive.c (open_archive): Add const
21100         qualifier to ARCHIVEFNAME and copy default fname to
21101         DEFAULT_FNAME.
21103         [BZ #15601]
21104         * libio/tst-widetext.input: Rename Oriya to Odia.
21105         * locale/iso-639.def: Likewise.
21107         * manual/probes.texi (Mathematical Function Probes): Add
21108         documentation for sin, cos, asin and acos probes.
21109         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21110         (__sin32): Add slowasin probe.
21111         (__cos32): Add slowacos probe.
21112         (__mpsin): Add slowsin probe.
21113         (__mpcos): Add slowcos probe.
21115 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21117         [BZ #15483]
21118         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21119         thread-local __sim_exceptions_thread and global
21120         __sim_exceptions_global.
21121         (__sim_disabled_exceptions): Change to thread-local
21122         __sim_disabled_exceptions_thread and global
21123         __sim_disabled_exceptions_global.
21124         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21125         and global __sim_round_mode_global.
21126         (__simulate_exceptions): Use thread-local floating-point state and
21127         set global state from it as needed.
21128         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21129         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21130         __sim_round_mode_thread.
21131         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21132         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21133         and global __sim_exceptions_global.
21134         (__sim_disabled_exceptions): Change to thread-local
21135         __sim_disabled_exceptions_thread and global
21136         __sim_disabled_exceptions_global.
21137         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21138         and global __sim_round_mode_global.
21139         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21140         (SIM_SET_GLOBAL): Likewise.
21141         * sysdeps/powerpc/soft-fp/sfp-machine.h
21142         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21143         __sim_round_mode_thread.
21144         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21145         __sim_disabled_exceptions_thread.
21146         (__sim_exceptions): Change to __sim_exceptions_thread.
21147         (__sim_disabled_exceptions): Change to
21148         __sim_disabled_exceptions_thread.
21149         (__sim_round_mode): Change to __sim_round_mode_thread.
21150         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21151         thread-local floating-point state and set global state from it as
21152         needed.
21153         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21154         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21155         (__sim_disabled_exceptions): Remove extern declaration.
21156         (feenableexcept): Use thread-local floating-point state and set
21157         global state from it as needed.
21158         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21159         extern declaration.
21160         (__sim_disabled_exceptions): Likewise.
21161         (__sim_round_mode): Likewise.
21162         (__fegetenv): Use thread-local floating-point state.
21163         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21164         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21165         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21166         floating-point state and set global state from it as needed.
21167         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21168         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21169         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21170         Likewise.
21171         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21172         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21173         Likewise.
21174         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21175         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21176         Use __sim_round_mode_thread.
21177         * math/test-fenv-tls.c: New file.
21178         * math/Makefile (tests): Add test-fenv-tls.
21179         ($(objpfx)test-fenv-tls): Depend on
21180         $(common-objpfx)nptl/libpthread.so.
21182 2013-11-19  Andreas Schwab  <schwab@suse.de>
21184         * locale/programs/locale.c (show_info): Decode wordarray elements.
21185         * locale/categories.def (LC_MONETARY): Add element for
21186         _NL_MONETARY_CRNCYSTR.
21187         * locale/C-monetary.c (conversion_rate): New variable.
21188         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21189         element.
21191 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21193         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21194         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21196 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21198         * elf/Makefile (tst-auxv): New test.
21199         * elf/tst-auxv.c: New
21200         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21202 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21204         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21205         (hidden_proto): Caller changed.
21206         (hidden_tls_proto): New macro.
21207         (libc_hidden_tls_proto): Likewise.
21208         (rtld_hidden_tls_proto): Likewise.
21209         (libm_hidden_tls_proto): Likewise.
21210         (libresolv_hidden_tls_proto): Likewise.
21211         (librt_hidden_tls_proto): Likewise.
21212         (libdl_hidden_tls_proto): Likewise.
21213         (libnss_files_hidden_tls_proto): Likewise.
21214         (libnsl_hidden_tls_proto): Likewise.
21215         (libnss_nisplus_hidden_tls_proto): Likewise.
21216         (libutil_hidden_tls_proto): Likewise.
21218 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21220         [BZ #10253]
21221         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21222         (decompose_rpath): Defer expansion to fillin_rpath.
21223         (_dl_init_paths): Pass linkmap to fillin_rpath.
21225 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21227         * benchtests/Makefile: Add strsep.
21228         * benchtests/bench-strsep.c: New file: strsep benchtest.
21229         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21231 2013-11-18  Andreas Schwab  <schwab@suse.de>
21233         * locale/programs/locale.c (show_info) [case byte]: Check for
21234         '\377' instead of '\177'.
21235         * locale/C-monetary.c (not_available): Always use "\377".
21236         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21237         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21238         detect unavailable sign_posn locale elements.
21239         * locale/localeconv.c (__localeconv): For grouping and
21240         mon_grouping handle "\177" and "\377" like no grouping.
21241         (INT_ELEM): New macro.  Use it to set all numeric members.
21242         * locale/programs/ld-monetary.c (monetary_read)
21243         <tok_mon_grouping>: Normalize single -1 to the empty string.
21244         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21245         Likewise.
21247 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21249         [BZ #16055]
21250         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21251         when we match (nil).
21252         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21254 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21256         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21257         (NO_TEST_INLINE): Update value.
21258         (ERRNO_UNCHANGED): Likewise.
21259         (ERRNO_EDOM): Likewise.
21260         (ERRNO_ERANGE): Likewise.
21261         (IGNORE_RESULT): Likewise.
21262         (check_float_internal): Check signs of NaN results if
21263         TEST_NAN_SIGN used.
21264         (check_complex): Pass TEST_NAN_SIGN flag through to second
21265         check_float_internal call.
21266         (copysign_test_data): Add tests with quiet NaNs as second
21267         argument.  Use TEST_NAN_SIGN.
21268         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21269         TEST_NAN_SIGN.
21270         (signbit_test_data): Add tests of quiet NaN argument.
21271         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21273         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21274         $ignore_result.
21275         (parse_args): Handle function results specified as IGNORE.
21276         * math/libm-test.inc (IGNORE_RESULT): New macro.
21277         (check_float_internal): Do not check numerical result if flag
21278         IGNORE_RESULT set.
21279         (check_complex): Pass through IGNORE_RESULT to second
21280         check_float_internal call.
21281         (check_int): Do not check numerical result if flag IGNORE_RESULT
21282         set.
21283         (check_long): Likewise.
21284         (check_bool): Likewise.
21285         (check_longlong): Likewise.
21286         (lrint_test_data): Add tests of infinite and NaN arguments.
21287         (lrint_tonearest_test_data): Likewise.
21288         (lrint_towardzero_test_data): Likewise.
21289         (lrint_downward_test_data): Likewise.
21290         (lrint_upward_test_data): Likewise.
21291         (llrint_test_data): Likewise.
21292         (llrint_tonearest_test_data): Likewise.
21293         (llrint_towardzero_test_data): Likewise.
21294         (llrint_downward_test_data): Likewise.
21295         (llrint_upward_test_data): Likewise.
21296         (lround_test_data): Likewise.
21297         (llround_test_data): Likewise.
21299         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21300         (ERRNO_UNCHANGED): Update value.
21301         (ERRNO_EDOM): Likewise.
21302         (ERRNO_ERANGE): Likewise.
21303         (NO_TEST_INLINE_FLOAT): New macro.
21304         (NO_TEST_INLINE_DOUBLE): Likewise.
21305         (enable_test): New function.
21306         (RUN_TEST_f_f): Check enable_test before running test.
21307         (RUN_TEST_2_f): Likewise.
21308         (RUN_TEST_fff_f): Likewise.
21309         (RUN_TEST_c_f): Likewise.
21310         (RUN_TEST_f_f1): Likewise.
21311         (RUN_TEST_fF_f1): Likewise.
21312         (RUN_TEST_fI_f1): Likewise.
21313         (RUN_TEST_ffI_f1): Likewise.
21314         (RUN_TEST_c_c): Likewise.
21315         (RUN_TEST_cc_c): Likewise.
21316         (RUN_TEST_f_i): Likewise.
21317         (RUN_TEST_f_i_tg): Likewise.
21318         (RUN_TEST_ff_i_tg): Likewise.
21319         (RUN_TEST_f_b): Likewise.
21320         (RUN_TEST_f_b_tg): Likewise.
21321         (RUN_TEST_f_l): Likewise.
21322         (RUN_TEST_f_L): Likewise.
21323         (RUN_TEST_fFF_11): Likewise.
21324         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21325         conditionals.
21326         (cosh_test_data): Likewise.
21327         (exp_test_data): Likewise.
21328         (expm1_test_data): Likewise.
21329         (hypot_test_data): Likewise.
21330         (pow_test_data): Likewise.
21331         (sinh_test_data): Likewise.
21332         (tanh_test_data): Likewise.
21333         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21334         flags argument.
21336         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21337         tests with quiet NaN input and output.
21338         (acosh_test_data): Likewise.
21339         (asin_test_data): Likewise.
21340         (asinh_test_data): Likewise.
21341         (atan_test_data): Likewise.
21342         (atanh_test_data): Likewise.
21343         (atan2_test_data): Likewise.
21344         (cbrt_test_data): Likewise.
21345         (cos_test_data): Likewise.
21346         (cosh_test_data): Likewise.
21347         (erf_test_data): Likewise.
21348         (erfc_test_data): Likewise.
21349         (exp_test_data): Likewise.
21350         (exp10_test_data): Likewise.
21351         (exp2_test_data): Likewise.
21352         (expm1_test_data): Likewise.
21353         (hypot_test_data): Likewise.
21354         (j0_test_data): Likewise.
21355         (j1_test_data): Likewise.
21356         (jn_test_data): Likewise.
21357         (lgamma_test_data): Likewise.
21358         (log_test_data): Likewise.
21359         (log10_test_data): Likewise.
21360         (log1p_test_data): Likewise.
21361         (log2_test_data): Likewise.
21362         (pow_test_data): Likewise.
21363         (scalb_test_data): Likewise.
21364         (sin_test_data): Likewise.
21365         (sincos_test_data): Likewise.
21366         (sinh_test_data): Likewise.
21367         (tan_test_data): Likewise.
21368         (tanh_test_data): Likewise.
21369         (tgamma_test_data): Likewise.
21370         (y0_test_data): Likewise.
21371         (y1_test_data): Likewise.
21372         (yn_test_data): Likewise.
21374         [BZ #16167]
21375         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21376         argument being NaN and avoid computations with second argument in
21377         that case.
21378         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21379         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21380         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21382 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21384         * locale/iso-639.def: Add Chitwani Tharu (the).
21386 2013-11-14  Andreas Schwab  <schwab@suse.de>
21388         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21389         word instead of empty string.
21391 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21394         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21396         (__fe_nomask_env): Likewise.
21398 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21400         * benchtests/bench-timing.h: Include time.h.
21402 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21404         [BZ #15997]
21405         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21406         to 3.4.0 for x32.
21407         * sysdeps/unix/sysv/linux/configure: Regenerated.
21409 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21411         [BZ #16151]
21412         * stdlib/strtod_l.c (round_and_return): Do not consider
21413         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21414         exponent one less than half the least subnormal exponent.
21415         * stdlib/test-strtod-round-data: Add more tests.
21416         * stdlib/tst-strtod-round.c (tests): Regenerated.
21418 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21420         [BZ #14143]
21421         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21422         (__fe_mask_env): Likewise.
21423         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21424         libm_hidden_proto and add function prototype.
21425         (__fe_mask_env): Add function prototype.
21426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21427         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21429         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21431         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21433 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21435         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21436         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21438 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21440         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21441         of htab_find_slot().
21443 2013-11-11  David S. Miller  <davem@davemloft.net>
21445         [BZ #16150]
21446         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21447         symbol in the non-vis3 case in static builds.
21448         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21449         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21450         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21451         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21453 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21455         [BZ #387]
21456         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21457         it is empty.
21459 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21461         * benchtests/Makefile: Add bench-strtod.
21462         * benchtests/bench-strtod.c: New file: strtod benchtest
21464 2013-11-11  Andreas Schwab  <schwab@suse.de>
21466         [BZ #16153]
21467         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21468         terminating NUL in key length.
21470 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21472         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21473         Add artificial ODP entry for vDSO symbol for PPC64.
21474         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21475         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21477 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21479         [BZ #15374]
21480         * nss/getent.c (services_keys): Recognize services starting with digit.
21482 2013-11-06  David S. Miller  <davem@davemloft.net>
21484         [BZ #15985]
21485         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21486         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21488 2013-11-06  Will Newton  <will.newton@linaro.org>
21490         * manual/memory.texi (Malloc Examples): Remove register
21491         keyword from examples.
21493 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21495         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21497 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21499         [BZ #6981]
21500         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21501         depending on [__GCC_IEC_559 > 0].
21502         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21503         depending on [__GCC_IEC_559_COMPLEX > 0].
21505 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21507         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21508         to iso-639.def.
21510 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21512         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21514 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21516         [BZ #16112]
21517         * malloc/malloc (malloc_info): Do not handle first bin as
21518         special case.
21520 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21522         * locale/iso-639.def: Add Central Nahuatl (nhn).
21524 2013-11-01  Bruno Haible  <bruno@clisp.org>
21526         [BZ #7003]
21527         * manual/math.texi (BSD Random): Specify range upper bound as
21528         in POSIX.
21530 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21532         * locale/iso-639.def: Add Meadow Mari (mhr).
21534 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21536         [BZ #14752], [BZ #15763]
21537         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21538         Validate name.
21539         * rt/tst_shm.c: Add test for escaping directory.
21541 2013-10-31  Andreas Schwab  <schwab@suse.de>
21543         [BZ #15917]
21544         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21545         followed by 'x' as part of digit sequence.
21546         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21548 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21550         [BZ #16037]
21551         * configure.ac: allow GNU Make 4.0 and greater.
21552         * configure: Regenerated.
21554 2013-10-30  Will Newton  <will.newton@linaro.org>
21556         [BZ #16038]
21557         * malloc/hooks.c (memalign_check): Limit alignment to the
21558         maximum representable power of two.
21559         * malloc/malloc.c (__libc_memalign): Likewise.
21560         * malloc/tst-memalign.c (do_test): Add test for very
21561         large alignment values.
21562         * malloc/tst-posix_memalign.c (do_test): Likewise.
21564 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21566         [BZ #11087]
21567         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21568         (munmap_chunk): Likewise.
21569         (mremap_chunk): Likewise.
21571 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21573         [BZ #15799]
21574         * stdlib/div.c (div): Remove obsolete code.
21575         * stdlib/ldiv.c (ldiv): Likewise.
21576         * stdlib/lldiv.c (lldiv): Likewise.
21578 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21580         [BZ #16071]
21581         * nss/nss_files/files-XXX.c (get_contents_ret): New
21582         enumerator.
21583         (get_contents): New function.
21584         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21586 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21588         * configure.in: Moved to ...
21589         * configure.ac: ... here. Change reference to configure.in
21590         to configure.ac.
21591         * sysdeps/arm/preconfigure.ac: ... here.
21592         configure.in to configure.ac.
21593         * sysdeps/gnu/configure.in: Moved to ...
21594         * sysdeps/gnu/configure.ac: ... here.
21595         * sysdeps/i386/configure.in: Moved to ...
21596         * sysdeps/i386/configure.ac: ... here.
21597         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21598         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21599         * sysdeps/mach/configure.in: Moved to ...
21600         * sysdeps/mach/configure.ac: ... here.
21601         * sysdeps/mach/hurd/configure.in: Moved to ...
21602         * sysdeps/mach/hurd/configure.ac: ... here.
21603         * sysdeps/powerpc/configure.in: Moved to ...
21604         * sysdeps/powerpc/configure.ac: ... here.
21605         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21606         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21607         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21608         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21609         * sysdeps/s390/s390-32/configure.in: Moved to ...
21610         * sysdeps/s390/s390-32/configure.ac: ... here.
21611         * sysdeps/s390/s390-64/configure.in: Moved to ...
21612         * sysdeps/s390/s390-64/configure.ac: ... here.
21613         * sysdeps/sh/configure.in: Moved to ...
21614         * sysdeps/sh/configure.ac: ... here.
21615         * sysdeps/sparc/configure.in: Moved to ...
21616         * sysdeps/sparc/configure.ac: ... here.
21617         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21618         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21619         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21620         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21621         * sysdeps/x86_64/configure.in: Moved to ...
21622         * sysdeps/x86_64/configure.ac: ... here.
21623         * sysdeps/x86_64/preconfigure.in: Moved to ...
21624         * sysdeps/x86_64/preconfigure.ac: ... here.
21625         * aclocal.m4: Change reference to configure.in to configure.ac.
21626         * config.h.in: Likewise.
21627         * manual/install.texi: Likewise.
21628         * manual/maint.texi: Likewise.
21629         * Makefile: Likewise.
21630         * malloc/Makefile: Likewise.
21631         * nscd/Makefile: Likewise.
21632         * Makeconfig: Change reference to configure.in and
21633         preconfigure.in to configure.ac and preconfigure.ac
21634         respectively.
21635         * INSTALL: Regenerated.
21636         * configure: Likewise.
21637         * sysdeps/gnu/configure: Likewise.
21638         * sysdeps/i386/configure: Likewise.
21639         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21640         * sysdeps/mach/configure: Likewise.
21641         * sysdeps/mach/hurd/configure: Likewise.
21642         * sysdeps/powerpc/configure: Likewise.
21643         * sysdeps/powerpc/powerpc32/configure: Likewise.
21644         * sysdeps/powerpc/powerpc64/configure: Likewise.
21645         * sysdeps/s390/s390-32/configure: Likewise.
21646         * sysdeps/s390/s390-64/configure: Likewise.
21647         * sysdeps/sh/configure: Likewise.
21648         * sysdeps/sparc/configure: Likewise.
21649         * sysdeps/unix/sysv/linux/configure: Likewise.
21650         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21651         * sysdeps/x86_64/configure: Likewise.
21652         * sysdeps/x86_64/preconfigure: Likewise.
21654 2013-10-29  Andreas Schwab  <schwab@suse.de>
21656         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21658 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21660         * benchtests/pow-inputs: Add new inputs.
21662         * benchtests/exp-inputs: Add new inputs.
21664         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21665         conditional check for return value.
21666         (__cos32): Likewise.
21668 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21670         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21671         to provide a boost for large inputs with word alignment.
21672         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21673         implementation based on optimized PPC64 strcpy.
21674         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21675         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21676         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21677         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21679 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21681         [BZ #2801]
21682         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21684 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21686         [BZ #14876]
21687         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21688         * time/tst-strptime.c (day_tests): Add testcase.
21690 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21692         [BZ #14029]
21693         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21695 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21697         [BZ #16074]
21698         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21699         MAP_FAILED on error.
21701 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21703         [BZ #16072]
21704         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21705         heap for large requests.
21707 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21709         [BZ #9954]
21710         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21711         result if the result has no associated interface.
21712         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21713         interface for all 127.X.Y.Z addresses.
21715 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21717         * locale/iso-639.def: Add Ligurian (lij)
21719 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21721         [BZ #15825]
21722         * sunrpc/rpc_main.c: Document rpcgen -5.
21724 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21726         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21728 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21730         [BZ #10278]
21731         * posix/glob.c: Match only directories when trailing slash is present.
21732         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21733         (main): Add testcase.
21735 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21737         [BZ #15670]
21738         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21740 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21742         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21743         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21744         AUTH_DES and cindex for FIPS 140-2.
21745         (DES Encryption): Add cindex FIPS 46-3.
21747         * locale/locarchive.h (struct locarhandle): Add fname.
21748         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21749         if an optional argument was specified to --list-archive,
21750         otherwise NULL.
21751         * locale/programs/locarchive.c (show_archive_content): Take new
21752         argument fname and pass it via ah.fname to open_archive.
21753         * locale/programs/localedef.h: Update decl.
21754         (open_archive): If AH->fname is non-null, open that file
21755         rather than the default file name, and don't ignore ENOENT.
21756         (create_archive): Set AH.fname to NULL.
21757         (delete_locales_from_archive): Likewise.
21758         (add_locales_to_archive): Likewise.
21759         * locale/programs/locfile.c (write_all_categories): Likewise.
21761 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21762             Aldy Hernandez  <aldyh@redhat.com>
21764         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21765         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21766         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21767         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21768         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21769         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21770         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21771         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21772         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21773         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21774         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21775         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21776         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21777         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21778         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21779         Likewise.
21780         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21781         Likewise.
21782         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21783         Likewise.
21784         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21785         Likewise.
21786         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21787         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21788         Likewise.
21789         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21790         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21791         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21792         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21793         Likewise.
21794         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21795         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21796         * sysdeps/powerpc/preconfigure: Likewise.
21797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21798         Likewise.
21799         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21800         Replace contents of file by #include of <fenv_libc.h>.
21801         * sysdeps/powerpc/soft-fp/sfp-machine.h
21802         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21803         and <sys/prctl.h>.
21804         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21805         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21806         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21807         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21808         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21809         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21810         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21811         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21812         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21813         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21814         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21815         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21817         Allow copysignl PLT reference to be missing.
21819 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21820             Joseph Myers  <joseph@codesourcery.com
21822         [BZ #15948]
21823         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21824         single character.
21825         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21827 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21829         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21830         * elf/tst-tls1.c: Likewise.
21831         * elf/tst-tls10.h: Likewise.
21832         * elf/tst-tls14.c: Likewise.
21833         * elf/tst-tls2.c: Likewise.
21834         * elf/tst-tls3.c: Likewise.
21835         * elf/tst-tls4.c: Likewise.
21836         * elf/tst-tls5.c: Likewise.
21837         * elf/tst-tls6.c: Likewise.
21838         * elf/tst-tls7.c: Likewise.
21839         * elf/tst-tls8.c: Likewise.
21840         * elf/tst-tls9.c: Likewise.
21841         * elf/tst-tlsmod1.c: Likewise.
21842         * elf/tst-tlsmod13.c: Likewise.
21843         * elf/tst-tlsmod13a.c: Likewise.
21844         * elf/tst-tlsmod14a.c: Likewise.
21845         * elf/tst-tlsmod16a.c: Likewise.
21846         * elf/tst-tlsmod16b.c: Likewise.
21847         * elf/tst-tlsmod2.c: Likewise.
21848         * elf/tst-tlsmod3.c: Likewise.
21849         * elf/tst-tlsmod4.c: Likewise.
21850         * elf/tst-tlsmod5.c: Likewise.
21851         * elf/tst-tlsmod6.c: Likewise.
21853 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21855         [BZ #12486]
21856         * malloc/malloc.c: remove checks for statistics.
21858 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21860         [BZ #15277]
21861         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21862         * inet/tst-network.c: Add testcase.
21864 2013-10-17  Andreas Schwab  <schwab@suse.de>
21866         [BZ #15218]
21867         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21868         to determine canonical name.
21870 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21872         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21873         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21874         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21875         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21876         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21877         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21878         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21879         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21880         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21881         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21882         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21883         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21884         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21885         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21886         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21887         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21888         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21889         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21890         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21891         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21892         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21893         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21894         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21895         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21896         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21897         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21898         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21899         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21900         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21901         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21902         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21903         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21904         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21905         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21906         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21907         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21908         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21909         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21910         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21911         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21912         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21913         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21914         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21915         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21916         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21917         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21918         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21919         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21920         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21921         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21922         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21923         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21924         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21925         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21926         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21927         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21928         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21929         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21931 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21933         [BZ #16041]
21934         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21935         make result into a quiet NaN.
21937 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21939         * soft-fp/adddf3.c: Fix horizontal whitespace.
21940         * soft-fp/addsf3.c: Likewise.
21941         * soft-fp/addtf3.c: Likewise.
21942         * soft-fp/divdf3.c: Likewise.
21943         * soft-fp/divsf3.c: Likewise.
21944         * soft-fp/divtf3.c: Likewise.
21945         * soft-fp/double.h: Likewise.
21946         * soft-fp/eqdf2.c: Likewise.
21947         * soft-fp/eqsf2.c: Likewise.
21948         * soft-fp/eqtf2.c: Likewise.
21949         * soft-fp/extenddftf2.c: Likewise.
21950         * soft-fp/extended.h: Likewise.
21951         * soft-fp/extendsfdf2.c: Likewise.
21952         * soft-fp/extendsftf2.c: Likewise.
21953         * soft-fp/extendxftf2.c: Likewise.
21954         * soft-fp/fixdfdi.c: Likewise.
21955         * soft-fp/fixdfsi.c: Likewise.
21956         * soft-fp/fixdfti.c: Likewise.
21957         * soft-fp/fixsfdi.c: Likewise.
21958         * soft-fp/fixsfsi.c: Likewise.
21959         * soft-fp/fixsfti.c: Likewise.
21960         * soft-fp/fixtfdi.c: Likewise.
21961         * soft-fp/fixtfsi.c: Likewise.
21962         * soft-fp/fixtfti.c: Likewise.
21963         * soft-fp/fixunsdfdi.c: Likewise.
21964         * soft-fp/fixunsdfsi.c: Likewise.
21965         * soft-fp/fixunsdfti.c: Likewise.
21966         * soft-fp/fixunssfdi.c: Likewise.
21967         * soft-fp/fixunssfsi.c: Likewise.
21968         * soft-fp/fixunssfti.c: Likewise.
21969         * soft-fp/fixunstfdi.c: Likewise.
21970         * soft-fp/fixunstfsi.c: Likewise.
21971         * soft-fp/fixunstfti.c: Likewise.
21972         * soft-fp/floatdidf.c: Likewise.
21973         * soft-fp/floatdisf.c: Likewise.
21974         * soft-fp/floatditf.c: Likewise.
21975         * soft-fp/floatsidf.c: Likewise.
21976         * soft-fp/floatsisf.c: Likewise.
21977         * soft-fp/floatsitf.c: Likewise.
21978         * soft-fp/floattidf.c: Likewise.
21979         * soft-fp/floattisf.c: Likewise.
21980         * soft-fp/floattitf.c: Likewise.
21981         * soft-fp/floatundidf.c: Likewise.
21982         * soft-fp/floatundisf.c: Likewise.
21983         * soft-fp/floatunditf.c: Likewise.
21984         * soft-fp/floatunsidf.c: Likewise.
21985         * soft-fp/floatunsisf.c: Likewise.
21986         * soft-fp/floatunsitf.c: Likewise.
21987         * soft-fp/floatuntidf.c: Likewise.
21988         * soft-fp/floatuntisf.c: Likewise.
21989         * soft-fp/floatuntitf.c: Likewise.
21990         * soft-fp/fmadf4.c: Likewise.
21991         * soft-fp/fmasf4.c: Likewise.
21992         * soft-fp/fmatf4.c: Likewise.
21993         * soft-fp/gedf2.c: Likewise.
21994         * soft-fp/gesf2.c: Likewise.
21995         * soft-fp/getf2.c: Likewise.
21996         * soft-fp/ledf2.c: Likewise.
21997         * soft-fp/lesf2.c: Likewise.
21998         * soft-fp/letf2.c: Likewise.
21999         * soft-fp/muldf3.c: Likewise.
22000         * soft-fp/mulsf3.c: Likewise.
22001         * soft-fp/multf3.c: Likewise.
22002         * soft-fp/negdf2.c: Likewise.
22003         * soft-fp/negsf2.c: Likewise.
22004         * soft-fp/negtf2.c: Likewise.
22005         * soft-fp/op-1.h: Likewise.
22006         * soft-fp/op-2.h: Likewise.
22007         * soft-fp/op-4.h: Likewise.
22008         * soft-fp/op-8.h: Likewise.
22009         * soft-fp/op-common.h: Likewise.
22010         * soft-fp/quad.h: Likewise.
22011         * soft-fp/single.h: Likewise.
22012         * soft-fp/soft-fp.h: Likewise.
22013         * soft-fp/sqrtdf2.c: Likewise.
22014         * soft-fp/sqrtsf2.c: Likewise.
22015         * soft-fp/sqrttf2.c: Likewise.
22016         * soft-fp/subdf3.c: Likewise.
22017         * soft-fp/subsf3.c: Likewise.
22018         * soft-fp/subtf3.c: Likewise.
22019         * soft-fp/truncdfsf2.c: Likewise.
22020         * soft-fp/trunctfdf2.c: Likewise.
22021         * soft-fp/trunctfsf2.c: Likewise.
22022         * soft-fp/trunctfxf2.c: Likewise.
22023         * soft-fp/unorddf2.c: Likewise.
22024         * soft-fp/unordsf2.c: Likewise.
22025         * soft-fp/unordtf2.c: Likewise.
22027 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22029         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22030         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22032 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22034         * elf/dl-libc.c: Clear initfini list after freeing.
22036 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22038         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22039         * soft-fp/addsf3.c: Likewise.
22040         * soft-fp/addtf3.c: Likewise.
22041         * soft-fp/divdf3.c: Likewise.
22042         * soft-fp/divsf3.c: Likewise.
22043         * soft-fp/divtf3.c: Likewise.
22044         * soft-fp/double.h: Likewise.
22045         * soft-fp/eqdf2.c: Likewise.
22046         * soft-fp/eqsf2.c: Likewise.
22047         * soft-fp/eqtf2.c: Likewise.
22048         * soft-fp/extenddftf2.c: Likewise.
22049         * soft-fp/extended.h: Likewise.
22050         * soft-fp/extendsfdf2.c: Likewise.
22051         * soft-fp/extendsftf2.c: Likewise.
22052         * soft-fp/extendxftf2.c: Likewise.
22053         * soft-fp/fixdfdi.c: Likewise.
22054         * soft-fp/fixdfsi.c: Likewise.
22055         * soft-fp/fixdfti.c: Likewise.
22056         * soft-fp/fixsfdi.c: Likewise.
22057         * soft-fp/fixsfsi.c: Likewise.
22058         * soft-fp/fixsfti.c: Likewise.
22059         * soft-fp/fixtfdi.c: Likewise.
22060         * soft-fp/fixtfsi.c: Likewise.
22061         * soft-fp/fixtfti.c: Likewise.
22062         * soft-fp/fixunsdfdi.c: Likewise.
22063         * soft-fp/fixunsdfsi.c: Likewise.
22064         * soft-fp/fixunsdfti.c: Likewise.
22065         * soft-fp/fixunssfdi.c: Likewise.
22066         * soft-fp/fixunssfsi.c: Likewise.
22067         * soft-fp/fixunssfti.c: Likewise.
22068         * soft-fp/fixunstfdi.c: Likewise.
22069         * soft-fp/fixunstfsi.c: Likewise.
22070         * soft-fp/fixunstfti.c: Likewise.
22071         * soft-fp/floatdidf.c: Likewise.
22072         * soft-fp/floatdisf.c: Likewise.
22073         * soft-fp/floatditf.c: Likewise.
22074         * soft-fp/floatsidf.c: Likewise.
22075         * soft-fp/floatsisf.c: Likewise.
22076         * soft-fp/floatsitf.c: Likewise.
22077         * soft-fp/floattidf.c: Likewise.
22078         * soft-fp/floattisf.c: Likewise.
22079         * soft-fp/floattitf.c: Likewise.
22080         * soft-fp/floatundidf.c: Likewise.
22081         * soft-fp/floatundisf.c: Likewise.
22082         * soft-fp/floatunsidf.c: Likewise.
22083         * soft-fp/floatunsisf.c: Likewise.
22084         * soft-fp/floatuntidf.c: Likewise.
22085         * soft-fp/floatuntisf.c: Likewise.
22086         * soft-fp/floatuntitf.c: Likewise.
22087         * soft-fp/fmadf4.c: Likewise.
22088         * soft-fp/fmasf4.c: Likewise.
22089         * soft-fp/fmatf4.c: Likewise.
22090         * soft-fp/gedf2.c: Likewise.
22091         * soft-fp/gesf2.c: Likewise.
22092         * soft-fp/getf2.c: Likewise.
22093         * soft-fp/ledf2.c: Likewise.
22094         * soft-fp/lesf2.c: Likewise.
22095         * soft-fp/letf2.c: Likewise.
22096         * soft-fp/muldf3.c: Likewise.
22097         * soft-fp/mulsf3.c: Likewise.
22098         * soft-fp/multf3.c: Likewise.
22099         * soft-fp/negdf2.c: Likewise.
22100         * soft-fp/negsf2.c: Likewise.
22101         * soft-fp/negtf2.c: Likewise.
22102         * soft-fp/op-1.h: Likewise.
22103         * soft-fp/op-2.h: Likewise.
22104         * soft-fp/op-4.h: Likewise.
22105         * soft-fp/op-8.h: Likewise.
22106         * soft-fp/op-common.h: Likewise.
22107         * soft-fp/quad.h: Likewise.
22108         * soft-fp/single.h: Likewise.
22109         * soft-fp/soft-fp.h: Likewise.
22110         * soft-fp/sqrtdf2.c: Likewise.
22111         * soft-fp/sqrtsf2.c: Likewise.
22112         * soft-fp/sqrttf2.c: Likewise.
22113         * soft-fp/subdf3.c: Likewise.
22114         * soft-fp/subsf3.c: Likewise.
22115         * soft-fp/subtf3.c: Likewise.
22116         * soft-fp/truncdfsf2.c: Likewise.
22117         * soft-fp/trunctfdf2.c: Likewise.
22118         * soft-fp/trunctfsf2.c: Likewise.
22119         * soft-fp/trunctfxf2.c: Likewise.
22120         * soft-fp/unorddf2.c: Likewise.
22121         * soft-fp/unordsf2.c: Likewise.
22122         * soft-fp/unordtf2.c: Likewise.
22124 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22126         [BZ #15672]
22127         * misc/error.c (error_tail): Fix possible buffer overflow.
22129 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22131         [BZ #13028]
22132         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22133         address.
22135 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22137         [BZ #832]
22138         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22139         testing pipefail option.
22141 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22143         * soft-fp/double.h: Indent preprocessor directives inside #if.
22144         * soft-fp/extended.h: Likewise.
22145         * soft-fp/op-2.h: Likewise.
22146         * soft-fp/op-4.h: Likewise.
22147         * soft-fp/op-common.h: Likewise.
22148         * soft-fp/quad.h: Likewise.
22149         * soft-fp/single.h: Likewise.
22150         * soft-fp/soft-fp.h: Likewise.
22152 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22154         * iconv/iconv_prog.c: Fix typos.
22155         * stdio-common/psiginfo-data.h: Likewise.
22157 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22159         [BZ #15764]
22160         * locale/setlocale.c: Fix typo.
22162 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22164         [BZ #16036]
22165         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22166         signaling NaN arguments.
22167         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22168         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22170         [BZ #14910]
22171         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22172         unordered operands.
22173         * soft-fp/gesf2.c (__gesf2): Likewise.
22174         * soft-fp/getf2.c (__getf2): Likewise.
22175         * soft-fp/ledf2.c (__ledf2): Likewise.
22176         * soft-fp/lesf2.c (__lesf2): Likewise.
22177         * soft-fp/letf2.c (__letf2): Likewise.
22179         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22180         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22181         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22182         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22183         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22184         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22185         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22186         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22187         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22188         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22189         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22190         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22191         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22192         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22193         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22194         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22195         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22196         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22197         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22198         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22199         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22200         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22201         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22202         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22203         * soft-fp/floattidf.c (__floattidf): Likewise.
22204         * soft-fp/floattisf.c (__floattisf): Likewise.
22205         * soft-fp/floattitf.c (__floattitf): Likewise.
22206         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22207         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22208         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22209         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22210         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22211         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22212         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22213         * soft-fp/gesf2.c (__gesf2): Likewise.
22214         * soft-fp/getf2.c (__getf2): Likewise.
22215         * soft-fp/ledf2.c (__ledf2): Likewise.
22216         * soft-fp/lesf2.c (__lesf2): Likewise.
22217         * soft-fp/letf2.c (__letf2): Likewise.
22219         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22220         Undefine and redefine.
22221         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22222         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22223         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22224         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22225         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22226         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22227         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22228         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22229         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22230         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22231         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22232         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22233         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22234         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22235         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22237         [BZ #16032]
22238         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22239         without decrementing exponent if mantissa >= that for the
22240         denominator, not >.
22241         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22242         denominator, not >.  Decrement exponent in < case instead of
22243         incrementing in >= case.
22244         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22245         without decrementing exponent if mantissa >= that for the
22246         denominator, not >.
22248         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22249         computing saturated result for unsigned overflow.
22251 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22252             Jeff Law  <law@redhat.com>
22254         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22255         (atan2Mp): Add systemtap probe marker.
22256         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22257         (__ieee754_log): Add systemtap probe marker.
22258         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22259         (atanMp): Add systemtap probe marker.
22260         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22261         (tanMp): Add systemtap probe marker.
22262         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22263         (__slowexp): Add systemtap probe marker.
22264         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22265         (__slowpow): Add systemtap probe marker.
22266         * manual/probes.texi: Document probes.
22268 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22270         [BZ #15362]
22271         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22272         written.
22273         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22274         written.
22275         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22276         written to buffer but not flushed.
22277         * libio/iofwrite_u.c:  Likewise.
22278         * libio/iopadn.c:  Return bytes returned even if EOF was
22279         encountered.
22280         * libio/iowpadn.c:  Likewise.
22281         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22282         if _IO_padn does not write the whole buffer.
22283         [!COMPILE_WPRINTF] (PAD): Likewise.
22285 2013-10-10  David S. Miller  <davem@davemloft.net>
22287         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22288         directory block.
22290 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22292         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22293         instead of FSF address.
22294         * soft-fp/fixdfti.c: Likewise.
22295         * soft-fp/fixsfti.c: Likewise.
22296         * soft-fp/fixtfti.c: Likewise.
22297         * soft-fp/fixunsdfti.c: Likewise.
22298         * soft-fp/fixunssfti.c: Likewise.
22299         * soft-fp/fixunstfti.c: Likewise.
22300         * soft-fp/floattidf.c: Likewise.
22301         * soft-fp/floattisf.c: Likewise.
22302         * soft-fp/floattitf.c: Likewise.
22303         * soft-fp/floatuntidf.c: Likewise.
22304         * soft-fp/floatuntisf.c: Likewise.
22305         * soft-fp/floatuntitf.c: Likewise.
22306         * soft-fp/trunctfxf2.c: Likewise.
22308         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22309         * soft-fp/fixdfti.c: Likewise.
22310         * soft-fp/fixsfti.c: Likewise.
22311         * soft-fp/fixtfti.c: Likewise.
22312         * soft-fp/fixunsdfti.c: Likewise.
22313         * soft-fp/fixunssfti.c: Likewise.
22314         * soft-fp/fixunstfti.c: Likewise.
22315         * soft-fp/floattidf.c: Likewise.
22316         * soft-fp/floattisf.c: Likewise.
22317         * soft-fp/floattitf.c: Likewise.
22318         * soft-fp/floatuntidf.c: Likewise.
22319         * soft-fp/floatuntisf.c: Likewise.
22320         * soft-fp/floatuntitf.c: Likewise.
22321         * soft-fp/trunctfxf2.c: Likewise.
22323 2013-10-10  David S. Miller  <davem@davemloft.net>
22325         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22327 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22329         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22330         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22331         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22332         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22333         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22334         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22335         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22337         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22338         for NaNs before doing comparisons on argument.
22339         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22340         Likewise.
22342 2013-10-10  Will Newton  <will.newton@linaro.org>
22344         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22345         passed to _int_memalign does not overflow.
22347 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22349         * scripts/bench.pl: Add include-sources directive.
22350         * benchtests/README: Update documentation.
22352 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22354         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22355         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22356         instead of FP_INIT_ROUNDMODE.
22357         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22358         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22360         [BZ #16034]
22361         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22362         copy class of input value.
22363         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22364         not handle exceptions.
22365         * soft-fp/negsf2.c (__negsf2): Likewise.
22366         * soft-fp/negtf2.c (__negtf2): Likewise.
22367         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22369 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22371         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22372         semicolon.  From Linux kernel.
22374 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22376         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22378 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22380         [BZ #156]
22381         * manual/socket.texi: Added statement about buffer
22382         for gethostbyname2_r.
22384 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22386         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22387         Use .p2align directive instead, throughout.
22388         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22389         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22390         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22391         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22392         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22393         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22394         * sysdeps/x86_64/strchr.S: Likewise.
22395         * sysdeps/x86_64/strrchr.S: Likewise.
22397 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22399         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22401         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22403         * sysdeps/generic/math_private.h (__mpsin1): Remove
22404         declaration.
22405         (__mpcos1): Likewise.
22406         (__mpsin): New argument __range_reduce.
22407         (__mpcos): Likewise.
22408         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22409         (slow): Use __mpsin and __mpcos.
22410         (slow1): Likewise.
22411         (slow2): Likewise.
22412         (sloww): Likewise.
22413         (sloww1): Likewise.
22414         (sloww2): Likewise.
22415         (bsloww): Likewise.
22416         (bsloww1): Likewise.
22417         (bsloww2): Likewise.
22418         (cslow2): Likewise.
22419         (csloww): Likewise.
22420         (csloww1): Likewise.
22421         (csloww2): Likewise.
22422         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22423         range_reduce.  Merge in __mpsin1.
22424         (__mpcos): Likewise.
22425         (__mpsin1): Remove.
22426         (__mpcos1): Likewise.
22428 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22430         * locale/loadlocale.c (_nl_intern_locale_data): Use
22431         LOCFILE_ALIGNED_P.
22432         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22433         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22434         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22435         obstack data is appropriately aligned.
22436         (obstack_int32_grow_fast): Likewise.
22437         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22438         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22439         (add_locale_uint32_array): Likewise.
22441 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22443         * benchtests/Makefile: Remove ARGLIST and RET variables.
22444         ($(objpfx)bench-%.c): Pass only function name to the script.
22445         * benchtests/README: Update documentation.
22446         * benchtests/acos-inputs: Add new directives.
22447         * benchtests/acosh-inputs: Likewise.
22448         * benchtests/asin-inputs: Likewise.
22449         * benchtests/asinh-inputs: Likewise.
22450         * benchtests/atan-inputs: Likewise.
22451         * benchtests/atanh-inputs: Likewise.
22452         * benchtests/cos-inputs: Likewise.
22453         * benchtests/cosh-inputs: Likewise.
22454         * benchtests/exp-inputs: Likewise.
22455         * benchtests/log-inputs: Likewise.
22456         * benchtests/pow-inputs: Likewise.
22457         * benchtests/rint-inputs: Likewise.
22458         * benchtests/sin-inputs: Likewise.
22459         * benchtests/sinh-inputs: Likewise.
22460         * benchtests/tan-inputs: Likewise.
22461         * benchtests/tanh-inputs: Likewise.
22462         * scripts/bench.pl: Add support for new directives.
22464 2013-10-07  Alan Modra  <amodra@gmail.com>
22466         * README: Fix careless merge.
22468 2013-10-05  Alan Modra  <amodra@gmail.com>
22470         * NEWS: Mention powerpc64le support and bugs fixed.
22471         * README: Both big-endian and little-endian powerpc64 supported.
22473 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22475         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22476         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22477         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22478         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22480 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22482         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22483         match prototype.
22485 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22487         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22488         Move -mhard-float appending from
22489         ports/sysdeps/powerpc/powerpc32/Makefile.
22490         [$(with-fp) = yes] (ASFLAGS): Likewise.
22491         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22492         * sysdeps/powerpc/nofpu: Move directory from
22493         ports/sysdeps/powerpc/nofpu.
22494         * sysdeps/powerpc/soft-fp: Move directory from
22495         ports/sysdeps/powerpc/soft-fp.
22496         * sysdeps/powerpc/powerpc32/405: Move directory from
22497         ports/sysdeps/powerpc/powerpc32/405.
22498         * sysdeps/powerpc/powerpc32/440: Move directory from
22499         ports/sysdeps/powerpc/powerpc32/440.
22500         * sysdeps/powerpc/powerpc32/464: Move directory from
22501         ports/sysdeps/powerpc/powerpc32/464.
22502         * sysdeps/powerpc/powerpc32/476: Move directory from
22503         ports/sysdeps/powerpc/powerpc32/476.
22504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22505         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22507         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22509         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22511         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22513         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22514         * README: Update for powerpc-*-linux-gnu software floating point
22515         support in libc.
22517         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22518         case to powerpc/powerpc32*.
22519         * sysdeps/unix/sysv/linux/configure: Regenerated.
22521         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22522         (_FPU_MASK_OM): Define as 0x04.
22523         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22524         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22525         0x00c10080.
22526         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22527         0x0000003c.
22528         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22531         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22532         getcontext_e500.
22533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22534         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22535         setcontext_e500.
22536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22537         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22538         and setcontext_e500.
22540 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22542         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22544 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22546         * manual/threads.texi (Default Thread Attributes): Fix typo.
22548 2013-10-04  Will Newton  <will.newton@linaro.org>
22550         * malloc/Makefile: Add tst-memalign.
22551         * malloc/tst-memalign.c: New file.
22553         * malloc/tst-posix_memalign.c: Add comments.
22554         (do_test): Add comments and call free on all potentially
22555         allocated pointers. Add space after cast.
22557         * malloc/tst-pvalloc.c: Add comments.
22558         (do_test): Add comments and call free on all potentially
22559         allocated pointers. Remove duplicate check for NULL pointer.
22560         Add space after cast.
22562         * malloc/tst-valloc.c: Add comments.
22563         (do_test): Add comments and call free on all potentially
22564         allocated pointers. Remove duplicate check for NULL pointer.
22565         Add space after cast.
22567 2013-10-04  Alan Modra  <amodra@gmail.com>
22569         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22570         Use stdint types in rather than __attribute__((mode())).
22571         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22573 2013-10-04  Alan Modra  <amodra@gmail.com>
22575         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22576         Correct handling of unaligned relocs for little-endian.
22577         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22579 2013-10-04  Alan Modra  <amodra@gmail.com>
22581         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22582         * configure: Regenerate.
22583         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22584         * shlib-versions: Likewise.
22586 2013-10-04  Alan Modra  <amodra@gmail.com>
22588         * string/tester.c (test_memrchr): Increment reported test cycle.
22590 2013-10-04  Alan Modra  <amodra@gmail.com>
22592         * string/test-memcpy.c (do_one_test): When reporting errors, print
22593         string address and don't overrun end of string.
22595 2013-10-04  Alan Modra  <amodra@gmail.com>
22597         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22598         insrdi.  Make better use of reg selection to speed exit slightly.
22599         Schedule entry path a little better.  Remove useless "are we done"
22600         checks on entry to main loop.  Handle wrapping around zero address.
22601         Correct main loop count.  Handle single left-over word from main
22602         loop inline rather than by using loop_small.  Remove extra word
22603         case in loop_small caused by wrong loop count.  Add little-endian
22604         support.
22605         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22606         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22607         cache hint.
22608         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22609         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22610         support.  Avoid rlwimi.
22611         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22613 2013-10-04  Alan Modra  <amodra@gmail.com>
22615         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22616         insrdi.  Formatting.
22617         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22618         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22619         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22620         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22621         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22622         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22624 2013-10-04  Alan Modra  <amodra@gmail.com>
22626         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22627         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22628         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22629         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22630         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22631         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22632         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22633         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22634         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22635         use of regs.  Use power7 mtocrf.  Tidy function tails.
22637 2013-10-04  Alan Modra  <amodra@gmail.com>
22639         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22640         Formatting.  Consistently use rXXX register defines or rN defines.
22641         Use early exit labels that avoid restoring unused non-volatile regs.
22642         Make cr field use more consistent with rWORDn compares.  Rename
22643         regs used as shift registers for unaligned loop, using rN defines
22644         for short lifetime/multiple use regs.
22645         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22646         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22647         addi 1,1,64 to pop stack frame.  Simplify return value code.
22648         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22650 2013-10-04  Alan Modra  <amodra@gmail.com>
22652         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22653         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22654         rather than rlwimi.
22655         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22656         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22657         little-endian support.  Correct typos.
22658         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22659         rather than rlwimi.
22660         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22661         in loop and entry code to keep "and." results.
22662         (strchr): Add little-endian support.  Comment.  Move cntlzd
22663         earlier in tail.
22664         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22666 2013-10-04  Alan Modra  <amodra@gmail.com>
22668         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22669         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22670         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22671         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22673 2013-10-04  Alan Modra  <amodra@gmail.com>
22675         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22676         (rTMP): Define as r11.
22677         (strcmp): Add little-endian support.  Optimise tail.
22678         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22679         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22680         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22681         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22682         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22683         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22684         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22686 2013-10-04  Alan Modra  <amodra@gmail.com>
22688         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22689         little-endian support.  Remove unnecessary "are we done" tests.
22690         Handle "s" wrapping around zero and extremely large "size".
22691         Correct main loop count.  Handle single left-over word from main
22692         loop inline rather than by using small_loop.  Correct comments.
22693         Delete "zero" tail, use "end_max" instead.
22694         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22696 2013-10-04  Alan Modra  <amodra@gmail.com>
22698         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22699         support.  Don't branch over align.
22700         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22701         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22702         support.  Rearrange tmp reg use to suit.  Comment.
22703         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22705 2013-10-04  Alan Modra  <amodra@gmail.com>
22707         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22709 2013-10-04  Alan Modra  <amodra@gmail.com>
22711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22712         conditional form of branch and link when obtaining pc.
22713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22715 2013-10-04  Alan Modra  <amodra@gmail.com>
22717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22718         HIWORD/LOWORD.
22719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22722 2013-10-04  Alan Modra  <amodra@gmail.com>
22724         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22725         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22726         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22727         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22728         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22729         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22730         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22731         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22732         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22733         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22735 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22736             Alistair Popple <alistair@ozlabs.au.ibm.com>
22737             Alan Modra <amodra@gmail.com>
22739         [BZ #15723]
22740         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22741         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22742         _dl_hwcap access for little-endian.
22743         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22744         destroy vmx regs when saving unaligned.
22745         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22746         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22747         destroy vmx regs when saving unaligned.
22749 2013-10-04  Alan Modra  <amodra@gmail.com>
22751         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22752         Don't use a union to pack hi/low value.
22754 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22756         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22757         for little-endian.
22758         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22759         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22760         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22761         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22762         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22764 2013-10-04  Alan Modra  <amodra@gmail.com>
22766         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22767         constants to usual value for .cst8 section, and remove redundant
22768         high address load.
22769         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22770         constant for 0x1p52.  Load little-endian words of double from
22771         correct stack offsets.
22773 2013-10-04  Alan Modra  <amodra@gmail.com>
22775         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22776         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22777         words of double from correct stack offsets.
22778         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22779         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22780         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22781         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22782         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22783         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22784         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22785         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22786         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22787         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22788         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22789         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22790         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22791         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22792         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22793         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22794         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22796 2013-10-04  Alan Modra  <amodra@gmail.com>
22798         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22799         64-bit int/double union.
22800         (_FPU_SETCW): Likewise.
22801         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22802         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22804 2013-10-04  Alan Modra  <amodra@gmail.com>
22806         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22807         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22809 2013-10-04  Alan Modra  <amodra@gmail.com>
22811         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22812         use vector int constants.
22813         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22815 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22817         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22818         array with long long.
22819         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22820         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22821         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22822         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22823         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22824         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22825         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22826         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22827         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22828         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22829         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22830         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22831         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22833 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22835         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22836         (__signbit): Likewise.  Correct for little-endian.
22837         (__signbitl): Call __signbit.
22838         (lrint): Correct for little-endian.
22839         (lrintf): Call lrint.
22841 2013-10-04  Alan Modra  <amodra@gmail.com>
22843         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22844         union 32-bit int array member with 64-bit int array.
22845         (t515, tm256): Double rather than long double.
22846         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22848 2013-10-04  Alan Modra  <amodra@gmail.com>
22850         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22851         Delete.
22852         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22853         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22854         version of math_ldbl.h.
22856 2013-10-04  Alan Modra  <amodra@gmail.com>
22858         [BZ #15734], [BZ #15735]
22859         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22860         all uses of ieee875 long double macros and unions.  Simplify test
22861         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22862         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22863         normalize after ldbl_extract_mantissa, and don't add hidden bit
22864         already handled.  Don't treat low word of ieee854 mantissa like
22865         low word of IBM long double and mask off bit when testing for
22866         zero.
22867         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22868         all uses of ieee875 long double macros and unions.  Simplify tests
22869         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22870         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22871         two1022, instead use their values.  Recognise that tests for large
22872         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22873         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22874         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22875         test for 0.0L and nan.  Correct negation.
22876         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22877         ieee875 long double macros and unions.  Correct output for large
22878         magnitude x.  Correct absolute value calculation.
22879         (__erfcl): Likewise.
22880         * math/libm-test.inc: Add tests for errors discovered in IBM long
22881         double versions of fmodl, remainderl, erfl and erfcl.
22883 2013-10-04  Alan Modra  <amodra@gmail.com>
22885         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22886         all uses of ieee854 long double macros and unions.  Simplify tests
22887         for long doubles that are fully specified by the high double.
22888         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22889         Likewise.
22890         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22891         Remove dead code too.
22892         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22893         (__ieee754_ynl): Likewise.
22894         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22895         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22896         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22897         Remove dead code too.
22898         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22899         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22900         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22901         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22902         Simplify.
22903         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22904         Simplify.
22905         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22906         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22907         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22908         Comment on variable precision.
22909         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22910         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22911         Likewise.
22912         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22913         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22914         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22915         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22916         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22918 2013-10-04  Alan Modra  <amodra@gmail.com>
22920         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22921         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22922         all uses of ieee854 long double macros and unions.
22923         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22924         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22925         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22926         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22927         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22928         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22929         Likewise.
22930         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22931         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22932         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22933         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22934         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22935         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22936         Simplify sign and nan test too.
22937         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22938         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22939         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22940         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22941         Likewise.
22942         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22943         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22944         Likewise.
22945         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22946         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22947         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22948         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22949         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22950         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22952 2013-10-04  Alan Modra  <amodra@gmail.com>
22954         * stdio-common/printf_size.c (__printf_size): Don't use
22955         union ieee854_long_double in fpnum union.
22956         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22957         signbit macro to retrieve sign from long double.
22958         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22959         retrieve sign from long double.
22960         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22961         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22962         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22963         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22964         * math/test-misc.c (main): Don't use union ieee854_long_double.
22966 2013-10-04  Alan Modra  <amodra@gmail.com>
22968         [BZ #15680]
22969         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22970         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22971         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22972         calculation.  Remove unnecessary test for denormal exponent.
22973         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22974         Correct handling of denormals.  Avoid undefined shift behaviour.
22975         Correct normalisation of low mantissa when low double is denormal.
22976         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22977         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
22978         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22979         Correct normalisation of low mantissa.  Test for overflow of high
22980         mantissa and normalise.
22981         (ldbl_nearbyint): Use more readable constant for two52.
22982         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22983         (__mpn_construct_long_double): Fix test for overflow of high
22984         mantissa and correct normalisation.  Avoid undefined shift.
22986 2013-10-04  Alan Modra  <amodra@gmail.com>
22988         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22989         (union ibm_extended_long_double): Define as an array of ieee754_double.
22990         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22991         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22992         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22993         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22994         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22995         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22996         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22997         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22998         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22999         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23000         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23002 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23004         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23005         page size instead of calling getpagesize.
23007         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23008         (LOCFILE_ALIGN_MASK): Likewise.
23009         (LOCFILE_ALIGN_UP): Likewise.
23010         (LOCFILE_ALIGNED_P): Likewise.
23011         * locale/programs/ld-collate.c (collate_output): Use the new
23012         macros instead of __alignof__ (int32_t).
23013         * locale/weight.h (findidx): Likewise.
23015 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23017         [BZ #431]
23018         * manual/string.texi: Fix strncat and wcsncat.
23020 2013-10-03  Brooks Moses  <bmoses@google.com>
23022         [BZ #15915]
23023         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23024         * Makerules: ...here, and adjust associated comments.
23026 2013-10-02  Will Newton  <will.newton@linaro.org>
23028         * malloc/Makefile: Add tst-pvalloc.
23029         * malloc/tst-pvalloc.c: New file.
23031 2013-10-02  Will Newton  <will.newton@linaro.org>
23033         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23034         improve test coverage.
23036 2013-10-02  Will Newton  <will.newton@linaro.org>
23038         * malloc/Makefile: Add tst-posix_memalign.
23039         * malloc/tst-posix_memalign.c: New file.
23041 2013-10-01  Eric Blake  <eblake@redhat.com>
23043         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23044         Use __THROWNL rather than __THROW on static functions.
23046 2013-09-30  Petr Machata  <pmachata@redhat.com>
23048         * elf/elf.h (R_AARCH64_ABS16): New macro.
23049         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23050         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23051         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23052         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23053         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23054         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23055         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23056         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23057         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23058         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23059         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23060         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23061         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23062         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23063         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23064         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23065         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23066         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23067         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23068         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23069         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23070         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23071         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23072         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23073         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23074         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23075         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23076         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23077         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23078         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23079         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23080         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23081         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23082         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23083         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23084         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23085         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23086         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23087         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23088         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23089         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23090         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23091         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23092         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23093         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23094         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23095         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23096         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23097         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23098         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23099         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23100         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23101         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23102         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23103         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23104         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23105         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23106         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23107         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23108         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23109         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23110         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23111         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23112         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23113         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23114         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23115         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23116         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23117         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23118         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23119         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23120         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23121         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23122         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23123         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23124         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23125         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23126         (R_AARCH64_TLSDESC_LDR): Likewise.
23127         (R_AARCH64_TLSDESC_ADD): Likewise.
23128         (R_AARCH64_TLSDESC_CALL): Likewise.
23130 2013-09-30  Andreas Schwab  <schwab@suse.de>
23132         [BZ #15048]
23133         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23134         the nss database lookup.
23135         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23136         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23138 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23140         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23142 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23144         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23145         ${Bash-specific parameter/pattern/string} parameter expansion.
23146         * sysdeps/unix/make-syscalls.sh: Likewise.
23148 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23150         * sysdeps/sh/stackguard-macros.h: New file.
23152 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23154         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23155         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23156         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23157         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23158         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23159         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23161 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23163         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23164         Fix thread ID register.
23166 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23168         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23169         [POSIX || UNIX98]: Require rather than permitting all symbols from
23170         <time.h>.
23171         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23172         element of struct sched_param.
23173         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23174         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23175         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23176         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23177         constant.
23179 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23181         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23182         argument calculation.
23184 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23186         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23187         Expect macro.
23188         [POSIX] (pthread_attr_t): Do not require type.
23189         [POSIX] (pthread_cond_t): Likewise.
23190         [POSIX] (pthread_condattr_t): Likewise.
23191         [POSIX] (pthread_key_t): Likewise.
23192         [POSIX] (pthread_mutex_t): Likewise.
23193         [POSIX] (pthread_mutexattr_t): Likewise.
23194         [POSIX] (pthread_once_t): Likewise.
23195         [POSIX] (pthread_t): Likewise.
23196         [POSIX-based standards] (pthread_atfork): Expect function.
23198 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23199             Richard Sandiford  <richard@codesourcery.com>
23201         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23202         (swap_endianness_p): New extern variable.
23203         (set_big_endian): New inline function.
23204         (maybe_swap_uint32): Likewise.
23205         (maybe_swap_uint32_array): Likewise.
23206         (maybe_swap_uint32_obstack): Likewise.
23207         * locale/programs/locfile.c: Include <stdbool.h>.
23208         (swap_endianness_p): New variable.
23209         (add_locale_uint32): Call maybe_swap_uint32.
23210         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23211         (write_locale_data): Call maybe_swap_uint32_array.
23212         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23213         maybe_swap_uint32.
23214         (obstack_int32_grow_fast): Likewise.
23215         (output_weightwc): Call maybe_swap_uint32_obstack.
23216         (collate_output): Likewise.
23217         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23218         (OPT_LITTLE_ENDIAN): Likewise.
23219         (options): Add --little-endian and --big-endian options.
23220         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23221         * locale/programs/locarchive.c: Include "locfile.h".
23222         (GET): New macro.
23223         (SET): Likewise.
23224         (INC): Likewise.
23225         (create_archive): Use the new macros to access fields of
23226         structures directly mapped from or written to locale archives.
23227         (oldlocrecentcmp): Likewise.
23228         (enlarge_archive): Likewise.
23229         (insert_name): Likewise.
23230         (add_alias): Likewise.
23231         (add_locale): Likewise.
23232         (delete_locales_from_archive): Likewise.
23233         (show_archive_content): Likewise.
23234         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23235         locale data.
23237 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23239         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23240         http://www.gnu.org/doc/freemanuals.texi.
23241         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23243 2013-09-24  Will Newton  <will.newton@linaro.org>
23245         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23246         macro.
23248 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23250         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23251         unsigned char.
23253 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23255         * manual/threads.texi (POSIX Threads): Fix a typo.
23257 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23259         [BZ #14547]
23260         * string/tst-strcoll-overflow.c: New test case.
23261         * string/Makefile (xtests): Add tst-strcoll-overflow.
23262         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23263         cache if string sizes may cause integer overflow.
23265         [BZ #14547]
23266         * string/strcoll_l.c (coll_seq): New members rule, idx,
23267         save_idx and back_us.
23268         (get_next_seq_nocache): New function.
23269         (do_compare_nocache): New function.
23270         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23271         when malloc fails.
23273 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23275         [BZ #15754]
23276         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23277         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23278         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23280         [BZ #15754]
23281         * elf/Makefile (tests): Add tst-ptrguard1.
23282         (tests-static): Add tst-ptrguard1-static.
23283         (tst-ptrguard1-ARGS): Define.
23284         (tst-ptrguard1-static-ARGS): Define.
23285         * elf/tst-ptrguard1.c: New file.
23286         * elf/tst-ptrguard1-static.c: New file.
23287         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23288         * sysdeps/i386/stackguard-macros.h: Likewise.
23289         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23290         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23291         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23292         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23293         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23294         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23296 2013-09-23  Hector Marco  <hecmargi@upv.es>
23297             Ismael Ripoll  <iripoll@disca.upv.es>
23298             Carlos O'Donell  <carlos@redhat.com>
23300         [BZ #15754]
23301         * sysdeps/generic/stackguard-macros.h: Define
23302         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23303         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23304         Define __pointer_chk_guard_local.
23305         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23306         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23308 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23310         [BZ #15859]
23311         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23313 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23315         * include/string.h (__ffs): Declare as hidden.
23316         * string/ffs.c (__ffs): Define as hidden.
23317         * sysdeps/i386/ffs.c (__ffs): Likewise.
23318         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23319         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23320         * sysdeps/s390/ffs.c (__ffs): Likewise.
23321         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23323 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23325         * NEWS: Mention malloc probes.
23327         * malloc/arena.c (new_heap): New memory_heap_new probe.
23328         (grow_heap): New memory_heap_more probe.
23329         (shrink_heap): New memory_heap_less probe.
23330         (heap_trim): New memory_heap_free probe.
23331         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23332         (systrim): New memory_sbrk_less probe.
23333         * manual/probes.texi: Document them.
23335         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23336         * manual/probes.texi: Document it.
23338         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23339         (__libc_realloc): Add memory_realloc_retry probe.
23340         (__libc_memalign): Add memory_memalign_retry probe.
23341         (__libc_valloc): Add memory_valloc_retry probe.
23342         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23343         (__libc_calloc): Add memory_calloc_retry probe.
23344         * manual/probes.texi: Document them.
23346         * malloc/arena.c (get_free_list): Add probe
23347         memory_arena_reuse_free_list.
23348         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23349         and memory_arena_reuse.
23350         (arena_get2) [!PER_THREAD]: Likewise.
23351         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23352         memory_arena_reuse_realloc.
23353         * manual/probes.texi: Document them.
23355         * malloc/malloc.c (__libc_free): Add
23356         memory_mallopt_free_dyn_thresholds probe.
23357         (__libc_mallopt): Add multiple memory_mallopt probes.
23358         * manual/probes.texi: Document them.
23360         * malloc/malloc.c: Include stap-probe.h.
23361         (__libc_mallopt): Add memory_mallopt probe.
23362         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23363         * manual/probes.texi: New.
23364         * manual/Makefile (chapters): Add probes.
23365         * manual/threads.texi: Set next node.
23367 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23369         [BZ #15963, #13985]
23370         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23371         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23372         Add `Chinese' to `nan' entry name.
23374 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23376         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23377         (POLYNOMIAL): Likewise.
23378         (TAYLOR_SINCOS): Likewise.
23379         (TAYLOR_SLOW): Likewise.
23380         (__sin): Use TAYLOR_SINCOS.
23381         (__cos): Likewise.
23382         (slow): Use TAYLOR_SLOW.
23383         (sloww): Likewise.
23384         (bsloww): Likewise.
23385         (csloww): Likewise.
23387 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23389         * stdlib/strtod_l.c: Fix buffer overrun.
23391 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23393         * benchtests/Makefile (bench): Add sincos.
23394         * benchtests/bench-sincos.c: New file.
23396         * math/libm-test.inc (cos_test_data): New test inputs.
23397         (sin_test_data): Likewise.
23399         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23400         macro.
23401         (__sin): Use it.
23402         (__cos): Likewise.
23403         (slow1): Likewise.
23404         (slow2): Likewise.
23405         (sloww1): Likewise.
23406         (sloww2): Likewise.
23407         (bsloww1): Likewise.
23408         (bsloww2): Likewise.
23409         (cslow2): Likewise.
23410         (csloww1): Likewise.
23411         (csloww2): Likewise.
23413         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23414         function.
23415         (__sin): Use it.
23416         (__cos): Likewise.
23418         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23419         gotos.
23420         (__cos): Likewise.
23422 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23424         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23425         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23426         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23427         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23428         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23429         * elf/cache.c (print_entry): Handle the new cache flags.
23431 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23432             Aldy Hernandez  <aldyh@redhat.com>
23434         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23435         Change condition to [_SOFT_FLOAT].
23436         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23437         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23438         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23439         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23440         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23441         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23442         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23443         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23444         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23445         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23446         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23447         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23448         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23449         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23450         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23451         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23452         declaration.
23454 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23456         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23457         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23458         (__longjmp): Use LOAD_GP to load saved GPRs.
23459         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23460         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23461         (__sigsetjmp): Use SAVE_GP to save GPRs.
23463         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23464         Do not append -msoft-float.
23465         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23467 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23469         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23471 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23473         [BZ #15966]
23474         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23475         (_FPU_GETCW): Use initial "__" on variable and field names but not
23476         on macro parameter name.
23477         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23478         parentheses around reference to macro parameter.
23480 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23482         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23483         prototype.
23484         (ctype_startup): Use uint32_t in cast and sizeof for
23485         ctype->charnames.
23487 2013-09-11  Jia Liu  <proljc@gmail.com>
23489         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23490         __daddr_t_defined.
23491         [__FreeBSD__]: Likewise.
23493 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23495         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23496         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23497         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23498         (strchr): Remove __strchr_sse42 ifunc selection.
23499         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23500         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23502 2013-09-11  Will Newton  <will.newton@linaro.org>
23504         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23505         parameter to RES. Remove hardcoded 1000 value.
23506         * benchtests/bench-skeleton.c (main): Pass RES parameter
23507         to TIMING_INIT and multiply result by 1000.
23509 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23511         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23513 2013-09-11  Andreas Schwab  <schwab@suse.de>
23515         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23516         if not defined.
23517         (O_TMPFILE) [__USE_GNU]: Define.
23518         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23519         Define.
23521 2013-09-11  Will Newton  <will.newton@linaro.org>
23523         [BZ #15857]
23524         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23525         does not overflow.
23527 2013-09-11  Will Newton  <will.newton@linaro.org>
23529         [BZ #15856]
23530         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23531         does not overflow.
23533 2013-09-11  Will Newton  <will.newton@linaro.org>
23535         [BZ #15855]
23536         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23537         does not overflow.
23539 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23541         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23542         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23543         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23544         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23545         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23547 2013-09-10  Allan McRae  <allan@archlinux.org>
23549         [BZ #15748]
23550         * manual/arith.texi (Parsing of Floats): Clarify
23551         cross-reference.
23553         [BZ #15849]
23554         * manual/install.texi (Running make install): Mention
23555         --enable-pt-chown.
23556         * INSTALL: Regenerated.
23558 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23560         * csu/init-first.c (_init): Remove the !SHARED condition around
23561         FPU control word initialization.
23562         * elf/dl-support.c (_dl_fpu_control): New variable.
23563         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23564         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23565         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23566         * math/test-fpucw-static.c: New file.
23567         * math/test-fpucw-ieee.c: New file.
23568         * math/test-fpucw-ieee-static.c: New file.
23569         * math/Makefile (tests): Add `test-fpucw-ieee' and
23570         `$(tests-static)'.
23571         (tests-static): New variable.
23572         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23573         dependency to...
23574         [($(build-shared),yes)]
23575         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23576         ... this.
23577         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23578         New dependency.
23580 2013-09-09  Allan McRae  <allan@archlinux.org>
23582         [BZ #15939]
23583         * manual/string.texi (Collation Functions): Fix typo in
23584         strcoll example.
23585         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23587         [BZ #15893]
23588         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23590         [BZ #15892]
23591         * libio/memstream.c (open_memstream): Fix memory leak.
23592         * libio/wmemstream.c (open_wmemstream): Likewise.
23594         [BZ #15895]
23595         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23597 2013-09-09  Will Newton  <will.newton@linaro.org>
23599         * malloc/Makefile: Add tst-realloc to tests.
23600         * malloc/tst-realloc.c: New file.
23602 2013-09-09  Allan McRae  <allan@archlinux.org>
23604         [BZ #15844]
23605         * COPYING: Update from GNU website to fix FSF address.
23606         * COPYING.LIB: Likewise.
23608 2013-09-06  David S. Miller  <davem@davemloft.net>
23610         * po/zh_TW.po: Update Chinese (traditional) translation from
23611         translation project.
23613 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23614             Joseph Myers  <joseph@codesourcery.com>
23616         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23617         "localeinfo.h".
23618         (obstack_chunk_alloc): New macro.
23619         (obstack_chunk_free): Likewise.
23620         (record_offset): New function.
23621         (init_locale_data): Likewise.
23622         (align_locale_data): Likewise.
23623         (add_locale_empty): Likewise.
23624         (add_locale_raw_data): Likewise.
23625         (add_locale_raw_obstack): Likewise.
23626         (add_locale_string): Likewise.
23627         (add_locale_wstring): Likewise.
23628         (add_locale_uint32): Likewise.
23629         (add_locale_uint32_array): Likewise.
23630         (add_locale_char): Likewise.
23631         (start_locale_structure): Likewise.
23632         (end_locale_structure): Likewise.
23633         (start_locale_prelude): Likewise.
23634         (end_locale_prelude): Likewise.
23635         (write_locale_data): Take locale_file structure rather than an
23636         iovec.
23637         * locale/programs/locfile.h: Include "obstack.h".
23638         (struct locale_file): Change to store locale file contents instead
23639         of header.
23640         (init_locale_data): New prototype.
23641         (align_locale_data): Likewise.
23642         (add_locale_empty): Likewise.
23643         (add_locale_raw_data): Likewise.
23644         (add_locale_raw_obstack): Likewise.
23645         (add_locale_string): Likewise.
23646         (add_locale_wstring): Likewise.
23647         (add_locale_uint32): Likewise.
23648         (add_locale_uint32_array): Likewise.
23649         (add_locale_char): Likewise.
23650         (start_locale_structure): Likewise.
23651         (end_locale_structure): Likewise.
23652         (start_locale_prelude): Likewise.
23653         (end_locale_prelude): Likewise.
23654         (write_locale_data): Update prototype.
23655         * locale/programs/3level.h (struct TABLE): Remove result field.
23656         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23657         Use new locale_file interface.
23658         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23659         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23660         * locale/programs/ld-address.c (address_output): Use new
23661         locale_file interface.
23662         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23663         NO_ADD_LOCALE.
23664         (collate_finish): Don't call collseq_table_finalize.
23665         (collate_output): Use new locale_file interface.
23666         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23667         in file.
23668         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23669         (TABLE): Move defines earlier in file.
23670         (ELEMENT): Likewise.
23671         (DEFAULT): Likewise.
23672         (wctrans_table_add): Move macro and inline function earlier in
23673         file.
23674         (struct wctype_table): Move type earlier in file.
23675         (add_locale_wctype_table): New static prototype.
23676         (struct locale_ctype_t): Use logical types instead of struct iovec
23677         pointers for members.
23678         (ctype_output): Use new locale_file interface.
23679         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23680         new locale_file interface.
23681         (allocate_arrays): Update for use of new locale_file interface.
23682         * locale/programs/ld-identification.c (identification_output): Use
23683         new locale_file interface.
23684         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23685         * locale/programs/ld-messages.c (messages_output): Likewise.
23686         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23687         * locale/programs/ld-name.c (name_output): Likewise.
23688         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23689         * locale/programs/ld-paper.c (paper_output): Likewise.
23690         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23691         * locale/programs/ld-time.c (time_output): Likewise.
23693 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23695         * benchtests/Makefile: Add memrchr benchmark.
23696         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23697         benchmark as memrchr.
23698         * benchtests/bench-memrchr-ifunc.c: New file.
23699         * benchtests/bench-memrchr.c: New file.
23701 2013-09-06   Will Newton  <will.newton@linaro.org>
23703         * benchtests/Makefile (string-bench): Add memcpy.
23705 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23706             Cong Wang  <amwang@redhat.com>
23708         [BZ #15850]
23709         * sysdeps/unix/sysv/linux/bits/in.h
23710         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23711         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23712         before __USE_KERNEL_IPV6_DEFS uses.
23713         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23714         IPPROTO_BEETPH.
23715         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23716         sockaddr_in6, or ipv6_mreq.
23718 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23720         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23721         memory access for final bytes in some large inputs.
23722         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23724 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23726         * string/test-memrchr.c: New file.
23727         * string/test-memrchr-ifunc.c: New file.
23728         * string/Makefile: Add new memrchr testcase.
23730 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23732         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23733         fanotify_init returns EPERM.
23735 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23737         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23738         errors.
23739         (top level): Treat second token from macro or constant entries for
23740         allowed headers as allowed.
23741         * include/complex.h: Condition internal declarations on
23742         [!_ISOMAC].
23743         * include/fenv.h: Condition include of <stdbool.h> and internal
23744         declarations on [!_ISOMAC].
23746 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23748         [BZ #15923]
23749         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23751 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23753         * configure.in (--enable-versioning): Remove configure option.
23754         (libc_cv_asm_symver_directive): Remove configure test.
23755         (libc_cv_ld_version_script_option): Likewise.
23756         (VERSIONING): Remove variable and AC_SUBST.
23757         (DO_VERSIONING): Remove AC_DEFINE.
23758         * configure: Regenerated.
23759         * config.h.in (DO_VERSIONING): Remove macro.
23760         * Makerules [$(versioning) = yes]: Change conditionals to
23761         [$(build-shared) = yes].
23762         * config.make.in (versioning): Remove variable.
23763         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23764         [$(build-shared) = yes].
23765         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23766         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23767         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23768         [$(build-shared) = yes].
23769         * extra-lib.mk [$(versioning) = yes]: Likewise.
23770         * hurd/Makefile [$(versioning) = yes]: Likewise.
23771         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23772         [SHARED].
23773         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23774         [SHARED].
23775         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23776         [SHARED && !NO_HIDDEN].
23777         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23778         [SHARED].
23779         [SHARED && DO_VERSIONING]: Likewise..
23780         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23781         [$(build-shared) = yes].
23782         * manual/install.texi (--disable-versioning): Remove
23783         documentation.
23784         * INSTALL: Regenerated.
23785         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23786         to [SHARED].
23787         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23788         [$(build-shared) = yes].
23789         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23790         * sysdeps/i386/i686/multiarch/strstr-c.c
23791         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23792         [SHARED && !NO_HIDDEN].
23793         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23794         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23795         * sysdeps/powerpc/powerpc32/dl-machine.c
23796         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23797         * sysdeps/powerpc/powerpc32/sysdep.h
23798         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23799         to [SHARED && PIC && !NO_HIDDEN].
23800         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23801         conditional to [SHARED].
23803 2013-09-04   Will Newton  <will.newton@linaro.org>
23805         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23806         * benchtests/bench-string.h: Include bench-timing.h instead
23807         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23808         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23809         call to HP_TIMING_DIFF_INIT.
23810         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23811         instead of hp-timing.h macros.
23812         * benchtests/bench-memchr.c: Likewise.
23813         * benchtests/bench-memcmp.c: Likewise.
23814         * benchtests/bench-memcpy.c: Likewise.
23815         * benchtests/bench-memmem.c: Likewise.
23816         * benchtests/bench-memmove.c: Likewise.
23817         * benchtests/bench-memset.c: Likewise.
23818         * benchtests/bench-rawmemchr.c: Likewise.
23819         * benchtests/bench-strcasecmp.c: Likewise.
23820         * benchtests/bench-strcasestr.c: Likewise.
23821         * benchtests/bench-strcat.c: Likewise.
23822         * benchtests/bench-strchr.c: Likewise.
23823         * benchtests/bench-strcmp.c: Likewise.
23824         * benchtests/bench-strcpy.c: Likewise.
23825         * benchtests/bench-strcpy_chk.c: Likewise.
23826         * benchtests/bench-strlen.c: Likewise.
23827         * benchtests/bench-strncasecmp.c: Likewise.
23828         * benchtests/bench-strncat.c: Likewise.
23829         * benchtests/bench-strncmp.c: Likewise.
23830         * benchtests/bench-strncpy.c: Likewise.
23831         * benchtests/bench-strnlen.c: Likewise.
23832         * benchtests/bench-strpbrk.c: Likewise.
23833         * benchtests/bench-strrchr.c: Likewise.
23834         * benchtests/bench-strspn.c: Likewise.
23835         * benchtests/bench-strstr.c: Likewise.
23837 2013-09-04  Will Newton  <will.newton@linaro.org>
23839         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23841 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23843         [BZ #15427]
23844         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23845         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23846         * math/libm-test.inc (lgamma_test_data): Add more tests.
23847         * sysdeps/i386/fpu/libm-test-ulps: Update.
23848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23850 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23852         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23853         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23854         Add ifunc.
23855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23856         Add strcmp-sse2-unaligned
23857         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23859 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23861         * Versions.def (libc): Add GLIBC_2.19.
23863 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23865         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23866         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23868 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23870         [BZ #14155]
23871         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23872         intermediate calculations in recurrence.
23873         (__ieee754_ynf): Likewise.
23874         * math/libm-test.inc (jn_test_data): Do not allow spurious
23875         underflow exception.  Add more tests.
23876         (yn_test_data): Add more tests.
23877         * sysdeps/i386/fpu/libm-test-ulps: Update.
23878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23880 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23882         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23884 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23886         * csu/init-first.c: Fix then/than typos.
23887         * locale/programs/ld-collate.c: Likewise.
23888         * locale/programs/linereader.h: Likewise.
23889         * manual/charset.texi: Likewise.
23890         * manual/filesys.texi: Likewise.
23891         * manual/stdio.texi: Likewise.
23892         * manual/string.texi: Likewise.
23893         * stdlib/fmtmsg.c: Likewise.
23894         * sysdeps/i386/stpncpy.S: Likewise.
23895         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23896         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23897         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23898         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23900 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23902         * elf/dl-open.c: Fix typos.
23903         * iconvdata/gbbig5.c: Likewise.
23904         * iconvdata/iso-2022-jp.c: Likewise.
23905         * iconv/gconv_int.h: Likewise.
23906         * iconv/loop.c: Likewise.
23907         * nis/rpcsvc/nis.h: Likewise.
23908         * resolv/ns_name.c: Likewise.
23909         * stdio-common/vfscanf.c: Likewise.
23910         * streams/stropts.h: Likewise.
23911         * sunrpc/rpc_thread.c: Likewise.
23912         * sysdeps/i386/strpbrk.S: Likewise.
23913         * sysdeps/ieee754/k_standard.c: Likewise.
23914         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23915         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23916         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23917         * sysdeps/mach/hurd/profil.c: Likewise.
23918         * sysdeps/s390/dl-procinfo.h: Likewise.
23919         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23920         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23921         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23922         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23923         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23925 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23927         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23928         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23930 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23932         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23933         aix specific files.
23934         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23935         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23936         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23937         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23938         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23939         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23940         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23941         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23943 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23944             Roland McGrath  <roland@hack.frob.com>
23946         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23947         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23949 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23951         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23952         __executable_start symbol instead of _start.
23954 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23956         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23957         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23958         Move macros to...
23959         * sysdeps/gnu/ldsodefs.h: ... this new file.
23961         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23962         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23963         instead of ELFOSABI_LINUX.
23965         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23966         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23967         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23968         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23969         Likewise.
23970         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23971         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23972         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23973         Likewise.
23974         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23975         (ibm_extended_long_double): Add ieee_nan member.
23976         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23977         (do_test): New function.
23979         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23980         TEST_TRUNC.
23981         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23982         functions, renamed from truncdfsf_test, trunctfsf_test,
23983         trunctfdf_test.
23984         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23985         functions.
23986         (do_test): Run all these.
23988 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
23990         * argp/argp-help.c: Fix typos.
23991         * argp/argp-parse.c: Likewise.
23992         * debug/backtracesyms.c: Likewise.
23993         * elf/elf.h: Likewise.
23994         * malloc/malloc.c: Likewise.
23995         * nis/nis_print.c: Likewise.
23996         * resolv/res_comp.c: Likewise.
23997         * stdlib/stdlib.h: Likewise.
23998         * sunrpc/clnt_tcp.c: Likewise.
23999         * sunrpc/clnt_udp.c: Likewise.
24000         * sunrpc/clnt_unix.c: Likewise.
24001         * sysdeps/unix/bsd/ptsname.c: Likewise.
24002         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24003         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24005         Likewise.
24006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24007         Likewise.
24008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24009         Likewise.
24010         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24012 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24014         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24015         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24017 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24019         [BZ #15897]
24020         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24021         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24022         ($(objpfx)bug-dl-leaf): New rule.
24023         ($(objpfx)bug-dl-leaf.so): Likewise.
24024         ($(objpfx)bug-dl-leaf.out): Likewise.
24025         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24026         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24027         * dlfcn/bug-dl-leaf.c: New test.
24028         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24029         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24030         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24031         (dlclose): Likewise.
24032         (dlmopen): Likewise.
24034 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24036         * include/netdb.h [!_ISOMAC]:
24037         Don't include <tls.h>.
24038         (h_errno, __libc_h_errno): Move declaration and macros out of
24039         [_LIBC_REENTRANT].
24041         * include/resolv.h [_RESOLV_H_]:
24042         Don't include <tls.h>.
24043         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24044         * resolv/res_libc.c: Don't include <tls.h>.
24045         (_res): Use __attribute__ ((nocommon)) in place of
24046         __attribute__ ((section (".bss"))).
24048         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24049         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24051         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24053         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24054         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24056         * resolv/res_mkquery.c: Include <sys/time.h>.
24058         * inet/ifreq.c: Moved to ...
24059         * sysdeps/unix/ifreq.c: ... here.
24060         * inet/ifreq.c: New file, true stub version.
24062         * socket/sa_len.c: New file.
24063         * socket/Makefile (aux): Add it.
24064         * sysdeps/unix/sysv/linux/Makefile
24065         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24066         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24067         and #include <socket/sa_len.c>.
24068         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24069         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24071         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24072         * bits/socket.h: ... here.
24074         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24075         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24076         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24078 2013-08-27  Andreas Schwab  <schwab@suse.de>
24080         [BZ #15736]
24081         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24082         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24083         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24084         * string/test-strcasecmp.c (test_main): Run tests in several
24085         locales.
24086         * string/test-strncasecmp.c (test_main): Likewise.
24088         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24089         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24090         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24091         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24092         (__strncasecmp_ssse3) [PIC]: Likewise.
24094 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24096         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24098         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24099         instead of explicitly declaring xdecrypt.
24100         * nis/nss_nis/nis-publickey.c: Likewise.
24102 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24104         [BZ #15890]
24105         * nscd/aicache.c: Include res_hconf.h.
24106         (addhstaiX): Initialize res_hconf.
24108 2013-08-26  Andreas Schwab  <schwab@suse.de>
24110         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24111         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24113 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24115         * nscd/aicache.c (addhstaiX): Fix indentation.
24117 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24119         * configure.ac: Quote $build_pt_chown test.
24120         * configure: Regenerated.
24122 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24124         [BZ #15532]
24125         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24126         * math/s_cexpf.c (__cexpf): Likewise.
24127         * math/s_cexpl.c (__cexpl): Likewise.
24128         * math/libm-test.inc (cexp_test_data): Correct expected return
24129         value for NaN + i0.  Add another test.
24131 2013-08-22  David S. Miller  <davem@davemloft.net>
24133         * po/ca.po: Update Catalan translation from translation project.
24134         * po/uk.po: Add Ukrainian translations from translation project.
24136 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24138         [BZ #15797]
24139         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24140         is infinite, not alongside NaN test.
24141         * math/s_fdimf.c (__fdimf): Likewise.
24142         * math/s_fdiml.c (__fdiml): Likewise.
24143         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24144         errno is unchanged.
24146 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24148         * argp/argp-help.c: Fix typos.
24149         * crypt/speeds.c: Likewise.
24150         * csu/check_fds.c: Likewise.
24151         * elf/dl-load.c: Likewise.
24152         * elf/dl-open.c: Likewise.
24153         * elf/reldep3.c: Likewise.
24154         * elf/reldep.c: Likewise.
24155         * elf/sprof.c: Likewise.
24156         * iconv/iconv_charmap.c: Likewise.
24157         * iconv/skeleton.c: Likewise.
24158         * iconv/strtab.c: Likewise.
24159         * io/lockf64.c: Likewise.
24160         * libio/libioP.h: Likewise.
24161         * resolv/gai_notify.c: Likewise.
24162         * resolv/ns_name.c: Likewise.
24163         * resolv/ns_samedomain.c: Likewise.
24164         * resolv/res_send.c: Likewise.
24165         * stdlib/random.c: Likewise.
24166         * sunrpc/rpc/xdr.h: Likewise.
24167         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24168         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24169         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24170         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24171         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24172         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24173         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24174         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24175         * sysdeps/mach/hurd/check_fds.c: Likewise.
24176         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24177         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24178         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24179         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24180         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24181         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24182         * sysdeps/pthread/aio_notify.c: Likewise.
24183         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24184         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24185         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24186         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24187         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24189 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24191         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24192         version if bit_Slow_SSE4_2 is set.
24193         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24194         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24196 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24198         [BZ #15867]
24199         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24200         trampoline stack frame information.
24201         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24202         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24203         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24204         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24205         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24206         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24207         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24208         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24209         sa_flags value.
24210         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24211         interrupting a syscall and set with option SA_SIGINFO.
24213 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24215         [BZ #15531]
24216         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24217         argument is infinite.
24218         * math/s_cprojf.c (__cprojf): Likewise.
24219         * math/s_cprojl.c (__cprojl): Likewise.
24220         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24221         * math/libm-test.inc (cproj_test_data): Add more tests.
24223         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24225         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24226         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24227         size.  Use __ffs to determine corresponding shift.
24229 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24230             Roland McGrath  <roland@hack.frob.com>
24232         * Makefile (INSTALL): Remove trailing blank lines from output of
24233         makeinfo.
24235 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24237         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24238         Align 32 bit compat elf_greg to 8 bytes.
24240 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24242         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24244 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24246         * string/strcoll_l.c (coll_seq): New structure.
24247         (get_next_seq_cached): New function.
24248         (get_next_seq): New function.
24249         (do_compare): New function.
24250         (STRCOLL): Use GNU style definition.  Simplify implementation
24251         by using get_next_seq, get_next_seq_cached and do_compare.
24253 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24255         [BZ #14699]
24256         CVE-2013-4237
24257         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24258         member.
24259         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24260         member.
24261         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24262         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24263         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24264         conditional.
24265         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24266         GETDENTS_64BIT_ALIGNED.
24267         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24268         * manual/filesys.texi (Reading/Closing Directory): Document
24269         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24270         strongly.
24271         * manual/conf.texi (Limits for Files): Add portability note to
24272         NAME_MAX, PATH_MAX.
24273         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24275 2013-08-13  Andreas Schwab  <schwab@suse.de>
24277         [BZ #15749]
24278         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24279         of fabs.
24280         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24281         LDBL_MAX_EXP >= 16384]: Add tests for it.
24283 2013-08-12  David S. Miller  <davem@davemloft.net>
24285         * version.h (RELEASE): Set to "development".
24286         (VERSION): Set to "2.18.90".
24287         * NEWS: Add 2.19 section.
24289 2013-08-03  David S. Miller  <davem@davemloft.net>
24291         * po/ko.po: Update Korean translation from translation project.
24293 2013-08-01  David S. Miller  <davem@davemloft.net>
24295         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24296         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24297         Bilka.
24299 2013-07-30  David S. Miller  <davem@davemloft.net>
24301         * po/fr.po: Update French translation from translation project.
24303 2013-07-28  David S. Miller  <davem@davemloft.net>
24305         * po/cs.po: Update Czech translation from translation project.
24307         * po/sv.po: Update Swedish translation from translation project.
24309 2013-07-27  David S. Miller  <davem@davemloft.net>
24311         * po/eo.po: Update Esperanto translation from translation project.
24313         * po/vi.po: Update Vietnamese translation from translation project.
24315         * po/de.po: Update German translation from translation project.
24317 2013-07-26  David S. Miller  <davem@davemloft.net>
24319         * po/bg.po: Update Bulgarian translation from translation project.
24321         * po/nl.po: Update Dutch translation from translation project.
24322         * po/pl.po: Update Polish translation from translation project.
24323         * po/ru.po: Update Russian translation from translation project.
24325 2013-07-24  David S. Miller  <davem@davemloft.net>
24327         * po/libc.pot: Update.
24329 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24331         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24332         variable page size.
24333         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24334         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24335         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24337 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24339         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24341 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24342             Andreas Schwab  <schwab@suse.de>
24343             Roland McGrath  <roland@hack.frob.com>
24344             Joseph Myers  <joseph@codesourcery.com>
24345             Carlos O'Donell  <carlos@redhat.com>
24347         [BZ #15755]
24348         * config.h.in: Define HAVE_PT_CHOWN.
24349         * config.make.in (build-pt-chown): New variable.
24350         * configure.in (--enable-pt_chown): New configure option.
24351         * configure: Regenerate.
24352         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24353         build-pt-chown is enabled.
24354         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24355         pt_chown to fix pty ownership.
24356         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24357         CLOSE_ALL_FDS.
24358         * manual/install.texi (Configuring and compiling): Mention
24359         --enable-pt_chown. Add @findex for grantpt.
24360         * INSTALL: Regenerate.
24362 2013-07-20  David S. Miller  <davem@davemloft.net>
24364         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24365         difference between 32-bit and 64-bit.
24367 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24369         [BZ #15711]
24370         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24371         Avoid system header dependency with -ffreestanding.
24372         ($(objpfx)bits/syscall%d): Likewise.
24374 2013-07-13  David S. Miller  <davem@davemloft.net>
24376         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24377         underflows from atanl/atan2l due to bug 15319.
24378         (casinh_test_data): Likewise.
24380 2013-07-07  David S. Miller  <davem@davemloft.net>
24382         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24384 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24386         * sysdeps/i386/fpu/libm-test-ulps: Update.
24387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24389 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24391         * configure.in (--enable-lock-elision): Fix message text.
24392         * INSTALL: Regenerate.
24393         * configure: Regenerate.
24395 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24397         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24399 2013-07-03  Andreas Jaeger  <aj@suse.de>
24401         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24402         define.
24403         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24404         (ptrace_peeksiginfo_args): Add.
24405         (__ptrace_peeksiginfo_flags): Add.
24406         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24407         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24408         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24410 2013-07-03  Allan McRae  <allan@archlinux.org>
24412         * sysdeps/i386/fpu/libm-test-ulps: Update.
24414 2013-07-02  David S. Miller  <davem@davemloft.net>
24416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24418 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24420         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24422 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24424         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24427 2013-07-02  Andi Kleen <ak@linux.intel.com>
24429         * config.h.in (ENABLE_LOCK_ELISION): Add.
24430         * configure.in (--enable-lock-elision): Add option.
24431         * manual/install.texi: Document --enable lock elision.
24432         * configure: Regenerate
24433         * INSTALL: Regenerate.
24435 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24437         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24438         SSE4.2 strcasecmp for libc.a.
24439         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24441 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24443         [BZ #13304]
24444         * soft-fp/op-common.h (_FP_FMA): New macro.
24445         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24446         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24447         (_FP_MUL_MEAT_1_imm): ... here.
24448         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24449         (_FP_MUL_MEAT_1_wide): ... here.
24450         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24451         (_FP_MUL_MEAT_1_hard): ... here.
24452         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24453         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24454         (_FP_MUL_MEAT_2_wide): ... here.
24455         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24456         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24457         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24458         (_FP_MUL_MEAT_2_gmp): ... here.
24459         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24460         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24461         (_FP_MUL_MEAT_4_wide): ... here.
24462         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24463         (_FP_MUL_MEAT_4_gmp): ... here.
24464         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24465         (_FP_WFRACBITS_DW_S): Likewise.
24466         (_FP_WFRACXBITS_DW_S): Likewise.
24467         (_FP_HIGHBIT_DW_S): Likewise.
24468         (FP_FMA_S): Likewise.
24469         (_FP_FRAC_HIGH_DW_S): Likewise.
24470         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24471         (_FP_WFRACBITS_DW_D): Likewise.
24472         (_FP_WFRACXBITS_DW_D): Likewise.
24473         (_FP_HIGHBIT_DW_D): Likewise.
24474         (FP_FMA_D): Likewise.
24475         (_FP_FRAC_HIGH_DW_D): Likewise.
24476         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24477         (_FP_WFRACBITS_DW_E): Likewise.
24478         (_FP_WFRACXBITS_DW_E): Likewise.
24479         (_FP_HIGHBIT_DW_E): Likewise.
24480         (FP_FMA_E): Likewise.
24481         (_FP_FRAC_HIGH_DW_E): Likewise.
24482         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24483         (_FP_WFRACBITS_DW_Q): Likewise.
24484         (_FP_WFRACXBITS_DW_Q): Likewise.
24485         (_FP_HIGHBIT_DW_Q): Likewise.
24486         (FP_FMA_Q): Likewise.
24487         (_FP_FRAC_HIGH_DW_Q): Likewise.
24488         * soft-fp/fmasf4.c: New file.
24489         * soft-fp/fmadf4.c: Likewise.
24490         * soft-fp/fmatf4.c: Likewise.
24492 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24494         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24495         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24496         Silvermont.
24497         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24498         macro.
24499         (index_Slow_SSE4_2): Likewise.
24500         (index_Prefer_PMINUB_for_stringop): Likewise.
24501         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24502         bit_Slow_SSE4_2 is set.
24503         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24504         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24506 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24508         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24509         rtld_global._dl_hwcap2.
24510         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24511         POWER8.
24512         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24513         POWER8 feature descriptions defined in _dl_hwcap2.
24514         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24515         string handling for POWER8 feature bits.
24516         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24517         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24518         _dl_powerpc_cap_flags.
24519         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24520         * sysdeps/powerpc/rtld-global-offsets.sym
24521         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24522         _dl_hwcap2 in the rtld_global_ro structure.
24524 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24526         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24527         hardware capabilities in support of AT_HWCAP2.
24528         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24529         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24530         GLRO(dl_hwcap2).
24531         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24532         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24533         explicitly the unknown a_type display mechanism is used.
24534         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24535         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24536         struct member.
24537         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24538         to macro prototype for AT_HWCAP2 support.
24539         * sysdeps/i386/dl-procinfo.h: Likewise.
24540         * sysdeps/s390/dl-procinfo.h: Likewise.
24541         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24542         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24543         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24544         return -1 for unknown a_type display fallback.
24545         * sysdeps/sparc/dl-procinfo.h: Likewise.
24546         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24547         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24549 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24551         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24552         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24554 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24556         [BZ #12492]
24557         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24558         mprotect making __stack_prot writable.
24560 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24561             Joseph Myers  <joseph@codesourcery.com>
24563         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24564         as being properly aligned.
24566 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24568         * dlfcn/modstatic5.c: New file.
24569         * dlfcn/tststatic5.c: New file.
24570         * dlfcn/Makefile (tests): Add tststatic5.
24571         (tests-static): Likewise.
24572         (modules-names): Add modstatic5.
24573         (tststatic5-ENV): New variable.
24574         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24576         [BZ #15022]
24577         * elf/dl-support.c (_dl_main_map): New variable.
24578         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24579         (_dl_nns, _dl_load_adds): Set to 1.
24580         (_dl_initial_searchlist): Refer to _dl_main_map.
24581         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24582         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24583         call to _dl_get_origin.
24584         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24585         around call_map.
24586         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24587         * dlfcn/modstatic3.c: New file.
24588         * dlfcn/tststatic3.c: New file.
24589         * dlfcn/tststatic4.c: New file.
24590         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24591         (tests-static): Likewise.
24592         (modules-names): Add modstatic3.
24593         (tststatic3-ENV, tststatic4-ENV): New variables.
24594         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24595         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24597 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24599         * configure.in (CC): Require GCC version 4.4 or later.
24600         * configure: Regenerated.
24601         * manual/install.texi (Tools for Compilation): Update GCC version
24602         requirement.
24603         * INSTALL: Regenerated.
24605 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24607         [BZ #15674]
24608         * string/test-memcmp.c (check2): New.
24609         (main): Call check2.
24611         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24613 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24615         [BZ #15022]
24616         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24617         over to...
24618         (dl_open_worker) [!SHARED]: ... here.
24620 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24622         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24624 2013-06-25  Richard Henderson  <rth@redhat.com>
24626         * locale/programs/locarchive.c: Include <libc-internal.h>
24628 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24630         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24631         trailing whitespace removed.
24633 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24635         [BZ #10283]
24636         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24637         * locale/programs/locarchive.c: Include libc-mmap.h.
24638         (prepare_address_space): Take two new outputs (the mmap base and len).
24639         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24640         values.
24641         (create_archive): Declare new mmap base and len values for
24642         prepare_address_space, and store the result in ah.
24643         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24644         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24645         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24646         Declare new mmap base and len values for
24647         prepare_address_space, and store the result in new_ah.
24648         (open_archive): Declare new mmap base and len values for
24649         prepare_address_space, and store the result in ah.
24650         (close_archive): If ah->mmap_base is not NULL, use that and
24651         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24652         * sysdeps/generic/libc-mmap.h: New file.
24654 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24656         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24657         (ALIGN_UP): Likewise.
24658         (PTR_ALIGN_DOWN): Likewise.
24659         (PTR_ALIGN_UP): Likewise.
24661 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24663         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24664         entry mapped to PPC_PLATFORM_POWER8.
24665         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24666         POWER8.
24667         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24668         (_dl_string_platform): Add case for exporting platform position for
24669         POWER8.
24670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24671         search path to sysdeps/powerpc/powerpc32/power8 directory.
24672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24673         search path to sysdeps/powerpc/powerpc64/power8 directory.
24674         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24675         power7 directories.
24676         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24677         power7 directories.
24679 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24681         * INSTALL: Regenerate.
24683         * nscd/connections.c (nscd_init): Fix comment.
24685 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24687         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24689         [BZ #15667]
24690         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24691         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24693 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24695         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24696         DL_DST_REQ_STATIC.
24697         (DL_DST_REQ_STATIC): Remove macro.
24699 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24701         [BZ #7006]
24702         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24703         with a shift of 0 bits.
24705 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24707         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24708         $(tststatic-ENV).
24710 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24712         [BZ #15655]
24713         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24715 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24717         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24718         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24719         accepts -fno-tree-loop-distribute-patterns.
24720         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24721         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24722         recursive call.
24723         * string/memset.c (memset): Likewise.
24724         * string/test-memmove.c (simple_memmove): Disable loop transformation
24725         to library calls.
24726         * string/test-memset.c (simple_memset): Likewise.
24727         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24728         * benchtests/bench-memset.c (simple_memset): Likewise.
24729         * configure: Regenerated.
24731 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24733         * math/test-misc.c (main): Ignore fesetround failure when failures
24734         of subsequent rounding tests would be ignored.
24736         [BZ #15654]
24737         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24738         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24739         * math/fegetenv.c (__fegetenv): Return 0.
24740         * math/fegetexcept.c (fegetexcept): Return 0.
24741         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24742         FE_TONEAREST.
24743         * math/feholdexcpt.c (feholdexcept): Return 0.
24744         * math/fesetenv.c (__fesetenv): Return 0.
24745         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24746         argument FE_TONEAREST.
24747         * math/feupdateenv.c (__feupdateenv): Return 0.
24748         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24750 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24752         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24753         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24754         ($(objpfx)rtld-%.os rules): Use them.
24756 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24758         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24759         fields.
24761 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24763         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24764         length of target pattern, then descending length of dependency pattern.
24765         * configure.in (AWK): Require gawk 3.1.2 or newer.
24766         * manual/install.texi (Tools for Compilation): Say that we do.
24767         * configure: Regenerated.
24769         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24770         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24771         * scripts/sysd-rules.awk: ... this new script.
24772         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24773         than a glob-style pattern.
24775 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24777         * math/test-misc.c (main): Do not treat incorrectly rounded
24778         conversions as failure unless ROUNDING_TESTS passes.
24780 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24782         [BZ #15631]
24783         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24784         restore exception state around main square root computation, then
24785         check for inexactness explicitly.
24787         * math/libm-test.inc (fma_test_data): Add another test.
24789 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24791         * manual/threads.texi (Non-POSIX Extensions): New document
24792         node.  Document pthread_getattr_default_np and
24793         pthread_setattr_default_np.
24795         * Versions.def (libpthread): Add GLIBC_2.18.
24796         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24798         Likewise.
24799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24800         Likewise.
24801         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24802         Likewise.
24803         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24804         Likewise.
24805         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24806         Likewise.
24807         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24808         Likewise.
24809         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24810         Likewise.
24811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24812         Likewise.
24813         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24814         Likewise.
24816 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24818         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24819         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24821 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24822             H.J. Lu  <hjl.tools@gmail.com>
24824         [BZ #15627]
24825         * sysdeps/x86_64/rtld-memset.c: Remove file.
24826         * sysdeps/x86_64/rtld-memset.S: New file.
24828 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24830         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24831         (test_in_one_mode): Take arguments for whether the rounding mode
24832         is supported for each floating-point type.
24833         (do_test): Pass new arguments to test_in_one_mode using
24834         ROUNDING_TESTS.
24836 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24838         * posix/tst-waitid.c (do_test): Distinguish different instances of
24839         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24840         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24841         before entering the kernel for waitpid.
24843 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24845         * NEWS: Fix note on clock function precision.  Text by Roland
24846         McGrath.
24848 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24850         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24851         it into place only when and if the sanity check passes.
24853 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24855         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24856         output for whether conversion result is exact.  Take argument
24857         indicating whether type is IBM long double.
24858         (round_for_all): Change need_exact field to ibm_ld.
24859         * stdlib/tst-strtod-round.c (struct exactness): New type.
24860         (struct test): Change bool ld_ok field to struct exactness exact.
24861         (TEST): Update all definitions for change to field.
24862         (tests): Regenerate array contents.
24863         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24864         field value.  Check for IBM long double here.
24865         (do_test): Update calls to test_in_one_mode.
24867 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24869         [BZ #12515]
24870         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24871         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24873 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24875         [BZ #15605]
24876         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24877         generated by the compiler on loop optimizations.
24878         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24879         general definitions.
24881 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24883         * math/bug-nextafter.c: Include <math-tests.h>.
24884         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24885         the relevant type.
24886         * math/bug-nexttoward.c: Include <math-tests.h>.
24887         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24888         the relevant type.
24889         * math/test-misc.c: Include <math-tests.h>.
24890         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24891         the relevant type.
24893 2013-06-12  Andreas Jaeger  <aj@suse.de>
24895         * po/ia.po: Update Interlingua translation from translation
24896         project.
24898 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24900         * include/fenv.h: Include stdbool.h.
24901         (struct rm_ctx): New structure.
24902         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24903         Define macro.
24904         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24905         (SET_RESTORE_ROUNDF): Likewise.
24906         (SET_RESTORE_ROUNDL): Likewise.
24907         (SET_RESTORE_ROUND_NOEX): Likewise.
24908         (SET_RESTORE_ROUND_NOEXF): Likewise.
24909         (SET_RESTORE_ROUND_NOEXL): Likewise.
24910         (SET_RESTORE_ROUND_53BIT): Likewise.
24911         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24912         (libc_feresetround_noexf_ctx): Likewise.
24913         (libc_feresetround_noexl_ctx): Likewise.
24914         (libc_feholdsetround_53bit_ctx): Likewise.
24915         (libc_feresetround_53bit_ctx): Likewise.
24916         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24917         (libc_feholdexcept_setround_sse_ctx): New function.
24918         (libc_fesetenv_sse_ctx): Likewise.
24919         (libc_feupdateenv_sse_ctx): Likewise.
24920         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24921         (libc_feholdexcept_setround_387_ctx): Likewise.
24922         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24923         (libc_feholdsetround_387_prec_ctx): Likewise.
24924         (libc_feholdsetround_387_ctx): Likewise.
24925         (libc_feholdsetround_387_53bit_ctx): Likewise.
24926         (libc_feholdsetround_sse_ctx): Likewise.
24927         (libc_feresetround_sse_ctx): Likewise.
24928         (libc_feresetround_387_ctx): Likewise.
24929         (libc_feupdateenv_387_ctx): Likewise.
24930         (libc_feholdexcept_setroundf_ctx): Define macro.
24931         (libc_fesetenvf_ctx): Likewise.
24932         (libc_feupdateenvf_ctx): Likewise.
24933         (libc_feholdsetroundf_ctx): Likewise.
24934         (libc_feresetroundf_ctx): Likewise.
24935         (libc_feholdexcept_setround_ctx): Likewise.
24936         (libc_fesetenv_ctx): Likewise.
24937         (libc_feupdateenv_ctx): Likewise.
24938         (libc_feholdsetround_ctx): Likewise.
24939         (libc_feresetround_ctx): Likewise.
24940         (libc_feholdexcept_setroundl_ctx): Likewise.
24941         (libc_feupdateenvl_ctx): Likewise.
24942         (libc_feholdsetroundl_ctx): Likewise.
24943         (libc_feresetroundl_ctx): Likewise.
24944         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24945         (libc_feresetround_53bit_ctx): Likewise.
24947 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24949         * locale/iso-639.def: Convert to UTF-8.
24951 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24953         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24954         (EXCEPTION_TESTS_double): Likewise.
24955         (EXCEPTION_TESTS_long_double): Likewise.
24956         (EXCEPTION_TESTS): Likewise.
24957         * math/libm-test.inc (test_exceptions): Only test exceptions if
24958         EXCEPTION_TESTS (FLOAT).
24960 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24962         * benchtests/Makefile (string-bench): Add strcpy_chk and
24963         stpcpy_chk.
24964         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24965         * benchtests/bench-stpcpy_chk.c: New file.
24966         * benchtests/bench-strcpy_chk-ifunc.c: New file.
24967         * benchtests/bench-strcpy_chk.c: New file.
24968         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24969         code.
24970         (do_test): Likewise.
24972 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24974         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24975         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24976         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24977         with tabs where appropriate.
24978         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24979         dl-procinfo.h.
24980         [PPC_PLATFORM_PPC440]: Likewise.
24981         [PPC_PLATFORM_PPC464]: Likewise.
24982         [PPC_PLATFORM_PPC476]: Likewise.
24983         (_dl_string_platform): Add support for detecting ppc405, ppc440,
24984         ppc464, and ppc476 platform strings merging from ports/
24985         dl-procinfo.h.
24987 2013-06-11  Andreas Schwab  <schwab@suse.de>
24989         [BZ #14991]
24990         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24991         (from_ucs4_idx): Regenerate.
24992         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24993         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24994         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24995         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24996         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24997         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24998         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24999         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25000         from FROM_LOOP and TO_LOOP specific macros.
25001         (BODY): Handle combining characters.
25002         * iconvdata/BIG5HKSCS.irreversible: Update.
25003         * iconvdata/BIG5HKSCS.precomposed: New file.
25004         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25005         characters.
25006         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25008 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25010         * include/sys/time.h: Fix indentation and add copyright header.
25012         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25013         (do_test): Likewise.
25014         * string/test-memchr.c (do_one_test): Likewise.
25015         (do_test): Likewise.
25016         * string/test-memcmp.c (do_one_test): Likewise.
25017         (do_test): Likewise.
25018         * string/test-memcpy.c (do_one_test): Likewise.
25019         (do_test): Likewise.
25020         * string/test-memmem.c (do_one_test): Likewise.
25021         (do_test): Likewise.
25022         (do_random_tests): Likewise.
25023         * string/test-memmove.c (do_one_test): Likewise.
25024         (do_test): Likewise.
25025         * string/test-memset.c (do_one_test): Likewise.
25026         (do_test): Likewise.
25027         * string/test-rawmemchr.c (do_one_test): Likewise.
25028         (do_test): Likewise.
25029         * string/test-strcasecmp.c (do_one_test): Likewise.
25030         (do_test): Likewise.
25031         * string/test-strcasestr.c (do_one_test): Likewise.
25032         (do_test): Likewise.
25033         * string/test-strcat.c (do_one_test): Likewise.
25034         (do_test): Likewise.
25035         * string/test-strchr.c (do_one_test): Likewise.
25036         (do_test): Likewise.
25037         * string/test-strcmp.c (do_one_test): Likewise.
25038         (do_test): Likewise.
25039         * string/test-strcpy.c (do_one_test): Likewise.
25040         (do_test): Likewise.
25041         * string/test-string.h: Likewise.
25042         (test_init): Likewise.
25043         * string/test-strlen.c (do_one_test): Likewise.
25044         (do_test): Likewise.
25045         * string/test-strncasecmp.c (do_one_test): Likewise.
25046         (do_test): Likewise.
25047         * string/test-strncat.c (do_one_test): Likewise.
25048         (do_test): Likewise.
25049         * string/test-strncmp.c (do_one_test): Likewise.
25050         (do_test_limit): Likewise.
25051         (do_test): Likewise.
25052         * string/test-strncpy.c (do_one_test): Likewise.
25053         (do_test): Likewise.
25054         * string/test-strnlen.c (do_one_test): Likewise.
25055         (do_test): Likewise.
25056         * string/test-strpbrk.c (do_one_test): Likewise.
25057         (do_test): Likewise.
25058         * string/test-strrchr.c (do_one_test): Likewise.
25059         (do_test): Likewise.
25060         * string/test-strspn.c (do_one_test): Likewise.
25061         (do_test): Likewise.
25062         * string/test-strstr.c (do_one_test): Likewise.
25063         (do_test): Likewise.
25065         * benchtests/Makefile (string-bench): Add string benchmarks.
25066         * benchtests/bench-bcopy-ifunc.c: New file.
25067         * benchtests/bench-bcopy.c: New file.
25068         * benchtests/bench-bzero-ifunc.c: New file.
25069         * benchtests/bench-bzero.c: New file.
25070         * benchtests/bench-memccpy-ifunc.c: New file.
25071         * benchtests/bench-memccpy.c: New file.
25072         * benchtests/bench-memchr-ifunc.c: New file.
25073         * benchtests/bench-memchr.c: New file.
25074         * benchtests/bench-memcmp-ifunc.c: New file.
25075         * benchtests/bench-memcmp.c: New file.
25076         * benchtests/bench-memmem-ifunc.c: New file.
25077         * benchtests/bench-memmem.c: New file.
25078         * benchtests/bench-memmove-ifunc.c: New file.
25079         * benchtests/bench-memmove.c: New file.
25080         * benchtests/bench-mempcpy-ifunc.c: New file.
25081         * benchtests/bench-mempcpy.c: New file.
25082         * benchtests/bench-memset-ifunc.c: New file.
25083         * benchtests/bench-memset.c: New file.
25084         * benchtests/bench-rawmemchr-ifunc.c: New file.
25085         * benchtests/bench-rawmemchr.c: New file.
25086         * benchtests/bench-stpcpy-ifunc.c: New file.
25087         * benchtests/bench-stpcpy.c: New file.
25088         * benchtests/bench-stpncpy-ifunc.c: New file.
25089         * benchtests/bench-stpncpy.c: New file.
25090         * benchtests/bench-strcasecmp-ifunc.c: New file.
25091         * benchtests/bench-strcasecmp.c: New file.
25092         * benchtests/bench-strcasestr-ifunc.c: New file.
25093         * benchtests/bench-strcasestr.c: New file.
25094         * benchtests/bench-strcat-ifunc.c: New file.
25095         * benchtests/bench-strcat.c: New file.
25096         * benchtests/bench-strchr-ifunc.c: New file.
25097         * benchtests/bench-strchr.c: New file.
25098         * benchtests/bench-strchrnul-ifunc.c: New file.
25099         * benchtests/bench-strchrnul.c: New file.
25100         * benchtests/bench-strcmp-ifunc.c: New file.
25101         * benchtests/bench-strcmp.c: New file.
25102         * benchtests/bench-strcpy-ifunc.c: New file.
25103         * benchtests/bench-strcpy.c: New file.
25104         * benchtests/bench-strcspn-ifunc.c: New file.
25105         * benchtests/bench-strcspn.c: New file.
25106         * benchtests/bench-strlen-ifunc.c: New file.
25107         * benchtests/bench-strlen.c: New file.
25108         * benchtests/bench-strncasecmp-ifunc.c: New file.
25109         * benchtests/bench-strncasecmp.c: New file.
25110         * benchtests/bench-strncat-ifunc.c: New file.
25111         * benchtests/bench-strncat.c: New file.
25112         * benchtests/bench-strncmp-ifunc.c: New file.
25113         * benchtests/bench-strncmp.c: New file.
25114         * benchtests/bench-strncpy-ifunc.c: New file.
25115         * benchtests/bench-strncpy.c: New file.
25116         * benchtests/bench-strnlen-ifunc.c: New file.
25117         * benchtests/bench-strnlen.c: New file.
25118         * benchtests/bench-strpbrk-ifunc.c: New file.
25119         * benchtests/bench-strpbrk.c: New file.
25120         * benchtests/bench-strrchr-ifunc.c: New file.
25121         * benchtests/bench-strrchr.c: New file.
25122         * benchtests/bench-strspn-ifunc.c: New file.
25123         * benchtests/bench-strspn.c: New file.
25124         * benchtests/bench-strstr-ifunc.c: New file.
25125         * benchtests/bench-strstr.c: New file.
25127         * benchtests/Makefile: Disable parallel execution of targets.
25128         (string-bench): Add memcpy.
25129         (benchset): New variable to store a list of benchmark sets.
25130         (bench-func): Renamed from bench.
25131         (bench-set): New target.
25132         (bench): Depend on bench-func and bench-set.
25133         * benchtests/README: Add section on benchmark sets.
25134         * benchtests/bench-memcpy-ifunc.c: New file.
25135         * benchtests/bench-memcpy.c: New file.
25136         * benchtests/bench-string.h: New file.
25138 2013-06-11  Andreas Schwab  <schwab@suse.de>
25140         [BZ #15577]
25141         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25142         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25143         values in the triple.
25144         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25145         terminator in the group key.
25147 2013-06-11  Andreas Jaeger  <aj@suse.de>
25149         * po/zh_TW.po: Update Chinese (traditional) translation from
25150         translation project.
25152 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25154         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25155         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25156         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25157         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25158         (clock_getcpuclockid): Likewise.
25159         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25160         Add weak_alias and libc_hidden_def.
25161         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25162         * rt/clock_gettime.c (clock_gettime): Rename to
25163         __clock_gettime.  Add weak_alias and libc_hidden_def.
25164         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25165         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25166         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25167         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25168         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25169         Likewise.
25170         * rt/clock_settime.c (clock_settime): Rename to
25171         __clock_settime.  Add weak_alias and libc_hidden_def.
25172         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25174 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25176         * mach/err_boot.sub: Remove trailing whitespace.
25177         * mach/err_ipc.sub: Likewise.
25178         * mach/err_mach.sub: Likewise.
25180         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25181         (ROUNDING_TESTS_double): Likewise.
25182         (ROUNDING_TESTS_long_double): Likewise.
25183         (ROUNDING_TESTS): Likewise.
25184         * math/libm-test.inc: Include <math-tests.h>.
25185         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25186         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25187         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25188         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25190 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25192         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25193         of assigning.
25195 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25197         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25198         otherwise empty TRANS lines.
25199         * sysdeps/gnu/errlist.c: Regenerated.
25201         * catgets/gencat.c (error_print): Use (void) in function
25202         definition.
25203         * crypt/crypt_util.c (__init_des): Likewise.
25204         * crypt/speeds.c (Stop): Likewise.
25205         (main): Likewise.
25206         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25207         * inet/ruserpass.c (token): Likewise.
25208         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25209         * intl/localealias.c (extend_alias_table): Likewise.
25210         * intl/plural-exp.c (init_germanic_plural): Likewise.
25211         * libio/fcloseall.c (__fcloseall): Likewise.
25212         * libio/genops.c (_IO_flush_all): Likewise.
25213         (_IO_flush_all_linebuffered): Likewise.
25214         (_IO_cleanup): Likewise.
25215         (_IO_iter_begin): Likewise.
25216         (_IO_iter_end): Likewise.
25217         (_IO_list_lock): Likewise.
25218         (_IO_list_unlock): Likewise.
25219         (_IO_list_resetlock): Likewise.
25220         * libio/getchar.c (getchar): Likewise.
25221         * libio/getchar_u.c (getchar_unlocked): Likewise.
25222         * libio/getwchar.c (getwchar): Likewise.
25223         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25224         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25225         * login/getpt.c (__getpt): Likewise.
25226         * login/tst-utmp.c (main): Likewise.
25227         * malloc/hooks.c (__malloc_check_init): Likewise.
25228         * malloc/malloc.c (__malloc_stats): Likewise.
25229         * malloc/mtrace.c (tr_break): Likewise.
25230         (mtrace): Likewise.
25231         (muntrace): Likewise.
25232         * misc/fstab.c (endfsent): Likewise.
25233         * misc/getclktck.c (__getclktck): Likewise.
25234         * misc/getdtsz.c (__getdtablesize): Likewise.
25235         * misc/gethostid.c (gethostid): Likewise.
25236         * misc/getpagesize.c (__getpagesize): Likewise.
25237         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25238         (__get_nprocs): Likewise.
25239         (__get_phys_pages): Likewise.
25240         (__get_avphys_pages): Likewise.
25241         * misc/getttyent.c (getttyent): Likewise.
25242         (setttyent): Likewise.
25243         (endttyent): Likewise.
25244         * misc/getusershell.c (getusershell): Likewise.
25245         (endusershell): Likewise.
25246         (setusershell): Likewise.
25247         (initshells): Likewise.
25248         * misc/hsearch.c (__hdestroy): Likewise.
25249         * misc/sync.c (sync): Likewise.
25250         * misc/syslog.c (closelog_internal): Likewise.
25251         (closelog): Likewise.
25252         * misc/ttyslot.c (ttyslot): Likewise.
25253         * misc/vhangup.c (vhangup): Likewise.
25254         * posix/fork.c (__fork): Likewise.
25255         * posix/getegid.c (__getegid): Likewise.
25256         * posix/geteuid.c (__geteuid): Likewise.
25257         * posix/getgid.c (__getgid): Likewise.
25258         * posix/getpid.c (__getpid): Likewise.
25259         * posix/getppid.c (__getppid): Likewise.
25260         * posix/getuid.c (__getuid): Likewise.
25261         * posix/pause.c (pause): Likewise.
25262         * posix/setpgrp.c (setpgrp): Likewise.
25263         * posix/setsid.c (__setsid): Likewise.
25264         * posix/test-vfork.c (noop): Likewise.
25265         * resolv/gethnamaddr.c (_endhtent): Likewise.
25266         (_gethtent): Likewise.
25267         (ht_endhostent): Likewise.
25268         (gethostent): Likewise.
25269         (dns_service): Likewise.
25270         * stdlib/drand48.c (drand48): Likewise.
25271         * stdlib/lrand48.c (lrand48): Likewise.
25272         * stdlib/mrand48.c (mrand48): Likewise.
25273         * stdlib/rand.c (rand): Likewise.
25274         * stdlib/random.c (__random): Likewise.
25275         * stdlib/setenv.c (clearenv): Likewise.
25276         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25277         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25278         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25279         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25280         (__get_nprocs): Likewise.
25281         (__get_phys_pages): Likewise.
25282         (__get_avphys_pages): Likewise.
25283         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25284         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25285         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25286         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25287         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25288         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25289         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25290         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25291         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25292         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25293         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25294         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25295         * sysdeps/posix/clock.c (clock): Likewise.
25296         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25297         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25298         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25299         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25300         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25301         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25302         (__get_nprocs_conf): Likewise.
25303         (__get_phys_pages): Likewise.
25304         (__get_avphys_pages): Likewise.
25305         * time/clock.c (clock): Likewise.
25306         * time/tzset.c (__tzname_max): Likewise.
25308 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25310         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25311         (__bswap_32): Do not use "register".
25312         * crypt/crypt.c (_ufc_doit_r): Likewise.
25313         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25314         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25315         * gmon/gmon.c (__monstartup): Likewise.
25316         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25317         * hurd/hurdmalloc.c (more_memory): Likewise.
25318         (malloc): Likewise.
25319         (free): Likewise.
25320         (realloc): Likewise.
25321         (malloc_fork_prepare): Likewise.
25322         (malloc_fork_parent): Likewise.
25323         (malloc_fork_child): Likewise.
25324         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25325         (_svcauth_des): Likewise.
25326         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25327         * inet/inet_net.c (inet_network): Likewise.
25328         * inet/inet_netof.c (inet_netof): Likewise.
25329         * inet/rcmd.c (__validuser2_sa): Likewise.
25330         * io/fts.c (fts_open): Likewise.
25331         (fts_load): Likewise.
25332         (fts_close): Likewise.
25333         (fts_read): Likewise.
25334         (fts_children): Likewise.
25335         (fts_build): Likewise.
25336         (fts_stat): Likewise.
25337         (fts_sort): Likewise.
25338         (fts_alloc): Likewise.
25339         (fts_lfree): Likewise.
25340         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25341         (_IO_file_xsgetn): Likewise.
25342         (_IO_file_xsgetn_mmap): Likewise.
25343         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25344         (_IO_cookie_write): Likewise.
25345         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25346         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25347         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25348         * malloc/obstack.c (_obstack_begin): Likewise.
25349         (_obstack_begin_1): Likewise.
25350         (_obstack_newchunk): Likewise.
25351         (_obstack_allocated_p): Likewise.
25352         (obstack_free): Likewise.
25353         (_obstack_memory_used): Likewise.
25354         * misc/getttyent.c (getttynam): Likewise.
25355         (getttyent): Likewise.
25356         (skip): Likewise.
25357         (value): Likewise.
25358         * misc/getusershell.c (initshells): Likewise.
25359         * misc/syslog.c (__vsyslog_chk): Likewise.
25360         * misc/ttyslot.c (ttyslot): Likewise.
25361         * nis/nis_hash.c (__nis_hash): Likewise.
25362         * posix/fnmatch_loop.c (FCT): Likewise.
25363         * posix/getconf.c (print_all): Likewise.
25364         (main): Likewise.
25365         * posix/getopt.c (exchange): Likewise.
25366         * posix/glob.c (globfree): Likewise.
25367         (prefix_array): Likewise.
25368         (__glob_pattern_type): Likewise.
25369         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25370         (NS_GET32): Likewise.
25371         (NS_PUT16): Likewise.
25372         (NS_PUT32): Likewise.
25373         * resolv/gethnamaddr.c (getanswer): Likewise.
25374         (gethostbyname2): Likewise.
25375         (gethostbyaddr): Likewise.
25376         (_gethtent): Likewise.
25377         (_gethtbyname2): Likewise.
25378         (_gethtbyaddr): Likewise.
25379         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25380         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25381         * resolv/res_init.c (__res_vinit): Likewise.
25382         (net_mask): Likewise.
25383         * resolv/res_mkquery.c (outchar): Likewise.
25384         (PRINT): Likewise.
25385         * stdio-common/printf_fp.c (outchar): Likewise.
25386         (PRINT): Likewise.
25387         * stdio-common/printf_fphex.c (outchar): Likewise.
25388         (PRINT): Likewise.
25389         * stdio-common/printf_size.c (outchar): Likewise.
25390         (PRINT): Likewise.
25391         * stdio-common/test_rdwr.c (main): Likewise.
25392         * stdio-common/tfformat.c (matches): Likewise.
25393         * stdio-common/vfprintf.c (outchar): Likewise.
25394         (printf_unknown): Likewise.
25395         (buffered_vfprintf): Likewise.
25396         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25397         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25398         (ReadFile): Likewise.
25399         * stdlib/qsort.c (SWAP): Likewise.
25400         (_quicksort): Likewise.
25401         * stdlib/setenv.c (__add_to_environ): Likewise.
25402         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25403         * stdlib/strtol_l.c (__strtol_l): Likewise.
25404         * stdlib/tst-strtod.c (main): Likewise.
25405         * stdlib/tst-strtol.c (main): Likewise.
25406         * stdlib/tst-strtoll.c (main): Likewise.
25407         * string/bits/string2.h (__strcmp_cc): Likewise.
25408         (__strcmp_cg): Likewise.
25409         (__strcspn_c1): Likewise.
25410         (__strcspn_c2): Likewise.
25411         (__strcspn_c3): Likewise.
25412         (__strspn_c1): Likewise.
25413         (__strspn_c2): Likewise.
25414         (__strspn_c3): Likewise.
25415         (__strsep_1c): Likewise.
25416         (__strsep_2c): Likewise.
25417         (__strsep_3c): Likewise.
25418         * string/memccpy.c (__memccpy): Likewise.
25419         * string/stpcpy.c (__stpcpy): Likewise.
25420         * string/strcmp.c (strcmp): Likewise.
25421         * string/strrchr.c (strrchr): Likewise.
25422         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25423         Likewise.
25424         * sysdeps/mach/hurd/getcwd.c
25425         (_hurd_canonicalize_directory_name_internal): Likewise.
25426         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25427         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25428         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25429         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25430         Likewise, in both definitions.
25431         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25432         definitions.
25433         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25434         64] (__bswap_64): Likewise.
25435         * time/test_time.c (main): Likewise.
25436         * time/tzfile.c (__tzfile_read): Likewise.
25437         (__tzfile_compute): Likewise.
25438         * time/tzset.c (__tzset_parse_tz): Likewise.
25439         (tzset_internal): Likewise.
25440         (compute_change): Likewise.
25441         * wcsmbs/wcscat.c (__wcscat): Likewise.
25442         * wcsmbs/wcschr.c (wcschr): Likewise.
25443         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25444         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25445         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25446         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25447         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25448         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25449         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25450         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25451         * wcsmbs/wmemset.c (wmemset): Likewise.
25453 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25455         * scripts/config.guess: Update to version 2013-05-16.
25456         * scripts/config.sub: Update to version 2013-04-24.
25457         * scripts/install-sh: Update to version 2011-11-20.07.
25458         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25459         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25461 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25463         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25464         * elf/sln.c: Likewise.
25465         * hurd/hurd/ioctl.h: Likewise.
25466         * hurd/hurdmalloc.c: Likewise.
25467         * hurd/xattr.c: Likewise.
25468         * include/shlib-compat.h: Likewise.
25469         * inet/ruserpass.c: Likewise.
25470         * libio/iofgets_u.c: Likewise.
25471         * libio/iofgetws_u.c: Likewise.
25472         * locale/programs/ld-identification.c: Likewise.
25473         * locale/programs/ld-time.c: Likewise.
25474         * mach/msg-destroy.c: Likewise.
25475         * nss/nss_files/files-netgrp.c: Likewise.
25476         * resolv/res_data.c: Likewise.
25477         * soft-fp/op-1.h: Likewise.
25478         * soft-fp/op-2.h: Likewise.
25479         * soft-fp/op-4.h: Likewise.
25480         * soft-fp/op-common.h: Likewise.
25481         * stdio-common/printf_fphex.c: Likewise.
25482         * stdlib/strtod_l.c: Likewise.
25483         * sunrpc/rpc/clnt.h: Likewise.
25484         * sysdeps/generic/framestate.c: Likewise.
25485         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25486         * sysdeps/i386/bsd-setjmp.S: Likewise.
25487         * sysdeps/i386/__longjmp.S: Likewise.
25488         * sysdeps/i386/setjmp.S: Likewise.
25489         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25490         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25491         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25492         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25493         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25494         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25495         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25496         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25497         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25498         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25499         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25500         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25501         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25502         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25503         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25504         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25505         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25506         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25507         * sysdeps/ieee754/support.c: Likewise.
25508         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25509         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25510         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25511         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25512         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25513         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25514         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25515         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25516         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25517         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25518         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25519         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25520         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25521         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25522         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25523         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25524         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25527 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25529         * posix/transbug.c: Remove executable mode.
25531 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25533         * crypt/speeds.c: Remove trailing whitespace.
25534         * dlfcn/default.c: Likewise.
25535         * elf/ifuncdep2.c: Likewise.
25536         * elf/ifuncmain1.c: Likewise.
25537         * elf/ifuncmain1vis.c: Likewise.
25538         * elf/testobj.h: Likewise.
25539         * elf/tst-stackguard1.c: Likewise.
25540         * gmon/sys/gmon.h: Likewise.
25541         * hurd/hurdmsg.c: Likewise.
25542         * hurd/new-fd.c: Likewise.
25543         * hurd/ports-get.c: Likewise.
25544         * iconvdata/ibm1008_420.c: Likewise.
25545         * inet/tst-getni1.c: Likewise.
25546         * inet/tst-getni2.c: Likewise.
25547         * libio/ioungetc.c: Likewise.
25548         * libio/wfiledoalloc.c: Likewise.
25549         * manual/libm-err-tab.pl: Likewise.
25550         * math/w_dremf.c: Likewise.
25551         * misc/ftruncate.c: Likewise.
25552         * posix/bug-glob2.c: Likewise.
25553         * posix/tst-pcre.c: Likewise.
25554         * posix/wait4.c: Likewise.
25555         * resolv/README: Likewise.
25556         * resolv/res_debug.h: Likewise.
25557         * resolv/tst-inet_ntop.c: Likewise.
25558         * setjmp/bug269-setjmp.c: Likewise.
25559         * soft-fp/extended.h: Likewise.
25560         * soft-fp/op-1.h: Likewise.
25561         * soft-fp/op-2.h: Likewise.
25562         * soft-fp/op-4.h: Likewise.
25563         * soft-fp/op-8.h: Likewise.
25564         * soft-fp/testit.c: Likewise.
25565         * stdio-common/bug16.c: Likewise.
25566         * stdlib/random.c: Likewise.
25567         * sunrpc/rpcsvc/rquota.x: Likewise.
25568         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25569         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25570         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25571         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25572         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25573         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25574         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25575         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25576         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25577         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25578         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25579         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25580         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25581         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25582         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25583         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25584         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25585         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25586         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25587         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25588         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25589         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25590         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25591         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25592         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25593         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25594         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25595         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25596         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25597         * sysdeps/ieee754/s_lib_version.c: Likewise.
25598         * sysdeps/mach/hurd/check_fds.c: Likewise.
25599         * sysdeps/mach/hurd/getsockname.c: Likewise.
25600         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25601         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25602         * sysdeps/powerpc/bits/link.h: Likewise.
25603         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25604         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25605         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25606         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25607         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25608         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25609         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25610         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25611         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25612         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25613         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25614         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25615         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25616         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25617         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25618         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25619         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25620         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25621         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25622         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25623         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25624         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25625         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25626         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25627         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25628         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25629         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25630         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25631         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25632         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25633         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25634         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25635         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25636         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25637         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25638         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25639         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25640         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25641         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25642         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25643         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25644         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25645         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25646         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25647         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25648         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25649         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25650         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25651         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25652         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25653         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25654         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25655         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25656         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25657         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25658         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25659         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25660         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25661         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25662         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25663         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25664         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25665         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25666         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25667         * sysdeps/powerpc/sysdep.h: Likewise.
25668         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25669         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25670         * sysdeps/sh/dl-trampoline.S: Likewise.
25671         * sysdeps/sh/memset.S: Likewise.
25672         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25673         * sysdeps/sh/strlen.S: Likewise.
25674         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25675         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25676         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25677         * sysdeps/sparc/sparc32/rem.S: Likewise.
25678         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25679         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25680         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25681         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25682         * sysdeps/sparc/sparc32/urem.S: Likewise.
25683         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25684         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25685         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25686         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25687         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25688         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25689         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25690         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25691         * sysdeps/unix/bsd/times.c: Likewise.
25692         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25693         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25697         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25698         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25699         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25700         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25701         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25702         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25703         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25704         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25705         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25706         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25707         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25708         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25709         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25710         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25711         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25712         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25713         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25714         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25715         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25716         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25717         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25718         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25719         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25720         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25721         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25722         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25723         * sysdeps/x86_64/strcspn.S: Likewise.
25725 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25727         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25728         generated file.  Regenerate properly from gen-translit.pl.
25729         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25730         locale/C-translit.h.
25732 2013-06-05  Andreas Schwab  <schwab@suse.de>
25734         [BZ #15100]
25735         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25736         week as 6 instead of -1.
25737         * time/tst-strptime.c (day_tests): Add test case.
25739 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25741         * sysdeps/generic/math_private.h
25742         (libc_feholdexcept_setround_53bit): Replace with
25743         libc_feholdsetround_53bit.
25744         (libc_feupdateenv_53bit): Replace with
25745         libc_feresetround_53bit.
25746         (SET_RESTORE_ROUND_53BIT): Adjust.
25748 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25750         * string/test-strchrnul.c: Add copyright header.
25752         * posix/tst-getaddrinfo4.c: Increase test timeout.
25754 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25756         [BZ #15536]
25757         * math/libm-test.inc (MAX_EXP): Remove
25758         (MIN_EXP): Define.
25759         (ulp): Use MIN_EXP - MANT_DIG.
25760         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25762 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25764         * po/be.po: Revert last change.
25765         * po/zh_CN.po: Likewise.
25766         * po/header.pot: Likewise.
25768 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25770         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25771         link-libc-deps to empty as target-specific variable.
25772         * Makerules (link-libc-args): New variable.
25773         (libc-for-link): Likewise.
25774         (link-libc-deps): Likewise.
25775         (lib%.so): Depend on $(link-libc-deps).  Link with
25776         $(link-libc-args).
25777         (build-module): Link with $(link-libc-args).
25778         (build-module-asneeded): Likewise.
25779         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25780         list of objects.
25781         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25782         target-specific variable.
25783         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25784         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25785         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25786         libc.
25787         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25788         libc and ld.so.
25789         ($(objpfx)libpcprofile.so): Likewise.
25790         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25791         libc_nonshared.a.
25792         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25793         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25794         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25795         $(link-libc-deps).
25796         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25797         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25798         * login/Makefile ($(objpfx)libutil.so): Likewise.
25799         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25800         * math/Makefile ($(objpfx)libm.so): Likewise.
25801         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25802         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25803         variable instead of depending directly on libc.
25804         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25805         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25806         $(link-libc-deps).
25807         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25808         libc.
25809         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25810         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25811         ($(objpfx)libanl.so): Likewise.
25812         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25813         ld.so.
25814         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25815         $(link-libc-deps).
25816         * sysdeps/i386/fpu/Makefile: Remove file.
25817         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25818         ($(objpfx)libm.so): Remove dependency on ld.so.
25820 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25822         [BZ # 15553]
25823         * nis/yp_xdr.c (XDRMAXNAME): Define.
25824         (XDRMAXRECORD): Define.
25825         (xdr_domainname): Use XDRMAXNAME.
25826         (xdr_mapname): Likewise.
25827         (xdr_peername): Likewise.
25828         (xdr_keydat): Use XDRMAXRECORD.
25829         (xdr_valdat): Likewise.
25831 2013-05-30  Jeff Law  <law@redhat.com>
25833         [BZ #14256]
25834         * manual/errno.texi (ESTALE): Update to account for more than
25835         just NFS file systems.
25836         * sysdeps/gnu/errlist.c: Regenerated.
25838 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25840         [BZ #15465]
25841         * elf/Makefile (tests): Add tst-null-argv.
25842         (modules-names):  Add tst-null-argv-lib.
25843         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25844         (tst-null-argv-ENV): Set environment for tst-null-argv.
25845         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25846         (RTLD_PROGNAME): New macro.
25847         * elf/tst-null-argv.c: New test case.
25848         * elf/tst-null-argv-lib.c: Library for test case.
25849         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25850         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25851         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25852         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25853         * elf/dl-init.c (call_init): Likewise.
25854         (_dl_init): Likewise.
25855         * elf/dl-load.c (print_search_path): Likewise.
25856         (_dl_map_object): Likewise.
25857         * elf/dl-lookup.c (do_lookup_x): Likewise.
25858         (add_dependency): Likewise.
25859         (_dl_lookup_symbol_x): Likewise.
25860         (_dl_debug_bindings): Likewise.
25861         * elf/dl-open.c (_dl_show_scope): Likewise.
25862         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25863         * elf/dl-version.c (match_symbol): Likewise.
25864         (_dl_check_map_versions): Likewise.
25865         * elf/rtld.c (dl_main): Likewise.
25866         (print_unresolved): Use RTLD_PROGNAME.
25867         (print_missing_version): Likewise.
25868         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25869         (elf_machine_rela): Likewise.
25870         * sysdeps/powerpc/powerpc32/dl-machine.c
25871         (__process_machine_rela): Likewise.
25872         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25873         Likewise.
25874         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25875         Likewise.
25876         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25877         Likewise.
25878         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25879         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25880         Likewise.
25881         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25882         Likewise.
25883         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25885 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25887         * po/be.po: Add descriptive title.
25888         * po/zh_CN.po: Likewise.
25889         * po/header.pot: Likewise.
25891 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25893         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25894         error message.
25895         (enlarge_archive): Likewise.
25897 2013-05-28  Ben North  <ben@redfrontdoor.org>
25899         * manual/arith.texi (frexp): It is the magnitude of the return
25900         value which lies in [0.5, 1), not the return value itself.
25902 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25904         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25906 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25908         * stdio-common/bug26.c (main): Correct fscanf template.
25910         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25911         declare _dl_skip_args.
25913         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25914         Don't declare.
25916         * manual/platform.texi: Add missing @end deftypefun.
25918 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25920         [BZ #15529]
25921         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25922         bit of mantissa of 2^16382.
25923         * math/libm-test.inc (hypot_test_data): Add more tests.
25925         * math/libm-test.inc: Add drem and pow10 to list of tested
25926         functions.
25927         (pow10_test): New function.
25928         (drem_test): Likewise.
25929         (drem_test_tonearest): Likewise.
25930         (drem_test_towardzero): Likewise.
25931         (drem_test_downward): Likewise.
25932         (drem_test_upward): Likewise.
25933         (main): Call the new functions.
25935         * math/libm-test.inc (finite_test_data): Remove.
25936         (finite_test): Run tests from isfinite_test_data.
25937         (gamma_test_data): Remove.
25938         (gamma_test): Run tests from lgamma_test_data.
25939         * sysdeps/i386/fpu/libm-test-ulps: Update.
25940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25942 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25944         * manual/platform.texi: Add PowerPC PPR function set documentation.
25945         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25946         implementation.
25948 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25950         * math/libm-test.inc (MAX_EXP): Define.
25951         (ULPDIFF): Define.
25952         (ulp): New function.
25953         (check_float_internal): Use ULPDIFF.
25954         (cpow_test): Disable failing test.
25955         (check_ulp): Test ulp() implemetnation.
25956         (main): Call check_ulp before starting tests.
25958 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25960         * math/gen-libm-test.pl (generate_testfile): Do not handle
25961         START_DATA and END_DATA.
25962         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25963         END_DATA.
25964         (acos_tonearest_test_data): Likewise.
25965         (acos_towardzero_test_data): Likewise.
25966         (acos_downward_test_data): Likewise.
25967         (acos_upward_test_data): Likewise.
25968         (acosh_test_data): Likewise.
25969         (asin_test_data): Likewise.
25970         (asin_tonearest_test_data): Likewise.
25971         (asin_towardzero_test_data): Likewise.
25972         (asin_downward_test_data): Likewise.
25973         (asin_upward_test_data): Likewise.
25974         (asinh_test_data): Likewise.
25975         (atan_test_data): Likewise.
25976         (atanh_test_data): Likewise.
25977         (atan2_test_data): Likewise.
25978         (cabs_test_data): Likewise.
25979         (cacos_test_data): Likewise.
25980         (cacosh_test_data): Likewise.
25981         (carg_test_data): Likewise.
25982         (casin_test_data): Likewise.
25983         (casinh_test_data): Likewise.
25984         (catan_test_data): Likewise.
25985         (catanh_test_data): Likewise.
25986         (cbrt_test_data): Likewise.
25987         (ccos_test_data): Likewise.
25988         (ccosh_test_data): Likewise.
25989         (ceil_test_data): Likewise.
25990         (cexp_test_data): Likewise.
25991         (cimag_test_data): Likewise.
25992         (clog_test_data): Likewise.
25993         (clog10_test_data): Likewise.
25994         (conj_test_data): Likewise.
25995         (copysign_test_data): Likewise.
25996         (cos_test_data): Likewise.
25997         (cos_tonearest_test_data): Likewise.
25998         (cos_towardzero_test_data): Likewise.
25999         (cos_downward_test_data): Likewise.
26000         (cos_upward_test_data): Likewise.
26001         (cosh_test_data): Likewise.
26002         (cosh_tonearest_test_data): Likewise.
26003         (cosh_towardzero_test_data): Likewise.
26004         (cosh_downward_test_data): Likewise.
26005         (cosh_upward_test_data): Likewise.
26006         (cpow_test_data): Likewise.
26007         (cproj_test_data): Likewise.
26008         (creal_test_data): Likewise.
26009         (csin_test_data): Likewise.
26010         (csinh_test_data): Likewise.
26011         (csqrt_test_data): Likewise.
26012         (ctan_test_data): Likewise.
26013         (ctan_tonearest_test_data): Likewise.
26014         (ctan_towardzero_test_data): Likewise.
26015         (ctan_downward_test_data): Likewise.
26016         (ctan_upward_test_data): Likewise.
26017         (ctanh_test_data): Likewise.
26018         (ctanh_tonearest_test_data): Likewise.
26019         (ctanh_towardzero_test_data): Likewise.
26020         (ctanh_downward_test_data): Likewise.
26021         (ctanh_upward_test_data): Likewise.
26022         (erf_test_data): Likewise.
26023         (erfc_test_data): Likewise.
26024         (exp_test_data): Likewise.
26025         (exp_tonearest_test_data): Likewise.
26026         (exp_towardzero_test_data): Likewise.
26027         (exp_downward_test_data): Likewise.
26028         (exp_upward_test_data): Likewise.
26029         (exp10_test_data): Likewise.
26030         (exp2_test_data): Likewise.
26031         (expm1_test_data): Likewise.
26032         (fabs_test_data): Likewise.
26033         (fdim_test_data): Likewise.
26034         (finite_test_data): Likewise.
26035         (floor_test_data): Likewise.
26036         (fma_test_data): Likewise.
26037         (fma_towardzero_test_data): Likewise.
26038         (fma_downward_test_data): Likewise.
26039         (fma_upward_test_data): Likewise.
26040         (fmax_test_data): Likewise.
26041         (fmin_test_data): Likewise.
26042         (fmod_test_data): Likewise.
26043         (fpclassify_test_data): Likewise.
26044         (frexp_test_data): Likewise.
26045         (gamma_test_data): Likewise.
26046         (hypot_test_data): Likewise.
26047         (ilogb_test_data): Likewise.
26048         (isfinite_test_data): Likewise.
26049         (isgreater_test_data): Likewise.
26050         (isgreaterequal_test_data): Likewise.
26051         (isinf_test_data): Likewise.
26052         (isless_test_data): Likewise.
26053         (islessequal_test_data): Likewise.
26054         (islessgreater_test_data): Likewise.
26055         (isnan_test_data): Likewise.
26056         (isnormal_test_data): Likewise.
26057         (issignaling_test_data): Likewise.
26058         (isunordered_test_data): Likewise.
26059         (j0_test_data): Likewise.
26060         (j1_test_data): Likewise.
26061         (jn_test_data): Likewise.
26062         (ldexp_test_data): Likewise.
26063         (lgamma_test_data): Likewise.
26064         (lrint_test_data): Likewise.
26065         (lrint_tonearest_test_data): Likewise.
26066         (lrint_towardzero_test_data): Likewise.
26067         (lrint_downward_test_data): Likewise.
26068         (lrint_upward_test_data): Likewise.
26069         (llrint_test_data): Likewise.
26070         (llrint_tonearest_test_data): Likewise.
26071         (llrint_towardzero_test_data): Likewise.
26072         (llrint_downward_test_data): Likewise.
26073         (llrint_upward_test_data): Likewise.
26074         (log_test_data): Likewise.
26075         (log10_test_data): Likewise.
26076         (log1p_test_data): Likewise.
26077         (log2_test_data): Likewise.
26078         (logb_test_data): Likewise.
26079         (logb_downward_test_data): Likewise.
26080         (lround_test_data): Likewise.
26081         (llround_test_data): Likewise.
26082         (modf_test_data): Likewise.
26083         (nearbyint_test_data): Likewise.
26084         (nextafter_test_data): Likewise.
26085         (nexttoward_test_data): Likewise.
26086         (pow_test_data): Likewise.
26087         (pow_tonearest_test_data): Likewise.
26088         (pow_towardzero_test_data): Likewise.
26089         (pow_downward_test_data): Likewise.
26090         (pow_upward_test_data): Likewise.
26091         (remainder_test_data): Likewise.
26092         (remainder_tonearest_test_data): Likewise.
26093         (remainder_towardzero_test_data): Likewise.
26094         (remainder_downward_test_data): Likewise.
26095         (remainder_upward_test_data): Likewise.
26096         (remquo_test_data): Likewise.
26097         (rint_test_data): Likewise.
26098         (rint_tonearest_test_data): Likewise.
26099         (rint_towardzero_test_data): Likewise.
26100         (rint_downward_test_data): Likewise.
26101         (rint_upward_test_data): Likewise.
26102         (round_test_data): Likewise.
26103         (scalb_test_data): Likewise.
26104         (scalbn_test_data): Likewise.
26105         (scalbln_test_data): Likewise.
26106         (signbit_test_data): Likewise.
26107         (sin_test_data): Likewise.
26108         (sin_tonearest_test_data): Likewise.
26109         (sin_towardzero_test_data): Likewise.
26110         (sin_downward_test_data): Likewise.
26111         (sin_upward_test_data): Likewise.
26112         (sincos_test_data): Likewise.
26113         (sinh_test_data): Likewise.
26114         (sinh_tonearest_test_data): Likewise.
26115         (sinh_towardzero_test_data): Likewise.
26116         (sinh_downward_test_data): Likewise.
26117         (sinh_upward_test_data): Likewise.
26118         (sqrt_test_data): Likewise.
26119         (tan_test_data): Likewise.
26120         (tan_tonearest_test_data): Likewise.
26121         (tan_towardzero_test_data): Likewise.
26122         (tan_downward_test_data): Likewise.
26123         (tan_upward_test_data): Likewise.
26124         (tanh_test_data): Likewise.
26125         (tgamma_test_data): Likewise.
26126         (trunc_test_data): Likewise.
26127         (y0_test_data): Likewise.
26128         (y1_test_data): Likewise.
26129         (yn_test_data): Likewise.
26130         (significand_test_data): Likewise.
26132         * math/gen-libm-test.pl (@functions): Remove variable.
26133         (generate_testfile): Don't handle START and END lines.
26134         * math/libm-test.inc (START): New macro.
26135         (END): Likewise.
26136         (END_COMPLEX): Likewise.
26137         (acos_test): Use END macro without arguments.
26138         (acos_test_tonearest): Likewise.
26139         (acos_test_towardzero): Likewise.
26140         (acos_test_downward): Likewise.
26141         (acos_test_upward): Likewise.
26142         (acosh_test): Likewise.
26143         (asin_test): Likewise.
26144         (asin_test_tonearest): Likewise.
26145         (asin_test_towardzero): Likewise.
26146         (asin_test_downward): Likewise.
26147         (asin_test_upward): Likewise.
26148         (asinh_test): Likewise.
26149         (atan_test): Likewise.
26150         (atanh_test): Likewise.
26151         (atan2_test): Likewise.
26152         (cabs_test): Likewise.
26153         (cacos_test): Use END_COMPLEX macro without arguments.
26154         (cacosh_test): Likewise.
26155         (carg_test): Use END macro without arguments.
26156         (casin_test): Use END_COMPLEX macro without arguments.
26157         (casinh_test): Likewise.
26158         (catan_test): Likewise.
26159         (catanh_test): Likewise.
26160         (cbrt_test): Use END macro without arguments.
26161         (ccos_test): Use END_COMPLEX macro without arguments.
26162         (ccosh_test): Likewise.
26163         (ceil_test): Use END macro without arguments.
26164         (cexp_test): Use END_COMPLEX macro without arguments.
26165         (cimag_test): Use END macro without arguments.
26166         (clog_test): Use END_COMPLEX macro without arguments.
26167         (clog10_test): Likewise.
26168         (conj_test): Likewise.
26169         (copysign_test): Use END macro without arguments.
26170         (cos_test): Likewise.
26171         (cos_test_tonearest): Likewise.
26172         (cos_test_towardzero): Likewise.
26173         (cos_test_downward): Likewise.
26174         (cos_test_upward): Likewise.
26175         (cosh_test): Likewise.
26176         (cosh_test_tonearest): Likewise.
26177         (cosh_test_towardzero): Likewise.
26178         (cosh_test_downward): Likewise.
26179         (cosh_test_upward): Likewise.
26180         (cpow_test): Use END_COMPLEX macro without arguments.
26181         (cproj_test): Likewise.
26182         (creal_test): Use END macro without arguments.
26183         (csin_test): Use END_COMPLEX macro without arguments.
26184         (csinh_test): Likewise.
26185         (csqrt_test): Likewise.
26186         (ctan_test): Likewise.
26187         (ctan_test_tonearest): Likewise.
26188         (ctan_test_towardzero): Likewise.
26189         (ctan_test_downward): Likewise.
26190         (ctan_test_upward): Likewise.
26191         (ctanh_test): Likewise.
26192         (ctanh_test_tonearest): Likewise.
26193         (ctanh_test_towardzero): Likewise.
26194         (ctanh_test_downward): Likewise.
26195         (ctanh_test_upward): Likewise.
26196         (erf_test): Use END macro without arguments.
26197         (erfc_test): Likewise.
26198         (exp_test): Likewise.
26199         (exp_test_tonearest): Likewise.
26200         (exp_test_towardzero): Likewise.
26201         (exp_test_downward): Likewise.
26202         (exp_test_upward): Likewise.
26203         (exp10_test): Likewise.
26204         (exp2_test): Likewise.
26205         (expm1_test): Likewise.
26206         (fabs_test): Likewise.
26207         (fdim_test): Likewise.
26208         (finite_test): Likewise.
26209         (floor_test): Likewise.
26210         (fma_test): Likewise.
26211         (fma_test_towardzero): Likewise.
26212         (fma_test_downward): Likewise.
26213         (fma_test_upward): Likewise.
26214         (fmax_test): Likewise.
26215         (fmin_test): Likewise.
26216         (fmod_test): Likewise.
26217         (fpclassify_test): Likewise.
26218         (frexp_test): Likewise.
26219         (gamma_test): Likewise.
26220         (hypot_test): Likewise.
26221         (ilogb_test): Likewise.
26222         (isfinite_test): Likewise.
26223         (isgreater_test): Likewise.
26224         (isgreaterequal_test): Likewise.
26225         (isinf_test): Likewise.
26226         (isless_test): Likewise.
26227         (islessequal_test): Likewise.
26228         (islessgreater_test): Likewise.
26229         (isnan_test): Likewise.
26230         (isnormal_test): Likewise.
26231         (issignaling_test): Likewise.
26232         (isunordered_test): Likewise.
26233         (j0_test): Likewise.
26234         (j1_test): Likewise.
26235         (jn_test): Likewise.
26236         (ldexp_test): Likewise.
26237         (lgamma_test): Likewise.
26238         (lrint_test): Likewise.
26239         (lrint_test_tonearest): Likewise.
26240         (lrint_test_towardzero): Likewise.
26241         (lrint_test_downward): Likewise.
26242         (lrint_test_upward): Likewise.
26243         (llrint_test): Likewise.
26244         (llrint_test_tonearest): Likewise.
26245         (llrint_test_towardzero): Likewise.
26246         (llrint_test_downward): Likewise.
26247         (llrint_test_upward): Likewise.
26248         (log_test): Likewise.
26249         (log10_test): Likewise.
26250         (log1p_test): Likewise.
26251         (log2_test): Likewise.
26252         (logb_test): Likewise.
26253         (logb_test_downward): Likewise.
26254         (lround_test): Likewise.
26255         (llround_test): Likewise.
26256         (modf_test): Likewise.
26257         (nearbyint_test): Likewise.
26258         (nextafter_test): Likewise.
26259         (nexttoward_test): Likewise.
26260         (pow_test): Likewise.
26261         (pow_test_tonearest): Likewise.
26262         (pow_test_towardzero): Likewise.
26263         (pow_test_downward): Likewise.
26264         (pow_test_upward): Likewise.
26265         (remainder_test): Likewise.
26266         (remainder_test_tonearest): Likewise.
26267         (remainder_test_towardzero): Likewise.
26268         (remainder_test_downward): Likewise.
26269         (remainder_test_upward): Likewise.
26270         (remquo_test): Likewise.
26271         (rint_test): Likewise.
26272         (rint_test_tonearest): Likewise.
26273         (rint_test_towardzero): Likewise.
26274         (rint_test_downward): Likewise.
26275         (rint_test_upward): Likewise.
26276         (round_test): Likewise.
26277         (scalb_test): Likewise.
26278         (scalbn_test): Likewise.
26279         (scalbln_test): Likewise.
26280         (signbit_test): Likewise.
26281         (sin_test): Likewise.
26282         (sin_test_tonearest): Likewise.
26283         (sin_test_towardzero): Likewise.
26284         (sin_test_downward): Likewise.
26285         (sin_test_upward): Likewise.
26286         (sincos_test): Likewise.
26287         (sinh_test): Likewise.
26288         (sinh_test_tonearest): Likewise.
26289         (sinh_test_towardzero): Likewise.
26290         (sinh_test_downward): Likewise.
26291         (sinh_test_upward): Likewise.
26292         (sqrt_test): Likewise.
26293         (tan_test): Likewise.
26294         (tan_test_tonearest): Likewise.
26295         (tan_test_towardzero): Likewise.
26296         (tan_test_downward): Likewise.
26297         (tan_test_upward): Likewise.
26298         (tanh_test): Likewise.
26299         (tgamma_test): Likewise.
26300         (trunc_test): Likewise.
26301         (y0_test): Likewise.
26302         (y1_test): Likewise.
26303         (yn_test): Likewise.
26304         (significand_test): Likewise.
26306 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26308         [BZ #15381]
26309         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26311 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26313         [BZ #14894]
26314         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26315         __ppc_mdoio and __ppc_mdoom.
26316         * manual/platform.texi: Document new functions __ppc_yield,
26317         __ppc_mdoio and __ppc_mdoom.
26319 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26321         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26322         (main): Mention "tls" pseudo-hwcap is legacy.
26323         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26325 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26327         * math/gen-libm-test.pl (parse_args): Output only string of
26328         arguments as text for test name, not full call or descriptions of
26329         tests for extra outputs.
26330         (generate_testfile): Do not pass function name to parse_args.
26331         Generate this_func variable from START.
26332         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26333         field to arg_str.
26334         (struct test_ff_f_data): Likewise.
26335         (test_ff_f_data_nexttoward): Likewise.
26336         (struct test_fi_f_data): Likewise.
26337         (struct test_fl_f_data): Likewise.
26338         (struct test_if_f_data): Likewise.
26339         (struct test_fff_f_data): Likewise.
26340         (struct test_c_f_data): Likewise.
26341         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26342         (struct test_fF_f1_data): Likewise.
26343         (struct test_ffI_f1_data): Likewise.
26344         (struct test_c_c_data): Rename test_name field to arg_str.
26345         (struct test_cc_c_data): Likewise.
26346         (struct test_f_i_data): Likewise.
26347         (struct test_ff_i_data): Likewise.
26348         (struct test_f_l_data): Likewise.
26349         (struct test_f_L_data): Likewise.
26350         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26351         and extra2_name.
26352         (COMMON_TEST_SETUP): New macro.
26353         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26354         (COMMON_TEST_CLEANUP): Likewise.
26355         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26356         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26357         macros.
26358         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26359         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26360         macros.
26361         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26362         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26363         cleanup macros.
26364         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26365         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26366         macros.
26367         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26368         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26369         macros.
26370         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26371         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26372         cleanup macros.
26373         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26374         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26375         cleanup macros.
26376         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26377         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26378         cleanup macros.
26379         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26380         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26381         macros.
26382         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26383         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26384         macros.
26385         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26386         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26387         macros.
26388         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26389         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26390         cleanup macros.
26391         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26392         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26393         cleanup macros.
26394         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26395         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26396         macros.
26397         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26398         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26399         cleanup macros.
26400         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26401         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26402         macros.
26403         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26404         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26405         macros.
26406         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26407         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26408         cleanup macros.
26409         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26411 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26413         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26414         to _sifields.sigfault.
26415         (si_addr_lsb): Define new macro.
26416         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26417         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26418         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26420 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26422         [BZ #15441]
26423         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26424         returns -1.
26425         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26426         null return -1.
26427         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26428         loading the domain.
26430 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26432         * math/gen-libm-test.pl (parse_args): Do not include expected
26433         result in test name.
26434         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26435         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26436         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26437         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26438         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26441 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26443         * benchtests/Makefile: Sort function entries.
26445         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26446         tanh, asinh, acosh, atanh.
26447         * benchtests/acos-inputs: New file.
26448         * benchtests/acosh-inputs: New file.
26449         * benchtests/asin-inputs: New file.
26450         * benchtests/asinh-inputs: New file.
26451         * benchtests/atanh-inputs: New file.
26452         * benchtests/cosh-inputs: New file.
26453         * benchtests/log-inputs: New file.
26454         * benchtests/sinh-inputs: New file.
26455         * benchtests/tanh-inputs: New file.
26457 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26459         [BZ #15339]
26460         * posix/tst-getaddrinfo4.c: New test.
26461         * posix/Makefile (tests): Add it.
26463 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26465         [BZ #15339]
26466         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26467         when no services were used.
26468         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26469         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26471 2013-05-21  Andreas Schwab  <schwab@suse.de>
26473         [BZ #15014]
26474         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26475         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26476         successful.
26477         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26478         redundant variable declarations and reallocation of buffer when
26479         parsing as IPv6 address.  Always set NSS status when called from
26480         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26481         buffer too small.  Correct computation of needed size.
26482         * nss/Makefile (tests): Add test-digits-dots.
26483         * nss/test-digits-dots.c: New test.
26485 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26487         * benchtests/Makefile: Remove instructions for adding
26488         benchmark tests.
26489         * benchtests/README: New file to explain how to execute and
26490         enhance the benchmark tests.
26492 2013-05-21  Andreas Schwab  <schwab@suse.de>
26494         [BZ #15493]
26495         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26496         * setjmp/tst-sigsetjmp.c: New test.
26498 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26500         * sysdeps/x86_64/memset.S (memset): New implementation.
26501         (__bzero): Likewise.
26502         (__memset_tail): New function.
26504 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26506         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26507         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26508         __memcpy_sse2_unaligned ifunc selection.
26509         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26510         Add memcpy-sse2-unaligned.S.
26511         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26512         Add: __memcpy_sse2_unaligned.
26514 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26516         [BZ #15490]
26517         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26518         math_force_eval before restoring floating-point envrionment.
26519         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26520         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26521         Likewise.
26522         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26523         <math_private.h>.
26524         (__nearbyintl): Use math_force_eval before restoring
26525         floating-point environment.
26526         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26528         * math/gen-libm-test.pl (special_functions): Remove.
26529         (parse_args): Don't handle TEST_extra.  Handle functions with no
26530         return value.
26531         * math/libm-test.inc (struct test_sincos_data): Replace with
26532         struct test_fFF_11_data.
26533         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26534         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26535         (sincos_test_data): Change element type to struct
26536         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26537         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26538         RUN_TEST_LOOP_sincos.
26539         * math/README.libm-test: Don't mention special handling of
26540         individual functions.
26541         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26542         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26543         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26544         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26545         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26548         * math/gen-libm-test.pl (get_variable): Remove function.
26549         (parse_args): Don't show pointer parameters to call in test
26550         names.  Use "extra output N" in test names for extra outputs
26551         rather than naming variables.
26553 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26555         [BZ #15488]
26556         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26557         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26558         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26559         double tests.
26560         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26561         disable.
26562         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26563         check_long_double.
26565         * math/gen-libm-test.pl (@tests): Remove variable.
26566         ($count): Likewise.
26567         (new_test): Remove function.
26568         (show_exceptions): New function.
26569         (special_functions): Use show_exceptions instead of new_test.
26570         (parse_args): Likewise.
26571         (generate_testfile): Pass only function name in generated call to
26572         print_max_error or print_complex_max_error.
26573         (get_ulps): Do not handle complex tests specially.
26574         (output_test): Rename to ...
26575         (get_all_ulps_for_test): ... this.  Return a string rather than
26576         printing to a file.  Require ulps to be present.
26577         (output_ulps): Generate arrays rather than #defines.
26578         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26579         (struct ulp_data): New type.
26580         (BUILD_COMPLEX_ULP): Remove macro.
26581         (compare_ulp_data): New function.
26582         (find_ulps): Likewise.
26583         (find_test_ulps): Likewise.
26584         (find_function_ulps): Likewise.
26585         (find_complex_function_ulps): Likewise.
26586         (print_max_error): Determine allowed ulps using
26587         find_function_ulps.
26588         (print_complex_max_error): Determine allowed ulps using
26589         find_complex_function_ulps.
26590         (check_float_internal): Determine max ulps using find_test_ulps.
26591         (check_float): Do not take max_ulp parameter.  Update call to
26592         check_float_internal.
26593         (check_complex): Likewise.
26594         (check_int): Do not take max_ulp parameter.
26595         (check_long): Likewise.
26596         (check_bool): Likewise.
26597         (check_longlong): Likewise.
26598         (struct test_f_f_data): Remove max_ulp field.
26599         (struct test_ff_f_data): Likewise.
26600         (struct test_ff_f_data_nexttoward): Likewise.
26601         (struct test_fi_f_data): Likewise.
26602         (struct test_fl_f_data): Likewise.
26603         (struct test_if_f_data): Likewise.
26604         (struct test_fff_f_data): Likewise.
26605         (struct test_c_f_data): Likewise.
26606         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26607         (struct test_fF_f1_data): Likewise.
26608         (struct test_ffI_f1_data): Likewise.
26609         (struct test_c_c_data): Remove max_ulp field.
26610         (struct test_cc_c_data): Likewise.
26611         (struct test_f_i_data): Likewise.
26612         (struct test_ff_i_data): Likewise.
26613         (struct test_f_l_data): Likewise.
26614         (struct test_f_L_data): Likewise.
26615         (struct test_sincos_data): Likewise.
26616         (RUN_TEST_f_f): Do not handle ulps.
26617         (RUN_TEST_LOOP_f_f): Likewise.
26618         (RUN_TEST_2_f): Likewise.
26619         (RUN_TEST_LOOP_2_f): Likewise.
26620         (RUN_TEST_fff_f): Likewise.
26621         (RUN_TEST_LOOP_fff_f): Likewise.
26622         (RUN_TEST_c_f): Likewise.
26623         (RUN_TEST_LOOP_c_f): Likewise.
26624         (RUN_TEST_f_f1): Likewise.
26625         (RUN_TEST_LOOP_f_f1): Likewise.
26626         (RUN_TEST_fF_f1): Likewise.
26627         (RUN_TEST_LOOP_fF_f1): Likewise.
26628         (RUN_TEST_fI_f1): Likewise.
26629         (RUN_TEST_LOOP_fI_f1): Likewise.
26630         (RUN_TEST_ffI_f1): Likewise.
26631         (RUN_TEST_LOOP_ffI_f1): Likewise.
26632         (RUN_TEST_c_c): Likewise.
26633         (RUN_TEST_LOOP_c_c): Likewise.
26634         (RUN_TEST_cc_c): Likewise.
26635         (RUN_TEST_LOOP_cc_c): Likewise.
26636         (RUN_TEST_f_i): Likewise.
26637         (RUN_TEST_LOOP_f_i): Likewise.
26638         (RUN_TEST_f_i_tg): Likewise.
26639         (RUN_TEST_LOOP_f_i_tg): Likewise.
26640         (RUN_TEST_ff_i_tg): Likewise.
26641         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26642         (RUN_TEST_f_b): Likewise.
26643         (RUN_TEST_LOOP_f_b): Likewise.
26644         (RUN_TEST_f_b_tg): Likewise.
26645         (RUN_TEST_LOOP_f_b_tg): Likewise.
26646         (RUN_TEST_f_l): Likewise.
26647         (RUN_TEST_LOOP_f_l): Likewise.
26648         (RUN_TEST_f_L): Likewise.
26649         (RUN_TEST_LOOP_f_L): Likewise.
26650         (RUN_TEST_sincos): Likewise.
26651         (RUN_TEST_LOOP_sincos): Likewise.
26653 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26655         [BZ #15480]
26656         [BZ #15485]
26657         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26658         main case of finite arguments, set rounding mode to FE_TONEAREST
26659         and discard exceptions.
26660         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26661         exceptions.
26662         (remainder_tonearest_test_data): New variable.
26663         (remainder_test_tonearest): New function.
26664         (remainder_towardzero_test_data): New variable.
26665         (remainder_test_towardzero): New function.
26666         (remainder_downward_test_data): New variable.
26667         (remainder_test_downward): New function.
26668         (remainder_upward_test_data): New variable.
26669         (remainder_test_upward): New function.
26670         (main): Call the new test functions.
26672         * math/libm-test.inc (struct test_f_f1_data): Remove field
26673         extra_init.
26674         (struct test_fF_f1_data): Likewise.
26675         (struct test_ffI_f1_data): Likewise.
26676         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26677         based on value of EXTRA_EXPECTED.
26678         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26679         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26680         EXTRA_VAR based on value of EXTRA_EXPECTED.
26681         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26682         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26683         EXTRA_VAR based on value of EXTRA_EXPECTED.
26684         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26685         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26686         EXTRA_VAR based on value of EXTRA_EXPECTED.
26687         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26688         * math/gen-libm-test.pl (parse_args): Don't output initializers
26689         for extra output values.
26691         * math/libm-test.inc (check_int): Expect result to be exactly
26692         equal to expected value and do not handle ulps.
26693         (check_long): Likewise.
26694         (check_longlong): Likewise.
26696         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26697         exceptions.
26698         (cimag_test_data): Likewise.
26699         (conj_test_data): Likewise.
26700         (copysign_test_data): Likewise.
26701         (cproj_test_data): Likewise.
26702         (creal_test_data): Likewise.
26703         (fabs_test_data): Likewise.
26704         (fdim_test_data): Likewise.
26705         (finite_test_data): Likewise.
26706         (floor_test_data): Likewise.
26707         (fmax_test_data): Likewise.
26708         (fmin_test_data): Likewise.
26709         (fmod_test_data): Likewise.
26710         (fpclassify_test_data): Likewise.
26711         (frexp_test_data): Likewise.
26712         (ilogb_test_data): Likewise.
26713         (isfinite_test_data): Likewise.
26714         (isgreater_test_data): Likewise.
26715         (isgreaterequal_test_data): Likewise.
26716         (isinf_test_data): Likewise.
26717         (isless_test_data): Likewise.
26718         (islessequal_test_data): Likewise.
26719         (islessgreater_test_data): Likewise.
26720         (isnan_test_data): Likewise.
26721         (isnormal_test_data): Likewise.
26722         (issignaling_test_data): Likewise.
26723         (isunordered_test_data): Likewise.
26724         (ldexp_test_data): Likewise.
26725         (lrint_test_data): Likewise.
26726         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26727         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26728         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26729         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26730         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26731         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26732         test input.
26733         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26734         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26735         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26736         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26737         that test input.
26738         (lrint_downward_test_data): Test for "inexact" exceptions.
26739         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26740         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26741         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26742         test input.
26743         (lrint_upward_test_data): Test for "inexact" exceptions.
26744         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26745         test input.
26746         (llrint_test_data): Test for "inexact" exceptions.
26747         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26748         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26749         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26750         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26751         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26752         (llrint_downward_test_data): Test for "inexact" exceptions.
26753         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26754         (llrint_upward_test_data): Test for "inexact" exceptions.
26755         (logb_test_data): Likewise.
26756         (logb_downward_test_data): Likewise.
26757         (nextafter_test_data): Likewise.
26758         (nexttoward_test_data): Likewise.
26759         (remainder_test_data): Likewise.
26760         (remquo_test_data): Likewise.
26761         (scalbn_test_data): Likewise.
26762         (scalbln_test_data): Likewise.
26763         (signbit_test_data): Likewise.
26764         (sqrt_test_data): Likewise.
26765         (significand_test_data): Likewise.
26767 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26769         [BZ #15424]
26770         * benchtests/bench-modf.c (struct args): Mark arg0 as
26771         volatile.
26772         * scripts/bench.pl: Mark members of struct args as volatile.
26774 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26776         [BZ # 15497]
26777         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26778         negative infinity on POWER6 or lower.
26779         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26781 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26783         [BZ #15442]
26784         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26785         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26786         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26787         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26788         (_FP_SETQNAN): New macro.
26789         (_FP_SETQNAN_SEMIRAW): Likewise.
26790         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26791         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26792         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26793         (FP_EXTEND): Use _FP_FRAC_SNANP.
26794         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26795         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26796         into account.
26797         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26798         New macro.
26799         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26800         Likewise.
26802 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26804         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26805         with DIVIDE_BY_ZERO_EXCEPTION.
26806         (gamma_test_data): Likewise.
26807         (lgamma_test_data): Likewise.
26808         (log_test_data): Likewise.
26809         (log10_test_data): Likewise.
26810         (log2_test_data): Likewise.
26811         (tgamma_test_data): Likewise.
26813         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26814         (acos_test_tonearest): Likewise.
26815         (acos_test_towardzero): Likewise.
26816         (acos_test_downward): Likewise.
26817         (acos_test_upward): Likewise.
26818         (acosh_test): Likewise.
26819         (asin_test): Likewise.
26820         (asin_test_tonearest): Likewise.
26821         (asin_test_towardzero): Likewise.
26822         (asin_test_downward): Likewise.
26823         (asin_test_upward): Likewise.
26824         (asinh_test): Likewise.
26825         (atan_test): Likewise.
26826         (atanh_test): Likewise.
26827         (atan2_test): Likewise.
26828         (cabs_test): Likewise.
26829         (cacos_test): Likewise.
26830         (cacosh_test): Likewise.
26831         (casin_test): Likewise.
26832         (casinh_test): Likewise.
26833         (catan_test): Likewise.
26834         (catanh_test): Likewise.
26835         (cbrt_test): Likewise.
26836         (ccos_test): Likewise.
26837         (ccosh_test): Likewise.
26838         (cexp_test): Likewise.
26839         (clog_test): Likewise.
26840         (clog10_test): Likewise.
26841         (cos_test): Likewise.
26842         (cos_test_tonearest): Likewise.
26843         (cos_test_towardzero): Likewise.
26844         (cos_test_downward): Likewise.
26845         (cos_test_upward): Likewise.
26846         (cosh_test): Likewise.
26847         (cosh_test_tonearest): Likewise.
26848         (cosh_test_towardzero): Likewise.
26849         (cosh_test_downward): Likewise.
26850         (cosh_test_upward): Likewise.
26851         (cpow_test): Likewise.
26852         (csin_test): Likewise.
26853         (csinh_test): Likewise.
26854         (csqrt_test): Likewise.
26855         (ctan_test): Likewise.
26856         (ctan_test_tonearest): Likewise.
26857         (ctan_test_towardzero): Likewise.
26858         (ctan_test_downward): Likewise.
26859         (ctan_test_upward): Likewise.
26860         (ctanh_test): Likewise.
26861         (ctanh_test_tonearest): Likewise.
26862         (ctanh_test_towardzero): Likewise.
26863         (ctanh_test_downward): Likewise.
26864         (ctanh_test_upward): Likewise.
26865         (erf_test): Likewise.
26866         (erfc_test): Likewise.
26867         (exp_test): Likewise.
26868         (exp_test_tonearest): Likewise.
26869         (exp_test_towardzero): Likewise.
26870         (exp_test_downward): Likewise.
26871         (exp_test_upward): Likewise.
26872         (exp10_test): Likewise.
26873         (exp2_test): Likewise.
26874         (expm1_test): Likewise.
26875         (fmod_test): Likewise.
26876         (gamma_test): Likewise.
26877         (hypot_test): Likewise.
26878         (j0_test): Likewise.
26879         (j1_test): Likewise.
26880         (jn_test): Likewise.
26881         (lgamma_test): Likewise.
26882         (log_test): Likewise.
26883         (log10_test): Likewise.
26884         (log1p_test): Likewise.
26885         (log2_test): Likewise.
26886         (logb_test_downward): Likewise.
26887         (pow_test): Likewise.
26888         (pow_test_tonearest): Likewise.
26889         (pow_test_towardzero): Likewise.
26890         (pow_test_downward): Likewise.
26891         (pow_test_upward): Likewise.
26892         (remainder_test): Likewise.
26893         (remquo_test): Likewise.
26894         (sin_test): Likewise.
26895         (sin_test_tonearest): Likewise.
26896         (sin_test_towardzero): Likewise.
26897         (sin_test_downward): Likewise.
26898         (sin_test_upward): Likewise.
26899         (sincos_test): Likewise.
26900         (sinh_test): Likewise.
26901         (sinh_test_tonearest): Likewise.
26902         (sinh_test_towardzero): Likewise.
26903         (sinh_test_downward): Likewise.
26904         (sinh_test_upward): Likewise.
26905         (sqrt_test): Likewise.
26906         (tan_test): Likewise.
26907         (tan_test_tonearest): Likewise.
26908         (tan_test_towardzero): Likewise.
26909         (tan_test_downward): Likewise.
26910         (tan_test_upward): Likewise.
26911         (tanh_test): Likewise.
26912         (tgamma_test): Likewise.
26913         (y0_test): Likewise.
26914         (y1_test): Likewise.
26915         (yn_test): Likewise.
26917         * math/gen-libm-test.pl (adjust_arg): Remove function.
26918         (special_function): Remove argument $in_func.  Only handle
26919         generating output for tables of tests, not inside functions.
26920         (parse_args): Likewise.
26921         (generate_testfile): Remove variable $in_func.  Update call to
26922         parse_args.
26923         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26924         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26925         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26926         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26927         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26928         (MAX_VALUE_INIT): Rename macro to max_value.
26929         (MIN_VALUE_INIT): Rename macro to min_value.
26930         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26931         (plus_zero): Remove variable.
26932         (minus_zero): Likewise.
26933         (plus_infty): Likewise.
26934         (minus_infty): Likewise.
26935         (qnan_value): Likewise.
26936         (max_value): Likewise.
26937         (min_value): Likewise.
26938         (min_subnorm_value): Likewise.
26940 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26942         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26943         uint64_t or uint32_t usage.
26944         * crypt/sha256-block.c: Likewise.
26945         * crypt/sha256-crypt.c: Likewise.
26946         * crypt/sha256.c: Likewise.
26947         * crypt/sha512-block.c: Likewise.
26948         * crypt/sha512-crypt.c: Likewise.
26949         * crypt/sha512.c: Likewise.
26950         * debug/backtrace-tst.c: Likewise.
26951         * debug/pcprofiledump.c: Likewise.
26952         * elf/cache.c: Likewise.
26953         * elf/dl-cache.c: Likewise.
26954         * elf/dl-misc.c: Likewise.
26955         * elf/dl-profile.c: Likewise.
26956         * elf/dl-support.c: Likewise.
26957         * elf/ldconfig.c: Likewise.
26958         * elf/sprof.c: Likewise.
26959         * iconv/dummy-repertoire.c: Likewise.
26960         * iconv/iconv_charmap.c: Likewise.
26961         * iconv/skeleton.c: Likewise.
26962         * iconvdata/8bit-generic.c: Likewise.
26963         * iconvdata/cp737.h: Likewise.
26964         * iconvdata/cp775.h: Likewise.
26965         * iconvdata/ibm1008.h: Likewise.
26966         * iconvdata/ibm1025.h: Likewise.
26967         * iconvdata/ibm1046.h: Likewise.
26968         * iconvdata/ibm1097.h: Likewise.
26969         * iconvdata/ibm1112.h: Likewise.
26970         * iconvdata/ibm1122.h: Likewise.
26971         * iconvdata/ibm1123.h: Likewise.
26972         * iconvdata/ibm1124.h: Likewise.
26973         * iconvdata/ibm1129.h: Likewise.
26974         * iconvdata/ibm1130.h: Likewise.
26975         * iconvdata/ibm1132.h: Likewise.
26976         * iconvdata/ibm1133.h: Likewise.
26977         * iconvdata/ibm1137.h: Likewise.
26978         * iconvdata/ibm1140.h: Likewise.
26979         * iconvdata/ibm1141.h: Likewise.
26980         * iconvdata/ibm1142.h: Likewise.
26981         * iconvdata/ibm1143.h: Likewise.
26982         * iconvdata/ibm1144.h: Likewise.
26983         * iconvdata/ibm1145.h: Likewise.
26984         * iconvdata/ibm1146.h: Likewise.
26985         * iconvdata/ibm1147.h: Likewise.
26986         * iconvdata/ibm1148.h: Likewise.
26987         * iconvdata/ibm1149.h: Likewise.
26988         * iconvdata/ibm1153.h: Likewise.
26989         * iconvdata/ibm1154.h: Likewise.
26990         * iconvdata/ibm1155.h: Likewise.
26991         * iconvdata/ibm1156.h: Likewise.
26992         * iconvdata/ibm1157.h: Likewise.
26993         * iconvdata/ibm1158.h: Likewise.
26994         * iconvdata/ibm1160.h: Likewise.
26995         * iconvdata/ibm1161.h: Likewise.
26996         * iconvdata/ibm1162.h: Likewise.
26997         * iconvdata/ibm1163.h: Likewise.
26998         * iconvdata/ibm1164.h: Likewise.
26999         * iconvdata/ibm1166.h: Likewise.
27000         * iconvdata/ibm1167.h: Likewise.
27001         * iconvdata/ibm12712.h: Likewise.
27002         * iconvdata/ibm1390.h: Likewise.
27003         * iconvdata/ibm1399.h: Likewise.
27004         * iconvdata/ibm16804.h: Likewise.
27005         * iconvdata/ibm4517.h: Likewise.
27006         * iconvdata/ibm4899.h: Likewise.
27007         * iconvdata/ibm4909.h: Likewise.
27008         * iconvdata/ibm4971.h: Likewise.
27009         * iconvdata/ibm5347.h: Likewise.
27010         * iconvdata/ibm803.h: Likewise.
27011         * iconvdata/ibm856.h: Likewise.
27012         * iconvdata/ibm901.h: Likewise.
27013         * iconvdata/ibm902.h: Likewise.
27014         * iconvdata/ibm9030.h: Likewise.
27015         * iconvdata/ibm9066.h: Likewise.
27016         * iconvdata/ibm921.h: Likewise.
27017         * iconvdata/ibm922.h: Likewise.
27018         * iconvdata/ibm9448.h: Likewise.
27019         * iconvdata/isiri-3342.h: Likewise.
27020         * iconvdata/jis0201.h: Likewise.
27021         * include/link.h: Likewise.
27022         * include/netdb.h: Likewise.
27023         * inet/check_native.c: Likewise.
27024         * inet/check_pf.c: Likewise.
27025         * inet/getipv4sourcefilter.c: Likewise.
27026         * inet/getnameinfo.c: Likewise.
27027         * inet/getsourcefilter.c: Likewise.
27028         * inet/htonl.c: Likewise.
27029         * inet/setipv4sourcefilter.c: Likewise.
27030         * inet/setsourcefilter.c: Likewise.
27031         * inet/test-inet6_opt.c: Likewise.
27032         * inet/tst-network.c: Likewise.
27033         * locale/C-collate.c: Likewise.
27034         * locale/C-ctype.c: Likewise.
27035         * locale/C-time.c: Likewise.
27036         * locale/C-translit.h: Likewise.
27037         * locale/loadarchive.c: Likewise.
27038         * locale/programs/3level.h: Likewise.
27039         * locale/programs/charmap.c: Likewise.
27040         * locale/programs/charmap.h: Likewise.
27041         * locale/programs/ld-address.c: Likewise.
27042         * locale/programs/ld-collate.c: Likewise.
27043         * locale/programs/ld-ctype.c: Likewise.
27044         * locale/programs/ld-identification.c: Likewise.
27045         * locale/programs/ld-measurement.c: Likewise.
27046         * locale/programs/ld-messages.c: Likewise.
27047         * locale/programs/ld-monetary.c: Likewise.
27048         * locale/programs/ld-name.c: Likewise.
27049         * locale/programs/ld-numeric.c: Likewise.
27050         * locale/programs/ld-paper.c: Likewise.
27051         * locale/programs/ld-telephone.c: Likewise.
27052         * locale/programs/ld-time.c: Likewise.
27053         * locale/programs/linereader.c: Likewise.
27054         * locale/programs/locale.c: Likewise.
27055         * locale/programs/locarchive.c: Likewise.
27056         * locale/programs/locfile.h: Likewise.
27057         * locale/programs/repertoire.c: Likewise.
27058         * locale/programs/simple-hash.c: Likewise.
27059         * locale/programs/simple-hash.h: Likewise.
27060         * malloc/memusage.c: Likewise.
27061         * malloc/memusagestat.c: Likewise.
27062         * nis/nis_defaults.c: Likewise.
27063         * nis/nis_hash.c: Likewise.
27064         * nis/nis_print.c: Likewise.
27065         * nis/nis_xdr.c: Likewise.
27066         * nscd/connections.c: Likewise.
27067         * nscd/hstcache.c: Likewise.
27068         * nscd/nscd_gethst_r.c: Likewise.
27069         * nscd/nscd_getserv_r.c: Likewise.
27070         * nscd/nscd_helper.c: Likewise.
27071         * nscd/servicescache.c: Likewise.
27072         * nss/makedb.c: Likewise.
27073         * nss/nss_db/db-XXX.c: Likewise.
27074         * nss/nss_db/db-initgroups.c: Likewise.
27075         * nss/nss_db/db-netgrp.c: Likewise.
27076         * nss/nss_files/files-network.c: Likewise.
27077         * nss/nss_files/files-parse.c: Likewise.
27078         * posix/bug-regex5.c: Likewise.
27079         * posix/fnmatch_loop.c: Likewise.
27080         * posix/regcomp.c: Likewise.
27081         * posix/regexec.c: Likewise.
27082         * posix/tst-rfc3484-2.c: Likewise.
27083         * posix/tst-rfc3484-3.c: Likewise.
27084         * posix/tst-rfc3484.c: Likewise.
27085         * resolv/nss_dns/dns-canon.c: Likewise.
27086         * resolv/nss_dns/dns-network.c: Likewise.
27087         * resolv/res_init.c: Likewise.
27088         * resolv/res_mkquery.c: Likewise.
27089         * resolv/tst-aton.c: Likewise.
27090         * stdlib/cxa_atexit.c: Likewise.
27091         * stdlib/cxa_finalize.c: Likewise.
27092         * stdlib/gen-fpioconst.c: Likewise.
27093         * stdlib/strtol_l.c: Likewise.
27094         * string/tst-endian.c: Likewise.
27095         * sunrpc/auth_des.c: Likewise.
27096         * sunrpc/clnt_udp.c: Likewise.
27097         * sunrpc/rtime.c: Likewise.
27098         * sunrpc/svcauth_des.c: Likewise.
27099         * sunrpc/xdr.c: Likewise.
27100         * sunrpc/xdr_intXX_t.c: Likewise.
27101         * sunrpc/xdr_rec.c: Likewise.
27102         * sysdeps/generic/ldconfig.h: Likewise.
27103         * sysdeps/generic/ldsodefs.h: Likewise.
27104         * sysdeps/generic/memusage.h: Likewise.
27105         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27106         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27107         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27108         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27109         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27110         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27111         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27112         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27113         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27114         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27115         * sysdeps/posix/getaddrinfo.c: Likewise.
27116         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27117         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27118         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27119         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27120         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27121         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27122         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27123         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27124         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27125         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27126         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27127         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27128         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27129         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27130         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27131         * sysdeps/x86_64/dl-tls.h: Likewise.
27132         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27133         * time/alt_digit.c: Likewise.
27134         * time/era.c: Likewise.
27135         * wcsmbs/tst-c16c32-1.c: Likewise.
27137 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27139         * math/libm-test.inc (struct test_sincos_data): New type.
27140         (RUN_TEST_LOOP_sincos): New macro.
27141         (sincos_test_data): New variable.
27142         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27144 2013-05-16  Richard Henderson  <rth@redhat.com>
27146         * math/atest-exp2.c (LIMB64): New macro.
27147         (CONSTSZ): New macro.
27148         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27149         (hexdig): Move ...
27150         (print_mpn_fp): ... to function scope.
27151         (read_mpn_hex): Remove.
27152         (get_log2): Remove.
27153         (exp2_mpn): Use mp_log2.
27154         (main): Use mp_exp1.
27156 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27158         * math/libm-test.inc: Remove comment about not testing "inexact"
27159         exceptions.
27160         (INEXACT_EXCEPTION): New macro.
27161         (NO_INEXACT_EXCEPTION): Likewise.
27162         (INVALID_EXCEPTION_OK): Update value.
27163         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27164         (OVERFLOW_EXCEPTION_OK): Likewise.
27165         (UNDERFLOW_EXCEPTION_OK): Likewise.
27166         (IGNORE_ZERO_INF_SIGN): Likewise.
27167         (ERRNO_UNCHANGED): Likewise.
27168         (ERRNO_EDOM): Likewise.
27169         (ERRNO_ERANGE): Likewise.
27170         (test_exceptions): Handle testing "inexact" exceptions.
27171         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27172         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27173         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27174         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27175         INEXACT_EXCEPTION.
27176         (rint_towardzero_test_data): Likewise.
27177         (rint_downward_test_data): Likewise.
27178         (rint_upward_test_data): Likewise.
27180         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27181         with OVERFLOW_EXCEPTION.
27182         (exp10_test_data): Likewise.
27183         (exp2_test_data): Likewise.
27184         (expm1_test_data): Likewise.
27185         (lgamma_test_data): Likewise.
27186         (pow_test_data): Likewise.
27187         (tgamma_test_data): Likewise.
27188         (yn_test_data): Remove duplicate test of overflow.
27190         * math/libm-test.inc (struct test_cc_c_data): New type.
27191         (RUN_TEST_LOOP_cc_c): New macro.
27192         (cpow_test_data): New variable.
27193         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27195         * math/libm-test.inc (struct test_f_L_data): New type.
27196         (RUN_TEST_LOOP_f_L): New macro.
27197         (llrint_test_data): New variable.
27198         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27199         (llrint_tonearest_test_data): New variable.
27200         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27201         (llrint_towardzero_test_data): New variable.
27202         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27203         (llrint_downward_test_data): New variable.
27204         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27205         (llrint_upward_test_data): New variable.
27206         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27207         (llround_test_data): New variable.
27208         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27210 2013-05-13  Peter Collingbourne  <pcc@google.com>
27212         * math/atest-exp2.c (get_log2): Remove const attribute.
27214 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27216         * math/libm-test.inc (struct test_f_l_data): New type.
27217         (RUN_TEST_LOOP_f_l): New macro.
27218         (lrint_test_data): New variable.
27219         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27220         (lrint_tonearest_test_data): New variable.
27221         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27222         (lrint_towardzero_test_data): New variable.
27223         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27224         (lrint_downward_test_data): New variable.
27225         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27226         (lrint_upward_test_data): New variable.
27227         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27228         (lround_test_data): New variable.
27229         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27231 2013-05-15  Peter Collingbourne  <pcc@google.com>
27233         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27234         (EXTRACT_WORDS64) Use where appropriate.
27235         (INSERT_WORDS64) Likewise.
27237         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27238         constraints with x constraints.
27239         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27241         * malloc/obstack.c (_obstack_compat): Add initializer.
27243 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27245         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27246         si_trapno and add si_addr_lsb to _sifields.sigfault.
27247         (si_trapno): Remove macro.
27248         (si_addr_lsb): Define new macro.
27249         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27251 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27253         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27254         instead of TEST_f_l.
27255         (llrint_test_tonearest): Likewise.
27256         (llrint_test_towardzero): Likewise.
27257         (llrint_test_downward): Likewise.
27258         (llrint_test_upward): Likewise.
27259         (llround_test): Likewise.
27261         * math/libm-test.inc (struct test_f_i_data): Add comment.
27262         (RUN_TEST_LOOP_f_b): New macro.
27263         (RUN_TEST_LOOP_f_b_tg): Likewise.
27264         (finite_test_data): New variable.
27265         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27266         (isfinite_test_data): New variable.
27267         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27268         (isinf_test_data): New variable.
27269         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27270         (isnan_test_data): New variable.
27271         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27272         (isnormal_test_data): New variable.
27273         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27274         (issignaling_test_data): New variable.
27275         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27276         (signbit_test_data): New variable.
27277         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27279         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27280         with INVALID_EXCEPTION.
27281         (acosh_test_data): Likewise.
27282         (asin_test_data): Likewise.
27283         (atanh_test_data): Likewise.
27284         (fmod_test_data): Likewise.
27285         (log_test_data): Likewise.
27286         (log10_test_data): Likewise.
27287         (log2_test_data): Likewise.
27288         (pow_test_data): Likewise.
27289         (sqrt_test_data): Likewise.
27290         (y0_test_data): Likewise.
27291         (y1_test_data): Likewise.
27292         (yn_test_data): Likewise.
27294         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27295         function contents.
27297         * math/libm-test.inc (struct test_ff_i_data): New type.
27298         (RUN_TEST_LOOP_ff_i_tg): New macro.
27299         (isgreater_test_data): New variable.
27300         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27301         (isgreaterequal_test_data): New variable.
27302         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27303         (isless_test_data): New variable.
27304         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27305         (islessequal_test_data): New variable.
27306         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27307         (islessgreater_test_data): New variable.
27308         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27309         (isunordered_test_data): New variable.
27310         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27312 2013-05-14  David S. Miller  <davem@davemloft.net>
27314         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27316 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27318         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27320         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27321         extra_test to int.
27322         (struct test_f_i_data): Change type of max_ulp to int.
27324         * math/libm-test.inc (test_ffI_f1_data): New type.
27325         (RUN_TEST_LOOP_ffI_f1): New macro.
27326         (remquo_test_data): New variable.
27327         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27329         * setjmp/tst-setjmp-fp.c: New file.
27330         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27331         (link-libm): New variable.
27332         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27334         * math/libm-test.inc (struct test_f_i_data): New type.
27335         (RUN_TEST_LOOP_f_i): New macro.
27336         (RUN_TEST_LOOP_f_i_tg): Likewise.
27337         (fpclassify_test_data): New variable.
27338         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27339         (ilogb_test_data): New variable.
27340         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27342         * math/libm-test.inc (scalbln_test): Correct function name in END
27343         call.
27345         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27346         (RUN_TEST_LOOP_fI_f1): New macro.
27347         (frexp_test_data): New variable.
27348         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27350         * math/libm-test.inc (struct test_fF_f1_data): New type.
27351         (RUN_TEST_LOOP_fF_f1): New macro.
27352         (modf_test_data): New variable.
27353         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27355         * math/libm-test.inc (struct test_f_f1_data): New type.
27356         (RUN_TEST_LOOP_f_f1): New macro.
27357         (gamma_test_data): New variable.
27358         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27359         (lgamma_test_data): New variable.
27360         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27362 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27364         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27365         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27366         (main): Comment "tls" pseudo-hwcap.
27368 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27370         * math/libm-test.inc (struct test_fl_f_data): New type.
27371         (RUN_TEST_LOOP_fl_f): New variable.
27372         (scalbln_test_data): New variable.
27373         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27375         * math/libm-test.inc (struct test_fi_f_data): New type.
27376         (RUN_TEST_LOOP_fi_f): New macro.
27377         (ldexp_test_data): New variable.
27378         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27379         (scalbn_test_data): New variable.
27380         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27382         * math/libm-test.inc (struct test_c_f_data): New type.
27383         (RUN_TEST_LOOP_c_f): New macro.
27384         (cabs_test_data): New variable.
27385         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27386         (carg_test_data): New variable.
27387         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27388         (cimag_test_data): New variable.
27389         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27390         (creal_test_data): New variable.
27391         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27393         * math/libm-test.inc (struct test_if_f_data): New type.
27394         (RUN_TEST_LOOP_if_f): New macro.
27395         (jn_test_data): New variable.
27396         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27397         (yn_test_data): New variable.
27398         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27400         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27402 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27404         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27405         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27407 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27409         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27410         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27411         (bench-deps): Add bench-timing.h.
27412         * benchtests-bench-skeleton.c: Include bench-timing.h.
27413         (main): Use TIMING_* macros instead of clock_gettime.
27414         * benchtests/bench-timing.h: New file.
27416         [BZ #14582]
27417         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27418         Renamed from _LIB_VERSION.
27419         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27421 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27423         * math/libm-test.inc (struct test_fff_f_data): New type.
27424         (RUN_TEST_LOOP_fff_f): New macro.
27425         (fma_test_data): New variable.
27426         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27427         (fma_towardzero_test_data): New variable.
27428         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27429         (fma_downward_test_data): New variable.
27430         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27431         (fma_upward_test_data): New variable.
27432         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27434         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27435         (struct test_c_c_data): New type.
27436         (RUN_TEST_LOOP_c_c): New macro.
27437         (cacos_test_data): New variable.
27438         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27439         (cacosh_test_data): New variable.
27440         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27441         (casin_test_data): New variable.
27442         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27443         (casinh_test_data): New variable.
27444         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27445         (catan_test_data): New variable.
27446         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27447         (catanh_test_data): New variable.
27448         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27449         (ccos_test_data): New variable.
27450         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27451         (ccosh_test_data): New variable.
27452         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27453         (cexp_test_data): New variable.
27454         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27455         (clog_test_data): New variable.
27456         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27457         (clog10_test_data): New variable.
27458         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27459         (conj_test_data): New variable.
27460         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27461         (cproj_test_data): New variable.
27462         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27463         (csin_test_data): New variable.
27464         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27465         (csinh_test_data): New variable.
27466         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27467         (csqrt_test_data): New variable.
27468         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27469         (ctan_test_data): New variable.
27470         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27471         (ctan_tonearest_test_data): New variable.
27472         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27473         (ctan_towardzero_test_data): New variable.
27474         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27475         (ctan_downward_test_data): New variable.
27476         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27477         (ctan_upward_test_data): New variable.
27478         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27479         (ctanh_test_data): New variable.
27480         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27481         (ctanh_tonearest_test_data): New variable.
27482         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27483         (ctanh_towardzero_test_data): New variable.
27484         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27485         (ctanh_downward_test_data): New variable.
27486         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27487         (ctanh_upward_test_data): New variable.
27488         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27489         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27490         of BUILD_COMPLEX.
27492         * math/libm-test.inc (struct test_ff_f_data): New type.
27493         (struct test_ff_f_data_nexttoward): Likewise.
27494         (RUN_TEST_LOOP_2_f): New macro.
27495         (RUN_TEST_LOOP_ff_f): Likewise.
27496         (atan2_test_data): New variable.
27497         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27498         (copysign_test_data): New variable.
27499         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27500         (fdim_test_data): New variable.
27501         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27502         (fmax_test_data): New variable.
27503         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27504         (fmin_test_data): New variable.
27505         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27506         (fmod_test_data): New variable.
27507         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27508         (hypot_test_data): New variable.
27509         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27510         (nextafter_test_data): New variable.
27511         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27512         (nexttoward_test_data): New variable.
27513         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27514         (pow_test_data): New variable.
27515         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27516         (pow_tonearest_test_data): New variable.
27517         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27518         (pow_towardzero_test_data): New variable.
27519         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27520         (pow_downward_test_data): New variable.
27521         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27522         (pow_upward_test_data): New variable.
27523         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27524         (remainder_test_data): New variable.
27525         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27526         (scalb_test_data): New variable.
27527         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27528         * sysdeps/i386/fpu/libm-test-ulps: Update.
27530 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27532         * math/libm-test.inc (fma_test): Use max_value instead of local
27533         variable fltmax.
27534         (nextafter_test): Likewise.
27536         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27537         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27538         (acos_downward_test_data): New variable.
27539         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27540         (acos_upward_test_data): New variable.
27541         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27542         (acosh_test_data): New variable.
27543         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27544         (asin_test_data): New variable.
27545         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27546         (asin_tonearest_test_data): New variable.
27547         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27548         (asin_towardzero_test_data): New variable.
27549         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27550         (asin_downward_test_data): New variable.
27551         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27552         (asin_upward_test_data): New variable.
27553         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27554         (asinh_test_data): New variable.
27555         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27556         (atan_test_data): New variable.
27557         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27558         (atanh_test_data): New variable.
27559         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27560         (cbrt_test_data): New variable.
27561         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27562         (ceil_test_data): New variable.
27563         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27564         (cos_test_data): New variable.
27565         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27566         (cos_tonearest_test_data): New variable.
27567         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27568         (cos_towardzero_test_data): New variable.
27569         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27570         (cos_downward_test_data): New variable.
27571         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27572         (cos_upward_test_data): New variable.
27573         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27574         (cosh_test_data): New variable.
27575         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27576         (cosh_tonearest_test_data): New variable.
27577         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27578         (cosh_towardzero_test_data): New variable.
27579         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27580         (cosh_downward_test_data): New variable.
27581         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27582         (cosh_upward_test_data): New variable.
27583         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27584         (erf_test_data): New variable.
27585         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27586         (erfc_test_data): New variable.
27587         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27588         (exp_test_data): New variable.
27589         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27590         (exp_tonearest_test_data): New variable.
27591         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27592         (exp_towardzero_test_data): New variable.
27593         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27594         (exp_downward_test_data): New variable.
27595         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27596         (exp_upward_test_data): New variable.
27597         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27598         (exp10_test_data): New variable.
27599         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27600         (exp2_test_data): New variable.
27601         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27602         (expm1_test_data): New variable.
27603         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27604         (fabs_test_data): New variable.
27605         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27606         (floor_test_data): New variable.
27607         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27608         (j0_test_data): New variable.
27609         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27610         (j1_test_data): New variable.
27611         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27612         (log_test_data): New variable.
27613         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27614         (log10_test_data): New variable.
27615         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27616         (log1p_test_data): New variable.
27617         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27618         (log2_test_data): New variable.
27619         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27620         (logb_test_data): New variable.
27621         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27622         (logb_downward_test_data): New variable.
27623         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27624         (nearbyint_test_data): New variable.
27625         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27626         (rint_test_data): New variable.
27627         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27628         (rint_tonearest_test_data): New variable.
27629         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27630         (rint_towardzero_test_data): New variable.
27631         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27632         (rint_downward_test_data): New variable.
27633         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27634         (rint_upward_test_data): New variable.
27635         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27636         (round_test_data): New variable.
27637         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27638         (sin_test_data): New variable.
27639         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27640         (sin_tonearest_test_data): New variable.
27641         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27642         (sin_towardzero_test_data): New variable.
27643         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27644         (sin_downward_test_data): New variable.
27645         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27646         (sin_upward_test_data): New variable.
27647         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27648         (sinh_test_data): New variable.
27649         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27650         (sinh_tonearest_test_data): New variable.
27651         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27652         (sinh_towardzero_test_data): New variable.
27653         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27654         (sinh_downward_test_data): New variable.
27655         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27656         (sinh_upward_test_data): New variable.
27657         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27658         (sqrt_test_data): New variable.
27659         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27660         (tan_test_data): New variable.
27661         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27662         (tan_tonearest_test_data): New variable.
27663         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27664         (tan_towardzero_test_data): New variable.
27665         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27666         (tan_downward_test_data): New variable.
27667         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27668         (tan_upward_test_data): New variable.
27669         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27670         (tanh_test_data): New variable.
27671         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27672         (tgamma_test_data): New variable.
27673         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27674         (trunc_test_data): New variable.
27675         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27676         (y0_test_data): New variable.
27677         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27678         (y1_test_data): New variable.
27679         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27680         (significand_test_data): New variable.
27681         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27683 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27685         [BZ #12387]
27686         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27688 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27690         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27692 2013-05-10  Andreas Jaeger  <aj@suse.de>
27694         [BZ #15448]
27695         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27696         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27698 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27700         * math/gen-libm-test.pl (adjust_arg): New function.
27701         (special_functions): Handle generating output in both functions
27702         and arrays.
27703         (parse_args): Likewise.
27704         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27705         $in_func argument to parse_args.
27706         * math/libm-test.inc (struct test_f_f_data): New type.
27707         (IF_ROUND_INIT_): New macro.
27708         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27709         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27710         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27711         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27712         (ROUND_RESTORE_): Likewise.
27713         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27714         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27715         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27716         (ROUND_RESTORE_FE_UPWARD): Likewise.
27717         (RUN_TEST_LOOP_f_f): New macro.
27718         (acos_test_data): New variable.
27719         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27720         (acos_tonearest_test_data): New variable.
27721         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27723 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27725         * benchtests/bench-skeleton.c (startup): Fix coding style.
27727 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27729         [BZ #6809]
27730         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27731         negative infinity argument.
27732         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27733         negative infinity argument.
27734         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27735         negative infinity argument.
27736         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27737         domain errors.
27739 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27741         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27742         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27743         * iconv/iconv_prog.c (main): Likewise.
27744         * locale/programs/charmap-dir.c (charmap_readdir)
27745         (fopen_uncompressed): Likewise.
27746         * locale/programs/locfile.c (siblings_uncached)
27747         (write_locale_data): Use lstat64 instead of lstat.
27748         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27749         stat.
27751 2013-05-10  Andreas Jaeger  <aj@suse.de>
27753         [BZ #15395]
27754         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27755         localization.
27756         Include <locale.h>.
27758 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27760         * elf/dl-close.c (_dl_close_worker): Add comments.
27762 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27764         [BZ #15359]
27765         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27766         high part of pi/2.
27767         (__ieee754_rem_pio2l): Update comments.
27769         [BZ #15429]
27770         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27771         high part of pi/2.
27772         (__ieee754_rem_pio2l): Update comments.
27774         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27775         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27777         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27778         M_PI_4l.
27780         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27781         (M_PI_34_LOG10El): Likewise.
27782         (M_PI2_LOG10El): Likewise.
27783         (M_PI4_LOG10El): Likewise.
27784         (M_PI_LOG10El): Likewise.
27786 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27788         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27790 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27792         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27793         (MINUS_ZERO_INIT): Likewise.
27794         (PLUS_INFTY_INIT): Likewise.
27795         (MINUS_INFTY_INIT): Likewise.
27796         (QNAN_VALUE_INIT): Likewise.
27797         (MAX_VALUE_INIT): Likewise.
27798         (MIN_VALUE_INIT): Likewise.
27799         (MIN_SUBNORM_VALUE_INIT): Likewise.
27800         (plus_zero): Initialize with PLUS_ZERO_INIT.
27801         (minus_zero): Initialize with MINUS_ZERO_INIT.
27802         (plus_infty): Initialize with PLUS_INFTY_INIT.
27803         (minus_infty): Initialize with MINUS_INFTY_INIT.
27804         (qnan_value): Initialize with QNAN_VALUE_INIT.
27805         (max_value): Initialize with MAX_VALUE_INIT.
27806         (min_value): Initialize with MIN_VALUE_INIT.
27807         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27809         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27810         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27811         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27812         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27814         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27815         (RUN_TEST_2_f): Likewise.
27816         (RUN_TEST_ff_f): Likewise.
27817         (RUN_TEST_fi_f): Likewise.
27818         (RUN_TEST_fl_f): Likewise.
27819         (RUN_TEST_fff_f): Likewise.
27820         (RUN_TEST_c_f): Likewise.
27821         (RUN_TEST_f_f1): Likewise.
27822         (RUN_TEST_fF_f1): Likewise.
27823         (RUN_TEST_fI_f1): Likewise.
27824         (RUN_TEST_ffI_f1): Likewise.
27825         (RUN_TEST_c_c): Likewise.
27826         (RUN_TEST_cc_c): Likewise.
27827         (RUN_TEST_f_i): Likewise.
27828         (RUN_TEST_f_i_tg): Likewise.
27829         (RUN_TEST_ff_i_tg): Likewise.
27830         (RUN_TEST_f_b): Likewise.
27831         (RUN_TEST_f_b_tg): Likewise.
27832         (RUN_TEST_f_l): Likewise.
27833         (RUN_TEST_f_L): Likewise.
27834         (RUN_TEST_sincos): Likewise.
27835         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27836         whether to show exceptions.  Do not include ");\n" in return
27837         value.
27838         (special_functions): Output call to RUN_TEST_sincos instead of
27839         check_float calls.  Update calls to new_test.
27840         (parse_args): Output call to single RUN_TEST_* macro instead of
27841         check_* calls and other assignments.  Update calls to new_test.
27843         [BZ #2546]
27844         [BZ #2560]
27845         [BZ #5159]
27846         [BZ #15426]
27847         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27848         input to result for tgamma overflow.
27849         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27850         (gamma_coeff): New variable.
27851         (NCOEFF): New macro.
27852         (gamma_positive): New function.
27853         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27854         underflow here.  Use gamma_positive instead of exp (lgamma) for
27855         other arguments.
27856         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27857         (gamma_coeff): New variable.
27858         (NCOEFF): New macro.
27859         (gammaf_positive): New function.
27860         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27861         underflow here.  Use gamma_positive instead of exp (lgamma) for
27862         other arguments.
27863         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27864         (gamma_coeff): New variable.
27865         (NCOEFF): New macro.
27866         (gammal_positive): New function.
27867         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27868         underflow here.  Use gamma_positive instead of exp (lgamma) for
27869         other arguments.
27870         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27871         (gamma_coeff): New variable.
27872         (NCOEFF): New macro.
27873         (gammal_positive): New function.
27874         (__ieee754_gammal_r): Handle positive infinity, overflow and
27875         underflow here.  Handle NaN the same as positive infinity.  Remove
27876         check x < 0xffffffff for negative integers.  Use gamma_positive
27877         instead of exp (lgamma) for other arguments.
27878         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27879         (gamma_coeff): New variable.
27880         (NCOEFF): New macro.
27881         (gammal_positive): New function.
27882         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27883         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27884         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27885         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27886         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27887         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27888         * sysdeps/generic/math_private.h (__gamma_productf): New
27889         prototype.
27890         (__gamma_product): Likewise.
27891         (__gamma_productl): Likewise.
27892         * math/Makefile (libm-calls): Add gamma_product.
27893         * math/libm-test.inc (tgamma_test): Add more tests.
27894         * sysdeps/i386/fpu/libm-test-ulps: Update.
27895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27897 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27899         * benchtests/bench-skeleton.c (main): Preheat CPU.
27901 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27903         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27905 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27907         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27908         and _dl_skip_args_internal.
27910 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27912         * manual/message.texi (Message Translation): Talk about users.
27913         Message to key mapping impacts design.
27915 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27917         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27919         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27921         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27922         * sysdeps/wordsize-64/glob64.c: ... here.
27924         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27925         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27926         New macros.
27928         * debug/getlogin_r_chk.c: Moved to ...
27929         * login/getlogin_r_chk.c: ... here.
27930         * debug/Makefile (routines): Move getlogin_r_chk to ...
27931         * login/Makefile (routines): ... here.
27932         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27933         * login/Versions (libc: GLIBC_2.4): ... here.
27935         * io/poll.c (__poll): Renamed from poll.
27936         Add libc_hidden_def.
27937         (poll): Define as weak alias.
27939         * debug/ptsname_r_chk.c: Moved to ...
27940         * login/ptsname_r_chk.c: ... here.
27941         * debug/Makefile (routines): Move ptsname_r_chk to ...
27942         * login/Makefile (routines): ... here.
27943         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27944         * login/Versions (libc: GLIBC_2.4): ... here.
27946         * posix/getlogin.c: Moved to ...
27947         * login/getlogin.c: ... here.
27948         * posix/getlogin_r.c: Moved to ...
27949         * login/getlogin_r.c: ... here.
27950         * posix/getlogin_r.c: Moved to ...
27951         * login/getlogin_r.c: ... here.
27952         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27953         * login/Makefile (routines): ... here.
27954         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27955         * login/Versions (libc: GLIBC_2.0): ... here.
27957         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27958         (setrlimit): Define as weak alias.
27960         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27961         Call __ names for open, ftruncate, and close.
27962         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27963         (truncate): Define as weak alias.
27965 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
27967         * math/gen-libm-test.pl (parse_args): Initialize x before each
27968         test of frexp, modf and remquo.
27970         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27971         test signgam value.
27973 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27975         [BZ #15418]
27976         [BZ #15419]
27977         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27978         internal tests.
27979         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27981 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27983         * elf/dl-writev.h: New file.
27984         * elf/dl-misc.c: Include it.
27985         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27986         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27988 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
27990         * math/libm-test.inc (noXFails): Remove variable.
27991         (noXPasses): Likewise.
27992         (BUILD_COMPLEX_INT): Remove macro.
27993         (print_screen): Remove xfail argument.
27994         (print_screen_max_error): Likewise.
27995         (update_stats): Likewise.
27996         (print_max_error): Likewise.  Update calls to other affected
27997         functions.
27998         (print_complex_max_error): Likewise.
27999         (test_single_exception): Update calls to print_screen.
28000         (test_single_errno): Likewise.
28001         (check_float_internal): Remove xfail argument.  Update calls to
28002         other affected functions.
28003         (check_float): Likewise.
28004         (check_complex): Likewise.
28005         (check_int): Likewise.
28006         (check_long): Likewise.
28007         (check_bool): Likewise.
28008         (check_longlong): Likewise.
28009         (main): Don't print noXFails and noXPasses.
28010         * math/gen-libm-test.pl (top level): Don't mention expected
28011         failure handling in comment.
28012         (new_test): Don't handle expected failures.
28013         (parse_args): Don't mention expected failure handling in comment.
28014         (generate_testfile): Don't handle expected failures.
28015         (parse_ulps): Likewise.
28016         (print_ulps_file): Likewise.
28017         (get_failure): Remove function.
28018         (output_test): Don't handle expected failures.
28019         * make/README.libm-test: Don't mention expected failure handling.
28021         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28022         (minus_zero): Likewise.
28023         (plus_infty): Likewise.
28024         (minus_infty): Likewise.
28025         (qnan_value): Likewise.
28026         (max_value): Likewise.
28027         (min_value): Likewise.
28028         (min_subnorm_value): Likewise.
28029         (initialize): Do not initialize those variables dynamically.
28031 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28033         * io/open.c (__open_2): Moved to ...
28034         * io/open_2.c: ... this new file.
28035         * io/open64.c (__open64_2): Moved to ...
28036         * io/open64_2.c: ... this new file.
28037         * io/openat.c (__openat_2): Moved to ...
28038         * io/openat_2.c: ... this new file.
28039         * io/openat64.c (__openat64_2): Moved to ...
28040         * io/openat64_2.c: ... this new file.
28041         * io/Makefile (routines): Add them.
28042         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28043         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28044         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28045         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28046         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28047         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28048         (__openat64): Add hidden_ver.
28049         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28050         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28052         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28053         Separately conditionalize setting of GLRO(dl_sysinfo) so
28054         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28055         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28057 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28059         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28060         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28061         definition.
28062         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28063         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28064         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28065         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28066         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28068 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28070         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28071         test signgam value.
28073         * math/libm-test.inc (hypot_test): Do not use
28074         IGNORE_ZERO_INF_SIGN.
28076 2013-05-03  Andreas Jaeger  <aj@suse.de>
28078         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28079         Linux 3.9.
28080         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28081         (PF_MAX): Adjust for VSOCK change.
28083 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28085         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28087 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28089         [BZ #15264]
28090         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28091         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28092         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28094 2013-05-02  David S. Miller  <davem@davemloft.net>
28096         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28098 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28100         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28102 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28104         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28106 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28108         [BZ #14952]
28109         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28110         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28111         Use __attribute__ ((__gnu_inline__)).
28112         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28113         Don't use __attribute__ ((__gnu_inline__)).
28115 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28117         [BZ #15423]
28118         * math/s_catan.c (__catan): Handle small real or imaginary part of
28119         input specially to avoid spurious underflow.
28120         * math/s_catanf.c (__catanf): Likewise.
28121         * math/s_catanh.c (__catanh): Likewise.
28122         * math/s_catanhf.c (__catanhf): Likewise.
28123         * math/s_catanhl.c (__catanhl): Likewise.
28124         * math/s_catanl.c (__catanl): Likewise.
28125         * math/libm-test.inc (catan_test): Add more tests.
28126         (catanh_test): Likewise.
28127         * sysdeps/i386/fpu/libm-test-ulps: Update.
28128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28130 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28132         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28134 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28136         [BZ #15416]
28137         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28138         accurately for denominator in atan2.
28139         * math/s_catanf.c (__catanf): Likewise.
28140         * math/s_catanh.c (__catanh): Likewise.
28141         * math/s_catanhf.c (__catanhf): Likewise.
28142         * math/s_catanhl.c (__catanhl): Likewise.
28143         * math/s_catanl.c (__catanl): Likewise.
28144         * math/libm-test.inc (catan_test): Add more tests.
28145         (catanh_test): Likewise.
28146         * sysdeps/i386/fpu/libm-test-ulps: Update.
28147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28149 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28151         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28153         * benchtests/Makefile (bench): Remove slow benchmarks.
28154         * benchtests/atan-inputs: Add slow benchmark inputs.
28155         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28156         (BENCH_FUNC): Accept variant offset.
28157         (VARIANT): Define.
28158         * benchtests/bench-skeleton.c (main): Run benchmark for each
28159         variant.
28160         * benchtests/cos-inputs: Add slow benchmark inputs.
28161         * benchtests/exp-inputs: Likewise.
28162         * benchtests/pow-inputs: Likewise.
28163         * benchtests/sin-inputs: Likewise.
28164         * benchtests/slowatan-inputs: Remove.
28165         * benchtests/slowatan.c: Remove.
28166         * benchtests/slowcos-inputs: Remove.
28167         * benchtests/slowcos.c: Remove.
28168         * benchtests/slowexp-inputs: Remove.
28169         * benchtests/slowexp.c: Remove.
28170         * benchtests/slowpow-inputs: Remove.
28171         * benchtests/slowpow.c: Remove.
28172         * benchtests/slowsin-inputs: Remove.
28173         * benchtests/slowsin.c: Remove.
28174         * benchtests/slowtan-inputs: Remove.
28175         * benchtests/slowtan.c: Remove.
28176         * benchtests/tan-inputs: Add slow benchmark inputs.
28177         * scripts/bench.pl: Parse comments and directives.
28179         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28180         in CPPFLAGS.
28181         ($(objpfx)bench-%.c): Remove *-ITER.
28182         * benchtests/bench-modf.c: Remove definition of ITER.
28183         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28184         (main): Loop for DURATION seconds instead of fixed number of
28185         iterations.
28186         * scripts/bench.pl: Don't expect iterations in parameters.
28188 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28190         * io/fchdir.c (__fchdir): Renamed from fchdir.
28191         (fchdir): Define as weak alias.
28193 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28195         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28196         (ERRNO_EDOM): Likewise.
28197         (ERRNO_ERANGE): Likewise.
28198         (noErrnoTests): New variable.
28199         (init_max_error): Set errno to 0.
28200         (test_single_errno): New function.
28201         (test_errno): Likewise.
28202         (check_float_internal): Call test_errno.  Set errno to 0.
28203         (check_complex): Refer to errno tests in comment.
28204         (check_int): Call test_errno.  Set errno to 0.
28205         (check_long): Likewise.
28206         (check_bool): Likewise.
28207         (check_longlong): Likewise.
28208         (cos_test): Use ERRNO_* flags for errno tests instead of
28209         check_int.
28210         (expm1_test): Likewise.
28211         (fmod_test): Likewise.
28212         (ilogb_test): Likewise.
28213         (lgamma_test): Likewise.
28214         (pow_test): Likewise.
28215         (remainder_test): Likewise.
28216         (sin_test): Likewise.
28217         (tan_test): Likewise.
28218         (yn_test): Likewise.
28219         (initialize): Set errno to 0.
28220         (main): Print number of errno tests.
28221         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28223 2013-04-29  Andreas Jaeger  <aj@suse.de>
28225         [BZ #15084]
28226         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28227         and RES_USEVC.
28229         [BZ #15085]
28230         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28231         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28232         unimplemented.
28234         [BZ #15380]
28235         * stdlib/random.c (__initstate): Return NULL if
28236         __initstate fails.
28238         [BZ #15086]
28239         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28240         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28241         RES_SNGLKUPREOP.
28243 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28247 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28249         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28250         of individual tests.
28251         (casin_test): Likewise.
28252         (casinh_test): Likewise.
28254 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28256         [BZ #15409]
28257         * math/s_catan.c (__catan): Handle arguments with large real or
28258         imaginary part separately without squaring.
28259         * math/s_catanf.c (__catanf): Likewise.
28260         * math/s_catanh.c (__catanh): Likewise.
28261         * math/s_catanhf.c (__catanhf): Likewise.
28262         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28263         and redefine.
28264         (__catanhl): Handle arguments with large real or imaginary part
28265         separately without squaring.
28266         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28267         and redefine.
28268         (__catanl): Handle arguments with large real or imaginary part
28269         separately without squaring.
28270         * math/libm-test.inc (catan_test): Add more tests.
28271         (catanh_test): Likewise.
28272         * sysdeps/i386/fpu/libm-test-ulps: Update.
28273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28275 2013-04-27  Andreas Jaeger  <aj@suse.de>
28277         [BZ #15007]
28278         * stdlib/stdlib.h: Update guards for qecvt.
28279         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28280         <stdlib.h>.
28282 2013-04-27  Allan McRae  <allan@archlinux.org>
28284         * sysdeps/i386/fpu/libm-test-ulps: Update.
28286 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28288         [BZ #15406]
28289         * math/s_catan.c: Include <float.h>.
28290         (__catan): Ensure underflow exception occurs for underflowed
28291         result.
28292         * math/s_catanf.c: Include <float.h>.
28293         (__catanf): Ensure underflow exception occurs for underflowed
28294         result.
28295         * math/s_catanh.c: Include <float.h>.
28296         (__catanh): Ensure underflow exception occurs for underflowed
28297         result.
28298         * math/s_catanhf.c: Include <float.h>.
28299         (__catanhf): Ensure underflow exception occurs for underflowed
28300         result.
28301         * math/s_catanhl.c: Include <float.h>.
28302         (__catanhl): Ensure underflow exception occurs for underflowed
28303         result.
28304         * math/s_catanl.c: Include <float.h>.
28305         (__catanl): Ensure underflow exception occurs for underflowed
28306         result.
28307         * math/libm-test.inc (catan_test): Add more tests.
28308         (catanh_test): Likewise.
28310         [BZ #15405]
28311         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28312         underflowed result.
28313         * math/s_ccoshf.c (__ccoshf): Likewise.
28314         * math/s_ccoshl.c (__ccoshl): Likewise.
28315         * math/s_csin.c (__csin): Likewise.
28316         * math/s_csinf.c (__csinf): Likewise.
28317         * math/s_csinh.c (__csinh): Likewise.
28318         * math/s_csinhf.c (__csinhf): Likewise.
28319         * math/s_csinhl.c (__csinhl): Likewise.
28320         * math/s_csinl.c (__csinl): Likewise.
28321         * math/libm-test.inc (ccos_test): Add more tests.
28322         (ccosh_test): Likewise.
28323         (csin_test): Likewise.
28324         (csinh_test): Likewise.
28326 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28328         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28329         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28330         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28331         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28332         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28333         powerpc/power5+/fpu folders.
28334         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28337 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28339         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28341 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28343         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28344         additions to variable.
28345         [$(config-machine) = x86_64] (modules-names): Likewise.
28346         ($(objpfx)tst-audit3): Remove dependency.
28347         ($(objpfx)tst-audit3.out): Likewise.
28348         ($(objpfx)tst-audit4): Likewise.
28349         ($(objpfx)tst-audit4.out): Likewise.
28350         ($(objpfx)tst-audit5): Likewise.
28351         ($(objpfx)tst-audit5.out): Likewise.
28352         ($(objpfx)tst-audit6): Likewise.
28353         ($(objpfx)tst-audit6.out): Likewise.
28354         ($(objpfx)tst-audit7): Likewise.
28355         ($(objpfx)tst-audit7.out): Likewise.
28356         (tst-audit3-ENV): Remove variable.
28357         (tst-audit4-ENV): Likewise.
28358         (tst-audit5-ENV): Likewise.
28359         (tst-audit6-ENV): Likewise.
28360         (tst-audit7-ENV): Likewise.
28361         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28362         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28363         addition to variable.
28364         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28365         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28366         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28367         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28368         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28369         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28370         tst-audit3, tst-audit4 and tst-audit5.
28371         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28372         tst-audit6 and tst-audit7.
28373         [$(subdir) = elf] (modules-names): Add audit modules for those
28374         tests.
28375         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28376         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28377         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28378         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28379         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28380         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28381         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28382         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28383         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28384         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28385         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28386         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28387         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28388         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28389         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28390         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28391         Likewise.
28392         [$(subdir) = elf && $(config-cflags-avx) = yes]
28393         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28394         [$(subdir) = elf && $(config-cflags-avx) = yes]
28395         (CFLAGS-tst-auditmod4a.c): Likewise.
28396         [$(subdir) = elf && $(config-cflags-avx) = yes]
28397         (CFLAGS-tst-auditmod4b.c): Likewise.
28398         [$(subdir) = elf && $(config-cflags-avx) = yes]
28399         (CFLAGS-tst-auditmod6b.c): Likewise.
28400         [$(subdir) = elf && $(config-cflags-avx) = yes]
28401         (CFLAGS-tst-auditmod6c.c): Likewise.
28402         [$(subdir) = elf && $(config-cflags-avx) = yes]
28403         (CFLAGS-tst-auditmod7b.c): Likewise.
28404         * elf/tst-audit3.c: Move to ...
28405         * sysdeps/x86_64/tst-audit3.c: ... here.
28406         * elf/tst-audit4.c: Move to ...
28407         * sysdeps/x86_64/tst-audit4.c: ... here.
28408         * elf/tst-audit5.c: Move to ...
28409         * sysdeps/x86_64/tst-audit5.c: ... here.
28410         * elf/tst-audit6.c: Move to ...
28411         * sysdeps/x86_64/tst-audit6.c: ... here.
28412         * elf/tst-audit7.c: Move to ...
28413         * sysdeps/x86_64/tst-audit7.c: ... here.
28414         * elf/tst-auditmod3a.c: Move to ...
28415         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28416         * elf/tst-auditmod3b.c: Move to ...
28417         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28418         * elf/tst-auditmod4a.c: Move to ...
28419         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28420         * elf/tst-auditmod4b.c: Move to ...
28421         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28422         * elf/tst-auditmod5a.c: Move to ...
28423         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28424         * elf/tst-auditmod5b.c: Move to ...
28425         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28426         * elf/tst-auditmod6a.c: Move to ...
28427         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28428         * elf/tst-auditmod6b.c: Move to ...
28429         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28430         * elf/tst-auditmod6c.c: Move to ...
28431         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28432         * elf/tst-auditmod7a.c: Move to ...
28433         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28434         * elf/tst-auditmod7b.c: Move to ...
28435         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28437 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28439         [BZ #15366]
28440         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28441         define unconditionally.
28442         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28443         define unconditionally.
28444         (INT8_C, INT16_C, etc.): Likewise.
28446 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28448         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28449         __ehdr_start with hidden visibility.
28451         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28453 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28455         * math/libm-test.inc (cos_test): Use accurate hex constants.
28456         (sincost_test): Likewise.
28458 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28460         * math/libm-test.inc (catan_test): Add more tests.
28461         (catanh_test): Likewise.
28463         * math/s_catanf.c (__catanf): Use suffixed floating-point
28464         constants.
28465         * math/s_catanhf.c (__catanhf): Likewise.
28466         * math/s_catanhl.c (__catanhl): Likewise.
28467         * math/s_catanl.c (__catanl): Likewise.
28469         [BZ #15394]
28470         * math/s_catan.c (__catan): Calculate imaginary part of result
28471         with log1p not log unless computing log of number close to 0.
28472         * math/s_catanf.c (__catanf): Likewise.
28473         * math/s_catanl.c (__catanl): Likewise.
28474         * math/s_catanh.c (__catanh): Calculate real part of result with
28475         log1p not log unless computing log of number close to 0.
28476         * math/s_catanhf.c (__catanhf): Likewise.
28477         * math/s_catanhl.c (__catanhl): Likewise.
28478         * math/libm-test.inc (catan_test): Add more tests.
28479         (catanh_test): Likewise.
28480         * sysdeps/i386/fpu/libm-test-ulps: Update.
28481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28483 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28485         * benchtests/Makefile: Mention files in which fast and slow
28486         paths of math functions are implemented.
28488 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28490         * sysdeps/posix/timespec_get.c: New file.
28492 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28494         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28495         POWER.
28496         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28497         for POWER.
28498         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28499         powerpc/power5/fpu folders.
28500         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28501         * benchtests/Makefile: Add modf testcase.
28502         * benchtests/bench-modf.c: New file: Benchmark test for mo
28504 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28506         [BZ #14888]
28507         * time/Makefile (tests): Add tst-strptime-whitespace.
28508         * time/strptime_l.c (get_number): Use ISSPACE.
28509         (__strptime_internal): Likewise.
28510         * time/tst-strptime-whitespace.c: New test case.
28512 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28514         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28515         member.
28516         (_nss_files_init): Set it here.
28518 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28520         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28521         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28522         unsigned.
28524 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28526         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28528 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28530         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28531         size just once.
28533 2013-04-21  David S. Miller  <davem@davemloft.net>
28535         * po/ru.po: Update Russion translation from translation project.
28537 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28539         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28540         and setfsgid.
28542 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28544         * configure.in: Remove i386 configure warning. Remove i386 case.
28545         * configure: Regenerate.
28546         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28547         Add example to error message.
28548         * sysdeps/i386/configure: Regenerate.
28550 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28552         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28553         slowtan.
28554         * benchtests/cos-inputs: New file.
28555         * benchtests/slowcos-inputs: New file.
28556         * benchtests/slowcos.c: New file.
28557         * benchtests/slowtan-inputs: New file.
28558         * benchtests/slowtan.c: New file.
28559         * benchtests/tan-inputs: New file.
28561 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28563         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28564         considered kosher.
28566 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28568         * benchtests/Makefile: Include cppflags-iterator.mk to add
28569         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28571         * Makefile.in (bench-clean): New target.
28572         * benchtests/Makefile (bench-clean): Likewise.
28574 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28576         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28578 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28580         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28582 2013-04-15  Andreas Schwab  <schwab@suse.de>
28584         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28585         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28586         * nscd/pwdcache.c (cache_addpw): Likewise.
28587         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28588         more than recsize.
28590 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28592         * benchtests/Makefile (bench): Write all output to
28593         bench-out.tmp together.
28595 2013-04-15  Andreas Schwab  <schwab@suse.de>
28597         * nscd/nscd.c (main): Don't fork again after closing files.
28599 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28601         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28603         * benchtests/Rules (bench-deps): Collect dependencies into a
28604         single variable.  Add Makefile to dependencies.
28605         ($(objpfx)bench-%.c): Depend on bench-deps.
28607 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28608             Xavier Roche  <roche+kml2@exalead.com>
28610         [BZ #15361]
28611         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28612         just that it's a file descriptor.
28613         * manual/llio.texi (Synchronizing AIO Operations): Update description
28614         for EBADF error from aio_fsync.
28616 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28618         * Rules (bench): Move target definition...
28619         * benchtests/Makefile: ... here.
28621 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28623         * math/libm-test.inc (cos_test): Fix PI/2 test.
28624         (sincos_test): Likewise.
28625         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28626         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28628 2013-04-11  Andreas Schwab  <schwab@suse.de>
28630         [BZ #13988]
28631         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28632         accept exponent character only when digits were seen.
28633         * stdio-common/Makefile (tests): Add bug26.
28634         * stdio-common/bug26.c: New file.
28636         [BZ #14293]
28637         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28638         non-freeable.
28640 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28642         * Makeconfig (rtld-prefix): Define built linker prefix.
28643         * Rules (run-bench): Use it.
28644         * math/Makefile (run-regen-ulps): Likewise.
28646         * Rules (bench): Remove eval.
28648 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28649             Roland McGrath  <roland@hack.frob.com>
28650             Ondrej Bilka  <neleai@seznam.cz>
28652         [BZ #15346]
28653         * time/getdate.c: Include ctype.h and alloca.h.
28654         (__getdate_r): Trim leading and trailing spaces of input.
28655         * time/tst-getdate.c (tests): Add tests with leading and
28656         trailing spaces.
28658 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28660         [BZ #14280]
28661         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28662         when computing value.
28664 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28666         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28667         Use testrun.sh to run libm tests.
28669         [BZ #15309]
28670         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28672 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28674         [BZ #15264]
28675         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28677 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28679         * Makefile.in (regen-ulps): New target.
28680         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28681         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28682         [ifneq (no,$(PERL)] (regen-ulps): New target.
28683         [ifeq (no,$(PERL)] (regen-ulps): New target.
28684         * math/libm-test.inc (ulps_file_name): Define.
28685         (output_dir): New variable.
28686         (options): Add "output-dir" option.
28687         (parse_opt): Handle 'o' case.
28688         (main): If output_dir is non-NULL use it as a prefix
28689         otherwise use "".
28690         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28692 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28694         [BZ #10060, #10062]
28695         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28696         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28697         fail configure if __sync_val_compare_and_swap is not inlined.
28698         * sysdeps/i386/configure: Regenerate.
28699         * configure.in: Build for i686 when configured for i386.
28700         * configure: Regenerate.
28701         * README: Remove i386 reference.
28703 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28705         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28706         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28708 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28710         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28711         (lmsnanval): New variables.
28712         (F): Add conversion tests.
28713         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28714         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28716         * stdio-common/tstdiomisc.c (F): Properly collect individual
28717         tests' results.
28719         [BZ #14686, #15336]
28720         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28721         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28722         Instead, use input NaN values or generate a qNaN by arithmetic
28723         operation.  Also fix bugs to comply with the standard.
28724         * math/libm-test.inc (remainder_test): Add more tests.
28726         [BZ #15335, #15342]
28727         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28728         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28729         input NaN values or generate a qNaN by arithmetic operation.
28731         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28732         unreachable code.
28734         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28735         definitions.
28737 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28739         [BZ #14478]
28740         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28741         underflowed result.
28742         * math/s_cexpf.c (__cexpf): Likewise.
28743         * math/s_cexpl.c (__cexpl): Likewise.
28744         * math/libm-test.inc (cexp_test): Add more tests.
28746 2013-04-03  Andreas Schwab  <schwab@suse.de>
28748         [BZ #15330]
28749         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28750         order arrays from heap if bigger than alloca cutoff.
28752 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28754         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28755         (SNAN_TESTS_double): Refer to GCC PR56831.
28756         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28757         GCC PR56828.
28759 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28761         * Rules (bench): Move bench.out after the run is complete.
28763         * Rules (bench): Echo currently running benchmark.
28765         * benchtests/Makefile (bench): Add atan and slowatan.
28766         * benchtests/atan-inputs: New file.
28767         * benchtests/slowatan-inputs: New file.
28768         * benchtests/slowatan.c: New file.
28770         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28771         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28772         its value.
28774         [BZ #15305]
28775         * sysdeps/unix/sysv/linux/kernel-features.h
28776         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28777         __ASSUME_XFS_RESTRICTED_CHOWN.
28778         * sysdeps/unix/sysv/linux/pathconf.c
28779         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28780         Save and restore errno.
28782 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28784         [BZ #15327]
28785         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28786         arguments using __kernel_casinh.
28787         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28788         arguments using __kernel_casinhf.
28789         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28790         arguments using __kernel_casinhl.
28791         * math/libm-test.inc (cacosh_test): Add more tests.
28792         * sysdeps/i386/fpu/libm-test-ulps: Update.
28793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28795 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28797         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28798         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28800         * bench/Makefile (bench): Add sin and slowsin.
28801         * benchtests/sin-inputs: New file.
28802         * benchtests/slowsin-inputs: New file.
28803         * benchtests/slowsin.c: New file.
28805         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28806         (bench): Add slowexp and slowpow.
28807         (exp-ITER): Increase iterations.
28808         (pow-ITER): Likewise.
28809         * benchtests/exp-inputs: Change input.
28810         * benchtests/pow-inputs: Likewise.
28811         * benchtests/slowexp-inputs: New file.
28812         * benchtests/slowexp.c: New file.
28813         * benchtests/slowpow-inputs: New file.
28814         * benchtests/slowpow.c: New file.
28816 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28818         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28819         instructions.
28820         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28821         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28822         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28823         * benchtests/Makefile: Add rint benchtest.
28824         * benchtests/rint-inputs: Input for rint benchtest.
28826 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28828         * Versions.def (libm): Add GLIBC_2.18.
28829         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28830         hidden libm prototypes.
28831         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28832         * math/Makefile (libm-calls): Add s_issignaling.
28833         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28834         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28835         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28836         declaration.
28837         * math/math.h [__USE_GNU] (issignaling): New macro.
28838         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28839         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28840         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28841         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28842         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28843         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28844         * manual/arith.texi (issignaling): New section.
28845         * manual/libm-err-tab.pl (@all_functions): Update comment.
28846         * math/gen-libm-test.pl (parse_args): Apply special handling for
28847         issignaling.
28848         * math/libm-test.inc (print_float, issignaling_test): New
28849         functions.
28850         (check_float_internal): Add issignaling checks.
28851         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28852         default definition.
28853         * sysdeps/powerpc/math-tests.h: New file.
28854         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28855         tests.
28856         * math/test-snan.c (TEST_FUNC): Likewise.
28858 2013-03-30  David S. Miller  <davem@davemloft.net>
28860         * po/de.po: Update from translation team.
28862 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28864         [BZ #10357]
28865         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28866         imaginary part less than 1.0 and real part less than 0.5
28867         specially.
28868         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28869         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28870         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28871         (cacos_test): Add more tests.
28872         (casin_test): Likewise.
28873         (casinh_test): Likewise.
28874         * sysdeps/i386/fpu/libm-test-ulps: Update.
28875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28877 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28879         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28880         ONE with its value.
28882         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28883         (__pow_mp): Replace ONE and MONE with their values.
28884         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28885         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28886         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28887         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28888         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28889         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28891         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28893         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28894         (__pow_mp): Replace ZERO and MZERO with their values.
28895         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28896         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28897         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28898         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28899         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28900         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28901         (__sqr): Likewise.
28903         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28905         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28907 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28909         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28910         Declare with __attribute__ ((weak)).
28911         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28912         Call __call_tls_dtors only if it's not NULL.
28914 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28916         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28917         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28918         magic __ehdr_start linker symbol if it's defined.
28919         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28920         them up here if it was already done.
28922         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28923         (_dl_aux_init): Use const in cast when setting it.
28924         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28925         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28926         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28928         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28929         Declare them here.
28930         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28931         * csu/libc-tls.c: Nor here.
28932         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28934         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28935         (__libc_message): Never call vsyslog.
28937 2013-03-28  Alan Modra  <amodra@gmail.com>
28939         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28940         Define as empty.
28941         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28942         Likewise.
28944 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28946         [BZ #15214]
28947         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28948         underflow.
28949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28951 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28953         [BZ #15304]
28954         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28955         Don't add gid passed as argument.
28957         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28959 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
28961         [BZ #15307]
28962         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28963         imaginary part between 1.0 and 1.5 and real part less than 0.5
28964         specially.
28965         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28966         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28967         * math/libm-test.inc (cacos_test): Add more tests.
28968         (casin_test): Likewise.
28969         (casinh_test): Likewise.
28970         * sysdeps/i386/fpu/libm-test-ulps: Update.
28971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28973 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28975         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28976         constants.
28977         (norm): Likewise.
28978         (denorm): Likewise.
28979         (__dbl_mp): Likewise.
28980         (add_magnitudes): Likewise.
28981         (sub_magnitudes): Likewise.
28982         (__add): Likewise.
28983         (__sub): Likewise.
28984         (__mul): Likewise.
28985         (__sqr): Likewise.
28986         (__inv): Likewise.
28987         (__dvd): Likewise.
28989         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28990         commented code.
28991         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28992         (__dubcos): Likewise.
28993         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28994         (__ieee754_acos): Likewise.
28995         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28996         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28997         (__exp1): Likewise.
28998         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28999         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29000         (log1): Likewise.
29001         (my_log2): Likewise.
29002         (checkint): Likewise.
29003         * sysdeps/ieee754/dbl-64/e_remainder.c
29004         (__ieee754_remainder): Likewise.
29005         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29006         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29007         (bsloww): Likewise.
29008         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29010         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29011         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29012         MANTISSA_STORE_T to store computations on mantissa.  Use
29013         macros for rounding and division.
29014         (denorm): Likewise.
29015         (__dbl_mp): Likewise.
29016         (add_magnitudes): Likewise.
29017         (sub_magnitudes): Likewise.
29018         (__mul): Likewise.
29019         (__sqr): Likewise.
29020         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29021         powers of two in terms of TWOPOW macro.
29022         (mp_no): Make type of mantissa as MANTISSA_T.
29023         [!RADIXI]: Define RADIXI.
29024         [!TWO52]: Define TWO52.
29025         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29027 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29029         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29030         llroundl symbol when building for PPC32.
29032 2013-03-24  Mark H Weaver  <mhw@netris.org>
29034         * manual/arith.texi (Normalization Functions): Fix prototypes for
29035         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29037 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29039         [BZ #13889]
29040         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29041         high value to check if expl overflow.
29042         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29043         to check for underflow and overflow.
29044         * math/libm-test.inc: Add exp test.
29046 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29048         [BZ #11120]
29049         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29050         with NOT_IN_libc.
29052 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29054         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29055         symbol.
29057 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29059         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29060         wrap blocks consisting of several statements.
29062         * sysdeps/generic/math-tests.h: New file.
29063         * sysdeps/i386/fpu/math-tests.h: Likewise.
29064         * math/test-snan.c: Include it.
29065         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29067 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29069         [BZ #15285]
29070         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29071         (__ieee754_j0l): Do not improve calculations using cos of twice
29072         input for inputs above LDBL_MAX / 2.0L.
29073         (__ieee754_y0l): Likewise.
29074         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29075         (__ieee754_j1l): Do not improve calculations using cos of twice
29076         input for inputs above LDBL_MAX / 2.0L.
29077         (__ieee754_y1l): Likewise.
29078         * math/libm-test.inc (j0_test): Add another test.
29079         (j1_test): Likewise.
29080         (y0_test): Likewise.
29081         (y1_test): Likewise.
29082         * sysdeps/i386/fpu/libm-test-ulps: Update.
29084 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29086         * Rules ($(objpfx)bench-%.c): Include code from a C source
29087         file.
29089 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29091         [BZ #15287]
29092         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29093         imaginary part 1.0 and real part less than 0.5 specially.
29094         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29095         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29096         * math/libm-test.inc (cacos_test): Add more tests.
29097         (casin_test): Likewise.
29098         (casinh_test): Likewise.
29099         * sysdeps/i386/fpu/libm-test-ulps: Update.
29100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29102 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29104         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29105         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29107 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29109         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29110         * config.make.in (config-cflags-sse4): Remove variable.
29111         (config-cflags-avx): Likewise.
29112         (config-cflags-sse2avx): Likewise.
29113         (config-cflags-novzeroupper): Likewise.
29114         (config-asflags-i686): Likewise.
29115         (have-mfma4): Likewise.
29116         (have-as-vis3): Likewise.
29117         (MIG): Likewise.
29118         * configure.in (MIG): Do not AC_SUBST.
29119         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29120         (libc_cv_cc_sse4): Do not AC_SUBST.
29121         (libc_cv_cc_avx): Likewise.
29122         (libc_cv_cc_sse2avx): Likewise.
29123         (libc_cv_cc_novzeroupper): Likewise.
29124         (libc_cv_cc_fma4): Likewise.
29125         (libc_cv_as_i686): Likewise.
29126         (libc_cv_sparc_as_vis3): Likewise.
29127         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29128         LIBC_CONFIG_VAR.
29129         (config-asflags-i686): Likewise.
29130         (config-cflags-avx): Likewise.
29131         (config-cflags-sse2avx): Likewise.
29132         (have-mfma4): Likewise.
29133         (config-cflags-novzeroupper): Likewise.
29134         * sysdeps/mach/configure.in (MIG): Likewise.
29135         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29136         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29137         LIBC_CONFIG_VAR.
29138         (config-cflags-avx): Likewise.
29139         (config-cflags-sse2avx): Likewise.
29140         (have-mfma4): Likewise.
29141         (config-cflags-novzeroupper): Likewise.
29142         * configure: Regenerated.
29143         * sysdeps/i386/configure: Likewise.
29144         * sysdeps/mach/configure: Likewise.
29145         * sysdeps/sparc/configure: Likewise.
29146         * sysdeps/x86_64/configure: Likewise.
29148 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29150         [BZ #14812]
29151         * locale/programs/localedef.c (options): Put N_ translation marker
29152         on argument names, not just descriptions.
29154 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29156         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29158 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29160         [BZ #14176]
29161         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29163 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29165         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29166         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29167         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29168         [!BEFORE_ABORT] (before_abort): New function.
29169         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29170         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29171         (writev_for_fatal): New function.
29172         (WRITEV_FOR_FATAL): New macro; call that.
29173         (backtrace_and_maps): New function.
29174         (BEFORE_ABORT): New macro; call that.
29175         (struct str_list): Type removed.
29176         (__libc_message, __libc_fatal): Functions removed.
29177         Include <sysdeps/posix/libc_fatal.c> instead.
29179 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29181         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29182         constants.
29183         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29184         double constants.
29186 2013-03-19  Andreas Schwab  <schwab@suse.de>
29188         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29189         * sysdeps/gnu/configure: Regenerate.
29191         * configure.in: Substitute libc_cv_rtlddir.
29192         * configure: Regenerate.
29193         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29194         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29195         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29196         * elf/Makefile (install-others, CFLAGS-interp.c)
29197         (ldso_install, common-ldd-rewrite): Likewise.
29198         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29199         $(inst_slibdir)/$(rtld-installed-name).
29200         * scripts/rellns-sh: Add -p option.
29201         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29202         for source.
29204 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29206         * manual/nptl.texi: Renamed to ...
29207         * manual/threads.texi: ... this.
29208         * manual/Makefile (chapters): Update.
29210 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29212         [BZ #14812]
29213         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29214         on argument names, not just descriptions.
29215         * malloc/memusagestat.c (options): Likewise.
29216         * nss/getent.c (options): Likewise.
29218 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29220         [BZ #14812]
29221         * iconv/iconv_prog.c (options): Put N_ translation marker
29222         on argument names, not just descriptions.
29223         * iconv/iconvconfig.c (options): Likewise.
29225 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29227         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29228         implementation which is faster on all x86_64 architectures.
29229         Tested on AMD, Intel Nehalem, SNB, IVB.
29230         * sysdeps/x86_64/strnlen.S: Likewise.
29232         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29233         Remove all multiarch strlen and strnlen versions.
29234         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29235         Remove strlen and strnlen related parts.
29237         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29238         Inline strlen part.
29239         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29241         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29242         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29243         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29244         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29245         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29246         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29248 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29250         * manual/memory.texi (Malloc Tunable Parameters):
29251         Sort parameters alphabetically. Add comments for missing entries.
29253 2013-03-17  David S. Miller  <davem@davemloft.net>
29255         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29257 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29259         [BZ #15283]
29260         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29261         for arguments at most half maximum finite value.
29262         * math/libm-test.inc (j0_test): Add more tests.
29263         (j1_test): Likewise.
29264         (y0_test): Likewise.
29265         (y1_test): Likewise.
29266         * sysdeps/i386/fpu/libm-test-ulps: Update.
29267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29269         [BZ #14155]
29270         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29271         1 / x and functions P and Q for arguments above 0x1p256L.
29272         (__ieee754_y0l): Likewise.
29273         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29274         (__ieee754_y1l): Likewise.
29275         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29276         (j1_test): Likewise.
29277         (y0_test): Likewise.
29278         (y1_test): Likewise.
29280 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29282         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29283         variable.
29285 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29287         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29288         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29289         zero since it's initialized to EXEC_PAGESIZE.
29291         * sysdeps/unix/sysv/linux/ldsodefs.h
29292         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29293         * sysdeps/generic/ldsodefs.h: ... here.
29295 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29297         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29299         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29300         math/test-snan.c.
29301         * math/test-snan.c: Renamed from
29302         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29303         * math/Makefile (tests): Add test-snan.
29304         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29305         test-powerpc-snan.
29307         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29308         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29309         functions.
29310         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29311         __builtin_nan family of functions.
29312         * math/libm-test.inc (initialize): Initialize qnan_value with
29313         __builtin_nan family of functions.
29314         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29315         Remove variables.
29316         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29317         Remove functions.
29318         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29319         storage class.  Initialize qNaN_var and sNaN_var with
29320         __builtin_nan and __builtin_nans families of functions,
29321         respectively.
29323         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29324         (sqrt_test): Remove duplicate test with qNaN input.
29325         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29326         (round_test, signbit_test, significand_test): Note missing +/-Inf
29327         as well as qNaN tests.
29329         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29330         qNaN_var.  Fix a few strings, too.
29331         * math/libm-test.inc (nan_value): Rename to qnan_value.
29332         * math/gen-libm-test.pl (%beautify): Adjust to that.
29333         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29334         * math/test-misc.c (main): Likewise.
29335         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29336         to __qnan_bytes, and __qnan_union, respectively.
29337         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29338         Likewise.
29339         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29340         and lqnanval, respectively.
29341         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29342         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29343         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29344         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29346         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29347         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29348         doubles.
29350         * math/test-misc.c (main): Fix copy'n'pastos.
29351         * misc/tst-efgcvt.c (special): Likewise.
29353         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29354         Remove declarations.
29356 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29358         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29359         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29360         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29361         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29363 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29365         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29366         macro to return vdso values correctly in IFUNC implementations.
29367         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29368         Optimization by using IFUNC.
29370 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29371             Richard Henderson  <rth@redhat.com>
29372             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29374         * Makefile.in (bench): New target.
29375         * NEWS: Mention the benchmark framework.
29376         * Rules (bench): Likewise.
29377         (binaries-bench): Generate binaries for functions to
29378         benchmark.
29379         * benchtests/Makefile: New makefile for benchmark tests.
29380         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29381         programs.
29382         * benchtests/exp-inputs: New input file for EXP function.
29383         * benchtests/pow-inputs: New input file for POW function.
29384         * scripts/bench.pl: New script to generate source files for
29385         benchmark programs.
29387 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29389         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29390         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29391         computations on mantissa.  Use macros for rounding and
29392         division.
29393         (denorm): Likewise.
29394         (__dbl_mp): Likewise.
29395         (add_magnitudes): Likewise.
29396         (sub_magnitudes): Likewise.
29397         (__mul): Likewise.
29398         (__sqr): Likewise.
29399         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29400         powers of two in terms of TWOPOW macro.
29401         (mp_no): Make type of mantissa as MANTISSA_T.
29402         [!RADIXI]: Define RADIXI.
29403         [!TWO52]: Define TWO52.
29404         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29406         * manual/nptl.texi (cindex): Modify threads to pthreads.
29408 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29410         * sysdeps/x86_64/preconfigure: Regenerated.
29412 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29414         [BZ #14155]
29415         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29416         0x1p28 and above.
29417         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29418         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29419         0x1p28 and above.
29420         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29421         * math/libm-test.inc (j0_test): Do not allow one spurious
29422         underflow exception.
29423         (y1_test): Likewise.
29425 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29427         * manual/Makefile (chapters): Add nptl.
29428         * manual/debug.texi (Debugging Support): Add link to Threads
29429         chapter.
29430         * manual/nptl.texi: New file.
29432         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29434 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29436         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29437         for non-NULL pointer before the memory validity test. Pointed
29438         out by Holger Brunck <holger.brunck@keymile.com>.
29440 2013-03-13  Andreas Schwab  <schwab@suse.de>
29442         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29443         instead of .os.
29445 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29447         * timezone/zic.c: Update from tzcode 2013b.
29449 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29451         * manual/install.texi (Configuring and compiling):
29452         Mention i686 and i586.
29453         * INSTALL: Regenerate.
29455 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29457         * sysdeps/init_array/elf-init.c: New file.
29458         * csu/elf-init.c
29459         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29460         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29462         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29463         __gmon_start__ as global, but as static with a .preinit_array pointer.
29464         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29465         * sysdeps/init_array/crti.S: New file, empty except for comments.
29466         * sysdeps/init_array/crtn.S: Likewise.
29468 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29470         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29471         definining bcopy.
29472         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29473         Remove Prefer_SSE_for_memop.
29474         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29475         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29476         HAS_PREFER_SSE_FOR_MEMOP.
29477         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29478         memset-x86-64.
29479         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29480         Remove bzero, memset ifunc support.
29481         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29482         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29483         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29484         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29486 2013-03-11  Andreas Schwab  <schwab@suse.de>
29488         [BZ #15234]
29489         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29490         by SHLIB_COMPAT.
29491         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29492         (GLIBC_2.16): Remove pthread_atfork.
29494 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29496         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29497         (ptestcases.h): Likewise.
29499 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29501         * Makeconfig ($(common-objpfx)config.status): Depend on
29502         sysdeps/*/preconfigure{,.in} too.
29504 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29506         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29507         (__free_hook): Use void * instead of __malloc_ptr_t.
29508         (__malloc_hook): Likewise.
29509         (__realloc_hook): Likewise.
29510         (__memalign_hook): Likewise.
29511         (__after_morecore_hook): Likewise.
29512         * malloc/arena.c (save_malloc_hook): Likewise.
29513         (save_free_hook): Likewise.
29514         * malloc/hooks.c (malloc_hook_ini): Likewise.
29515         (realloc_hook_ini): Likewise.
29516         (memalign_hook_ini): Likewise.
29517         * malloc/malloc.c (malloc_hook_ini): Likewise.
29518         (realloc_hook_ini): Likewise.
29519         (memalign_hook_ini): Likewise.
29520         (__free_hook): Likewise.
29521         (__malloc_hook): Likewise.
29522         (__realloc_hook): Likewise.
29523         (__memalign_hook): Likewise.
29524         (__libc_malloc): Likewise.
29525         (__libc_free): Likewise.
29526         (__libc_realloc): Likewise.
29527         (__libc_memalign): Likewise.
29528         (__libc_valloc): Likewise.
29529         (__libc_pvalloc): Likewise.
29530         (__libc_calloc): Likewise.
29531         (__posix_memalign): Likewise.
29532         * malloc/morecore.c (__sbrk): Likewise.
29533         (__default_morecore): Likewise.
29535         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29537         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29538         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29539         __malloc_ptrdiff_t.
29541         * malloc/malloc.h (__malloc_size_t): Remove macro.
29542         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29543         __malloc_size_t.
29544         (old_memalign_hook): Likewise.
29545         (old_realloc_hook): Likewise.
29546         (struct hdr): Likewise.
29547         (flood): Likewise.
29548         (mallochook): Likewise.
29549         (memalignhook): Likewise.
29550         (reallochook): Likewise.
29551         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29552         (tr_old_realloc_hook): Likewise.
29553         (tr_old_memalign_hook): Likewise.
29554         (tr_mallochook): Likewise.
29555         (tr_reallochook): Likewise.
29556         (tr_memalignhook): Likewise.
29558 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29560         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29561         default_ldbl_pack and using as default implementation.
29562         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29563         implementation.
29564         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29565         redundant definition.
29566         (ldbl_insert_mantissa): Likewise.
29567         (ldbl_canonicalize): Likewise.
29568         (ldbl_nearbyint): Likewise.
29569         (ldbl_pack): Rename to ldbl_pack_ppc.
29570         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29571         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29572         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29574 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29576         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29577         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29578         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29579         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29580         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29581         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29582         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29583         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29585 2013-03-07  Andreas Jaeger  <aj@suse.de>
29587         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29588         bits/mman-linux.h.
29590 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29592         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29593         Include mpa.h and declare __MPEXP.
29594         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29595         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29596         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29597         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29598         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29599         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29600         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29602         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29603         (__slowpow): Use long double EXPL and LOGL functions to
29604         compute POW.
29605         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29606         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29607         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29608         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29609         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29610         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29612         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29613         intermediate variable to calculate exponent.
29614         (__sqr): Likewise.
29615         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29616         Likewise.
29617         (__sqr): Likewise.
29619         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29620         [!NO__SQR]: Define __sqr.
29621         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29622         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29623         sysdeps/ieee754/dbl-64/mpa.c.
29624         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29626         [BZ #12723]
29627         * posix/Makefile (tests): Add tst-pathconf.
29628         * posix/tst-pathconf.c: New test case.
29629         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29630         _PC_PIPE_BUF.
29631         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29633 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29635         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29637 2013-03-06  Andreas Jaeger  <aj@suse.de>
29639         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29640         definition via __MAP_ANONYMOUS.
29642         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29643         it's not part of Linux headers.
29645         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29646         (MAP_HUGE_MASK): Define.
29648         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29649         Define.
29650         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29651         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29652         Define.
29653         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29654         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29655         Define.
29656         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29657         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29658         Define.
29659         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29661         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29662         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29663         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29664         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29665         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29666         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29668         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29669         Handle f2fs.
29671         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29672         Handle f2fs and efivarfs.
29674         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29675         f2fs.
29677         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29678         (EFIVARFS_MAGIC): Add.
29679         (F2FS_LINK_MAX): Add.
29681 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29683         * stdio-common/vfprintf.c: Replace __builtin_expect with
29684         __glibc_unlikely.
29686 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29688         [BZ #13550]
29689         * sysdeps/generic/bp-sym.h: Remove file.
29690         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29691         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29692         <bp-sym.h> and <bp-asm.h>.
29693         (__longjmp): Don't use BP_SYM.
29694         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29695         and <bp-asm.h>.
29696         (memcpy): Don't use BP_SYM.
29697         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29698         <bp-sym.h> and <bp-asm.h>.
29699         (memcpy): Don't use BP_SYM.
29700         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29701         <bp-asm.h>.
29702         (memcpy): Don't use BP_SYM.
29703         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29704         <bp-asm.h>.
29705         (memset): Don't use BP_SYM.
29706         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29707         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29708         (__bzero): Don't use BP_SYM.
29709         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29710         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29711         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29712         <bp-sym.h> and <bp-asm.h>.
29713         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29714         pointers.
29715         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29716         <bp-sym.h> and <bp-asm.h>.
29717         (memcpy): Don't use BP_SYM.
29718         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29719         <bp-sym.h> and <bp-asm.h>.
29720         (memset): Don't use BP_SYM.
29721         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29722         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29723         (__bzero): Don't use BP_SYM.
29724         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29725         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29726         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29727         <bp-sym.h> and <bp-asm.h>.
29728         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29729         pointers.
29730         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29731         <bp-sym.h> and <bp-asm.h>.
29732         (memcpy): Don't use BP_SYM.
29733         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29734         <bp-sym.h> and <bp-asm.h>.
29735         (memset): Don't use BP_SYM.
29736         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29737         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29738         (__bzero): Don't use BP_SYM.
29739         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29740         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29741         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29742         <bp-sym.h> and <bp-asm.h>.
29743         (__memchr): Don't use BP_SYM.
29744         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29745         <bp-sym.h> and <bp-asm.h>.
29746         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29747         pointers.
29748         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29749         <bp-sym.h> and <bp-asm.h>.
29750         (memcpy): Don't use BP_SYM.
29751         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29752         <bp-sym.h> and <bp-asm.h>.
29753         (__mempcpy): Don't use BP_SYM.
29754         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29755         <bp-sym.h> and <bp-asm.h>.
29756         (__memrchr): Don't use BP_SYM.
29757         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29758         <bp-sym.h> and <bp-asm.h>.
29759         (memset): Don't use BP_SYM.
29760         (__bzero): Likewise.
29761         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29762         <bp-sym.h> and <bp-asm.h>.
29763         (__rawmemchr): Don't use BP_SYM.
29764         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29765         <bp-sym.h> and <bp-asm.h>.
29766         (__STRCMP): Don't use BP_SYM.
29767         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29768         <bp-sym.h> and <bp-asm.h>.
29769         (strchr): Don't use BP_SYM.
29770         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29771         <bp-sym.h> and <bp-asm.h>.
29772         (__strchrnul): Don't use BP_SYM.
29773         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29774         <bp-sym.h> and <bp-asm.h>.
29775         (strlen): Don't use BP_SYM.
29776         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29777         <bp-sym.h> and <bp-asm.h>.
29778         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29779         pointers.
29780         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29781         <bp-sym.h> and <bp-asm.h>.
29782         (__strnlen): Don't use BP_SYM.
29783         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29784         <bp-sym.h> and <bp-asm.h>.
29785         (__GI__setjmp): Don't use BP_SYM.
29786         (_setjmp): Likewise.
29787         (__sigsetjmp): Likewise.
29788         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29789         (L(start_addresses)): Don't use BP_SYM.
29790         (_start): Likewise.
29791         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29792         <bp-asm.h>.
29793         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29794         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29795         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29796         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29797         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29798         <bp-asm.h>.
29799         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29800         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29801         about bounded pointers.
29802         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29803         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29804         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29805         <bp-asm.h>.
29806         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29807         about bounded pointers.  Remove GKM FIXME comments.
29808         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29809         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29810         <bp-asm.h>.
29811         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29812         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29813         Remove GKM FIXME comments.
29814         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29815         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29816         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29817         <bp-asm.h>.
29818         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29819         about bounded pointers.  Remove GKM FIXME comment.
29820         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29821         and <bp-asm.h>.
29822         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29823         pointers.
29824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29825         <bp-sym.h> and <bp-asm.h>.
29826         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29828         <bp-sym.h> and <bp-asm.h>.
29829         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29830         comment.
29832 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29834         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29835         call free(NULL).
29837 2013-03-05  David S. Miller  <davem@davemloft.net>
29839         * po/es.po: Update from translation team.
29841 2013-03-05  Andreas Jaeger  <aj@suse.de>
29843         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29844         <bits/mman-linux.h>.
29845         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29846         is fine.
29847         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29848         <bits/mman-linux.h> to end of file.
29849         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29850         is fine.
29851         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29852         <bits/mman-linux.h> to end of file.
29853         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29854         is fine.
29855         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29856         <bits/mman-linux.h> to end of file.
29858         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29859         (MCL_CURRENT, MCL_FUTURE): Define here.
29861 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29863         [BZ #15232]
29864         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29865         attribute_hidden.
29866         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29868 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29870         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29871         fourth parameter needed for rt_sigprocmask syscall.
29872         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29873         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29874         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29875         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29876         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29877         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29879 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29881         [BZ #13550]
29882         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29883         comment about bounded pointers.
29884         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29885         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29887 2013-03-04  Andreas Jaeger  <aj@suse.de>
29889         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29890         common definitions.
29892         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29893         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29894         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29895         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29896         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29897         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29899 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29901         [BZ #15055]
29902         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29903         __ieee754_sqrl instead of __sqrl.
29905 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29907         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29908         * sysdeps/powerpc/fpu_control.h: ... here.
29909         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29910         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29911         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29912         * sysdeps/powerpc/bits/mathinline.h: ... here.
29914 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29916         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29917         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29918         to just [NEED_DL_SYSINFO_DSO].
29919         * elf/dl-support.c: Likewise.
29920         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29921         * elf/rtld.c (dl_main): Likewise.
29922         * elf/setup-vdso.h (setup_vdso): Likewise.
29923         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29924         * sysdeps/unix/sysv/linux/dl-sysdep.c
29925         (_dl_discover_osversion): Likewise.
29927 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29929         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29930         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29932 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29934         * NEWS: Mention libm performance improvements and non-x86 PI
29935         futex support.
29937         * csu/libc-start.c (__pthread_initialize_minimal): Change
29938         function arguments.
29939         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29941 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29943         [BZ #13550]
29944         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29945         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29946         <bp-sym.h> and <bp-asm.h>.
29947         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29948         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29949         and <bp-asm.h>.
29950         (memcpy): Don't use BP_SYM.
29951         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29952         <bp-asm.h>.
29953         (__mpn_add_n): Don't use BP_SYM.
29954         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29955         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29956         and <bp-asm.h>.
29957         (__mpn_addmul_1): Don't use BP_SYM.
29958         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29959         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29960         <bp-sym.h>.
29961         (_setjmp): Don't use BP_SYM.
29962         (__novmx_setjmp): Likewise.
29963         (__GI__setjmp): Likewise.
29964         (__vmx_setjmp): Likewise.
29965         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29966         <bp-sym.h>.
29967         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29968         (__bzero): Don't use BP_SYM.
29969         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29970         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29971         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29972         <bp-sym.h> and <bp-asm.h>.
29973         (memcpy): Don't use BP_SYM.
29974         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29975         <bp-sym.h> and <bp-asm.h>.
29976         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29977         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29978         <bp-sym.h> and <bp-asm.h>.
29979         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29980         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29981         <bp-asm.h>.
29982         (__mpn_lshift): Don't use BP_SYM.
29983         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29984         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29985         <bp-asm.h>.
29986         (memset): Don't use BP_SYM.
29987         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29988         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29989         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29990         <bp-asm.h>.
29991         (__mpn_mul_1): Don't use BP_SYM.
29992         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29993         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29994         <bp-sym.h> and <bp-asm.h>.
29995         (memcmp): Don't use BP_SYM.
29996         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29997         <bp-sym.h> and <bp-asm.h>.
29998         (memcpy): Don't use BP_SYM.
29999         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30000         <bp-sym.h> and <bp-asm.h>.
30001         (memset): Don't use BP_SYM.
30002         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30003         <bp-sym.h> and <bp-asm.h>.
30004         (strncmp): Don't use BP_SYM.
30005         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30006         <bp-sym.h> and <bp-asm.h>.
30007         (memcpy): Don't use BP_SYM.
30008         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30009         <bp-sym.h> and <bp-asm.h>.
30010         (memset): Don't use BP_SYM.
30011         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30012         <bp-sym.h> and <bp-asm.h>.
30013         (__memchr): Don't use BP_SYM.
30014         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30015         <bp-sym.h> and <bp-asm.h>.
30016         (memcmp): Don't use BP_SYM.
30017         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30018         <bp-sym.h> and <bp-asm.h>.
30019         (memcpy): Don't use BP_SYM.
30020         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30021         <bp-sym.h> and <bp-asm.h>.
30022         (__mempcpy): Don't use BP_SYM.
30023         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30024         <bp-sym.h> and <bp-asm.h>.
30025         (__memrchr): Don't use BP_SYM.
30026         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30027         <bp-sym.h> and <bp-asm.h>.
30028         (memset): Don't use BP_SYM.
30029         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30030         <bp-sym.h> and <bp-asm.h>.
30031         (__rawmemchr): Don't use BP_SYM.
30032         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30033         <bp-sym.h> and <bp-asm.h>.
30034         (__STRCMP): Don't use BP_SYM.
30035         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30036         <bp-sym.h> and <bp-asm.h>.
30037         (strchr): Don't use BP_SYM.
30038         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30039         <bp-sym.h> and <bp-asm.h>.
30040         (__strchrnul): Don't use BP_SYM.
30041         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30042         <bp-sym.h> and <bp-asm.h>.
30043         (strlen): Don't use BP_SYM.
30044         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30045         <bp-sym.h> and <bp-asm.h>.
30046         (strncmp): Don't use BP_SYM.
30047         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30048         <bp-sym.h> and <bp-asm.h>.
30049         (__strnlen): Don't use BP_SYM.
30050         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30051         <bp-asm.h>.
30052         (__mpn_rshift): Don't use BP_SYM.
30053         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30054         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30055         <bp-sym.h> and <bp-asm.h>.
30056         (__sigsetjmp): Don't use BP_SYM.
30057         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30058         (L(start_addresses)): Don't use BP_SYM.
30059         (_start): Likewise.
30060         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30061         <bp-asm.h>.
30062         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30063         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30064         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30065         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30066         <bp-asm.h>.
30067         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30068         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30069         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30070         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30071         <bp-asm.h>.
30072         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30073         comments.
30074         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30075         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30076         <bp-asm.h>.
30077         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30078         FIXME comments.
30079         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30080         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30081         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30082         <bp-asm.h>.
30083         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30084         comment.
30085         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30086         and <bp-asm.h>.
30087         (strncmp): Don't use BP_SYM,
30088         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30089         <bp-asm.h>.
30090         (__mpn_sub_n): Don't use BP_SYM.
30091         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30092         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30093         and <bp-asm.h>.
30094         (__mpn_submul_1): Don't use BP_SYM.
30095         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30097         <bp-sym.h> and <bp-asm.h>.
30098         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30100         <bp-sym.h> and <bp-asm.h>.
30101         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30102         comment.
30104 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30106         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30107         Use ZK to minimize writes to Z.
30108         (sub_magnitudes): Simplify code a bit.
30109         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30110         Use ZK to minimize writes to Z.
30111         (sub_magnitudes): Simplify code a bit.
30113 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30115         * csu/gmon-start.c: Add special exception to license text.
30117 2013-02-27  Richard Henderson  <rth@redhat.com>
30119         * scripts/config.guess: Update from config.git.
30120         * scripts/config.sub: Likewise.
30122 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30124         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30126         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30128         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30130         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30132         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30134 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30136         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30137         [$(build-shared = yes].
30139 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30141         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30142         (__mul): Reduce iterations for calculating mantissa.
30144         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30145         MPTWO.
30146         (__mpranred): Likewise.
30148         [BZ #15160]
30149         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30150         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30152 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30154         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30155         Define __attribute__.
30157 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30159         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30160         unused.
30161         * posix/regex_internal.h (__attribute): Remove.
30162         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30163         (re_string_context_at): Likewise.
30164         (bitset_not): Use __attribute__ and mark function as possibly
30165         unused.
30166         (bitset_merge): Likewise.
30167         (bitset_mask): Likewise.
30168         (re_string_char_size_at): Likewise.
30169         (re_string_wchar_at): Likewise.
30170         (re_string_elem_size_at): Likewise.
30172 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30174         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30175         code.
30176         (cc32): Likewise.
30178         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30179         (__acr): Likewise.
30180         (__cpy): Likewise.
30181         (norm): Likewise.
30182         (denorm): Likewise.
30183         (__dbl_mp): Likewise.
30184         (add_magnitudes): Likewise.
30185         (sub_magnitudes): Likewise.
30186         (__mul): Likewise.
30187         (__inv): Likewise.
30189         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30190         style.
30192         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30193         style.
30195         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30196         code.
30198         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30199         up changes with default code.
30200         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30201         Likewise.
30203 2013-02-24  Allan McRae  <allan@archlinux.org>
30205         * manual/socket.texi (The Internet Namespace): Order menu items
30206         to match that in the file.
30208         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30209         node listing of the info page menu.
30211 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30213         [BZ #13550]
30214         * sysdeps/i386/bp-asm.h: Remove file.
30215         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30216         (PARMS): Do not use macros from bp-asm.h.
30217         (S1): Likewise.
30218         (S2): Likewise.
30219         (SIZE): Likewise.
30220         (__mpn_add_n): Do not use BP_SYM
30221         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30222         "bp-asm.h".
30223         (PARMS): Do not use macros from bp-asm.h.
30224         (S1): Likewise.
30225         (SIZE): Likewise.
30226         (__mpn_addmul_1): Do not use BP_SYM
30227         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30228         "bp-asm.h".
30229         (PARMS): Do not use macros from bp-asm.h.
30230         (SIGMSK): Likewise.
30231         (_setjmp): Likewise.  Do not use BP_SYM.
30232         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30233         "bp-asm.h".
30234         (PARMS): Do not use macros from bp-asm.h.
30235         (SIGMSK): Likewise.
30236         (setjmp): Likewise.  Do not use BP_SYM.
30237         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30238         "bp-asm.h".
30239         (PARMS): Do not use macros from bp-asm.h.
30240         (__frexp): Do not use BP_SYM.
30241         (frexp): Likewise.
30242         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30243         "bp-asm.h".
30244         (PARMS): Do not use macros from bp-asm.h.
30245         (__frexpf): Do not use BP_SYM.
30246         (frexpf): Likewise.
30247         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30248         "bp-asm.h".
30249         (PARMS): Do not use macros from bp-asm.h.
30250         (__frexpl): Do not use BP_SYM.
30251         (frexpl): Likewise.
30252         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30253         "bp-asm.h".
30254         (PARMS): Do not use macros from bp-asm.h.
30255         (__remquo): Do not use BP_SYM.
30256         (remquo): Likewise.
30257         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30258         "bp-asm.h".
30259         (PARMS): Do not use macros from bp-asm.h.
30260         (__remquof): Do not use BP_SYM.
30261         (remquof): Likewise.
30262         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30263         "bp-asm.h".
30264         (PARMS): Do not use macros from bp-asm.h.
30265         (__remquol): Do not use BP_SYM.
30266         (remquol): Likewise.
30267         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30268         "bp-asm.h".
30269         (PARMS): Do not use macros from bp-asm.h.
30270         (DEST): Likewise.
30271         (SRC): Likewise.
30272         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30273         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30274         "bp-asm.h".
30275         (PARMS): Do not use macros from bp-asm.h.
30276         (strlen): Do not use BP_SYM.
30277         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30278         "bp-asm.h".
30279         (PARMS): Do not use macros from bp-asm.h.
30280         (S1): Likewise.
30281         (S2): Likewise.
30282         (SIZE): Likewise.
30283         (__mpn_add_n): Do not use BP_SYM.
30284         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30285         "bp-asm.h".
30286         (PARMS): Do not use macros from bp-asm.h.
30287         (S1): Likewise.
30288         (SIZE): Likewise.
30289         (__mpn_addmul_1): Do not use BP_SYM.
30290         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30291         weak_alias.
30292         (bzero): Likewise.
30293         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30294         "bp-asm.h".
30295         (PARMS): Do not use macros from bp-asm.h.
30296         (S): Likewise.
30297         (SIZE): Likewise.
30298         (__mpn_lshift): Do not use BP_SYM.
30299         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30300         "bp-asm.h".
30301         (PARMS): Do not use macros from bp-asm.h.
30302         (DEST): Likewise.
30303         (SRC): Likewise.
30304         (LEN): Likewise.
30305         (memcpy): Likewise.  Do not use BP_SYM.
30306         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30307         libc_hidden_def and weak_alias.
30308         (mempcpy): Do not use BP_SYM in weak_alias.
30309         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30310         "bp-asm.h".
30311         (PARMS): Do not use macros from bp-asm.h.
30312         (DEST): Likewise.
30313         (LEN): Likewise.
30314         [!BZERO_P] (CHR): Likewise.
30315         (memset): Likewise.  Do not use BP_SYM.
30316         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30317         "bp-asm.h".
30318         (PARMS): Do not use macros from bp-asm.h.
30319         (S1): Likewise.
30320         (SIZE): Likewise.
30321         (__mpn_mul_1): Do not use BP_SYM.
30322         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30323         "bp-asm.h".
30324         (PARMS): Do not use macros from bp-asm.h.
30325         (S): Likewise.
30326         (SIZE): Likewise.
30327         (__mpn_rshift): Do not use BP_SYM.
30328         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30329         "bp-asm.h".
30330         (PARMS): Do not use macros from bp-asm.h.
30331         (STR): Likewise.
30332         (CHR): Likewise.
30333         (strchr): Likewise.  Do not use BP_SYM.
30334         (index): Do not use BP_SYM in weak_alias.
30335         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30336         "bp-asm.h".
30337         (PARMS): Do not use macros from bp-asm.h.
30338         (DEST): Likewise.
30339         (SRC): Likewise.
30340         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30341         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30342         "bp-asm.h".
30343         (PARMS): Do not use macros from bp-asm.h.
30344         (strlen): Do not use BP_SYM.
30345         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30346         "bp-asm.h".
30347         (PARMS): Do not use macros from bp-asm.h.
30348         (S1): Likewise.
30349         (S2): Likewise.
30350         (SIZE): Likewise.
30351         (__mpn_sub_n): Do not use BP_SYM.
30352         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30353         "bp-asm.h".
30354         (PARMS): Do not use macros from bp-asm.h.
30355         (S1): Likewise.
30356         (SIZE): Likewise.
30357         (__mpn_submul_1): Do not use BP_SYM.
30358         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30359         "bp-asm.h".
30360         (PARMS): Do not use macros from bp-asm.h.
30361         (S1): Likewise.
30362         (S2): Likewise.
30363         (SIZE): Likewise.
30364         (__mpn_add_n): Do not use BP_SYM.
30365         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30366         weak_alias.
30367         (bzero): Likewise.
30368         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30369         "bp-asm.h".
30370         (PARMS): Do not use macros from bp-asm.h.
30371         (BLK2): Likewise.
30372         (LEN): Likewise.
30373         (memcmp): Do not use BP_SYM.
30374         (bcmp): Do not use BP_SYM in weak_alias.
30375         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30376         "bp-asm.h".
30377         (PARMS): Do not use macros from bp-asm.h.
30378         (DEST): Likewise.
30379         (SRC): Likewise.
30380         (LEN): Likewise.
30381         (memcpy): Likewise.  Do not use BP_SYM.
30382         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30383         "bp-asm.h".
30384         (PARMS): Do not use macros from bp-asm.h.
30385         (DEST): Likewise.
30386         (SRC): Likewise.
30387         (LEN): Likewise.
30388         (memmove): Likewise.  Do not use BP_SYM.
30389         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30390         "bp-asm.h".
30391         (PARMS): Do not use macros from bp-asm.h.
30392         (DEST): Likewise.
30393         (SRC): Likewise.
30394         (LEN): Likewise.
30395         (__mempcpy): Likewise.  Do not use BP_SYM.
30396         (mempcpy): Do not use BP_SYM in weak_alias.
30397         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30398         "bp-asm.h".
30399         (PARMS): Do not use macros from bp-asm.h.
30400         (DEST): Likewise.
30401         (LEN): Likewise.
30402         [!BZERO_P] (CHR): Likewise.
30403         (memset): Likewise.  Do not use BP_SYM.
30404         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30405         "bp-asm.h".
30406         (PARMS): Do not use macros from bp-asm.h.
30407         (STR2): Likewise.
30408         (strcmp): Do not use BP_SYM.
30409         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30410         "bp-asm.h".
30411         (PARMS): Do not use macros from bp-asm.h.
30412         (STR): Likewise.
30413         (DELIM): Likewise.
30414         [USE_AS_STRTOK_R] (SAVE): Likewise.
30415         (FUNCTION): Likewise.  Do not use BP_SYM.
30416         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30417         aliases.
30418         (strtok_r): Likewise.
30419         (__GI___strtok_r): Likewise.
30420         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30421         (PARMS): Do not use macros from bp-asm.h.
30422         (S): Likewise.
30423         (SIZE): Likewise.
30424         (__mpn_lshift): Do not use BP_SYM.
30425         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30426         (PARMS): Do not use macros from bp-asm.h.
30427         (STR): Likewise.
30428         (CHR): Likewise.
30429         (__memchr): Do not use BP_SYM.
30430         (memchr): Do not use BP_SYM in weak_alias.
30431         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30432         (PARMS): Do not use macros from bp-asm.h.
30433         (BLK2): Likewise.
30434         (LEN): Likewise.
30435         (memcmp): Do not use BP_SYM.
30436         (bcmp): Do not use BP_SYM in weak_alias.
30437         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30438         (PARMS): Do not use macros from bp-asm.h.
30439         (S1): Likewise.
30440         (SIZE): Likewise.
30441         (__mpn_mul_1): Do not use BP_SYM.
30442         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30443         "bp-asm.h".
30444         (PARMS): Do not use macros from bp-asm.h.
30445         (STR): Likewise.
30446         (CHR): Likewise.
30447         (__rawmemchr): Do not use BP_SYM.
30448         (rawmemchr): Do not use BP_SYM in weak_alias.
30449         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30450         (PARMS): Do not use macros from bp-asm.h.
30451         (S): Likewise.
30452         (SIZE): Likewise.
30453         (__mpn_rshift): Do not use BP_SYM.
30454         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30455         (PARMS): Do not use macros from bp-asm.h.
30456         (SIGMSK): Likewise.
30457         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30458         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30459         (_start): Do not use BP_SYM.
30460         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30461         (PARMS): Do not use macros from bp-asm.h.
30462         (DEST): Likewise.
30463         (SRC): Likewise.
30464         (__stpcpy): Likewise.  Do not use BP_SYM.
30465         (stpcpy): Do not use BP_SYM in weak_alias.
30466         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30467         "bp-asm.h".
30468         (PARMS): Do not use macros from bp-asm.h.
30469         (DEST): Likewise.
30470         (SRC): Likewise.
30471         (LEN): Likewise.
30472         (__stpncpy): Likewise.  Do not use BP_SYM.
30473         (stpncpy): Do not use BP_SYM in weak_alias.
30474         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30475         (PARMS): Do not use macros from bp-asm.h.
30476         (STR): Likewise.
30477         (CHR): Likewise.
30478         (strchr): Likewise.  Do not use BP_SYM.
30479         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30480         "bp-asm.h".
30481         (PARMS): Do not use macros from bp-asm.h.
30482         (STR): Likewise.
30483         (CHR): Likewise.
30484         (__strchrnul): Likewise.  Do not use BP_SYM.
30485         (strchrnul): Do not use BP_SYM in weak_alias.
30486         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30487         "bp-asm.h".
30488         (PARMS): Do not use macros from bp-asm.h.
30489         (STOP): Likewise.
30490         (strcspn): Do not use BP_SYM.
30491         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30492         "bp-asm.h".
30493         (PARMS): Do not use macros from bp-asm.h.
30494         (STR): Likewise.
30495         (STOP): Likewise.
30496         (strpbrk): Likewise.  Do not use BP_SYM.
30497         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30498         "bp-asm.h".
30499         (PARMS): Do not use macros from bp-asm.h.
30500         (STR): Likewise.
30501         (CHR): Likewise.
30502         (strrchr): Likewise.  Do not use BP_SYM.
30503         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30504         (PARMS): Do not use macros from bp-asm.h.
30505         (SKIP): Likewise.
30506         (strspn): Do not use BP_SYM.
30507         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30508         (PARMS): Do not use macros from bp-asm.h.
30509         (STR): Likewise.
30510         (DELIM): Likewise.
30511         (SAVE): Likewise.
30512         (FUNCTION): Likewise.  Do not use BP_SYM.
30513         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30514         aliases.
30515         (strtok_r): Likewise.
30516         (__GI___strtok_r): Likewise.
30517         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30518         (PARMS): Do not use macros from bp-asm.h.
30519         (S1): Likewise.
30520         (S2): Likewise.
30521         (SIZE): Likewise.
30522         (__mpn_sub_n): Do not use BP_SYM.
30523         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30524         "bp-asm.h".
30525         (PARMS): Do not use macros from bp-asm.h.
30526         (S1): Likewise.
30527         (SIZE): Likewise.
30528         (__mpn_submul_1): Do not use BP_SYM.
30529         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30530         <bp-sym.h>.
30531         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30532         and <bp-asm.h>.
30533         (PARMS): Do not use macros from bp-asm.h.
30534         (FLAGS): Likewise.
30535         (PTID): Likewise.
30536         (TLS): Likewise.
30537         (CTID): Likewise.
30538         (__clone): Do not use BP_SYM.
30539         (clone): Do not use BP_SYM in weak_alias.
30540         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30541         and <bp-asm.h>.
30542         (PARMS): Do not use macros from bp-asm.h.
30543         (LEN): Likewise.
30544         (__mmap64): Do not use BP_SYM.
30545         (mmap64): Do not use BP_SYM in weak_alias.
30546         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30547         <bp-sym.h> and <bp-asm.h>.
30548         (PARMS): Do not use macros from bp-asm.h.
30549         (__posix_fadvise64_l64): Do not use BP_SYM.
30550         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30551         (PARMS): Do not use macros from bp-asm.h.
30552         (NSOPS): Likewise.
30553         (semtimedop): Do not use BP_SYM.
30554         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30555         and <bp-asm.h>.
30557 2013-02-21  Allan McRae  <allan@archlinux.org>
30559         * manual/message.texi (Charset conversion in gettext):
30560         Move @end statement to beginning of line.
30562 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30564         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30565         static.
30566         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30567         Likewise.
30569         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30570         (denorm): Likewise.
30571         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30572         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30574 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30576         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30577         tail-call to the resolved function if pltexit isn't needed.
30579 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30581         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30582         or Y being zero as being unlikely.
30583         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30584         Likewise.
30586 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30588         * manual/nss.texi (System Databases and Name Service Switch):
30589         Remove frobnicate @pxref.
30591 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30593         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30594         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30596 2013-02-20  Petr Machata  <pmachata@redhat.com>
30598         * elf/elf.h (R_ARM_TARGET1): New macro.
30599         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30600         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30601         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30602         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30603         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30604         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30605         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30606         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30607         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30608         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30609         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30610         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30611         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30612         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30613         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30614         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30615         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30616         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30617         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30618         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30619         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30620         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30621         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30622         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30623         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30624         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30625         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30626         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30627         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30628         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30629         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30630         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30631         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30632         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30633         (R_ARM_THM_GOT_BREL12): Likewise.
30634         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30635         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30636         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30637         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30638         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30639         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30640         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30641         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30642         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30644 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30646         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30647         __attribute_used__ to __attribute__ ((unused)).
30649 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30651         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30652         powerpc mpa.c.
30653         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30654         comment formatting.
30655         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30657 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30659         [BZ #13550]
30660         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30661         Remove macro.
30662         (ENTER): Remove both macro definitions.
30663         (LEAVE): Likewise.
30664         (CHECK_BOUNDS_LOW): Likewise.
30665         (CHECK_BOUNDS_HIGH): Likewise.
30666         (CHECK_BOUNDS_BOTH): Likewise.
30667         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30668         (RETURN_BOUNDED_POINTER): Likewise.
30669         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30670         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30671         (POP_ERRNO_LOCATION_RETURN): Likewise.
30672         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30673         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30674         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30675         macros.
30676         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30677         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30678         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30679         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30680         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30681         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30682         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30683         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30684         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30685         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30686         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30687         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30688         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30689         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30690         removed macros.
30691         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30692         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30693         macros.
30694         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30695         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30696         * sysdeps/i386/i586/memset.S (memset): Likewise.
30697         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30698         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30699         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30700         macros.
30701         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30702         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30703         Change uses of L(2) to L(out).
30704         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30705         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30706         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30707         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30708         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30709         removed macros.
30710         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30711         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30712         macros.
30713         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30714         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30715         (RETURN): Do not use macro LEAVE.
30716         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30717         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30718         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30719         * sysdeps/i386/i686/memset.S (memset): Likewise.
30720         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30721         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30722         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30723         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30724         Likewise.
30725         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30726         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30727         L(1_2) and L(1_3) into L(1).
30728         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30729         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30730         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30731         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30732         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30733         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30734         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30735         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30736         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30737         macros.
30738         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30739         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30740         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30741         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30742         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30743         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30744         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30745         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30746         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30747         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30748         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30749         * sysdeps/i386/strspn.S (strspn): Likewise.
30750         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30751         conditional code.
30752         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30753         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30754         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30755         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30756         L(1_3) into L(1_1).
30757         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30758         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30759         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30760         macros.
30761         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30763 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30765         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30766         macro.
30768 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30770         * math/atest-exp.c (exp_mpn): Remove ROUND.
30771         * math/atest-exp2.c (exp_mpn): Likewise.
30772         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30774         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30775         * stdlib/tst-tls-atexit-lib.c: Likewise.
30776         * stdlib/tst-tls-atexit.c: Likewise.
30778 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30780         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30781         and __attribute_alloc_size__.
30783 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30785         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30786         __attribute_alloc_size__.
30787         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30788         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30790 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30792         * include/programs/xmalloc.h: New file.
30793         * catgets/gencat.c: Include it.
30794         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30795         * elf/pldd.c: Likewise.
30796         * iconv/iconv_charmap.c: Likewise.
30797         * iconv/iconvconfig.c: Likewise.
30798         * iconv/strtab.c: Likewise.
30799         * locale/programs/locale.c: Likewise.
30800         * locale/programs/localedef.h: Likewise.
30801         * locale/programs/simple-hash.c: Likewise.
30802         * nscd/nscd.h: Likewise.
30803         * nss/makedb.c: Likewise.
30804         * sysdeps/generic/ldconfig.h: Likewise.
30806 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30808         * Versions.def: Add GLIBC_2.18.
30809         * include/link.h (struct link_map): New member l_tls_dtor_count.
30810         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30811         (__call_tls_dtors): Likewise.
30812         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30813         __cxa_thread_atexit_impl.
30814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30815         Likewise.
30816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30817         Likewise.
30818         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30819         Likewise.
30820         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30821         Likewise.
30822         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30823         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30824         Likewise.
30825         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30826         Likewise.
30827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30828         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30829         Likewise.
30830         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30831         (tests): Add test case tst-tls-atexit.
30832         (modules-names): Add shared library for tst-tls-atexit.
30833         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30834         (GLIBC_PRIVATE): Add __call_tls_dtors.
30835         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30836         for libstdc++.
30837         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30838         * stdlib/tst-tls-atexit.c: New test case.
30839         * stdlib/tst-tls-atexit-lib.c: New test case.
30841         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30843         * elf/Versions (ld): Add _dl_find_dso_for_object.
30844         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30845         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30846         (dl_open_worker): Use _dl_find_dso_for_object.
30847         * elf/dl-sym.c (do_sym): Likewise.
30848         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30850 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30852         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30853         Syntactic changes only.
30854         (_dl_runtime_profile): Do a tail-call to the resolved function.
30856 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30858         [BZ #13550]
30859         * sysdeps/x86_64/bp-asm.h: Remove file.
30860         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30861         <bp-sym.h> and <bp-asm.h>.
30862         (__clone): Do not use BP_SYM.
30863         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30864         <bp-sym.h> and <bp-asm.h>.
30865         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30866         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30867         "bp-asm.h".
30868         (_setjmp): Do not use BP_SYM.
30869         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30870         "bp-asm.h".
30871         (setjmp): Do not use BP_SYM.
30872         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30873         libc_hidden_def.
30874         (mempcpy): Do not use BP_SYM in weak_alias.
30875         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30876         "bp-asm.h".
30877         (strchr): Do not use BP_SYM.
30878         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30879         "bp-asm.h".
30880         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30881         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30882         (_start): Do not use BP_SYM.
30883         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30884         "bp-asm.h".
30885         (strcat): Do not use BP_SYM.
30886         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30887         "bp-asm.h".
30888         (STRCMP): Do not use BP_SYM.
30889         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30890         "bp-asm.h".
30891         (STRCPY): Do not use BP_SYM.
30892         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30893         "bp-asm.h".
30894         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30895         "bp-asm.h".
30896         (FUNCTION): Do not use BP_SYM.
30897         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30898         weak_alias.
30899         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30901 2013-02-17  Andreas Jaeger  <aj@suse.de>
30903         * time/Versions: Sort entries.
30904         * string/Versions: Likewise.
30905         * resolv/Versions: Likewise.
30906         * posix/Versions: Likewise.
30907         * iconv/Versions: Likewise.
30908         * elf/Versions: Likewise.
30909         * wcsmbs/Versions: Likewise.
30911 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30913         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30914         loop termination condition.
30916         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30917         variable to calculate EZ.
30918         (__sqr): Likewise.
30920         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30921         the lower precision input.
30923 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30925         [BZ #13550]
30926         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30927         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30928         (run-via-rtld-prefix): Do not handle %-bp tests.
30929         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30930         (all-object-suffixes): Remove .ob.
30931         (bppfx): Remove variable.
30932         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30933         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30934         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30935         [$(build-bounded) = yes] (libtype.ob): Likewise.
30936         * Makerules (elide-routines.ob): Remove variable.
30937         (do-tests-clean): Do not handle *-bp.out.
30938         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30939         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30940         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30941         (tests): Do not include $(tests-bp.out).
30942         (xtests): Do not include $(xtests-bp.out).
30943         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30944         [$(build-bounded) = yes] ($(addprefix
30945         $(objpfx),$(binaries-bounded))): Remove rule.
30946         ($(objpfx)%-bp.out): Remove rule.
30947         * config.make.in (build-bounded): Remove variable.
30948         * crypt/Makefile [$(build-bounded) = yes]
30949         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30950         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30951         append to variable.
30952         [$(build-bounded) = yes] (install-lib): Likewise.
30953         [$(build-bounded) = yes] (generated): Likewise.
30954         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30955         Remove rule.
30956         * intl/Makefile [$(build-bounded) = yes]
30957         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30958         * math/Makefile [$(build-bounded) = yes]
30959         ($(tests:%=$(objpfx)%-bp): Likewise.
30960         * misc/Makefile [$(build-bounded) = yes]
30961         ($(objpfx)tst-tsearch-bp): Likewise.
30962         * nptl/Makeconfig (bounded-thread-library): Remove variable.
30963         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30964         Remove dependency.
30965         * string/Makefile (o-objects.ob): Remove variable.
30966         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30967         (CFLAGS-.ob): Remove variable.
30968         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30969         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30970         both definitions of variable.
30971         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30972         (ASFLAGS-.ob): Remove variable.
30974 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
30976         [BZ #13550]
30977         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30978         Remove __BOUNDED_POINTERS__ from condition.
30979         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30980         * string/bits/string2.h [!__NO_STRING_INLINES &&
30981         !__BOUNDED_POINTERS__]: Likewise.
30982         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30983         Likewise.
30984         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30985         Remove conditional code.
30986         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30987         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30988         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30989         condition.
30991         [BZ #13550]
30992         * csu/libc-start.c: Do not include <bp-sym.h>.
30993         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30994         * elf/dl-open.c: Do not include <bp-sym.h>.
30995         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30996         * math/fegetenv.c: Do not include <bp-sym.h>.
30997         (fegetenv): Do not use BP_SYM in versioned symbols.
30998         * nptl/sysdeps/pthread/bits/libc-lockP.h
30999         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31000         <bp-sym.h>.
31001         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31002         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31003         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31004         (__pthread_mutex_destroy): Likewise.
31005         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31006         (__pthread_mutex_lock): Likewise.
31007         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31008         (__pthread_mutex_trylock): Likewise.
31009         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31010         (__pthread_mutex_unlock): Likewise.
31011         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31012         (__pthread_mutexattr_init): Likewise.
31013         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31014         (__pthread_mutexattr_destroy): Likewise.
31015         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31016         (__pthread_mutexattr_settype): Likewise.
31017         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31018         (__pthread_rwlock_init): Likewise.
31019         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31020         (__pthread_rwlock_destroy): Likewise.
31021         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31022         (__pthread_rwlock_rdlock): Likewise.
31023         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31024         (__pthread_rwlock_tryrdlock): Likewise.
31025         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31026         (__pthread_rwlock_wrlock): Likewise.
31027         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31028         (__pthread_rwlock_trywrlock): Likewise.
31029         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31030         (__pthread_rwlock_unlock): Likewise.
31031         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31032         (__pthread_key_create): Likewise.
31033         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31034         (__pthread_setspecific): Likewise.
31035         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31036         (__pthread_getspecific): Likewise.
31037         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31038         Likewise.
31039         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31040         (_pthread_cleanup_push_defer): Likewise.
31041         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31042         (_pthread_cleanup_pop_restore): Likewise.
31043         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31044         (pthread_setcancelstate): Likewise.
31045         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31046         <bp-sym.h>.
31047         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31048         (memchr): Do not use BP_SYM in weak_alias.
31049         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31050         (fegetenv): Do not use BP_SYM in versioned symbols.
31051         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31052         (fesetenv): Do not use BP_SYM in versioned symbols.
31053         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31054         (feupdateenv): Do not use BP_SYM in versioned symbols.
31055         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31056         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31057         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31058         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31059         (open64): Do not use BP_SYM in weak_alias.
31060         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31061         (fegetenv): Do not use BP_SYM in versioned symbols.
31062         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31063         (fesetenv): Do not use BP_SYM in versioned symbols.
31064         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31065         (feupdateenv): Do not use BP_SYM in versioned symbols.
31066         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31067         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31068         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31069         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31070         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31071         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31072         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31073         <bp-sym.h>.
31074         (__libc_start_main): Do not use BP_SYM.
31076 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31078         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31079         redundant return line.
31080         (norm): Likewise.
31081         (denorm): Likewise.
31082         (dbl_mp): Likewise.
31083         (sub_magnitudes): Likewise.
31084         (__add): Likewise.
31085         (__sub): Likewise.
31086         (__mul): Likewise.
31087         (__inv): Likewise.
31088         (__dvd): Likewise.
31089         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31090         (norm): Likewise.
31091         (denorm): Likewise.
31092         (dbl_mp): Likewise.
31093         (sub_magnitudes): Likewise.
31094         (__add): Likewise.
31095         (__sub): Likewise.
31096         (__mul): Likewise.
31097         (__inv): Likewise.
31098         (__dvd): Likewise.
31100         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31101         instead of __mul.
31102         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31103         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31104         (cc32): Likewise.
31106         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31107         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31108         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31109         of __mul for squares.
31110         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31111         function
31112         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31113         Likewise.
31114         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31115         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31117 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31119         [BZ #13550]
31120         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31121         code.
31122         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31123         prototype or function definition.  Rename ubp_* variables and
31124         parameters.  Remove argv definitions conditional on
31125         [__BOUNDED_POINTERS__].
31126         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31127         * elf/dl-runtime.c (_dl_fixup): Likewise.
31128         * include/set-hooks.h (RUN_HOOK): Likewise.
31129         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31130         definition.
31131         * string/strcpy.c (strcpy): Do not use __unbounded.
31132         * sysdeps/generic/frame.h (struct layout): Likewise.
31133         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31134         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31135         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31136         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31137         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31138         (__backtrace): Likewise.
31139         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31140         use __ptrvalue.
31141         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31142         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31143         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31144         Likewise.
31145         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31146         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31147         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31148         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31149         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31150         Do not use __unbounded.
31151         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31152         Rename __unboundedrlimits parameter to rlimits in prototype.
31153         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31154         Do not use __unbounded.
31155         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31156         not use __ptrvalue.
31157         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31158         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31159         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31160         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31161         __ptrvalue or __unbounded.
31162         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31163         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31164         use __unbounded.
31165         (__new_msgctl): Do not use __ptrvalue.
31166         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31167         __unbounded.
31168         (__libc_msgrcv): Do not use __ptrvalue.
31169         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31170         startup_info): Do not use __unbounded.
31171         (__libc_start_main): Likewise.  Rename ubp_* variables and
31172         parameters.  Remove argv definitions conditional on
31173         [__BOUNDED_POINTERS__].
31174         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31175         __ptrvalue.
31176         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31177         use __unbounded.
31178         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31179         or __ptrvalue.
31180         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31181         use __unbounded.
31182         (__new_shmctl): Do not use __ptrvalue.
31183         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31184         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31185         Likewise.
31186         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31187         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31188         (__libc_sigaction): Likewise.
31189         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31190         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31191         Likewise.
31192         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31194 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31196         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31198         * string/mempcpy.c: Implement by calling memcpy.
31200 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31202         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31204         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31205         evaluation.
31207         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31208         values in the mantissa.
31210         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31211         minimize writes to Z.
31212         (sub_magnitudes): Simplify code a bit.
31214 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31216         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31217         from the message.  The linker prefixes all warnings with that already.
31219 2013-02-12  Andreas Schwab  <schwab@suse.de>
31221         [BZ #15078]
31222         * posix/regexec.c (extend_buffers): Add parameter min_len.
31223         (check_matching): Pass minimum needed length.
31224         (clean_state_log_if_needed): Likewise.
31225         (get_subexp): Likewise.
31226         * posix/Makefile (tests): Add bug-regex34.
31227         (bug-regex34-ENV): Define.
31228         * posix/bug-regex34.c: New file.
31230         [BZ #11561]
31231         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31232         elements compare against the byte sequence of it, not its name.
31233         * posix/Makefile (tests): Add bug-regex35.
31234         (bug-regex35-ENV): Define.
31235         * posix/bug-regex35.c: New file.
31237 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31239         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31240         comment.
31241         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31242         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31243         (CHECK_EOL): Add undef.
31245 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31247         * bits/stdlib-bsearch.h: New file.
31248         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31249         * stdlib/stdlib.h: Likewise.
31251 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31253         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31254         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31255         declaration.
31256         * manual/search.texi (Array Search Function): Add missing const in
31257         lfind prototype.
31258         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31259         declaration to use rlim_t.
31260         (Basic Scheduling Functions): Remove erroneous const from
31261         sched_getparam prototype.  Remove erroneous * from
31262         sched_get_priority_max and sched_get_priority_min prototypes.
31263         (Resource Usage): Fix summary @comment on vtimes to refer to
31264         sys/vtimes.h rather than vtimes.h.
31265         Add missing *s in vtimes prototype.
31266         (Limits on Resources): Fix ulimit prototype to return long int.
31267         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31268         prototypes to use long int rather than double.
31269         (BSD Random): Fix initstate and setstate to use char *, not void *.
31270         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31271         prototype to make second argument 'struct aiocb64 *const[]'.
31272         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31273         (Status of AIO Operations): Remove erroneous const in aio_return and
31274         aio_return64 prototypes.
31275         (Synchronizing I/O): Fix sync prototype to return void.
31276         * manual/startup.texi (Suboptions): Remove an erroneous const in
31277         getsubopt prototype.
31278         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31279         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31280         use size_t rather than int.
31281         (Scanning All Users): Likewise for getpwent_r.
31282         (Setting Groups): Add missing const to setgroups prototype.
31283         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31284         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31285         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31286         'const void *' rather than 'const char *'.
31287         (Host Address Functions): Likewise for inet_ntop.
31288         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31289         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31290         ssize_t for return value.
31291         (Sending Data): Likewise for send, sendto, sendmsg.
31292         (Socket Option Functions): Add a missing const in setsockopt prototype.
31293         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31294         use wchar_t for the argument.
31295         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31296         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31297         take no arguments.
31298         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31299         double/float/long double for second argument.
31300         Fix return types of significand, significandf, significandl.
31301         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31302         argument in fchmod prototype.
31303         (File Owner): Use uid_t and gid_t in fchown prototype.
31304         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31305         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31306         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31307         use 'const struct dirent **' as argument types to CMP function pointer
31308         argument.
31309         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31310         (File Times): Fix summary magic @comment for struct utimbuf and utime
31311         to refer to utime.h, not time.h.
31312         * manual/string.texi (Argz Functions): Add missing const in
31313         argz_extract and argz_next prototypes.
31314         (Finding Tokens in a String): Likewise for basename.
31315         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31316         (Copying and Concatenation): Fix typo in wmemmove prototype.
31317         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31318         (Signal Stack): Remove erroneous const in sigstack prototype.
31319         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31320         prototype.
31321         (Simple Calendar Time): Likewise for stime.
31322         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31323         prototype.
31324         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31325         say sys/sysctl.h instead.
31326         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31327         and vsyslog prototypes.
31329 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31331         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31332         Remove.
31334 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31336         * misc/sys/mman.h: Fix typo in mremap comment.
31338 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31340         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31341         the '\0' terminator.
31343 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31345         [BZ #13550]
31346         * debug/segfault.c: Don't include <bp-checks.h>.
31347         * sysdeps/generic/bp-checks.h: Remove file.
31348         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31349         (__GETDENTS): Don't use CHECK_N.
31350         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31351         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31352         (__getgroups): Don't use CHECK_N.
31353         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31354         (setgroups): Don't use CHECK_N.
31355         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31356         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31357         (__libc_msgrcv): Don't use CHECK_N.
31358         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31359         (__libc_msgsnd): Don't use CHECK_N.
31360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31361         <bp-checks.h>.
31362         (__libc_pread): Don't use CHECK_N.
31363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31364         include <bp-checks.h>.
31365         (__libc_pread64): Don't use CHECK_N.
31366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31367         include <bp-checks.h>.
31368         (__libc_pwrite): Don't use CHECK_N.
31369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31370         include <bp-checks.h>.
31371         (__libc_pwrite64): Don't use CHECK_N.
31372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31373         <bp-checks.h>.
31374         (__libc_pread): Don't use CHECK_N.
31375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31376         include <bp-checks.h>.
31377         (__libc_pread64): Don't use CHECK_N.
31378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31379         include <bp-checks.h>.
31380         (__libc_pwrite): Don't use CHECK_N.
31381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31382         include <bp-checks.h>.
31383         (__libc_pwrite64): Don't use CHECK_N.
31384         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31385         (do_pread): Don't use CHECK_N.
31386         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31387         (do_pread64): Don't use CHECK_N.
31388         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31389         (do_pwrite): Don't use CHECK_N.
31390         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31391         (do_pwrite64): Don't use CHECK_N.
31392         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31393         (__libc_readv): Don't use CHECK_N.
31394         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31395         (semop): Don't use CHECK_N.
31396         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31397         <bp-checks.h>.
31398         (semtimedop): Don't use CHECK_N.
31399         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31400         (__libc_pread): Don't use CHECK_N.
31401         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31402         <bp-checks.h>.
31403         (__libc_pread64): Don't use CHECK_N.
31404         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31405         <bp-checks.h>.
31406         (__libc_pwrite): Don't use CHECK_N.
31407         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31408         <bp-checks.h>.
31409         (__libc_pwrite64): Don't use CHECK_N.
31410         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31411         <bp-checks.h>.
31412         (__libc_msgrcv): Don't use CHECK_N.
31413         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31414         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31415         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31416         (__libc_writev): Don't use CHECK_N.
31418 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31420         * string/strcpy.c: Removed unused variable.
31422         * Makeconfig (+sysdep-includes): Define with := rather than =.
31423         Use an existing include/ subdir of each sysdeps dir before it.
31425 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31427         * nscd/connection.c (register_traced_file): Comment function.
31428         [HAVE_INOTIFY] (union __inev): Define.
31429         [HAVE_INOTIFY] (inotify_check_files): New function.
31430         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31431         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31432         clear_db_cache.
31433         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31435 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31437         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31438         loaded if not already and that a failure is permanent.
31440 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31442         [BZ #15006]
31443         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31444         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31446 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31448         [BZ #13550]
31449         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31450         (CHECK_1_NULL_OK): Likewise.
31451         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31452         (__fxstat): Do not use CHECK_1.
31453         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31454         <bp-checks.h>.
31455         (___fxstat64): Do not use CHECK_1.
31456         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31457         <bp-checks.h>.
31458         (__fxstatat): Do not use CHECK_1.
31459         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31460         <bp-checks.h>.
31461         (__fxstatat64): Do not use CHECK_1.
31462         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31463         <bp-checks.h>.
31464         (__fxstat): Do not use CHECK_1.
31465         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31466         <bp-checks.h>.
31467         (__fxstatat): Do not use CHECK_1.
31468         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31469         <bp-checks.h>.
31470         (__getresgid): Do not use CHECK_1.
31471         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31472         <bp-checks.h>.
31473         (__getresuid): Do not use CHECK_1.
31474         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31475         <bp-checks.h>.
31476         (__lxstat): Do not use CHECK_1.
31477         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31478         <bp-checks.h>.
31479         (__old_msgctl): Do not use CHECK_1.
31480         (__new_msgctl): Likewise.
31481         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31482         <bp-checks.h>.
31483         (__new_setrlimit): Do not use CHECK_1.
31484         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31485         <bp-checks.h>.
31486         (__old_shmctl): Do not use CHECK_1.
31487         (__new_shmctl): Likewise.
31488         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31489         <bp-checks.h>.
31490         (__xstat): Do not use CHECK_1.
31491         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31492         (__lxstat): Do not use CHECK_1.
31493         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31494         <bp-checks.h>.
31495         (___lxstat64): Do not use CHECK_1.
31496         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31497         (__old_msgctl): Do not use CHECK_1.
31498         (__new_msgctl): Likewise.
31499         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31500         <bp-checks.h>.
31501         (__gettimeofday): Do not use CHECK_1.
31502         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31503         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31504         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31505         <bp-checks.h>.
31506         (__gettimeofday): Do not use CHECK_1.
31507         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31508         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31509         (__new_shmctl): Do not use CHECK_1.
31510         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31511         <bp-checks.h>.
31512         (do_sigtimedwait): Do not use CHECK_1.
31513         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31514         <bp-checks.h>.
31515         (do_sigwaitinfo): Do not use CHECK_1.
31516         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31517         <bp-checks.h>.
31518         (msgctl): Do not use CHECK_1.
31519         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31520         <bp-checks.h>.
31521         (shmctl): Do not use CHECK_1.
31522         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31523         (ustat): Do not use CHECK_1.
31524         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31525         <bp-checks.h>.
31526         (__fxstat): Do not use CHECK_1.
31527         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31528         <bp-checks.h>.
31529         (__fxstatat): Do not use CHECK_1.
31530         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31531         <bp-checks.h>.
31532         (__lxstat): Do not use CHECK_1.
31533         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31534         <bp-checks.h>.
31535         (__xstat): Do not use CHECK_1.
31536         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31537         (__xstat): Do not use CHECK_1.
31538         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31539         (___xstat64): Do not use CHECK_1.
31541         [BZ #13550]
31542         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31543         definitions.
31544         (CHECK_BOUNDS_HIGH): Likewise.
31545         * string/strcpy.c: Do not include <bp-checks.h>.
31546         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31548 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31550         * nscd/nscd-client.h (__nscd_drop_map_ref):
31551         Add __attribute__ ((unused)).
31552         * nis/nss-nisplus.h (niserr2nss): Likewise.
31554         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31555         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31557         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31558         Remove inline keyword.
31559         * include/rounding-mode.h (round_away): Likewise.
31560         * libio/wfileops.c (adjust_wide_data): Likewise.
31561         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31562         (__m128i_strloadu_tolower): Likewise.
31563         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31564         (__m128i_strloadu_tolower): Likewise.
31565         * time/mktime.c (ydhms_diff): Likewise.
31566         * locale/elem-hash.h (elem_hash): Likewise.
31567         * locale/setlocale.c (setdata): Likewise.
31568         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31569         (re_string_wchar_at): Likewise.
31570         (bitset_not, bitset_merge, bitset_mask): Likewise.
31571         [!(__GNUC__ > 3)] (inline): Remove macro.
31572         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31573         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31574         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31575         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31576         * string/memcmp.c (memcmp_bytes): Likewise.
31577         * locale/programs/locarchive.c (compute_hashval): Likewise.
31578         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31579         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31580         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31581         * nss/getent.c (print_rpc, print_protocols): Likewise.
31582         (print_passwd, print_group, print_aliases): Likewise.
31583         * nis/nss-nisplus.h (niserr2nss): Likewise.
31584         * nscd/connections.c (restart_p): Likewise.
31585         Change return type to bool.
31587 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31589         * Makeconfig (all-Depend-files): Add existing
31590         $(sorted-subdirs:=/Depend) files.
31591         (all-subdirs): Remove nss.
31592         * sysdeps/unix/inet/Subdirs: Add it here instead.
31593         * hesiod/Depend: New file.
31595         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31596         instead of calling alloca.
31598         * io/lseek.c (__lseek): Rename to __libc_lseek.
31599         Define __lseek as an alias.
31601         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31603 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31605         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31606         else clause and remove check for non-standard endianness.
31608 2013-02-04  David S. Miller  <davem@davemloft.net>
31610         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31612 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31614         [BZ #13550]
31615         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31616         (__ubp_memchr): Remove prototype.
31617         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31618         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31619         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31620         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31621         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31622         Remove alias.
31623         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31624         (__ubp_memchr): Likewise.
31625         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31626         (__ubp_memchr): Likewise.
31627         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31628         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31629         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31630         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31631         CHECK_STRING.
31632         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31633         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31634         (__getcwd): Do not use CHECK_STRING.
31635         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31636         <bp-checks.h>.
31637         (__real_chown): Do not use CHECK_STRING.
31638         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31639         <bp-checks.h>.
31640         (fchownat): Do not use CHECK_STRING.
31641         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31642         CHECK_STRING.
31643         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31644         <bp-checks.h>.
31645         (__lchown): Do not use CHECK_STRING.
31646         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31647         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31648         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31649         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31651         include <bp-checks.h>.
31652         (truncate64): Do not use CHECK_STRING.
31653         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31654         <bp-checks.h>.
31655         (__real_chown): Do not use CHECK_STRING.
31656         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31657         <bp-checks.h>.
31658         (__lchown): Do not use CHECK_STRING.
31659         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31660         <bp-checks.h>.
31661         (__chown): Do not use CHECK_STRING.
31662         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31663         <bp-checks.h>.
31664         (truncate64): Do not use CHECK_STRING.
31665         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31666         Likewise.
31667         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31668         (__xmknod): Do not use CHECK_STRING.
31669         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31670         <bp-checks.h>.
31671         (__xmknodat): Do not use CHECK_STRING.
31672         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31673         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31675 2013-02-04  Andreas Schwab  <schwab@suse.de>
31677         [BZ #14142]
31678         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31679         * include/netdb.h: Likewise for h_errno.
31680         * elf/tst-stackguard1.c: Include <tls.h>.
31682 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31684         * elf/link.h (struct link_map): Extend the l_addr comment.
31685         * include/link.h (struct link_map): Likewise.
31687 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31689         [BZ #13550]
31690         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31691         (BOUNDED_1): Remove macro.
31692         * debug/backtrace.c: Don't include <bp-checks.h>.
31693         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31694         (__backtrace): Likewise.
31695         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31696         <bp-checks.h>.
31697         (__backtrace): Don't use BOUNDED_1.
31698         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31699         <bp-checks.h>.
31700         (__backtrace): Don't use BOUNDED_1.
31701         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31702         (__backtrace): Don't use BOUNDED_1.
31703         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31704         (shmat): Don't use BOUNDED_N.
31706 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31708         [BZ #13550]
31709         * sysdeps/generic/bp-start.h: Remove file.
31710         * csu/libc-start.c: Don't include <bp-start.h>.
31711         (LIBC_START_MAIN): Set up __environ directly instead of using
31712         INIT_ARGV_and_ENVIRON.
31713         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31714         <bp-start.h>.
31716         [BZ #13550]
31717         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31718         definitions.
31719         (CHECK_FCNTL): Likewise.
31720         (CHECK_N_PAGES): Likewise.
31722         [BZ #13550]
31723         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31724         definitions.
31725         (CHECK_SIGSET_NULL_OK): Likewise.
31726         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31727         <bp-checks.h>.
31728         (sigpending): Don't use CHECK_SIGSET.
31729         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31730         <bp-checks.h>.
31731         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31732         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31733         <bp-checks.h>.
31734         (do_sigsuspend): Don't use CHECK_SIGSET.
31735         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31736         use CHECK_SIGSET.
31737         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31738         (do_sigwait): Don't use CHECK_SIGSET.
31739         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31740         use CHECK_SIGSET.
31741         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31742         include <bp-checks.h>.
31743         (sigpending): Don't use CHECK_SIGSET.
31744         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31745         include <bp-checks.h>.
31746         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31747         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31748         <bp-checks.h>.
31749         (sigpending): Don't use CHECK_SIGSET.
31750         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31751         <bp-checks.h>.
31752         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31754         [BZ #13550]
31755         * sysdeps/generic/bp-semctl.h: Remove file.
31756         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31757         <bp-checks.h> and <bp-semctl.h>.
31758         (__old_semctl): Don't use CHECK_SEMCTL.
31759         (__new_semctl): Likewise.
31760         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31761         and <bp-semctl.h>.
31762         (__old_semctl): Don't use CHECK_SEMCTL.
31763         (__new_semctl): Likewise.
31764         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31765         <bp-checks.h> and <bp-semctl.h>.
31766         (__old_semctl): Don't use CHECK_SEMCTL.
31767         (__new_semctl): Likewise.
31768         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31769         <bp-checks.h> and <bp-semctl.h>.
31770         (semctl): Don't use CHECK_SEMCTL.
31772         [BZ #13550]
31773         * Makerules (elide-bp-thunks): Remove variable.
31774         (elide-routines.oS): Don't use $(elide-bp-thunks).
31775         (elide-routines.os): Likewise.
31776         (elide-routines.o): Likewise.
31777         (elide-routines.op): Likewise.
31778         (elide-routines.og): Likewise.
31779         (objects): Don't use $(bp-thunks).
31780         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31781         include.
31782         (common-generated): Do not add s-proto-bp.d.
31783         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31784         (int): Likewise.
31785         (typ): Likewise.
31786         Do not generate makefile rules for bounded-pointer thunks.
31787         * sysdeps/generic/bp-thunks.h: Remove file.
31788         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31789         * sysdeps/unix/s-proto-bp.S: Likewise.
31791         [BZ #15062]
31792         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31793         parts of result separately when argument is not close to line from
31794         -i to i and one part of argument is small.
31795         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31796         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31797         * math/libm-test.inc (cacos_test): Add more tests.
31798         (casin_test): Likewise.
31799         (casinh_test): Likewise.
31800         * sysdeps/i386/fpu/libm-test-ulps: Update.
31801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31803 2013-01-31  David S. Miller  <davem@davemloft.net>
31805         * po/de.po: Update from translation team.
31807 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31809         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31811 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31813         * configure.in (_AC_PROG_CC_C89): New definition.
31814         * configure: Regenerate.
31816         * configure.in (AC_PROG_CPP): New definition.
31817         * configure: Regenerate.
31819 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31821         * debug/tst-backtrace.h: New file.
31822         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31823         (ret): Remove variable.
31824         (x): Likewise.
31825         (FAIL): Remove macro.
31826         (NO_INLINE): Likewise.
31827         (fn1): Use match function instead of strstr.
31828         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31829         (ret): Remove variable.
31830         (x): Likewise.
31831         (FAIL): Remove macro.
31832         (NO_INLINE): Likewise.
31833         (fn): Use match function instead of strstr.
31834         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31835         (ret): Remove variable.
31836         (x): Likewise.
31837         (FAIL): Remove macro.
31838         (NO_INLINE): Likewise.
31839         (handle_signal): Use match function instead of strstr.
31840         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31841         (ret): Remove variable.
31842         (x): Likewise.
31843         (FAIL): Remove macro.
31844         (NO_INLINE): Likewise.
31845         (handle_signal): Use match function instead of strstr.
31847 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31849         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31851 2013-01-23  David S. Miller  <davem@davemloft.net>
31853         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31854         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31855         argument of CAS if possible.
31856         * sysdeps/sparc/sparc64/bits/atomic.h
31857         (__arch_compare_and_exchange_val_32_acq): Likewise.
31858         (__arch_compare_and_exchange_val_64_acq): Likewise.
31860 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31862         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31863         * sysdeps/posix/ulimit.c: ... this.
31864         Include <limits.h>.
31865         * sysdeps/unix/bsd/ulimit.c: Remove file.
31867 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31869         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31870         (LDFLAGS-tst-array5): Likewise.
31872 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31874         [BZ #15036]
31875         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31876         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31877         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31878         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31880 2013-01-21  David S. Miller  <davem@davemloft.net>
31882         * sysdeps/sparc/backtrace.c: New file.
31883         * sysdeps/sparc/sparc32/backtrace.h: New file.
31884         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31885         * sysdeps/sparc/sparc64/backtrace.h: New file.
31886         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31887         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31888         -funwind-tables.
31890 2013-01-21  Andreas Schwab  <schwab@suse.de>
31892         [BZ #15020]
31893         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31894         closed its stdout.
31896 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31898         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31899         "mpa2.h".
31900         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31902 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31903             Mark Mitchell  <mark@codesourcery.com>
31904             Tom de Vries  <tom@codesourcery.com>
31905             Paul Pluzhnikov  <ppluzhnikov@google.com>
31907         * debug/tst-backtrace2.c: New file.
31908         * debug/tst-backtrace3.c: Likewise.
31909         * debug/tst-backtrace4.c: Likewise.
31910         * debug/tst-backtrace5.c: Likewise.
31911         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31912         (CFLAGS-tst-backtrace3.c): Likewise.
31913         (CFLAGS-tst-backtrace4.c): Likewise.
31914         (CFLAGS-tst-backtrace5.c): Likewise.
31915         (LDFLAGS-tst-backtrace2): Likewise.
31916         (LDFLAGS-tst-backtrace3): Likewise.
31917         (LDFLAGS-tst-backtrace4): Likewise.
31918         (LDFLAGS-tst-backtrace5): Likewise.
31919         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31920         tst-backtrace4 and tst-backtrace5.
31922 2013-01-18  Anton Blanchard  <anton@samba.org>
31923             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31925         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31926         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31927         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31928         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31930         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31931         "+r" and remove output regs list as redundant.  Add explicit inline
31932         asm to specify register of return val to work around compiler codegen
31933         bug.  Remove (int) cast on return value.  Add return type parameter to
31934         use in macro so that this macro does not truncate return value for
31935         64-bit values.
31936         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31937         pass to INTERNAL_VSYSCALL_NCS.
31938         (INLINE_VSYSCALL): Add 'long int' as return type to
31939         INTERNAL_VSYSCALL_NCS macro invocation.
31940         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31941         INTERNAL_VSYSCALL_NCS macro invocation.
31942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31944 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31946         [BZ #14496]
31947         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31948         Fix application of SIMD FP exception mask.
31950         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31951         mp_no from a power of two.
31952         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31953         __mpexp_twomm1.  Use __pow_mp.
31955         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31956         multiplication.
31958 2013-01-17  David S. Miller  <davem@davemloft.net>
31960         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31962 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31964         [BZ #15023]
31965         * include/complex.h: Condition contents on [!_COMPLEX_H].
31966         (__kernel_casinhf): New prototype.
31967         (__kernel_casinh): Likewise.
31968         (__kernel_casinhl): Likewise.
31969         * math/Makefile (libm_calls): Add k_casinh.
31970         * math/k_casinh.c: New file.
31971         * math/k_casinhf.c: Likewise.
31972         * math/k_casinhl.c: Likewise.
31973         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31974         finite nonzero arguments.
31975         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31976         finite nonzero arguments.
31977         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31978         finite nonzero arguments.
31979         * math/s_casinh.c: Do not include <float.h>.
31980         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31981         * math/s_casinhf.c: Do not include <float.h>.
31982         (__casinhf): Move code for finite nonzero arguments to
31983         k_casinhf.c.
31984         * math/s_casinhl.c: Do not include <float.h>.
31985         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31986         redefine.
31987         (__casinhl): Move code for finite nonzero arguments to
31988         k_casinhl.c.
31989         * math/libm-test.inc (cacos_test): Add more tests.
31990         * sysdeps/i386/fpu/libm-test-ulps: Update.
31991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31993 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
31995         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31996         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31997         [!HAVE_MREMAP]: Remove [defined linux] case.
31998         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32000 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32002         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32004 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32006         * elf/elf.h (R_386_SIZE32): New relocation.
32007         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32008         R_386_SIZE32.
32009         (elf_machine_rela): Likewise.
32010         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32011         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32013 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32015         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32016         (FP_FAST_FMA): Do not define.
32017         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32018         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32019         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32020         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32021         !_SOFT_FLOAT]: Likewise.
32022         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32023         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32024         value.
32025         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32026         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32027         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32028         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32029         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32030         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32031         file.
32033 2013-01-16  Andreas Schwab  <schwab@suse.de>
32035         [BZ #14327]
32036         * include/stdlib.h (__mktemp): Add declaration.
32037         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32038         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32040 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32042         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32043         definitions.
32044         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32045         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32046         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32047         definitions here.
32048         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32049         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32050         definitions.
32051         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32052         and ONE.
32053         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32054         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32055         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32056         definitions.
32057         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32058         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32059         definitions.
32060         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32062         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32064 2013-01-15  David S. Miller  <davem@davemloft.net>
32066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32067         trunc{,f} to libm-sysdep_routes.
32068         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32070         file.
32071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32073         file.
32074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32075         file.
32076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32077         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32078         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32079         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32080         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32081         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32082         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32083         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32086         nearbyint{,f} to libm-sysdep_routes.
32087         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32089         New file.
32090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32091         file.
32092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32093         New file.
32094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32095         file.
32096         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32097         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32098         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32099         file.
32100         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32101         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32102         file.
32103         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32104         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32105         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32107         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32108         libc_feholdexcept and libc_fesetenv.
32110 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32112         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32114 2013-01-14  David S. Miller  <davem@davemloft.net>
32116         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32117         (SPARC_ASM_VIS2_IFUNC): Likewise.
32118         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32120         use of 'siam' instruction.
32121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32122         Likewise.
32123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32124         Likewise.
32125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32126         Likewise.
32127         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32128         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32129         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32130         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32132         file.
32133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32134         file.
32135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32136         file.
32137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32138         file.
32139         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32140         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32141         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32142         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32144         new VIS2 routines.
32145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32148         Likewise.
32149         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32150         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32151         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32152         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32154         routines to libm-sysdep_routines.
32155         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32158         fdim/fdimf to libm-sysdep_routines.
32159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32160         file.
32161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32163         file.
32164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32165         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32166         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32167         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32168         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32169         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32170         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32172 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32174         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32175         to optimize copies.
32177         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32178         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32179         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32181         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32182         local variable MPTWO.
32183         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32184         Likewise.
32186 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32188         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32189         GLOB_NOESCAPE.
32191 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32193         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32195 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32197         * manual/pattern.texi (glob_t): Document gl_flags.
32198         (glob64_t): Likewise.
32200 2013-01-11  David S. Miller  <davem@davemloft.net>
32202         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32203         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32204         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32205         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32206         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32207         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32208         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32209         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32210         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32211         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32212         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32213         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32214         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32216         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32217         sparc V9 rather than using V8 code.
32218         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32219         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32221         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32222         Move to...
32223         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32224         Here.
32226 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32228         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32229         not in the main loop.
32230         * configure: Regenerated.
32232 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32234         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32235         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32236         to just #else.
32237         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32238         [!__GLIBC_HAVE_LONG_LONG] case.
32239         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32240         condition to just #else.
32241         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32242         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32243         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32244         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32245         unconditional.
32246         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32247         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32248         #elif condition to just #else.
32249         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32250         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32251         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32252         #elif condition to just #else.
32254 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32256         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32257         (EF_MIPS_ARCH_64): Fix value.
32258         (EF_MIPS_ARCH_32R2): New.
32259         (EF_MIPS_ARCH_64R2): New.
32261 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32263         * Makeconfig (+link-pie-before-libc): New.
32264         (+link-pie-after-libc): Likewise.
32265         (+link-pie-tests): Likewise.
32266         (+link-pie): Rewritten.
32267         (link-before-libc): Remove $(config-LDFLAGS).
32268         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32269         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32270         (config-LDFLAGS): Renamed to ...
32271         (rtld-LDFLAGS): This.
32272         (rtld-tests-LDFLAGS): New macro.
32273         (link-libc-rpath-link): Likewise.
32274         (link-libc-tests-rpath-link): Likewise.
32275         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32276         (link-libc): Prepand $(link-libc-rpath-link).
32277         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32278         (test-program-prefix): New macro.
32279         (test-via-rtld-prefix): Likewise.
32280         (test-program-cmd): Likewise.
32281         (host-test-program-cmd): Likewise.
32282         * Makefile ($(common-objpfx)testrun.sh): Replace
32283         $(run-program-prefix) with $(test-program-prefix).
32284         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32285         $(rtld-LDFLAGS).
32286         ($(common-objpfx)shlib.lds): Likewise.
32287         (build-module-helper): Likewise.
32288         ($(common-objpfx)format.lds): Likewise.
32289         * Rules (binaries-pie-tests): New.
32290         (binaries-pie-notests): Likewise.
32291         (binaries-pie): Rewritten.
32292         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32293         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32294         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32295         (make-test-out): Replace $(host-built-program-cmd) with
32296         $(host-test-program-cmd).
32297         * config.make.in (build-hardcoded-path-in-tests): New variable.
32298         * configure.in (--enable-hardcoded-path-in-tests): New configure
32299         option.
32300         (hardcoded_path_in_tests): New AC_SUBST.
32301         * configure: Regenerated.
32302         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32303         $(built-program-cmd) with $(test-program-cmd).
32304         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32305         (test_program_cmd): This.
32306         * elf/Makefile ($(objpfx)order.out): Run test with
32307         $(test-program-prefix).
32308         ($(objpfx)order2.out): Likewise.
32309         ($(objpfx)tst-initorder.out): Likewise.
32310         ($(objpfx)tst-initorder2.out): Likewise.
32311         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32312         $(test-program-cmd).
32313         ($(objpfx)tst-array1-static.out): Likewise.
32314         ($(objpfx)tst-array2.out): Likewise.
32315         ($(objpfx)tst-array3.out): Likewise.
32316         ($(objpfx)tst-array4.out): Likewise.
32317         ($(objpfx)tst-array5.out): Likewise.
32318         ($(objpfx)tst-array5-static.out): Likewise.
32319         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32320         $(test-program-cmd).
32321         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32322         $(run-program-prefix) with $(test-program-prefix).
32323         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32324         (test_program_prefix): This.
32325         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32326         $(run-program-prefix) with $(test-program-prefix).
32327         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32328         (test_program_prefix): This.
32329         * iconvdata/tst-tables.sh: Likewise.
32330         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32331         $(run-program-prefix) with $(test-program-prefix).
32332         ($(objpfx)tst-translit.out): Likewise.
32333         ($(objpfx)tst-gettext2.out): Likewise.
32334         ($(objpfx)tst-gettext4.out): Likewise.
32335         ($(objpfx)tst-gettext6.out): Likewise.
32336         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32337         (test_program_prefix): This.
32338         * intl/tst-gettext2.sh: Likewise.
32339         * intl/tst-gettext4.sh  Likewise.
32340         * intl/tst-gettext6.sh: Likewise.
32341         * intl/tst-translit.sh: Likewise.
32342         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32343         with $(test-program-cmd).
32344         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32345         $(run-program-prefix) with $(test-program-prefix).
32346         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32347         (test_program_prefix): This.
32348         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32349         $(run-program-prefix) with $(test-program-prefix).
32350         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32351         (test_program_prefix): This.
32352         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32353         * posix/Makefile ($(objpfx)globtest.out): Replace
32354         $(run-via-rtld-prefix) and $(test-wrapper) with
32355         $(test-program-prefix) and $(test-via-rtld-prefix).
32356         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32357         $(test-program-prefix).
32358         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32359         $(host-test-program-cmd).
32360         (tst-spawn-ARGS): Likewise.
32361         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32362         $(test-program-prefix).
32363         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32364         (test_via_rtld_prefix): This.
32365         (test_wrapper): Renamed to ...
32366         (test_program_prefix): This.
32367         (run_program_prefix): Replaced by test_program_prefix.
32368         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32369         (test_program_prefix): This.
32370         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32371         with $(host-test-program-cmd).
32372         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32373         $(run-program-prefix) with $(test-program-prefix).
32374         ($(objpfx)tst-printf.out): Likewise.
32375         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32376         $(test-program-cmd).
32377         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32378         (test_program_prefix): This.
32379         * stdio-common/tst-unbputc.sh: Likewise.
32380         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32381         $(run-program-prefix) with $(test-program-prefix).
32382         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32383         (test_program_prefix): This.
32384         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32385         $(built-program-cmd) with $(test-program-cmd).
32387 2013-01-11  Andreas Jaeger  <aj@suse.de>
32389         [BZ #15003]
32390         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32391         value. Sync with Linux 3.7.
32393 2013-01-10  David S. Miller  <davem@davemloft.net>
32395         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32396         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32397         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32399 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32401         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32402         never set.
32403         * configure: Regenerated.
32405 2013-01-10  David S. Miller  <davem@davemloft.net>
32407         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32408         sparc V9 rather than using V8 code.
32409         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32410         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32412 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32414         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32415         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32416         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32417         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32418         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32419         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32420         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32421         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32422         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32423         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32424         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32425         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32426         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32427         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32428         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32429         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32430         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32431         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32432         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32433         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32434         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32435         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32436         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32437         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32438         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32439         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32440         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32442 2013-01-10  David S. Miller  <davem@davemloft.net>
32444         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32446 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32448         * posix/Makefile (tests-static): New variable.
32449         (tests): Add $(tests-static).
32450         (tst-exec-static-ARGS): New variable.
32451         (tst-spawn-static-ARGS): Likewise.
32452         * posix/tst-exec-static.c: New file.
32453         * posix/tst-spawn-static.c: Likewise.
32454         * posix/tst-exec.c: Support run directly.
32455         * posix/tst-spawn.c: Likewise.
32457 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32459         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32460         long.
32461         * math/bits/mathcalls.h (llrint): Likewise.
32462         (llround): Likewise.
32463         * stdlib/stdlib.h (struct drand48_data): Likewise.
32464         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32465         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32466         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32467         Likewise.
32468         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32469         Likewise.
32470         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32471         (elf_greg_t): Likewise.
32472         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32473         (__jmp_buf): Likewise.
32474         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32475         definitions.
32476         (llrint): Likewise, for all definitions.
32477         (llrintl): Likewise.
32479         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32480         Remove [__GNUC__] condition.
32481         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32482         condition to just [__USE_ISOC99].
32483         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32485 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32487         [BZ #14200]
32488         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32489         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32490         defined.
32491         (_POSIX_V6_ILP32_OFF32): Likewise.
32492         (_XBS5_ILP32_OFF32): Likewise.
32493         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32494         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32496 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32498         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32500         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32501         doubles __mpexp_twomm1.  Adjust usage.
32502         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32503         Remove.
32505 2013-01-10  Andreas Schwab  <schwab@suse.de>
32507         [BZ #14964]
32508         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32509         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32511 2013-01-09  David S. Miller  <davem@davemloft.net>
32513         [BZ #15003]
32514         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32515         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32516         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32517         (TCP_FASTOPEN): Define.
32518         (tcp_repair_opt): New structure.
32519         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32520         enum values.
32521         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32522         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32523         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32524         (tcp_cookie_transactions): New structure.
32526 2013-01-09  Anton Blanchard  <anton@samba.org>
32528         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32529         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32530         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32531         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32533 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32535         * include/features.h (__USE_ANSI): Remove.
32537 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32539         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32541         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32543 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32545         * sysdeps/s390/fpu/libm-test-ulps: Update.
32547         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32549         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32550         (__acr): Likewise.
32551         (__cpy): Likewise.
32552         (norm): Likewise.
32553         (denorm): Likewise.
32554         (__mp_dbl): Likewise.
32555         (__dbl_mp): Likewise.
32556         (add_magnitudes): Likewise.
32557         (sub_magnitudes): Likewise.
32558         (__add): Likewise.
32559         (__sub): Likewise.
32560         (__mul): Likewise.
32561         (__inv): Likewise.
32562         (__dvd): Likewise.
32563         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32564         (__acr): Likewise.
32565         (__cpy): Likewise.
32566         (norm): Likewise.
32567         (denorm): Likewise.
32568         (__mp_dbl): Likewise.
32569         (__dbl_mp): Likewise.
32570         (add_magnitudes): Likewise.
32571         (sub_magnitudes): Likewise.
32572         (__add): Likewise.
32573         (__sub): Likewise.
32574         (__mul): Likewise.
32575         (__inv): Likewise.
32576         (__dvd): Likewise.
32577         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32578         (__acr): Likewise.
32579         (__cpy): Likewise.
32580         (norm): Likewise.
32581         (denorm): Likewise.
32582         (__mp_dbl): Likewise.
32583         (__dbl_mp): Likewise.
32584         (add_magnitudes): Likewise.
32585         (sub_magnitudes): Likewise.
32586         (__add): Likewise.
32587         (__sub): Likewise.
32588         (__mul): Likewise.
32589         (__inv): Likewise.
32590         (__dvd): Likewise.
32592 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32594         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32595         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32596         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32597         2 && __USE_EXTERN_INLINES]: Likewise.
32599 2013-01-08  Andreas Jaeger  <aj@suse.de>
32601         [BZ# 14985]
32602         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32603         Remove.
32604         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32605         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32607 2013-01-07  Anton Blanchard  <anton@samba.org>
32609         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32610         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32611         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32612         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32613         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32614         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32615         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32616         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32617         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32618         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32619         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32620         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32621         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32622         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32623         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32624         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32625         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32626         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32627         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32628         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32629         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32630         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32631         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32632         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32633         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32634         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32635         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32636         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32637         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32638         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32639         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32640         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32641         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32642         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32643         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32644         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32645         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32646         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32647         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32648         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32649         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32650         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32651         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32653 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32655         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32656         (__MALLOC_PMT): Likewise.
32657         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32658         [__GNUC__], only on [_LIBC].
32659         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32660         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32661         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32662         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32663         forward declaration.
32664         (realloc_hook_ini): Likewise.
32665         (memalign_hook_ini): Likewise.
32666         (__libc_memalign): Do not use __MALLOC_PMT in variable
32667         declaration.
32668         (__libc_valloc): Likewise.
32669         (__libc_pvalloc): Likewise.
32670         (__libc_calloc): Likewise.
32671         (__posix_memalign): Likewise.
32673         [BZ #14996]
32674         * math/s_casinh.c: Include <float.h>.
32675         (__casinh): Do not do computation with squaring and square root
32676         for large arguments.
32677         * math/s_casinhf.c: Include <float.h>.
32678         (__casinhf): Do not do computation with squaring and square root
32679         for large arguments.
32680         * math/s_casinhl.c: Include <float.h>.
32681         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32682         (__casinhl): Do not do computation with squaring and square root
32683         for large arguments.
32684         * math/libm-test.inc (casin_test): Add more tests.
32685         (casinh_test): Likewise.
32686         * sysdeps/i386/fpu/libm-test-ulps: Update.
32687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32689 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32691         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32692         (__x86_64_raw_data_cache_size): Likewise.
32693         (__x86_64_data_cache_size_half): Likewise.
32694         (__x86_64_raw_data_cache_size_half): Likewise.
32695         (__x86_64_shared_cache_size): Likewise.
32696         (__x86_64_raw_shared_cache_size): Likewise.
32697         (__x86_64_shared_cache_size_half): Likewise.
32698         (__x86_64_raw_shared_cache_size_half): Likewise.
32699         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32700         to ...
32701         (__x86_data_cache_size): This.
32702         (__x86_64_raw_data_cache_size): Renamed to ...
32703         (__x86_raw_data_cache_size): This.
32704         (__x86_64_data_cache_size_half): Renamed to ...
32705         (__x86_data_cache_size_half): This.
32706         (__x86_64_raw_data_cache_size_half): Renamed to ...
32707         (__x86_raw_data_cache_size_half): This.
32708         (__x86_64_shared_cache_size): Renamed to ...
32709         (__x86_shared_cache_size): This.
32710         (__x86_64_raw_shared_cache_size): Renamed to ...
32711         (__x86_raw_shared_cache_size): This.
32712         (__x86_64_shared_cache_size_half): Renamed to ...
32713         (__x86_shared_cache_size_half): This.
32714         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32715         (__x86_raw_shared_cache_size_half): This.
32716         * sysdeps/x86_64/memcpy.S: Updated.
32717         * sysdeps/x86_64/memset.S: Likewise.
32718         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32719         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32720         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32722 2013-01-04  David S. Miller  <davem@davemloft.net>
32724         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32726 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32728         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32729         1 to avoid redefinition warning.
32730         (__USE_GNU): Don't define.
32731         (init_signaling_nan): Protoize.
32733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32735 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32737         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32738         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32739         (__cpymn): Likewise.
32740         (norm): Remove commented code.
32741         (denorm): Likewise.
32742         (__mp_dbl): Likewise.
32743         (__inv): Likewise.
32744         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32745         (__cpymn): Likewise.
32746         (norm): Remove commented code.
32747         (denorm): Likewise.
32748         (__mp_dbl): Likewise.
32749         (__inv): Likewise.
32751         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32752         mp_no value for 1.0 and 2.0.
32753         (norm): Use RADIXI instead of radixi.d.
32754         (denorm): Likewise.
32755         (__mul): Use 0.0 instead of zero.d.
32756         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32757         mp_no value for 1.0 and 2.0.
32758         (norm): Use RADIXI instead of radixi.d.
32759         (denorm): Likewise.
32760         (__mul): Use 0.0 instead of zero.d.
32762 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32764         [BZ #14994]
32765         * math/s_casinh.c (__casinh): Reduce finite argument to first
32766         quadrant then set signs of results at the end.
32767         * math/s_casinhf.c (__casinhf): Likewise.
32768         * math/s_casinhl.c (__casinhl): Likewise.
32769         * math/libm-test.inc (casin_test): Add more tests.
32770         (casinh_test): Likewise.
32771         * sysdeps/i386/fpu/libm-test-ulps: Update.
32772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32774 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32776         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32778         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32780         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32781         declarations.
32782         (denorm): Likewise.
32783         (__mp_dbl): Likewise.
32784         (__inv): Likewise.
32786         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32787         and adjust the header comment.
32789         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32790         variable name from declaration.
32792 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32794         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32795         Initialize COMMON_CPUID_INDEX_7 element.
32796         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32797         (CPUID_RTM): Likewise.
32798         (HAS_RTM): Likewise.
32799         (COMMON_CPUID_INDEX_7): New enum.
32801 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32803         [BZ #14981]
32804         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32805         size is zero, record memory as freed.
32807 2013-01-03  Andreas Jaeger  <aj@suse.de>
32809         * po/ia.po: Add new Interlingua translation.
32811 2012-01-03  Allan McRae  <allan@archlinux.org>
32813         * locale/programs/localedef.c: Fix description of '--posix' flag.
32815 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32817         * NEWS: Update dates in second copyright notice.
32818         * README: Update copyright dates in example.
32819         * manual/libc.texinfo: Update copyright dates.
32820         * scripts/test-installation.pl: Update copyright date in --version
32821         output.
32823         * hurd/ctty-input.c: Fix copyright notice formatting.
32824         * hurd/ctty-output.c: Likewise.
32825         * hurd/dtable.c: Likewise.
32826         * hurd/hurd-raise.c: Likewise.
32827         * hurd/hurdprio.c: Likewise.
32828         * hurd/msgportdemux.c: Likewise.
32829         * misc/sys/file.h: Likewise.
32830         * misc/sys/ioctl.h: Likewise.
32831         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32832         * sysdeps/mach/hurd/chdir.c: Likewise.
32833         * sysdeps/mach/hurd/fchdir.c: Likewise.
32834         * sysdeps/mach/hurd/rename.c: Likewise.
32835         * sysdeps/mach/hurd/rmdir.c: Likewise.
32836         * sysdeps/mach/hurd/seekdir.c: Likewise.
32837         * sysdeps/mach/hurd/setsid.c: Likewise.
32838         * sysdeps/posix/wait3.c: Likewise.
32840         * All files with FSF copyright notices: Update copyright dates
32841         using scripts/update-copyrights.
32842         * intl/plural.c: Regenerated.
32843         * locale/programs/charmap-kw.h: Likewise.
32844         * locale/programs/locfile-kw.h: Likewise.
32846 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32848         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32849         four values.
32851         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32852         calculation loop and add branch prediction.
32854         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32855         check access beyond bounds of m1np.
32857         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32858         MPTWO.
32859         (__inv): Remove local variable MPTWO to use the global
32860         constant.
32861         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32862         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32863         variable MPTWO.
32864         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32865         MP3HALFS static const.
32867 2013-01-01  David S. Miller  <davem@davemloft.net>
32869         * po/ca.po: Update from translation team.
32871 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32873         * scripts/update-copyrights: New file.
32874         * Makeconfig: Reformat copyright notice.
32875         * ctype/ctype.h: Likewise.
32876         * debug/swprintf_chk.c: Likewise.
32877         * elf/dl-cache.c: Likewise.
32878         * elf/dl-debug.c: Likewise.
32879         * elf/dl-object.c: Likewise.
32880         * grp/initgroups.c: Likewise.
32881         * hurd/Makefile: Likewise.
32882         * hurd/hurd/signal.h: Likewise.
32883         * hurd/hurdfault.c: Likewise.
32884         * hurd/hurdioctl.c: Likewise.
32885         * hurd/hurdlookup.c: Likewise.
32886         * hurd/intr-msg.c: Likewise.
32887         * iconv/gconv_open.c: Likewise.
32888         * libio/swprintf.c: Likewise.
32889         * locale/lc-ctype.c: Likewise.
32890         * locale/nl_langinfo.c: Likewise.
32891         * mach/Machrules: Likewise.
32892         * mach/Makefile: Likewise.
32893         * malloc/obstack.h: Likewise.
32894         * manual/Makefile: Likewise.
32895         * manual/tsort.awk: Likewise.
32896         * misc/bits/stab.def: Likewise.
32897         * nis/nis_print_group_entry.c: Likewise.
32898         * nis/nis_table.c: Likewise.
32899         * nis/nss_compat/compat-pwd.c: Likewise.
32900         * nis/nss_compat/compat-spwd.c: Likewise.
32901         * po/Makefile: Likewise.
32902         * posix/fnmatch.c: Likewise.
32903         * posix/regex.h: Likewise.
32904         * resolv/Makefile: Likewise.
32905         * resolv/nss_dns/dns-network.c: Likewise.
32906         * resolv/res_hconf.c: Likewise.
32907         * scripts/gen-sorted.awk: Likewise.
32908         * soft-fp/soft-fp.h: Likewise.
32909         * stdio-common/printf.h: Likewise.
32910         * stdlib/monetary.h: Likewise.
32911         * stdlib/random.c: Likewise.
32912         * stdlib/random_r.c: Likewise.
32913         * sysdeps/generic/Makefile: Likewise.
32914         * sysdeps/gnu/Makefile: Likewise.
32915         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32916         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32917         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32918         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32919         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32920         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32921         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32922         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32923         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32924         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32925         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32926         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32927         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32928         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32929         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32930         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32931         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32932         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32933         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32934         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32935         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32936         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32937         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32938         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32939         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32940         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32941         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32942         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32943         * sysdeps/mach/hurd/errnos.awk: Likewise.
32944         * sysdeps/mach/hurd/fork.c: Likewise.
32945         * sysdeps/mach/hurd/getcwd.c: Likewise.
32946         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32947         * sysdeps/mach/hurd/mmap.c: Likewise.
32948         * sysdeps/mach/hurd/utimes.c: Likewise.
32949         * sysdeps/mach/hurd/xmknod.c: Likewise.
32950         * sysdeps/posix/profil.c: Likewise.
32951         * sysdeps/posix/readdir_r.c: Likewise.
32952         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32953         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32954         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32955         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32956         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32957         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32958         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32959         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32960         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32961         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32962         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32963         * sysdeps/pthread/lio_listio.c: Likewise.
32964         * sysdeps/sparc/dl-procinfo.h: Likewise.
32965         * sysdeps/unix/i386/sysdep.S: Likewise.
32966         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32967         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32968         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32969         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32971         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32972         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32973         * sysdeps/unix/sysv/linux/speed.c: Likewise.
32974         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32975         * sysdeps/wordsize-32/divdi3.c: Likewise.
32976         * time/sys/time.h: Likewise.
32977         * wcsmbs/Makefile: Likewise.
32979 2013-01-01  David S. Miller  <davem@davemloft.net>
32981         * po/fr.po: Update from translation team.
32983         * catgets/gencat.c: Update copyright year.
32984         * csu/version.c: Likewise.
32985         * debug/catchsegv.sh: Likewise.
32986         * debug/pcprofiledump.c: Likewise.
32987         * debug/xtrace.sh: Likewise.
32988         * elf/ldconfig.c: Likewise.
32989         * elf/ldd.bash.in: Likewise.
32990         * elf/pldd.c: Likewise.
32991         * elf/sotruss.ksh: Likewise.
32992         * elf/sprof.c: Likewise.
32993         * iconv/iconv_prog.c: Likewise.
32994         * iconv/iconvconfig.c: Likewise.
32995         * locale/programs/locale.c: Likewise.
32996         * locale/programs/localedef.c: Likewise.
32997         * login/programs/pt_chown.c: Likewise.
32998         * malloc/memusage.sh: Likewise.
32999         * malloc/memusagestat.c: Likewise.
33000         * malloc/mtrace.pl: Likewise.
33001         * nscd/nscd.c: Likewise.
33002         * nss/getent.c: Likewise.
33003         * nss/makedb.c: Likewise.
33004         * posix/getconf.c: Likewise.
33006 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33008         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33009         numbers.
33011 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33013         * math/bits/mathcalls.h (modf): Use __nonnull.
33015 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33017         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33018         (split): Use macro CN instead of the bare value.
33019         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33020         could be used.
33021         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33022         instead of the bare value.
33023         (power1): Likewise.
33025 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33027         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33028         __ATAN_TWOM.
33029         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33031         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33032         their values.
33033         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33034         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33035         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33036         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33038 2012-12-28  Andreas Jaeger  <aj@suse.de>
33040         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33041         values are from Linux 3.7.
33043         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33044         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33046 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33048         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33049         TRUE case.
33051         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33052         (norm): Likewise.
33053         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33054         variables with preprocessor constants.
33055         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33056         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33057         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33059 2012-12-27  Bruno Haible  <bruno@clisp.org>
33061         [BZ #14317]
33062         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33063         only if needed.
33065 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33067         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33068         and use variable directly.
33069         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33071         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33072         MPONE.
33073         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33074         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33075         variable MPONE.
33076         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33077         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33078         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33079         include directive.  Remove local variable MPONE.
33080         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33081         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33082         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33084 2012-12-25  David S. Miller  <davem@davemloft.net>
33086         * version.h (RELEASE): Set to "development".
33087         (VERSION): Set to "2.17.90".
33088         * NEWS: Add 2.18 section.
33090 2012-12-21  David S. Miller  <davem@davemloft.net>
33092         * po/hr.po: Update from translation team.
33094 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33096         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33098 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33100         * NEWS:  Mention new memcpy for MIPS.
33102 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33104         * manual/contrib.texi (Contributors): Spelling correction.
33106 2012-12-15  David S. Miller  <davem@davemloft.net>
33108         * po/ru.po: Update from translation team.
33110 2012-12-13  David S. Miller  <davem@davemloft.net>
33112         * NEWS: Mention IFUNC testsuite enhancements.
33114         * po/pl.po: Update from translation team.
33115         * po/bg.po: Likewise.
33117         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33118         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33120 2012-12-11  David S. Miller  <davem@davemloft.net>
33122         * po/sv.po: Update from translation team.
33124         * po/vi.po: Update from translation team.
33126         * po/cs.po: Update from translation team.
33128         * po/de.po: Update from translation team.
33129         * po/eo.po: Likewise.
33130         * po/nl.po: Likewise.
33132 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33134         [BZ #14246]
33135         * manual/argp.texi (Argp Helper Functions): Move node to follow
33136         Argp Parsing State.
33138         [BZ #14872]
33139         * manual/conf.texi (Limits on File System Capacity): Mention if
33140         terminating null is included in the max size.
33142 2012-12-10  Andreas Jaeger  <aj@suse.de>
33144         * po/cs.po: Update from translation team.
33146 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33148         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33149         void pointer and cast to uintptr_t.
33150         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33151         path.
33152         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33153         * sysdeps/s390/s390-64/memset.S: Likewise.
33155 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33157         [BZ #14833]
33158         * menual/message.texi (Message Translation): Fix typos.
33159         (Helper programs for gettext): Likewise.
33161 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33163         [BZ #14898]
33164         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33165         Change to -1.
33167 2012-12-07  David S. Miller  <davem@davemloft.net>
33169         * po/libc.pot: Update.
33171 2012-12-07  Richard Henderson  <rth@redhat.com>
33173         [BZ #10114]
33174         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33175         normal/normal case to before the switch.
33176         (_FP_DIV): Likewise.
33178 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33179             Mike Frysinger  <vapier@gentoo.org>
33181         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33182         check for __NR_fadvise64_64.
33184 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33186         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33187         0, not just to plain "0" as a statement.
33188         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33189         with cw.
33191 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33193         * NEWS: Use sourceware.org in Bugzilla URL.
33195 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33198         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33200         * stdio-common/tst-put-error.c (do_test): Add newline to the
33201         padded test to ensure flush.
33203 2012-12-05  Jeff Law  <law@redhat.com>
33205         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33207 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33209         * README: Don't refer to ports add-on as distributed separately.
33210         Mention AArch64 in list of systems supported in the ports add-on.
33212         * LICENSES: Add more non-FSF copyright and license notices.
33214         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33215         ((unused)).
33217         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33219         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33220         10000 as width of padded output.
33222 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33224         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33226         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33227         variable LX with __attribute__ ((unused)).
33228         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33229         Likewise.
33230         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33231         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33232         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33233         with __attribute__ ((unused)).
33235 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33237         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33239 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33241         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33242         (CFLAGS-nldbl-acos.c): New variable.
33243         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33244         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33245         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33246         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33247         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33248         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33249         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33250         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33251         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33252         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33253         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33254         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33255         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33256         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33257         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33258         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33259         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33260         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33261         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33262         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33263         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33264         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33265         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33266         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33267         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33268         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33269         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33270         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33271         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33272         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33273         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33274         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33275         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33276         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33277         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33278         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33279         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33280         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33281         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33282         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33283         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33284         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33285         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33286         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33287         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33288         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33289         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33290         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33291         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33292         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33293         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33294         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33295         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33296         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33297         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33298         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33299         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33300         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33301         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33302         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33303         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33304         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33305         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33306         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33307         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33308         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33309         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33310         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33311         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33312         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33313         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33314         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33315         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33316         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33317         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33318         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33319         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33320         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33321         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33322         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33323         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33324         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33325         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33326         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33327         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33328         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33329         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33330         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33331         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33332         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33333         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33334         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33335         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33336         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33337         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33338         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33339         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33342         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33344         [BZ #14914]
33345         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33346         whole low double instead of just low 47 bits when splitting values
33347         into two parts.
33349 2012-12-03  Allan McRae  <allan@archlinux.org>
33351         * manual/stdio.texi (Predefined Printf Handlers): Remove
33352         @hsep and @vsep usage.
33354 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33356         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33357         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33359 2012-12-03  Jeff Law  <law@redhat.com>
33361         * time/sys/time.h (settimeofday): Do not mark TV argument
33362         as __nonnull.
33364 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33366         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33367         when currently writing and seek to current position when not.
33368         * libio/Makefile (tests): Remove bug-fclose1.
33369         * libio/bug-fclose1.c: Delete.
33371 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33373         * manual/arith.texi (feenableexcept): Fix typo.
33374         (fedisableexcept): Likewise.
33376 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33378         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33379         second, differently-typed declaration, rather than a cast.
33381 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33383         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33384         * include/rpc/svc.h: ... here.
33386 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33388         [BZ #13013]
33389         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33390         depending n and resplen2 to catch cases where answer
33391         equals answerp2.
33393 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33395         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33396         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33398 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33400         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33402 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33404         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33406 2012-11-28  Jeff Law  <law@redhat.com>
33408         [BZ #13761]
33409         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33410         dataset_temporary.  Track alloca usage into alloca_used.
33411         If dataset is large allocate and release it via malloc/free.
33413 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33415         [BZ #14197]
33416         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33418 2012-11-28  David S. Miller  <davem@davemloft.net>
33420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33422 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33424         [BZ #14803]
33425         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33426         of pi/2 rounded to nearest to 64 bits.
33427         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33428         nearest to 64 bits.
33429         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33430         bits.
33432 2012-11-28  Jeff Law <law@redhat.com>
33433             Martin Osvald <mosvald@redhat.com>
33435         [BZ #14889]
33436         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33437         * sunrpc/svc.c: Include time.h.
33438         (__svc_accept_failed): New function.
33439         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33440         any reason other than EINTR, call __svc_accept_failed.
33441         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33442         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33444 2012-11-28  Andreas Schwab  <schwab@suse.de>
33446         * scripts/abilist.awk: Also handle indirect functions in .opd
33447         section.
33449 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33451         [BZ #13881]
33452         * sysdeps/x86/fpu/powl_helper.c: New file.
33453         * sysdeps/x86/fpu/Makefile: Likewise.
33454         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33455         (p3): New object.
33456         (__ieee754_powl): Use __powl_helper for finite arguments except
33457         integer exponents below 8.
33458         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33459         (p3): New object.
33460         (__ieee754_powl): Use __powl_helper for finite arguments except
33461         integer exponents below 8.
33462         * math/libm-test.inc (pow_test): Add more tests and enable some
33463         previously disabled tests.
33464         * sysdeps/i386/fpu/libm-test-ulps: Update.
33465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33467 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33468             Carlos O'Donell  <carlos_odonell@mentor.com>
33470         * nss/makedb.c (is_prime): Assert that input is odd and greater
33471         than 4.  Note that fact in a comment too.
33472         (next_prime): Add 4 to input.
33474 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33476         [BZ #11741]
33477         * libio/Makefile (tests): Add test case tst-fwrite-error.
33478         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33479         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33480         * libio/tst-fwrite-error.c: New test case.
33482 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33484         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33485         before casting to void *.
33486         * include/libc-internal.h (__pointer_type): New macro.
33487         (__integer_if_pointer_type_sub): Likewise.
33488         (__integer_if_pointer_type): Likewise.
33489         (cast_to_integer): Likewise.
33490         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33491         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33492         before casting to atomic64_t.
33493         (atomic_exchange_acq): Likewise.
33494         (__arch_exchange_and_add_body): Likewise.
33495         (__arch_add_body): Likewise.
33496         (atomic_add_negative): Likewise.
33497         (atomic_add_zero): Likewise.
33499 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33501         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33502         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33503         (add_fdes): Likewise.
33504         (linear_search_fdes): Likewise.
33505         (binary_search_unencoded_fdes): Likewise.
33507 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33509         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33511 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33513         * configure.in: Autodetect C++ header directories.
33514         * configure: Regenerated.
33516 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33518         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33520 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33522         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33524 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33526         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33527         LDBL_MANT_DIG == 106]: Disable some tests.
33528         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33529         Likewise.
33530         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33531         Likewise.
33533         [BZ #14871]
33534         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33535         input for small inputs.  Return +/- pi/2 for large inputs.
33536         * math/libm-test.inc (atan_test): Add more tests.
33538         * sysdeps/generic/unwind-dw2-fde-glibc.c
33539         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33540         __attribute__ ((unused)).
33542         [BZ #14645]
33543         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33544         x * y if x and y are nonzero and z is zero.
33546         [BZ #14811]
33547         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33548         nonzero exponents with absolute value below 0x1p-117 to +/-
33549         0x1p-117.
33551         [BZ #14869]
33552         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33553         up arguments below 2**-450, not just those below 2**-500.
33554         * math/libm-test.inc (hypot_test): Add another test.
33556         [BZ #14868]
33557         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33558         Return a+b for ratio over 2**120, not 2**60.
33559         * math/libm-test.inc (hypot_test): Add another test.
33561         * math/libm-test.inc (clog_test): Use
33562         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33563         (clog10_test): Likewise.
33565         [BZ #6778]
33566         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33568 2012-11-22  Andreas Schwab  <schwab@suse.de>
33570         * sysdeps/i386/fpu/libm-test-ulps: Update.
33572 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33574         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33575         printf output with newline.
33577 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33579         [BZ #14865]
33580         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33581         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33582         -z nodlopen, -z initfirst and -z execstack support.
33583         * configure: Regenerated.
33585         * elf/elf.h (DF_1_NODIRECT): New macro.
33586         (DF_1_IGNMULDEF): Likewise.
33587         (DF_1_NOKSYMS): Likewise.
33588         (DF_1_NOHDR): Likewise.
33589         (DF_1_EDITED): Likewise.
33590         (DF_1_NORELOC): Likewise.
33591         (DF_1_SYMINTPOSE): Likewise.
33592         (DF_1_GLOBAUDIT): Likewise.
33593         (DF_1_SINGLETON): Likewise.
33594         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33595         DT_1_SUPPORTED_MASK bits.
33596         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33598 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33600         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33602 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33604         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33605         macro.
33607         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33608         (sendmmsg): Move declarations...
33609         * socket/sys/socket.h: ... here.
33610         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33611         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33612         include it from...
33613         * socket/recvmmsg.c: ... this new file.
33614         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33615         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33616         definition of __sendmmsg hidden.
33617         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33618         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33619         Move ENOSYS stub into and include it from...
33620         * socket/sendmmsg.c: ... this new file.
33621         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33622         (sysdep_routines): Move recvmmsg and sendmmsg...
33623         * socket/Makefile (routines): ... here.
33624         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33625         (GLIBC_PRIVATE): Add __sendmmsg.
33626         * include/sys/socket.h (__sendmmsg): Add declarations.
33627         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33628         sendmmsg.
33630 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33632         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33633         variable I1 with __attribute__ ((unused)).
33634         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33636 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33638         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33639         DUMMY variables with __attribute__ ((unused)).
33641         * bits/byteswap.h: Include <bits/types.h>.
33642         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33644 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33646         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33647         string_t.  Do not manually set errno.
33648         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33649         length with __strnlen.  Make sure to both set errno and return it on
33650         failure.
33652 2012-11-19  David S. Miller  <davem@davemloft.net>
33654         With help from Joseph Myers.
33655         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33656         very large arguments properly.
33657         * math/libm-test.inc (atan_test): New tests.
33658         (atan2_test): New tests.
33659         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33660         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33662 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33664         [BZ #14856]
33665         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33666         Define to 3.
33668         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33669         [POSIX] (EADDRNOTAVAIL): Likewise.
33670         [POSIX] (EAFNOSUPPORT): Likewise.
33671         [POSIX] (EALREADY): Likewise.
33672         [POSIX] (ECONNABORTED): Likewise.
33673         [POSIX] (ECONNREFUSED): Likewise.
33674         [POSIX] (ECONNRESET): Likewise.
33675         [POSIX] (EDESTADDRREQ): Likewise.
33676         [POSIX] (EDQUOT): Likewise.
33677         [POSIX] (EHOSTUNREACH): Likewise.
33678         [POSIX] (EIDRM): Likewise.
33679         [POSIX] (EISCONN): Likewise.
33680         [POSIX] (ELOOP): Likewise.
33681         [POSIX] (EMULTIHOP): Likewise.
33682         [POSIX] (ENETDOWN): Likewise.
33683         [POSIX] (ENETUNREACH): Likewise.
33684         [POSIX] (ENOBUFS): Likewise.
33685         [POSIX] (ENODATA): Likewise.
33686         [POSIX] (ENOLINK): Likewise.
33687         [POSIX] (ENOMSG): Likewise.
33688         [POSIX] (ENOPROTOOPT): Likewise.
33689         [POSIX] (ENOSR): Likewise.
33690         [POSIX] (ENOSTR): Likewise.
33691         [POSIX] (ENOTCONN): Likewise.
33692         [POSIX] (ENOTSOCK): Likewise.
33693         [POSIX] (EOPNOTSUPP): Likewise.
33694         [POSIX] (EOVERFLOW): Likewise.
33695         [POSIX] (EPROTO): Likewise.
33696         [POSIX] (EPROTONOSUPPORT): Likewise.
33697         [POSIX] (EPROTOTYPE): Likewise.
33698         [POSIX] (ESTALE): Likewise.
33699         [POSIX] (ETIME): Likewise.
33700         [POSIX] (ETXTBSY): Likewise.
33701         [POSIX] (EWOULDBLOCK): Likewise.
33702         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33703         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33704         [POSIX] (SEEK_CUR): Likewise.
33705         [POSIX] (SEEK_END): Likewise.
33706         [POSIX || UNIX98] (mode_t): Do not require.
33707         [POSIX] (off_t): Likewise.
33708         [POSIX] (pid_t): Likewise.
33709         [POSIX] (sys/stat.h): Do not allow header.
33710         [POSIX] (unistd.h): Likewise.
33711         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33712         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33713         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33714         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33715         require.
33716         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33717         sigevent): Specify elements.
33718         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33719         entry.
33720         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33721         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33723         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33724         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33725         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33726         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33727         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33728         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33729         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33730         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33731         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33732         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33733         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33734         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33735         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33736         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33737         Likewise.
33738         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33739         Likewise.
33740         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33741         Likewise.
33742         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33743         Likewise.
33744         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33745         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33746         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33747         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33748         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33749         Specify lower bound on value.
33750         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33751         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33752         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33753         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33754         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33755         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33756         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33757         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33758         value.
33759         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33760         as optional.
33761         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33762         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33763         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33764         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33765         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33766         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33767         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33768         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33769         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33770         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33771         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33772         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33773         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33774         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33775         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33776         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33777         entry.
33778         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33779         optional.
33780         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33781         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33782         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33783         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33784         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33785         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33786         Likewise.
33787         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33788         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33789         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33790         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33791         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33792         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33793         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33794         as optional.
33795         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33796         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33797         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33798         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33799         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33800         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33801         specify as optional.
33802         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33803         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33804         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33805         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33806         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33807         [XPG3] (NL_LANGMAX): Likewise.
33808         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33809         [POSIX || XPG3] (NL_NMAX): Likewise.
33810         [POSIX || XPG3] (NL_SETMAX): Likewise.
33811         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33812         [XPG3] (NZERO): Likewise.
33813         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33814         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33815         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33816         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33817         (REG_ERANGE): Expect.
33818         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33819         optional-constant.
33820         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33821         Use (void) in prototype.
33822         [POSIX] (*_t): Allow.
33823         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33824         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33825         (WRDE_BADVAL): Expect.
33827         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33828         expect.
33829         [XPG3 || XPG4] (O_RSYNC): Likewise.
33830         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33831         Likewise.
33832         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33833         [XPG3 || XPG4] (sigqueue): Likewise.
33834         [XPG3 || XPG4] (sigtimedwait): Likewise.
33835         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33836         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33837         [XPG3 || XPG4] (vsnprintf): Likewise.
33838         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33839         Likewise.
33840         [XPG3 || XPG4] (blksize_t): Likewise.
33841         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33842         Likewise.
33843         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33844         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33845         [XPG3 || XPG4] (struct itimerspec): Likewise.
33846         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33847         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33848         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33849         [XPG3 || XPG4] (clockid_t): Likewise.
33850         [XPG3 || XPG4] (timer_t): Likewise.
33851         [XPG3 || XPG4] (clock_getres): Likewise.
33852         [XPG3 || XPG4] (clock_gettime): Likewise.
33853         [XPG3 || XPG4] (clock_settime): Likewise.
33854         [XPG3 || XPG4] (nanosleep): Likewise.
33855         [XPG3 || XPG4] (timer_create): Likewise.
33856         [XPG3 || XPG4] (timer_delete): Likewise.
33857         [XPG3 || XPG4] (timer_gettime): Likewise.
33858         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33859         [XPG3 || XPG4] (timer_settime): Likewise.
33860         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33861         [XPG3 || XPG4] (getlogin_r): Likewise.
33862         [XPG3 || XPG4] (pread): Likewise.
33863         [XPG3 || XPG4] (pthread_atfork): Likewise.
33864         [XPG3 || XPG4] (pwrite): Likewise.
33866         [BZ #14835]
33867         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33868         <bits/siginfo.h>.
33870 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33872         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33873         finalizing MALLSTREAM.
33875         * sysdeps/mach/hurd/syncfs.c: New file.
33877 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33879         [BZ #14719]
33880         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33881         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33882         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33883         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33884         (_nss_dns_gethostbyname4_r): Likewise.
33885         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33886         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33888 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33890         [BZ #13763]
33891         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33893 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33895         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33896         * elf/cache.c (print_entry): Print ",AArch64" for
33897         FLAG_AARCH64_LIB64
33899         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33900         * elf/cache.c (print_entry): Print ",hard-float" for
33901         FLAG_ARM_LIBHF.
33903 2012-11-18  David S. Miller  <davem@davemloft.net>
33905         With help from Joseph Myers.
33906         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33907         cutoff to 2**-13.
33908         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33909         cutoff to 2**-25.
33910         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33911         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33912         small.
33913         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33914         * math/libm-test.inc (y0_test): New tests.
33915         (y1_test): New tests.
33916         * sysdeps/i386/fpu/libm-test-ulps: Update.
33917         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33918         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33920 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33922         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33923         64-bit targets.
33924         * configure: Regenerated.
33926 2012-11-17  David S. Miller  <davem@davemloft.net>
33928         [BZ #14811]
33929         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33930         nonzero exponents with absolute value below 0x1p-128 to +/-
33931         0x1p-128.
33933 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33935         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33937         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33939         * posix/getconf-speclist.c: New file.
33940         * posix/posix-envs.def: Likewise.
33941         * posix/confstr.c (START_ENV_GROUP): New macro.
33942         (END_ENV_GROUP): Likewise.
33943         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33944         (KNOWN_PRESENT_ENV_STRING): Likewise.
33945         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33946         (UNKNOWN_ENVIRONMENT): Likewise.
33947         (confstr): Include posix-envs.def instead of handling
33948         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33949         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33950         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33951         (END_ENV_GROUP): Likewise.
33952         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33953         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33954         (UNKNOWN_ENVIRONMENT): Likewise.
33955         (__sysconf): Include posix-envs.def instead of handling associated
33956         cases directly here.
33957         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33958         preprocessing getconf-speclist.c rather than running getconf or
33959         generating empty file.
33961 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
33963         * scripts/check-local-headers.sh: Ignore 'mach' headers.
33965 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
33967         [BZ #14672]
33968         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33970 2012-11-16  David S. Miller  <davem@davemloft.net>
33972         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33973         smaller than LDBL_EPSILON/2.0L, just return xm1.
33975 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
33977         * elf/tst-array1.c (init): Set constructor priority to 1000.
33978         (fini): Set destructor priority to 1000.
33979         * elf/tst-array2dep.c: Likewise.
33981 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33983         [BZ #11741]
33984         * libio/fileops.c (_IO_new_file_write): Correctly return error.
33985         (_IO_new_file_xsputn): Also return EOF if none of the input
33986         data was written when overflow failed.
33987         * libio/iopadn.c (_IO_padn): Likewise.
33988         * libio/iowpadn.c (_IO_wpadn): Likewise.
33989         * stdio-common/tst-put-error.c: Add copyright notice.
33990         (do_test): Add case for printing padded string.
33991         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33992         _IO_padn returned error.
33993         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33994         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33995         return EOF.
33997 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33999         * libio/libioP.h: Add comment note that the references to C++
34000         bits are now obsolete.
34002 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34004         * math/libm-test.inc (check_complex): Use asprintf.
34006 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34008         * debug/pcprofiledump.c (print_version): Update copyright year.
34009         * malloc/memusagestat.c (print_version): Likewise.
34011 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34013         [BZ #14831]
34014         * elf/Makefile (tests): Add tst-audit8.
34015         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34016         ($(objpfx)tst-audit8.out): New target.
34017         (tst-audit8-ENV): New variable.
34018         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34019         audit if l_reloc_result is NULL.
34020         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34021         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34022         * elf/tst-audit8.c: New file.
34024 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34026         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34027         * misc/Makefile (CFLAGS-select.c): Define.
34028         * posix/Makefile (CFLAGS-pause.c): Define.
34030 2012-11-13  David S. Miller  <davem@davemloft.net>
34032         * crypt/Makefile: Move test targets after toplevel Rules
34033         inclusion.  Grab any necessary sysdep routines when linking.
34034         * crypt/md5.c (md5_process_block): Remove define, we will always
34035         name it __md5_process_block.
34036         (md5_finish_ctx): Update md5_process_block call.
34037         (md5_stream): Likewise.
34038         (md5_process_bytes): Likewise.
34039         (md5_process_block): Rename to __md5_process_block and move to ...
34040         * crypt/md5-block.c: ... here.
34041         * crypt/sha256.c (sha256_process_block): Move to ...
34042         * crypt/sha256-block.c: ... here.
34043         * crypt/sha512.c (sha512_process_block): Move to ...
34044         * crypt/sha512-block.c: ... here.
34045         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34046         path.
34047         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34048         * sysdeps/sparc/sparc64/multiarch/Makefile
34049         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34050         crypt subdir.
34051         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34052         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34053         multiarch changes.
34054         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34055         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34056         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34057         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34058         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34059         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34060         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34061         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34062         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34063         file.
34064         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34065         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34066         file.
34067         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34069 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34071         * timezone/tzselect.ksh: Update from tzcode git revision
34072         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34073         * timezone/zdump.c: Likewise.
34074         * timezone/zic.c: Likewise.
34075         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34076         in TZVERSION setting, not $(PKGVERSION).
34077         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34078         REPORT_BUGS_TO settings.
34080         [BZ #14838]
34081         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34082         macro.
34084 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34086         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34087         detection to immediately after _FP_ROUND().
34088         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34089         bits are 0.
34091 2012-11-11  David S. Miller  <davem@davemloft.net>
34093         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34094         inttypes.h
34095         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34096         __close rather than their public counterparts.
34098 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34100         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34101         file.
34102         [UNIX98] (sem_timedwait): Do not expect.
34103         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34104         [XPG4 || UNIX98] (sockatmark): Do not expect.
34105         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34106         (clock_getcpuclockid): Do not expect.
34107         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34108         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34109         Do not expect.
34110         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34111         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34112         [UNIX98] (vwscanf): Likewise.
34113         [UNIX98] (vswscanf): Likewise.
34115 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34117         * timezone/version.h: Remove file.
34118         * timezone/README: Do not refer to version.h.
34119         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34120         $(objpfx)version.h.
34121         ($(objpfx)zdump.o): Likewise.
34122         ($(objpfx)version.h): New target.
34124         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34125         2012i.
34126         * timezone/README: Don't mention modification to tzselect.ksh.
34127         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34128         work on unmodified tzselect.ksh.  Substitute version numbers in
34129         tzselect.ksh.
34131         * Makefile (format-me): Remove.
34132         (INSTALL): Adjust indentation.  Use commands directly instead of
34133         using $(format-me).
34135         * aclocal.m4 (ACX_PKGVERSION): New macro.
34136         (ACX_BUGURL): Likewise.
34137         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34138         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34139         (REPORT_BUGS_TO): Likewise.
34140         * configure: Regenerated.
34141         * config.h.in (PKGVERSION): New macro.
34142         (REPORT_BUGS_TO): Likewise.
34143         * config.make.in (PKGVERSION): New variable.
34144         (PKGVERSION_TEXI): Likewise.
34145         (REPORT_BUGS_TO): Likewise.
34146         (REPORT_BUGS_TEXI): Likewise.
34147         * Makefile (format-me): Use -I$(common-objpfx)manual.
34148         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34149         ($(common-objpfx)manual/%): New target.
34150         (manual/%): Remove target.
34151         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34152         (print_version): Use PKGVERSION.
34153         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34154         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34155         and REPORT_BUGS_TO.
34156         ($(objpfx)xtrace): Likewise.
34157         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34158         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34159         (print_version): Use PKGVERSION.
34160         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34161         (do_version): Use PKGVERSION.
34162         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34163         REPORT_BUGS_TO.
34164         (common-ldd-rewrite): Likewise.
34165         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34166         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34167         (print_version): Use PKGVERSION.
34168         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34169         * elf/pldd.c (argp_program_bug_address): Remove variable.
34170         (more_help): New function.
34171         (argp): Use more_help.
34172         (print_version): Use PKGVERSION.
34173         * elf/sln.c (main): Use PKGVERSION.
34174         (usage): Use REPORT_BUGS_TO.
34175         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34176         (top level): Use PKGVERSION.
34177         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34178         (print_version): Use PKGVERSION.
34179         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34180         (print_version): Use PKGVERSION.
34181         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34182         (print_version): Use PKGVERSION.
34183         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34184         (print_version): Use PKGVERSION.
34185         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34186         (print_version): Use PKGVERSION.
34187         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34188         (print_version): Use PKGVERSION.
34189         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34190         and BUGURL.
34191         ($(objpfx)memusage): Likewise.
34192         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34193         (do_version): Use PKGVERSION.
34194         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34195         (print_version): Use PKGVERSION.
34196         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34197         ($PKGVERSION): New variable.
34198         ($REPORT_BUGS_TO): Likewise.
34199         (usage): Use $REPORT_BUGS_TO.
34200         (top level): Use $PKGVERSION.
34201         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34202         ($(objpfx)pkgvers.texi): New rule.
34203         ($(objpfx)stamp-pkgvers): Likewise.
34204         * manual/install.texi: Include pkgvers.texi.
34205         (--with-pkgversion): Document new configure option.
34206         (--with-bugurl): Likewise.
34207         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34208         than necessarily for this particular distribution.  Use
34209         REPORT_BUGS_TO for where to report bugs.
34210         * INSTALL: Regenerated.
34211         * manual/libc.texinfo: Include pkgvers.texi.
34212         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34213         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34214         (print_version): Use PKGVERSION.
34215         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34216         (print_version): Use PKGVERSION.
34217         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34218         (print_version): Use PKGVERSION.
34219         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34220         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34221         macro.
34222         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34223         (print_version): Use PKGVERSION.
34224         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34225         (print_version): Use PKGVERSION.
34226         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34227         and PKGVERSION.
34229         * timezone/checktab.awk: Update from tzcode 2012i.
34230         * timezone/ialloc.c: Likewise.
34231         * timezone/private.h: Likewise.
34232         * timezone/scheck.c: Likewise.
34233         * timezone/tzfile.h: Likewise.
34234         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34235         (TZVERSION): Hardcode tzcode version number.
34236         * timezone/zdump.c: Update from tzcode 2012i.
34237         * timezone/zic.c: Likewise.
34238         * timezone/version.h: New file.
34239         * timezone/README: Describe version.h.  Update upstream location.
34241         [BZ #14824]
34242         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34243         (mktemp): Enable declaration.
34244         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34245         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34246         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34247         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34248         Likewise.
34249         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34250         Likewise.
34251         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34252         Likewise.
34253         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34254         Likewise.
34255         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34256         Likewise.
34257         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34258         Likewise.
34260         [BZ #14821]
34261         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34262         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34263         for copies of such integer values.
34264         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34265         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34267 2012-11-09  Andreas Jaeger  <aj@suse.de>
34269         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34270         definitions and declarations that are provided by
34271         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34273 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34275         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34276         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34277         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34278         definition.
34280 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34282         * elf/elf.h: Update comment before AArch64 relocations.
34284 2012-11-07  David S. Miller  <davem@davemloft.net>
34286         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34287         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34288         (__start_context): Declare.
34289         (__makecontext_ret): Delete.
34290         (__makecontext): Hook up __start_context instead of
34291         __makecontext_ret.
34292         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34293         (sysdep_routines): Add __start_context when in stdlib.
34295 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34297         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34298         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34299         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34300         hardcoded "nm".
34301         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34302         (READELF): New variable.  Use it instead of hardcoded "readelf".
34304 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34306         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34307         * sysdeps/x86/Makefile: Here.
34308         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34309         * sysdeps/x86/tst-xmmymm.sh: This.
34311 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34313         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34314         expectations.
34315         [UNIX98] (pthread_barrier_t): Do not expect.
34316         [UNIX98] (pthread_barrierattr_t): Likewise.
34317         [UNIX98] (pthread_spinlock_t): Likewise.
34318         [UNIX98] (pthread_barrier_destroy): Likewise.
34319         [UNIX98] (pthread_barrier_init): Likewise.
34320         [UNIX98] (pthread_barrier_wait): Likewise.
34321         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34322         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34323         [UNIX98] (pthread_barrierattr_init): Likewise.
34324         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34325         [UNIX98] (pthread_getcpuclockid): Likewise.
34326         [UNIX98] (pthread_mutex_timedlock): Likewise.
34327         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34328         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34329         [UNIX98] (pthread_sigmask): Likewise.
34330         [UNIX98] (pthread_spin_destroy): Likewise.
34331         [UNIX98] (pthread_spin_init): Likewise.
34332         [UNIX98] (pthread_spin_lock): Likewise.
34333         [UNIX98] (pthread_spin_trylock): Likewise.
34334         [UNIX98] (pthread_spin_unlock): Likewise.
34335         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34336         Do not expect.
34337         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34338         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34339         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34340         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34341         [XPG3 || XPG4] (pthread_key_t): Likewise.
34342         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34343         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34344         [XPG3 || XPG4] (pthread_once_t): Likewise.
34345         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34346         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34347         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34348         [XPG3 || XPG4] (pthread_t): Likewise.
34350         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34351         not expect.
34352         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34354         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34355         Change function return type to int.
34357         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34358         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34359         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34360         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34361         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34362         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34363         [!POSIX] (posix_madvise): Likewise.
34364         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34365         && !UNIX98].
34366         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34367         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34368         (mode_t): Likewise.
34369         (posix_mem_offset): Likewise.
34370         (posix_typed_mem_get_info): Likewise.
34371         (posix_typed_mem_open): Likewise.
34373         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34374         Change condition to [XOPEN2K8].
34376         * conform/conformtest.pl: Preprocess allow-header data with -x c
34377         instead of from stdin.
34378         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34379         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34380         [C99-based standards] (cerfc): Likewise.
34381         [C99-based standards] (cexp2): Likewise.
34382         [C99-based standards] (cexpm1): Likewise.
34383         [C99-based standards] (clog10): Likewise.
34384         [C99-based standards] (clog1p): Likewise.
34385         [C99-based standards] (clog2): Likewise.
34386         [C99-based standards] (clgamma): Likewise.
34387         [C99-based standards] (ctgamma): Likewise.
34388         [C99-based standards] (cerff): Likewise.
34389         [C99-based standards] (cerfcf): Likewise.
34390         [C99-based standards] (cexp2f): Likewise.
34391         [C99-based standards] (cexpm1f): Likewise.
34392         [C99-based standards] (clog10f): Likewise.
34393         [C99-based standards] (clog1pf): Likewise.
34394         [C99-based standards] (clog2f): Likewise.
34395         [C99-based standards] (clgammaf): Likewise.
34396         [C99-based standards] (ctgammaf): Likewise.
34397         [C99-based standards] (cerfl): Likewise.
34398         [C99-based standards] (cerfcl): Likewise.
34399         [C99-based standards] (cexp2l): Likewise.
34400         [C99-based standards] (cexpm1l): Likewise.
34401         [C99-based standards] (clog10l): Likewise.
34402         [C99-based standards] (clog1pl): Likewise.
34403         [C99-based standards] (clog2l): Likewise.
34404         [C99-based standards] (clgammal): Likewise.
34405         [C99-based standards] (ctgammal): Likewise.
34406         * conform/data/inttypes.h-data [C99-based standards]: Include
34407         stdint.h-data.  Remove all expectations for stdint.h contents.
34408         [C99-based standards] (PRI*): Do not allow.
34409         [C99-based standards] (SCN*): Likewise.
34410         [C99-based standards] (*_t): Likewise.
34411         [C99-based-standards] (PRId8): Expect macro.
34412         [C99-based-standards] (PRIi8): Likewise.
34413         [C99-based-standards] (PRIo8): Likewise.
34414         [C99-based-standards] (PRIu8): Likewise.
34415         [C99-based-standards] (PRIx8): Likewise.
34416         [C99-based-standards] (PRIX8): Likewise.
34417         [C99-based-standards] (SCNd8): Likewise.
34418         [C99-based-standards] (SCNi8): Likewise.
34419         [C99-based-standards] (SCNo8): Likewise.
34420         [C99-based-standards] (SCNu8): Likewise.
34421         [C99-based-standards] (SCNx8): Likewise.
34422         [C99-based-standards] (PRIdLEAST8): Likewise.
34423         [C99-based-standards] (PRIiLEAST8): Likewise.
34424         [C99-based-standards] (PRIoLEAST8): Likewise.
34425         [C99-based-standards] (PRIuLEAST8): Likewise.
34426         [C99-based-standards] (PRIxLEAST8): Likewise.
34427         [C99-based-standards] (PRIXLEAST8): Likewise.
34428         [C99-based-standards] (SCNdLEAST8): Likewise.
34429         [C99-based-standards] (SCNiLEAST8): Likewise.
34430         [C99-based-standards] (SCNoLEAST8): Likewise.
34431         [C99-based-standards] (SCNuLEAST8): Likewise.
34432         [C99-based-standards] (SCNxLEAST8): Likewise.
34433         [C99-based-standards] (PRIdFAST8): Likewise.
34434         [C99-based-standards] (PRIiFAST8): Likewise.
34435         [C99-based-standards] (PRIoFAST8): Likewise.
34436         [C99-based-standards] (PRIuFAST8): Likewise.
34437         [C99-based-standards] (PRIxFAST8): Likewise.
34438         [C99-based-standards] (PRIXFAST8): Likewise.
34439         [C99-based-standards] (SCNdFAST8): Likewise.
34440         [C99-based-standards] (SCNiFAST8): Likewise.
34441         [C99-based-standards] (SCNoFAST8): Likewise.
34442         [C99-based-standards] (SCNuFAST8): Likewise.
34443         [C99-based-standards] (SCNxFAST8): Likewise.
34444         [C99-based-standards] (PRId16): Likewise.
34445         [C99-based-standards] (PRIi16): Likewise.
34446         [C99-based-standards] (PRIo16): Likewise.
34447         [C99-based-standards] (PRIu16): Likewise.
34448         [C99-based-standards] (PRIx16): Likewise.
34449         [C99-based-standards] (PRIX16): Likewise.
34450         [C99-based-standards] (SCNd16): Likewise.
34451         [C99-based-standards] (SCNi16): Likewise.
34452         [C99-based-standards] (SCNo16): Likewise.
34453         [C99-based-standards] (SCNu16): Likewise.
34454         [C99-based-standards] (SCNx16): Likewise.
34455         [C99-based-standards] (PRIdLEAST16): Likewise.
34456         [C99-based-standards] (PRIiLEAST16): Likewise.
34457         [C99-based-standards] (PRIoLEAST16): Likewise.
34458         [C99-based-standards] (PRIuLEAST16): Likewise.
34459         [C99-based-standards] (PRIxLEAST16): Likewise.
34460         [C99-based-standards] (PRIXLEAST16): Likewise.
34461         [C99-based-standards] (SCNdLEAST16): Likewise.
34462         [C99-based-standards] (SCNiLEAST16): Likewise.
34463         [C99-based-standards] (SCNoLEAST16): Likewise.
34464         [C99-based-standards] (SCNuLEAST16): Likewise.
34465         [C99-based-standards] (SCNxLEAST16): Likewise.
34466         [C99-based-standards] (PRIdFAST16): Likewise.
34467         [C99-based-standards] (PRIiFAST16): Likewise.
34468         [C99-based-standards] (PRIoFAST16): Likewise.
34469         [C99-based-standards] (PRIuFAST16): Likewise.
34470         [C99-based-standards] (PRIxFAST16): Likewise.
34471         [C99-based-standards] (PRIXFAST16): Likewise.
34472         [C99-based-standards] (SCNdFAST16): Likewise.
34473         [C99-based-standards] (SCNiFAST16): Likewise.
34474         [C99-based-standards] (SCNoFAST16): Likewise.
34475         [C99-based-standards] (SCNuFAST16): Likewise.
34476         [C99-based-standards] (SCNxFAST16): Likewise.
34477         [C99-based-standards] (PRId32): Likewise.
34478         [C99-based-standards] (PRIi32): Likewise.
34479         [C99-based-standards] (PRIo32): Likewise.
34480         [C99-based-standards] (PRIu32): Likewise.
34481         [C99-based-standards] (PRIx32): Likewise.
34482         [C99-based-standards] (PRIX32): Likewise.
34483         [C99-based-standards] (SCNd32): Likewise.
34484         [C99-based-standards] (SCNi32): Likewise.
34485         [C99-based-standards] (SCNo32): Likewise.
34486         [C99-based-standards] (SCNu32): Likewise.
34487         [C99-based-standards] (SCNx32): Likewise.
34488         [C99-based-standards] (PRIdLEAST32): Likewise.
34489         [C99-based-standards] (PRIiLEAST32): Likewise.
34490         [C99-based-standards] (PRIoLEAST32): Likewise.
34491         [C99-based-standards] (PRIuLEAST32): Likewise.
34492         [C99-based-standards] (PRIxLEAST32): Likewise.
34493         [C99-based-standards] (PRIXLEAST32): Likewise.
34494         [C99-based-standards] (SCNdLEAST32): Likewise.
34495         [C99-based-standards] (SCNiLEAST32): Likewise.
34496         [C99-based-standards] (SCNoLEAST32): Likewise.
34497         [C99-based-standards] (SCNuLEAST32): Likewise.
34498         [C99-based-standards] (SCNxLEAST32): Likewise.
34499         [C99-based-standards] (PRIdFAST32): Likewise.
34500         [C99-based-standards] (PRIiFAST32): Likewise.
34501         [C99-based-standards] (PRIoFAST32): Likewise.
34502         [C99-based-standards] (PRIuFAST32): Likewise.
34503         [C99-based-standards] (PRIxFAST32): Likewise.
34504         [C99-based-standards] (PRIXFAST32): Likewise.
34505         [C99-based-standards] (SCNdFAST32): Likewise.
34506         [C99-based-standards] (SCNiFAST32): Likewise.
34507         [C99-based-standards] (SCNoFAST32): Likewise.
34508         [C99-based-standards] (SCNuFAST32): Likewise.
34509         [C99-based-standards] (SCNxFAST32): Likewise.
34510         [C99-based-standards] (PRId64): Likewise.
34511         [C99-based-standards] (PRIi64): Likewise.
34512         [C99-based-standards] (PRIo64): Likewise.
34513         [C99-based-standards] (PRIu64): Likewise.
34514         [C99-based-standards] (PRIx64): Likewise.
34515         [C99-based-standards] (PRIX64): Likewise.
34516         [C99-based-standards] (SCNd64): Likewise.
34517         [C99-based-standards] (SCNi64): Likewise.
34518         [C99-based-standards] (SCNo64): Likewise.
34519         [C99-based-standards] (SCNu64): Likewise.
34520         [C99-based-standards] (SCNx64): Likewise.
34521         [C99-based-standards] (PRIdLEAST64): Likewise.
34522         [C99-based-standards] (PRIiLEAST64): Likewise.
34523         [C99-based-standards] (PRIoLEAST64): Likewise.
34524         [C99-based-standards] (PRIuLEAST64): Likewise.
34525         [C99-based-standards] (PRIxLEAST64): Likewise.
34526         [C99-based-standards] (PRIXLEAST64): Likewise.
34527         [C99-based-standards] (SCNdLEAST64): Likewise.
34528         [C99-based-standards] (SCNiLEAST64): Likewise.
34529         [C99-based-standards] (SCNoLEAST64): Likewise.
34530         [C99-based-standards] (SCNuLEAST64): Likewise.
34531         [C99-based-standards] (SCNxLEAST64): Likewise.
34532         [C99-based-standards] (PRIdFAST64): Likewise.
34533         [C99-based-standards] (PRIiFAST64): Likewise.
34534         [C99-based-standards] (PRIoFAST64): Likewise.
34535         [C99-based-standards] (PRIuFAST64): Likewise.
34536         [C99-based-standards] (PRIxFAST64): Likewise.
34537         [C99-based-standards] (PRIXFAST64): Likewise.
34538         [C99-based-standards] (SCNdFAST64): Likewise.
34539         [C99-based-standards] (SCNiFAST64): Likewise.
34540         [C99-based-standards] (SCNoFAST64): Likewise.
34541         [C99-based-standards] (SCNuFAST64): Likewise.
34542         [C99-based-standards] (SCNxFAST64): Likewise.
34543         [C99-based-standards] (PRIdMAX): Likewise.
34544         [C99-based-standards] (PRIiMAX): Likewise.
34545         [C99-based-standards] (PRIoMAX): Likewise.
34546         [C99-based-standards] (PRIuMAX): Likewise.
34547         [C99-based-standards] (PRIxMAX): Likewise.
34548         [C99-based-standards] (PRIXMAX): Likewise.
34549         [C99-based-standards] (SCNdMAX): Likewise.
34550         [C99-based-standards] (SCNiMAX): Likewise.
34551         [C99-based-standards] (SCNoMAX): Likewise.
34552         [C99-based-standards] (SCNuMAX): Likewise.
34553         [C99-based-standards] (SCNxMAX): Likewise.
34554         [C99-based-standards] (PRIdPTR): Likewise.
34555         [C99-based-standards] (PRIiPTR): Likewise.
34556         [C99-based-standards] (PRIoPTR): Likewise.
34557         [C99-based-standards] (PRIuPTR): Likewise.
34558         [C99-based-standards] (PRIxPTR): Likewise.
34559         [C99-based-standards] (PRIXPTR): Likewise.
34560         [C99-based-standards] (SCNdPTR): Likewise.
34561         [C99-based-standards] (SCNiPTR): Likewise.
34562         [C99-based-standards] (SCNoPTR): Likewise.
34563         [C99-based-standards] (SCNuPTR): Likewise.
34564         [C99-based-standards] (SCNxPTR): Likewise.
34565         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34566         allow.
34567         * conform/data/stdint.h-data: Update comments to clarify
34568         requirements.
34569         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34570         type.
34571         [C99-based standards] (INT8_MAX): Likewise.
34572         [C99-based standards] (INT16_MIN): Likewise.
34573         [C99-based standards] (INT16_MAX): Likewise.
34574         [C99-based standards] (INT32_MIN): Likewise.
34575         [C99-based standards] (INT32_MAX): Likewise.
34576         [C99-based standards] (INT64_MIN): Likewise.
34577         [C99-based standards] (INT64_MAX): Likewise.
34578         [C99-based standards] (UINT8_MAX): Likewise.
34579         [C99-based standards] (UINT16_MAX): Likewise.
34580         [C99-based standards] (UINT32_MAX): Likewise.
34581         [C99-based standards] (UINT64_MAX): Likewise.
34582         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34583         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34584         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34585         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34586         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34587         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34588         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34589         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34590         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34591         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34592         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34593         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34594         [C99-based standards] (INT_FAST8_MIN): Likewise.
34595         [C99-based standards] (INT_FAST8_MAX): Likewise.
34596         [C99-based standards] (INT_FAST16_MIN): Likewise.
34597         [C99-based standards] (INT_FAST16_MAX): Likewise.
34598         [C99-based standards] (INT_FAST32_MIN): Likewise.
34599         [C99-based standards] (INT_FAST32_MAX): Likewise.
34600         [C99-based standards] (INT_FAST64_MIN): Likewise.
34601         [C99-based standards] (INT_FAST64_MAX): Likewise.
34602         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34603         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34604         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34605         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34606         [C99-based standards] (INTPTR_MIN): Likewise.
34607         [C99-based standards] (INTPTR_MAX): Likewise.
34608         [C99-based standards] (UINTPTR_MAX): Likewise.
34609         [C99-based standards] (INTMAX_MIN): Likewise.
34610         [C99-based standards] (INTMAX_MAX): Likewise.
34611         [C99-based standards] (UINTMAX_MAX): Likewise.
34612         [C99-based standards] (PTRDIFF_MIN): Likewise.
34613         [C99-based standards] (PTRDIFF_MAX): Likewise.
34614         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34615         [C99-based standards] (SIZE_MAX): Likewise.
34616         [C99-based standards] (WCHAR_MAX): Likewise.
34617         [C99-based standards] (WINT_MAX): Likewise.
34618         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34619         constraint on value.
34620         [C99-based standards] (WCHAR_MIN): Likewise.
34621         [C99-based standards] (WINT_MIN): Likewise.
34622         [C99-based standards] (*_t): Allow.
34623         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34624         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34625         Include math.h-data and complex.h-data.  Remove all expectations
34626         of math.h and complex.h contents.
34627         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34628         at end of line.
34629         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34630         (struct tm): Expect tag.
34631         [C99-based-standards] (wcstof): Expect function.
34632         [C99-based-standards] (wcstold): Likewise.
34633         [C99-based-standards] (wcstoll): Likewise.
34634         [C99-based-standards] (wcstoull): Likewise.
34635         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34636         macro-int-constant.  Specify type.
34637         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34638         constraint on value.
34639         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34640         Specify type.
34641         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34642         Specify value.
34643         [ISO C standards]: Do not allow headers.
34644         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34645         wcs[abcdefghijklmnopqrstuvwxyz]*.
34646         [ISO C standards] (*_t): Do not allow.
34647         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34648         Expect function.
34649         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34650         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34651         Specify type.
34652         [ISO C standards]: Do not allow headers.
34653         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34654         is[abcdefghijklmnopqrstuvwxyz]*.
34655         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34656         to[abcdefghijklmnopqrstuvwxyz]*.
34657         [ISO C standards] (*_t): Do not allow.
34658         * conform/data/stdalign.h-data: New file.
34659         * conform/data/stdbool.h-data: Likewise.
34660         * conform/data/stdnoreturn.h-data: Likewise.
34662 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34664         [BZ #14815]
34665         * manual/filesys.texi (Directory Entries): Typo fix.
34666         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34668 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34670         * elf/elf.h (EM_AARCH64): New macro.
34671         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34672         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34673         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34674         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34675         (R_AARCH64_TLSDESC): Likewise.
34676         (NT_ARM_TLS): Likewise.
34677         (NT_ARM_HW_BREAK): Likewise.
34678         (NT_ARM_HW_WATCH): Likewise.
34680 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34682         [BZ #14811]
34683         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34684         (__ieee754_powl): Saturate nonzero exponents with absolute value
34685         below 0x1p-79 to +/- 0x1p-79.
34686         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34687         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34688         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34689         nonzero exponents with absolute value below 0x1p-32 to +/-
34690         0x1p-32.
34691         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34692         (__ieee754_powl): Saturate nonzero exponents with absolute value
34693         below 0x1p-79 to +/- 0x1p-79.
34694         * math/libm-test.inc (pow_test): Add more tests.
34696 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34698         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34699         _dl_s390_cap_flags with kernel. Increase string length.
34700         (_dl_s390_platforms): Add z196 and zEC12.
34702 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34704         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34705         Change XOPEN21K to XOPEN2K.
34707 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34709         * string/memmove.c: Use memcpy when possible.
34711 2012-11-06  Andreas Jaeger  <aj@suse.de>
34713         * po/eo.po: Update from translation team.
34715 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34717         [BZ #14793]
34718         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34719         exponent and small x and y exponents, scale x or y up.  Increase
34720         by 2 the exponent used in scaling up.
34721         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34722         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34723         * math/libm-test.inc (fma_test): Add more tests.
34724         (fma_test_towardzero): Likewise.
34725         (fma_test_downward): Likewise.
34726         (fma_test_upward): Likewise.
34728 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34730         [BZ #14805]
34731         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34732         fenv_t *.
34734         [BZ #14801]
34735         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34736         namespace for names of struct fields.
34737         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34738         fenv_t fields.
34739         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34740         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34742 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34744         [BZ #3665]
34745         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34747 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34749         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34750         PTR_DEMANGLE.
34752         [BZ #5246]
34753         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34754         PTR_DEMANGLE.
34756 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34758         [BZ #14797]
34759         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34760         definitely overflow as x * y not x * y + z.
34761         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34762         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34763         * math/libm-test.inc (fma_test): Add more tests.
34764         (fma_test_towardzero): Likewise.
34765         (fma_test_downward): Likewise.
34766         (fma_test_upward): Likewise.
34768 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34770         [BZ #157]
34772         * include/stub-tag.h: Remove file.
34773         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34774         '#include' of it.
34775         * manual/maint.texi (Porting): Don't reference it.
34776         * Makerules ($(objpfx)stubs): Likewise.
34777         * dirent/closedir.c: Don't include <stub-tag.h>.
34778         * dirent/dirfd.c: Likewise.
34779         * dirent/fdopendir.c: Likewise.
34780         * dirent/getdents.c: Likewise.
34781         * dirent/getdents64.c: Likewise.
34782         * dirent/opendir.c: Likewise.
34783         * dirent/readdir.c: Likewise.
34784         * dirent/readdir64.c: Likewise.
34785         * dirent/readdir64_r.c: Likewise.
34786         * dirent/readdir_r.c: Likewise.
34787         * dirent/rewinddir.c: Likewise.
34788         * dirent/seekdir.c: Likewise.
34789         * dirent/telldir.c: Likewise.
34790         * gmon/profil.c: Likewise.
34791         * grp/setgroups.c: Likewise.
34792         * inet/if_index.c: Likewise.
34793         * io/access.c: Likewise.
34794         * io/chdir.c: Likewise.
34795         * io/chmod.c: Likewise.
34796         * io/chown.c: Likewise.
34797         * io/close.c: Likewise.
34798         * io/dup.c: Likewise.
34799         * io/dup2.c: Likewise.
34800         * io/dup3.c: Likewise.
34801         * io/euidaccess.c: Likewise.
34802         * io/faccessat.c: Likewise.
34803         * io/fchdir.c: Likewise.
34804         * io/fchmod.c: Likewise.
34805         * io/fchmodat.c: Likewise.
34806         * io/fchown.c: Likewise.
34807         * io/fchownat.c: Likewise.
34808         * io/fcntl.c: Likewise.
34809         * io/flock.c: Likewise.
34810         * io/fstatfs.c: Likewise.
34811         * io/fstatfs64.c: Likewise.
34812         * io/fstatvfs.c: Likewise.
34813         * io/fstatvfs64.c: Likewise.
34814         * io/futimens.c: Likewise.
34815         * io/fxstat.c: Likewise.
34816         * io/fxstat64.c: Likewise.
34817         * io/fxstatat.c: Likewise.
34818         * io/fxstatat64.c: Likewise.
34819         * io/getcwd.c: Likewise.
34820         * io/isatty.c: Likewise.
34821         * io/lchmod.c: Likewise.
34822         * io/lchown.c: Likewise.
34823         * io/link.c: Likewise.
34824         * io/linkat.c: Likewise.
34825         * io/lseek.c: Likewise.
34826         * io/lseek64.c: Likewise.
34827         * io/lxstat64.c: Likewise.
34828         * io/mkdir.c: Likewise.
34829         * io/mkdirat.c: Likewise.
34830         * io/mkfifo.c: Likewise.
34831         * io/mkfifoat.c: Likewise.
34832         * io/open.c: Likewise.
34833         * io/open64.c: Likewise.
34834         * io/openat.c: Likewise.
34835         * io/openat64.c: Likewise.
34836         * io/pipe.c: Likewise.
34837         * io/pipe2.c: Likewise.
34838         * io/poll.c: Likewise.
34839         * io/posix_fadvise.c: Likewise.
34840         * io/posix_fadvise64.c: Likewise.
34841         * io/posix_fallocate.c: Likewise.
34842         * io/posix_fallocate64.c: Likewise.
34843         * io/read.c: Likewise.
34844         * io/readlink.c: Likewise.
34845         * io/readlinkat.c: Likewise.
34846         * io/rmdir.c: Likewise.
34847         * io/sendfile.c: Likewise.
34848         * io/sendfile64.c: Likewise.
34849         * io/statfs.c: Likewise.
34850         * io/statfs64.c: Likewise.
34851         * io/statvfs.c: Likewise.
34852         * io/statvfs64.c: Likewise.
34853         * io/symlink.c: Likewise.
34854         * io/symlinkat.c: Likewise.
34855         * io/ttyname.c: Likewise.
34856         * io/ttyname_r.c: Likewise.
34857         * io/umask.c: Likewise.
34858         * io/unlink.c: Likewise.
34859         * io/unlinkat.c: Likewise.
34860         * io/utime.c: Likewise.
34861         * io/utimensat.c: Likewise.
34862         * io/write.c: Likewise.
34863         * io/xmknod.c: Likewise.
34864         * io/xmknodat.c: Likewise.
34865         * io/xstat.c: Likewise.
34866         * io/xstat64.c: Likewise.
34867         * login/getpt.c: Likewise.
34868         * login/grantpt.c: Likewise.
34869         * login/unlockpt.c: Likewise.
34870         * math/e_acoshl.c: Likewise.
34871         * math/e_acosl.c: Likewise.
34872         * math/e_asinl.c: Likewise.
34873         * math/e_atan2l.c: Likewise.
34874         * math/e_atanhl.c: Likewise.
34875         * math/e_coshl.c: Likewise.
34876         * math/e_expl.c: Likewise.
34877         * math/e_fmodl.c: Likewise.
34878         * math/e_gammal_r.c: Likewise.
34879         * math/e_hypotl.c: Likewise.
34880         * math/e_j0l.c: Likewise.
34881         * math/e_j1l.c: Likewise.
34882         * math/e_jnl.c: Likewise.
34883         * math/e_lgammal_r.c: Likewise.
34884         * math/e_log10l.c: Likewise.
34885         * math/e_log2l.c: Likewise.
34886         * math/e_logl.c: Likewise.
34887         * math/e_powl.c: Likewise.
34888         * math/e_rem_pio2l.c: Likewise.
34889         * math/e_sinhl.c: Likewise.
34890         * math/e_sqrtl.c: Likewise.
34891         * math/fclrexcpt.c: Likewise.
34892         * math/fedisblxcpt.c: Likewise.
34893         * math/feenablxcpt.c: Likewise.
34894         * math/fegetenv.c: Likewise.
34895         * math/fegetexcept.c: Likewise.
34896         * math/fegetround.c: Likewise.
34897         * math/feholdexcpt.c: Likewise.
34898         * math/fesetenv.c: Likewise.
34899         * math/fesetround.c: Likewise.
34900         * math/feupdateenv.c: Likewise.
34901         * math/fgetexcptflg.c: Likewise.
34902         * math/fraiseexcpt.c: Likewise.
34903         * math/fsetexcptflg.c: Likewise.
34904         * math/ftestexcept.c: Likewise.
34905         * math/k_cosl.c: Likewise.
34906         * math/k_rem_pio2l.c: Likewise.
34907         * math/k_sinl.c: Likewise.
34908         * math/k_tanl.c: Likewise.
34909         * math/s_asinhl.c: Likewise.
34910         * math/s_atanl.c: Likewise.
34911         * math/s_cbrtl.c: Likewise.
34912         * math/s_erfl.c: Likewise.
34913         * math/s_expm1l.c: Likewise.
34914         * math/s_log1pl.c: Likewise.
34915         * math/s_tanhl.c: Likewise.
34916         * misc/acct.c: Likewise.
34917         * misc/brk.c: Likewise.
34918         * misc/chflags.c: Likewise.
34919         * misc/chroot.c: Likewise.
34920         * misc/fchflags.c: Likewise.
34921         * misc/fgetxattr.c: Likewise.
34922         * misc/flistxattr.c: Likewise.
34923         * misc/fremovexattr.c: Likewise.
34924         * misc/fsetxattr.c: Likewise.
34925         * misc/fsync.c: Likewise.
34926         * misc/ftruncate.c: Likewise.
34927         * misc/futimes.c: Likewise.
34928         * misc/futimesat.c: Likewise.
34929         * misc/getdomain.c: Likewise.
34930         * misc/getdtsz.c: Likewise.
34931         * misc/gethostid.c: Likewise.
34932         * misc/gethostname.c: Likewise.
34933         * misc/getloadavg.c: Likewise.
34934         * misc/getpagesize.c: Likewise.
34935         * misc/getsysstats.c: Likewise.
34936         * misc/getxattr.c: Likewise.
34937         * misc/gtty.c: Likewise.
34938         * misc/ioctl.c: Likewise.
34939         * misc/lgetxattr.c: Likewise.
34940         * misc/listxattr.c: Likewise.
34941         * misc/llistxattr.c: Likewise.
34942         * misc/lremovexattr.c: Likewise.
34943         * misc/lsetxattr.c: Likewise.
34944         * misc/lutimes.c: Likewise.
34945         * misc/madvise.c: Likewise.
34946         * misc/mincore.c: Likewise.
34947         * misc/mlock.c: Likewise.
34948         * misc/mlockall.c: Likewise.
34949         * misc/mmap.c: Likewise.
34950         * misc/mprotect.c: Likewise.
34951         * misc/msync.c: Likewise.
34952         * misc/munlock.c: Likewise.
34953         * misc/munlockall.c: Likewise.
34954         * misc/munmap.c: Likewise.
34955         * misc/preadv.c: Likewise.
34956         * misc/preadv64.c: Likewise.
34957         * misc/ptrace.c: Likewise.
34958         * misc/pwritev.c: Likewise.
34959         * misc/pwritev64.c: Likewise.
34960         * misc/readv.c: Likewise.
34961         * misc/reboot.c: Likewise.
34962         * misc/remap_file_pages.c: Likewise.
34963         * misc/removexattr.c: Likewise.
34964         * misc/revoke.c: Likewise.
34965         * misc/select.c: Likewise.
34966         * misc/setdomain.c: Likewise.
34967         * misc/setegid.c: Likewise.
34968         * misc/seteuid.c: Likewise.
34969         * misc/sethostid.c: Likewise.
34970         * misc/sethostname.c: Likewise.
34971         * misc/setregid.c: Likewise.
34972         * misc/setreuid.c: Likewise.
34973         * misc/setxattr.c: Likewise.
34974         * misc/sstk.c: Likewise.
34975         * misc/stty.c: Likewise.
34976         * misc/swapoff.c: Likewise.
34977         * misc/swapon.c: Likewise.
34978         * misc/sync.c: Likewise.
34979         * misc/syncfs.c: Likewise.
34980         * misc/syscall.c: Likewise.
34981         * misc/truncate.c: Likewise.
34982         * misc/ualarm.c: Likewise.
34983         * misc/usleep.c: Likewise.
34984         * misc/ustat.c: Likewise.
34985         * misc/utimes.c: Likewise.
34986         * misc/vhangup.c: Likewise.
34987         * misc/writev.c: Likewise.
34988         * posix/_exit.c: Likewise.
34989         * posix/alarm.c: Likewise.
34990         * posix/execve.c: Likewise.
34991         * posix/fexecve.c: Likewise.
34992         * posix/fork.c: Likewise.
34993         * posix/fpathconf.c: Likewise.
34994         * posix/getaddrinfo.c: Likewise.
34995         * posix/getegid.c: Likewise.
34996         * posix/geteuid.c: Likewise.
34997         * posix/getgid.c: Likewise.
34998         * posix/getgroups.c: Likewise.
34999         * posix/getlogin.c: Likewise.
35000         * posix/getlogin_r.c: Likewise.
35001         * posix/getpgid.c: Likewise.
35002         * posix/getpid.c: Likewise.
35003         * posix/getppid.c: Likewise.
35004         * posix/getresgid.c: Likewise.
35005         * posix/getresuid.c: Likewise.
35006         * posix/getsid.c: Likewise.
35007         * posix/getuid.c: Likewise.
35008         * posix/glob64.c: Likewise.
35009         * posix/nanosleep.c: Likewise.
35010         * posix/pathconf.c: Likewise.
35011         * posix/pause.c: Likewise.
35012         * posix/posix_madvise.c: Likewise.
35013         * posix/pread.c: Likewise.
35014         * posix/pread64.c: Likewise.
35015         * posix/pwrite.c: Likewise.
35016         * posix/pwrite64.c: Likewise.
35017         * posix/sched_getaffinity.c: Likewise.
35018         * posix/sched_getp.c: Likewise.
35019         * posix/sched_gets.c: Likewise.
35020         * posix/sched_primax.c: Likewise.
35021         * posix/sched_primin.c: Likewise.
35022         * posix/sched_rr_gi.c: Likewise.
35023         * posix/sched_setaffinity.c: Likewise.
35024         * posix/sched_setp.c: Likewise.
35025         * posix/sched_sets.c: Likewise.
35026         * posix/sched_yield.c: Likewise.
35027         * posix/setgid.c: Likewise.
35028         * posix/setlogin.c: Likewise.
35029         * posix/setpgid.c: Likewise.
35030         * posix/setresgid.c: Likewise.
35031         * posix/setresuid.c: Likewise.
35032         * posix/setsid.c: Likewise.
35033         * posix/setuid.c: Likewise.
35034         * posix/sleep.c: Likewise.
35035         * posix/spawni.c: Likewise.
35036         * posix/sysconf.c: Likewise.
35037         * posix/times.c: Likewise.
35038         * posix/wait.c: Likewise.
35039         * posix/wait3.c: Likewise.
35040         * posix/wait4.c: Likewise.
35041         * posix/waitpid.c: Likewise.
35042         * resolv/gai_sigqueue.c: Likewise.
35043         * resource/getpriority.c: Likewise.
35044         * resource/getrlimit.c: Likewise.
35045         * resource/getrusage.c: Likewise.
35046         * resource/nice.c: Likewise.
35047         * resource/setpriority.c: Likewise.
35048         * resource/setrlimit.c: Likewise.
35049         * resource/ulimit.c: Likewise.
35050         * rt/aio_cancel.c: Likewise.
35051         * rt/aio_fsync.c: Likewise.
35052         * rt/aio_read.c: Likewise.
35053         * rt/aio_sigqueue.c: Likewise.
35054         * rt/aio_suspend.c: Likewise.
35055         * rt/aio_write.c: Likewise.
35056         * rt/clock_getres.c: Likewise.
35057         * rt/clock_gettime.c: Likewise.
35058         * rt/clock_nanosleep.c: Likewise.
35059         * rt/clock_settime.c: Likewise.
35060         * rt/lio_listio.c: Likewise.
35061         * rt/mq_close.c: Likewise.
35062         * rt/mq_getattr.c: Likewise.
35063         * rt/mq_notify.c: Likewise.
35064         * rt/mq_open.c: Likewise.
35065         * rt/mq_receive.c: Likewise.
35066         * rt/mq_send.c: Likewise.
35067         * rt/mq_setattr.c: Likewise.
35068         * rt/mq_timedreceive.c: Likewise.
35069         * rt/mq_timedsend.c: Likewise.
35070         * rt/mq_unlink.c: Likewise.
35071         * rt/shm_open.c: Likewise.
35072         * rt/shm_unlink.c: Likewise.
35073         * rt/timer_create.c: Likewise.
35074         * rt/timer_delete.c: Likewise.
35075         * rt/timer_getoverr.c: Likewise.
35076         * rt/timer_gettime.c: Likewise.
35077         * rt/timer_settime.c: Likewise.
35078         * setjmp/__longjmp.c: Likewise.
35079         * setjmp/setjmp.c: Likewise.
35080         * signal/kill.c: Likewise.
35081         * signal/killpg.c: Likewise.
35082         * signal/raise.c: Likewise.
35083         * signal/sigaction.c: Likewise.
35084         * signal/sigaltstack.c: Likewise.
35085         * signal/sigblock.c: Likewise.
35086         * signal/sigignore.c: Likewise.
35087         * signal/sigintr.c: Likewise.
35088         * signal/signal.c: Likewise.
35089         * signal/sigpause.c: Likewise.
35090         * signal/sigpending.c: Likewise.
35091         * signal/sigqueue.c: Likewise.
35092         * signal/sigreturn.c: Likewise.
35093         * signal/sigset.c: Likewise.
35094         * signal/sigsetmask.c: Likewise.
35095         * signal/sigstack.c: Likewise.
35096         * signal/sigsuspend.c: Likewise.
35097         * signal/sigtimedwait.c: Likewise.
35098         * signal/sigvec.c: Likewise.
35099         * signal/sigwait.c: Likewise.
35100         * signal/sigwaitinfo.c: Likewise.
35101         * signal/sysv_signal.c: Likewise.
35102         * socket/accept.c: Likewise.
35103         * socket/accept4.c: Likewise.
35104         * socket/bind.c: Likewise.
35105         * socket/connect.c: Likewise.
35106         * socket/getpeername.c: Likewise.
35107         * socket/getsockname.c: Likewise.
35108         * socket/getsockopt.c: Likewise.
35109         * socket/isfdtype.c: Likewise.
35110         * socket/listen.c: Likewise.
35111         * socket/recv.c: Likewise.
35112         * socket/recvfrom.c: Likewise.
35113         * socket/recvmsg.c: Likewise.
35114         * socket/send.c: Likewise.
35115         * socket/sendmsg.c: Likewise.
35116         * socket/sendto.c: Likewise.
35117         * socket/setsockopt.c: Likewise.
35118         * socket/shutdown.c: Likewise.
35119         * socket/sockatmark.c: Likewise.
35120         * socket/socket.c: Likewise.
35121         * socket/socketpair.c: Likewise.
35122         * stdio-common/ctermid.c: Likewise.
35123         * stdio-common/cuserid.c: Likewise.
35124         * stdio-common/remove.c: Likewise.
35125         * stdio-common/rename.c: Likewise.
35126         * stdio-common/renameat.c: Likewise.
35127         * stdio-common/tempname.c: Likewise.
35128         * stdlib/getcontext.c: Likewise.
35129         * stdlib/makecontext.c: Likewise.
35130         * stdlib/setcontext.c: Likewise.
35131         * stdlib/swapcontext.c: Likewise.
35132         * stdlib/system.c: Likewise.
35133         * streams/fattach.c: Likewise.
35134         * streams/fdetach.c: Likewise.
35135         * streams/getmsg.c: Likewise.
35136         * streams/getpmsg.c: Likewise.
35137         * streams/putmsg.c: Likewise.
35138         * streams/putpmsg.c: Likewise.
35139         * sysdeps/unix/bsd/getpt.c: Likewise.
35140         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35141         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35142         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35144         Likewise.
35145         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35146         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35147         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35148         * sysvipc/msgctl.c: Likewise.
35149         * sysvipc/msgget.c: Likewise.
35150         * sysvipc/msgrcv.c: Likewise.
35151         * sysvipc/msgsnd.c: Likewise.
35152         * sysvipc/semctl.c: Likewise.
35153         * sysvipc/semget.c: Likewise.
35154         * sysvipc/semop.c: Likewise.
35155         * sysvipc/semtimedop.c: Likewise.
35156         * sysvipc/shmat.c: Likewise.
35157         * sysvipc/shmctl.c: Likewise.
35158         * sysvipc/shmdt.c: Likewise.
35159         * sysvipc/shmget.c: Likewise.
35160         * termios/tcdrain.c: Likewise.
35161         * termios/tcflow.c: Likewise.
35162         * termios/tcflush.c: Likewise.
35163         * termios/tcgetattr.c: Likewise.
35164         * termios/tcgetpgrp.c: Likewise.
35165         * termios/tcsendbrk.c: Likewise.
35166         * termios/tcsetattr.c: Likewise.
35167         * termios/tcsetpgrp.c: Likewise.
35168         * time/adjtime.c: Likewise.
35169         * time/clock.c: Likewise.
35170         * time/getitimer.c: Likewise.
35171         * time/gettimeofday.c: Likewise.
35172         * time/setitimer.c: Likewise.
35173         * time/settimeofday.c: Likewise.
35174         * time/stime.c: Likewise.
35175         * time/time.c: Likewise.
35177 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35179         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35180         /usr/old/bin.
35182         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35183         instead of spaces.
35184         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35186 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35188         [BZ #14796]
35189         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35190         FE_TONEAREST before applying Dekker multiplication and Knuth
35191         addition.  Clear inexact exceptions and check for exact zero
35192         results afterwards.
35193         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35194         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35195         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35196         * math/libm-test.inc (fma_test): Add more tests.
35197         (fma_test_towardzero): Likewise.
35198         (fma_test_downward): Likewise.
35199         (fma_test_upward): Likewise.
35200         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35201         function.
35202         (libc_fesetround): New macro.
35203         (libc_fesetroundf): Likewise.
35204         (libc_fesetroundl): Likewise.
35205         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35206         function.
35207         (libc_fesetround_387): Likewise.
35208         (libc_fesetroundf): New macro.
35209         (libc_fesetround): Likewise.
35210         (libc_fesetroundl): Likewise.
35211         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35212         function.
35213         (libc_fesetroundf): New macro.
35214         (libc_fesetround): Likewise.
35215         (libc_fesetroundl): Likewise.
35216         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35217         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35218         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35219         libm_hidden_ver.
35220         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35221         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35222         libm_hidden_def.
35223         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35224         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35225         libm_hidden_ver.
35226         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35227         libm_hidden_def.
35229         [BZ #3439]
35230         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35231         integer constant usable in #if and use that to give value to enum
35232         constant.
35233         (FE_DIVBYZERO): Likewise.
35234         (FE_UNDERFLOW): Likewise.
35235         (FE_OVERFLOW): Likewise.
35236         (FE_INVALID): Likewise.
35237         (FE_INVALID_SNAN): Likewise.
35238         (FE_INVALID_ISI): Likewise.
35239         (FE_INVALID_IDI): Likewise.
35240         (FE_INVALID_ZDZ): Likewise.
35241         (FE_INVALID_IMZ): Likewise.
35242         (FE_INVALID_COMPARE): Likewise.
35243         (FE_INVALID_SOFTWARE): Likewise.
35244         (FE_INVALID_SQRT): Likewise.
35245         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35246         (FE_TONEAREST): Likewise.
35247         (FE_TOWARDZERO): Likewise.
35248         (FE_UPWARD): Likewise.
35249         (FE_DOWNWARD): Likewise.
35250         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35251         (FE_DIVBYZERO): Likewise.
35252         (FE_OVERFLOW): Likewise.
35253         (FE_UNDERFLOW): Likewise.
35254         (FE_INEXACT): Likewise.
35255         (FE_TONEAREST): Likewise.
35256         (FE_DOWNWARD): Likewise.
35257         (FE_UPWARD): Likewise.
35258         (FE_TOWARDZERO): Likewise.
35259         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35260         (FE_UNDERFLOW): Likewise.
35261         (FE_OVERFLOW): Likewise.
35262         (FE_DIVBYZERO): Likewise.
35263         (FE_INVALID): Likewise.
35264         (FE_TONEAREST): Likewise.
35265         (FE_TOWARDZERO): Likewise.
35266         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35267         (FE_OVERFLOW): Likewise.
35268         (FE_UNDERFLOW): Likewise.
35269         (FE_DIVBYZERO): Likewise.
35270         (FE_INEXACT): Likewise.
35271         (FE_TONEAREST): Likewise.
35272         (FE_TOWARDZERO): Likewise.
35273         (FE_UPWARD): Likewise.
35274         (FE_DOWNWARD): Likewise.
35275         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35276         (FE_DIVBYZERO): Likewise.
35277         (FE_OVERFLOW): Likewise.
35278         (FE_UNDERFLOW): Likewise.
35279         (FE_INEXACT): Likewise.
35280         (FE_TONEAREST): Likewise.
35281         (FE_DOWNWARD): Likewise.
35282         (FE_UPWARD): Likewise.
35283         (FE_TOWARDZERO): Likewise.
35285 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35287         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35289 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35291         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35292         commands.  Quote $PWD.
35293         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35294         -x" by "export".
35295         (remove_newlines): Remove.
35297 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35299         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35300         * stdlib/stdlib.h (atof): Moved to ...
35301         * include/bits/stdlib-float.h: Here.  New file.
35302         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35303         * stdlib/bits/stdlib-float.h: New file.
35304         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35305         -mno-sse -mno-mmx.
35306         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35307         <xmmintrin.h>.
35309 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35311         * conform/conformtest.pl (@headers): Add fenv.h.
35312         * conform/data/fenv.h-data: New file.
35313         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35314         include of <math/fenv.h>.
35316         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35317         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35318         && !UNIX98].  Enables tests for XOPEN2K8.
35319         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35320         POSIX2008]: Likewise.
35322         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35323         (struct rusage): Do not expect type or its members.
35325         [BZ #3439]
35326         * math/math.h (FP_NAN): Define macro to integer constant usable in
35327         #if and use that to give value to enum constant.
35328         (FP_INFINITE): Likewise.
35329         (FP_ZERO): Likewise.
35330         (FP_SUBNORMAL): Likewise.
35331         (FP_NORMAL): Likewise.
35333 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35335         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35336         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35337         arguments.
35339 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35341         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35342         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35343         autoconf-time if not.
35344         * configure.in: Remove AC_PREREQ.
35346 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35348         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35349         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35350         of the internal implementation.
35352 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35354         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35355         except include of <misc/sys/syslog.h>.
35357 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35360         function returns with a NULL context exit with zero.
35362 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35364         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35366 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35368         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35369         (run_program_cmd): This.
35370         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35371         (tst_langinfo): New variable.  Use it.
35373 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35375         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35376         floating point opcodes.
35378 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35380         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35381         variable.
35383         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35385         * sysdeps/mach/hurd/powerpc: Remove directory.
35386         * sysdeps/mach/powerpc: Likewise.
35388 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35390         * scripts/check-local-headers.sh: Ignore c++ headers.
35392 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35394         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35395         __libc_cleanup_region_start argument.
35397 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35399         [BZ #14784]
35400         [BZ #14785]
35401         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35402         x * y using scaling, not as x * y + z.
35403         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35404         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35405         * math/libm-test.inc (fma_test): Add more tests.
35406         (fma_test_towardzero): Likewise.
35407         (fma_test_downward): Likewise.
35408         (fma_test_upward): Likewise.
35410 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35412         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35414 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35416         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35417         New variable.
35419 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35421         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35423 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35426         Fix sort order.
35427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35428         Likewise.
35430 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35433         Fix the order of the list for glibc 2.17.
35434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35435         Likewise.
35437 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35439         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35441 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35443         [BZ #14610]
35444         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35445         for low part of x being zero before using __atanl (y).
35446         * math/libm-test.inc (atan2_test): Add another test.
35448         * manual/install.texi (Configuring and compiling): Document
35449         general use of test-wrapper and test-wrapper-env.
35450         * INSTALL: Regenerated.
35452         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35453         (__fma): Do not extract and scale down low bits on after-rounding
35454         systems when result rounded to normal precision would have normal
35455         exponent.
35456         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35457         (__fmal): Do not extract and scale down low bits on after-rounding
35458         systems when result rounded to normal precision would have normal
35459         exponent.
35460         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35461         (__fmal): Do not extract and scale down low bits on after-rounding
35462         systems when result rounded to normal precision would have normal
35463         exponent.
35464         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35465         macro.
35466         (fma_test): Add more tests.
35467         (fma_test_towardzero): Likewise.
35468         (fma_test_downward): Likewise.
35469         (fma_test_upward): Likewise.
35471 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35473         * sysdeps/i386/tininess.h: Renamed to ...
35474         * sysdeps/x86/tininess.h: This.
35475         * sysdeps/x86_64/tininess.h: Removed.
35477 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35479         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35480         input.  Use $(build-program-cmd).
35481         ($(objpfx)tst-array1-static.out): Likewise.
35482         ($(objpfx)tst-array2.out): Likewise.
35483         ($(objpfx)tst-array3.out): Likewise.
35484         ($(objpfx)tst-array4.out): Likewise.
35485         ($(objpfx)tst-array5.out): Likewise.
35486         ($(objpfx)tst-array5-static.out): Likewise.
35488 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35490         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35491         if defined.
35493         * nss/nsswitch.h (nss_interface_function): Provide new
35494         macro for use with NSS functions.
35495         * grp/initgroups.c: Use new macro.
35496         * nss/getXXbyYY.c: Likewise.
35497         * nss/getXXbyYY_r.c: Likewise.
35498         * nss/getXXent.c: Likewise.
35499         * nss/getXXent_r.c: Likewise.
35500         * sysdeps/posix/getaddrinfo.c: Likewise.
35502 2012-10-30  Andreas Jaeger  <aj@suse.de>
35504         * po/ru.po: Update Russion translation from translation project.
35506 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35508         [BZ #14152]
35509         [BZ #14783]
35510         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35511         result and shift together with sticky bit instead of replicating
35512         round-to-nearest rounding.
35513         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35514         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35515         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35516         missing underflow exceptions.
35517         (fma_test_towardzero): Add more tests.
35518         (fma_test_downward): Likewise.
35519         (fma_test_upward): Likewise.
35521         [BZ #14047]
35522         * sysdeps/generic/tininess.h: New file.
35523         * sysdeps/i386/tininess.h: Likewise.
35524         * sysdeps/sh/tininess.h: Likewise.
35525         * sysdeps/x86_64/tininess.h: Likewise.
35526         * stdlib/tst-strtod-underflow.c: Likewise.
35527         * stdlib/tst-tininess.c: Likewise.
35528         * stdlib/strtod_l.c: Include <tininess.h>.
35529         (round_and_return): Do not set errno for exact underflow cases.
35530         Force an underflow exception when setting errno for underflow.
35531         Determine underflow based on rounding to normal precision if
35532         TININESS_AFTER_ROUNDING.
35533         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35534         ERANGE for exact underflow cases.
35535         * stdlib/Makefile (tests): Add tst-tininess and
35536         tst-strtod-underflow.
35537         ($(objpfx)tst-tininess): Use $(link-libm).
35538         ($(objpfx)tst-strtod-underflow): Likewise.
35540 2012-10-30  Andreas Jaeger  <aj@suse.de>
35542         [BZ#14767]
35543         * elf/Makefile (tests): Remove conditional for have-initfini-array
35544         since this is now always required and the variable does not exist
35545         anymore.
35546         (tests-static): Likewise.
35547         (modules-names): Likewise.
35549         * po/eo.po: Add Esperanto translation from translation project.
35551         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35552         merged with constructor/destructor.
35553         (init_array): Likewise.
35554         * elf/tst-array2dep.c (fini_array): Likewise.
35555         (init_array): Likewise.
35557 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35559         * manual/message.texi: Delete @cartouche tags.
35561 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35563         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35564         EOPNOTSUPP.
35565         * sysdeps/mach/hurd/fsync.c: Likewise.
35567         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35568         [_POSIX_REALTIME_SIGNALS]: Change condition to
35569         [_POSIX_REALTIME_SIGNALS > 0].
35571 2012-10-27  Andreas Jaeger  <aj@suse.de>
35573         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35574         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35575         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35576         [__WORDSIZE != 64]: Likewise.
35578 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35580         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35581         *  iconvdata/tst-tables.sh: Likewise.
35583 2012-10-25  David S. Miller  <davem@davemloft.net>
35585         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35586         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35587         of strtoull.
35589         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35590         ifunc-impl-list.c
35591         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35592         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35593         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35594         file.
35596 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35598         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35599         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35600         __getdirentries.
35602 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35603             Jim Blandy  <jimb@codesourcery.com>
35605         * scripts/cross-test-ssh.sh: New file.
35606         * manual/install.texi (Configuring and compiling): Document use of
35607         cross-test-ssh.sh.
35608         * INSTALL: Regenerated.
35610 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35612         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35613         EOPNOTSUPP.
35615 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35617         * Makeconfig (run-program-prefix): Fix comment.
35619 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35620             Jim Blandy  <jimb@codesourcery.com>
35622         * Makeconfig (test-wrapper): New variable,
35623         (test-wrapper-env): Likewise.
35624         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35625         (run-built-tests): Define to yes.
35626         (run-program-prefix): Use $(test-wrapper).
35627         (built-program-cmd): Likewise.
35628         * Rules (make-test-out): Use $(test-wrapper-env) and
35629         $(host-built-program-cmd).
35630         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35631         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35632         tst-pathopt.sh.
35633         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35634         $(test-wrapper-env) to tst-rtld-load-self.sh.
35635         ($(objpfx)order2.out): Use $(test-wrapper).
35636         ($(objpfx)tst-initorder.out): Likewise.
35637         ($(objpfx)tst-initorder2.out): Likewise.
35638         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35639         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35640         (test_wrapper_env): New variable.  Use it to run ld.so.
35641         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35642         Use it to run ld.so.
35643         (test_wrapper_env): Likewise.
35644         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35645         $(test-wrapper) to run-iconv-test.sh.
35646         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35647         (ICONV): Use $test_wrapper.
35648         * posix/Makefile ($(objpfx)globtest.out): Pass
35649         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35650         globtest.sh, not $(run-program-prefix).
35651         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35652         (test_wrapper): Likewise.
35653         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35654         set together with run_via_rtld_prefix.
35655         (run_program_prefix): Define in terms of test_wrapper and
35656         run_via_rtld_prefix.
35658 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35660         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35661         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35662         Targets removed.
35664         [BZ #14743]
35665         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35666         Declare __clock_getres, __clock_gettime, __clock_settime,
35667         __clock_nanosleep, and __clock_getcpuclockid.
35668         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35669         Remove librt_hidden_def (clock_gettime).
35670         * sysdeps/unix/clock_gettime.c: Likewise.
35671         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35672         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35673         * rt/clock_getres.c: Define __clock_getres as an alias.
35674         * sysdeps/posix/clock_getres.c: Likewise.
35675         * rt/clock_settime.c: Define __clock_settime as an alias.
35676         * sysdeps/unix/clock_settime.c: Likewise.
35677         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35678         * sysdeps/unix/clock_nanosleep.c: Likewise.
35679         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35680         * rt/clock-compat.c: New file.
35681         * rt/Makefile (librt-routines): Add clock-compat and move
35682         $(clock-routines) to ...
35683         (routines): ... here, new variable.
35684         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35685         Don't add get_clockfreq here.
35686         * rt/Versions (libc: GLIBC_2.17): New version set.
35687         Add clock_* symbols here.
35688         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35689         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35690         (GLIBC_2.17): Add clock_* symbols.
35691         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35693         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35695         Likewise.
35696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35697         Likewise.
35698         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35699         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35700         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35701         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35702         * NEWS: Mention the move.
35704         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35705         Use __open, __read, __close rather than their public counterparts.
35706         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35707         (__get_clockfreq_via_cpuinfo): Likewise.
35708         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35709         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35711         * config.h.in (HAVE_IFUNC): New #undef.
35712         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35713         was successful.
35714         * configure: Regenerated.
35716 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35718         * configure.in: Move READELF check to start of file.
35719         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35720         libc_cv_asm_gnu_indirect_function in the process.
35721         * configure: Regenerated.
35723 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35725         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35726         send the output to /dev/null.
35727         (libc_cv_cc_with_libunwind): Likewise.
35728         (libc_cv_as_noexecstack): Likewise.
35729         * configure: Regenerate.
35731 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35733         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35735         * posix/globtest.sh (TMPDIR): Do not set.
35736         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35737         (testout): Likewise.
35739 2012-10-24  Andreas Jaeger  <aj@suse.de>
35741         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35742         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35743         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35744         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35745         posix_fadvise64, posix_fallocate64.
35747         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35748         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35749         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35750         Likewise.
35751         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35752         Likewise.
35753         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35755         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35756         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35757         <bits/fcntl-linux.h>.
35758         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35760         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35761         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35762         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35763         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35764         [__WORDSIZE != 64]: Likewise.
35766 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35768         * Makeconfig (run-built-tests): New variable.
35769         * Rules [$(cross-compiling) = yes]: Change condition to
35770         [$(run-built-tests) = no].
35771         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35772         to [$(run-built-tests) = yes].
35773         * elf/Makefile [$(cross-compiling) = no]: Likewise
35774         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35775         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35776         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35777         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35778         * io/Makefile [$(cross-compiling) = no]: Likewise.
35779         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35780         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35781         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35782         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35783         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35784         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35785         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35786         * string/Makefile [$(cross-compiling) = no]: Likewise.
35788         * posix/Makefile ($(objpfx)globtest.out): Pass
35789         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35790         $(rtld-installed-name).
35791         * posix/globtest.sh (elf_objpfx): Remove variable.
35792         (rtld_installed_name): Likewise.
35793         (library_path): Likewise.
35794         (run_program_prefix): New variable.  Use for running globtest
35795         binary.
35797 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35798             Joseph Myers  <joseph@codesourcery.com>
35800         * Makeconfig (host-built-program-cmd): New variable.
35801         * elf/Makefile (tst-stackguard1-ARGS): Use
35802         $(host-built-program-cmd).
35803         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35804         (tst-spawn-ARGS): Likewise.
35805         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35807 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35808             Jim Blandy  <jimb@codesourcery.com>
35810         * Makeconfig (run-via-rtld-prefix): New variable.
35811         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35812         (built-program-cmd): Likewise.
35814 2012-10-22  Andreas Jaeger  <aj@suse.de>
35816         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35817         __O_RSYNC if it exists, otherwise to O_SYNC.
35819 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35820             Joseph Myers  <joseph@codesourcery.com>
35822         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35823         /dev/null.
35824         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35825         from /dev/null
35826         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35827         /dev/null.
35829 2012-10-22  Andreas Jaeger  <aj@suse.de>
35831         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35832         Define always.
35833         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35835         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35836         bits/fcntl-linux.h.
35838         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35839         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35841         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35842         to __O_LARGEFILE.
35843         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35844         to __O_LARGEFILE.
35846 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35847             Joseph Myers  <joseph@codesourcery.com>
35849         * config.make.in (NM): New variable.
35851 2012-10-21  Andreas Jaeger  <aj@suse.de>
35853         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35854         definitions and declarations that are provided by
35855         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35857 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35859         [BZ #14683]
35860         * elf/Makefile (tests-static): Add tst-leaks1-static.
35861         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35862         ($(objpfx)tst-leaks1-static): New rule.
35863         ($(objpfx)tst-leaks1-static-mem): Likewise.
35864         (tst-leaks1-static-ENV): New macro.
35865         * elf/dl-open.c (dl_open_worker): Check the main application
35866         only if SHARED is defined.
35867         * elf/tst-leaks1-static.c: New file.
35869 2012-10-20  Andreas Jaeger  <aj@suse.de>
35871         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35872         generic values for Linux.
35873         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35874         and declarations that are provided by <bits/fcntl-linux.h> and
35875         include <bits/fcntl-linux.h>.
35876         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35877         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35879 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35881         * io/fcntl.h: Move include of <bits/types.h> to the top and
35882         include it unconditionally.
35884 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35886         * wcsmbs/Makefile (tests-ifunc): New variable.
35887         (tests): Add $(tests-ifunc).
35888         * wcsmbs/test-wcschr-ifunc.c: New file.
35889         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35890         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35891         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35892         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35893         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35895         * string/Makefile (tests-ifunc): New variable.
35896         (tests): Add $(tests-ifunc).
35897         * string/test-memccpy.c (TEST_NAME): New macro.
35898         * string/test-memchr.c (TEST_NAME): Likewise.
35899         * string/test-memcmp.c (TEST_NAME): Likewise.
35900         * string/test-memcpy.c (TEST_NAME): Likewise.
35901         * string/test-memmem.c (TEST_NAME): Likewise.
35902         * string/test-memmove.c (TEST_NAME): Likewise.
35903         * string/test-memset.c (TEST_NAME): Likewise.
35904         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35905         * string/test-stpcpy.c (TEST_NAME): Likewise.
35906         * string/test-stpncpy.c (TEST_NAME): Likewise.
35907         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35908         * string/test-strcasestr.c (TEST_NAME): Likewise.
35909         * string/test-strcat.c (TEST_NAME): Likewise.
35910         * string/test-strchr.c (TEST_NAME): Likewise.
35911         * string/test-strcmp.c(TEST_NAME): Likewise.
35912         * string/test-strcpy.c (TEST_NAME): Likewise.
35913         * string/test-strcspn.c (TEST_NAME): Likewise.
35914         * string/test-strlen.c (TEST_NAME): Likewise.
35915         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35916         * string/test-strncmp.c (TEST_NAME): Likewise.
35917         * string/test-strncpy.c (TEST_NAME): Likewise.
35918         * string/test-strnlen.c (TEST_NAME): Likewise.
35919         * string/test-strpbrk.c (TEST_NAME): Likewise.
35920         * string/test-strrchr.c (TEST_NAME): Likewise.
35921         * string/test-strspn.c (TEST_NAME): Likewise.
35922         * string/test-strstr.c (TEST_NAME): Likewise.
35923         * string/test-bcopy-ifunc.c: New file.
35924         * string/test-bzero-ifunc.c: Likewise.
35925         * string/test-memccpy-ifunc.c: Likewise.
35926         * string/test-memchr-ifunc.c: Likewise.
35927         * string/test-memcmp-ifunc.c: Likewise.
35928         * string/test-memcpy-ifunc.c: Likewise.
35929         * string/test-memmem-ifunc.c: Likewise.
35930         * string/test-memmove-ifunc.c: Likewise.
35931         * string/test-mempcpy-ifunc.c: Likewise.
35932         * string/test-memset-ifunc.c: Likewise.
35933         * string/test-rawmemchr-ifunc.c: Likewise.
35934         * string/test-stpcpy-ifunc.c: Likewise.
35935         * string/test-stpncpy-ifunc.c: Likewise.
35936         * string/test-strcasecmp-ifunc.c: Likewise.
35937         * string/test-strcasestr-ifunc.c: Likewise.
35938         * string/test-strcat-ifunc.c: Likewise.
35939         * string/test-strchr-ifunc.c: Likewise.
35940         * string/test-strchrnul-ifunc.c: Likewise.
35941         * string/test-strcmp-ifunc.c: Likewise.
35942         * string/test-strcpy-ifunc.c: Likewise.
35943         * string/test-strcspn-ifunc.c: Likewise.
35944         * string/test-strlen-ifunc.c: Likewise.
35945         * string/test-strncasecmp-ifunc.c: Likewise.
35946         * string/test-strncat-ifunc.c: Likewise.
35947         * string/test-strncmp-ifunc.c: Likewise.
35948         * string/test-strncpy-ifunc.c: Likewise.
35949         * string/test-strnlen-ifunc.c: Likewise.
35950         * string/test-strpbrk-ifunc.c: Likewise.
35951         * string/test-strrchr-ifunc.c: Likewise.
35952         * string/test-strspn-ifunc.c: Likewise.
35953         * string/test-strstr-ifunc.c: Likewise.
35955         * debug/Makefile (tests-ifunc): New variable.
35956         (tests): Add $(tests-ifunc).
35957         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35958         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35959         * debug/test-stpcpy_chk-ifunc.c: New file.
35960         * debug/test-strcpy_chk-ifunc.c: Likewise.
35962 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
35964         [BZ #13601]
35965         * elf/dl-load.c (open_verify): Retry read if the entire ELF
35966         header is not read in.
35968 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
35970         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
35971         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
35972         directly.  Pass built executable to script as
35973         $(built-program-cmd).
35974         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
35975         $testprogram without using LD_LIBRARY_PATH and $ldso.
35977         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35978         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35979         $(rtld-installed-name).
35980         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35981         (rtld_installed_name): Likewise.
35982         (library_path): Likewise.
35983         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
35984         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35985         $(run-program-prefix) to tst-tables.sh.
35986         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
35987         it to run tst-table-from and tst-table-to.
35988         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35989         Pass it to tst-table.sh.
35990         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35991         $(run-program-prefix) to tst-gettext.sh.
35992         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35993         tst-translit.sh.
35994         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35995         tst-gettext2.sh.
35996         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
35997         to run tst-gettext.
35998         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
35999         to run tst-gettext2.
36000         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36001         to run tst-translit.
36002         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36003         $(run-program-prefix) to tst-mtrace.sh.
36004         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36005         to run tst-mtrace.
36006         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36007         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36008         $(rtld-installed-name).
36009         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36010         (rtld_installed_name): Likewise.
36011         (run_program_prefix): New variable.  Use it to run wordexp-test.
36013         * Makeconfig (ARCH): Remove all definitions.
36014         (machine): Likewise.
36015         [ARCH]: Remove conditional code.
36016         [!objdir]: Give error.
36017         [!objdir] (objpfx): Remove.
36018         [!objdir] (common-objpfx): Likewise.
36019         [!objdir] (common-objdir): Likewise.
36020         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36021         AC_CONFIG_FILES call.
36022         * configure: Regenerated.
36024         [BZ #13888]
36025         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36026         or TMPDIR.
36027         (testout): Likewise.
36029         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36030         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36031         $(rtld-installed-name).
36032         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36033         (rtld_installed_name): Likwise.
36034         (runit): Remove function.
36035         (run_getconf): New variable,  Use it for running getconf binary.
36037 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36039         [BZ #14716]
36040         * string/test-memmem.c (check_result): New function.
36041         (do_one_test): Use it.
36042         (check1): New function.
36043         (test_main): Use it.
36045 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36047         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36049 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36051         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36052         (_G_LSEEK64): Likewise.
36053         (_G_MMAP64): Likewise.
36054         (_G_FSTAT64): Likewise.
36055         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36056         (_G_LSEEK64): Likewise.
36057         (_G_MMAP64): Likewise.
36058         (_G_FSTAT64): Likewise.
36059         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36060         unconditional.  Call __mmap64 directly.
36061         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36062         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36063         __lseek64 directly.
36064         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36065         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36066         __mmap64 directly.
36067         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36068         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36069         __lseek64 directly.
36070         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36071         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36072         __lseek64 directly.
36073         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36074         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36075         __lseek64 directly.
36076         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36077         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36078         __fxstat64 directly.
36079         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36080         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36081         unconditional.
36082         (freopen64) [!_G_OPEN64]: Remove conditional code.
36083         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36084         unconditional.
36085         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36086         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36087         unconditional.
36088         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36089         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36090         unconditional.
36091         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36092         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36093         unconditional.
36094         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36095         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36096         unconditional.
36097         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36098         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36099         unconditional.
36100         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36101         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36102         unconditional.
36103         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36105 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36107         [BZ #12140]
36108         * manual/memory.texi (Malloc Tunable Parameters): Add note
36109         about free list pointers overwriting some perturb bytes.
36110         Wording suggested by Roland McGrath.
36112 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36114         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36115         (lgamma_test): Likewise.
36116         (tgamma_test): Likewise.
36118 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36120         [BZ #14700]
36121         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36122         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36124 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36126         * NEWS: Mention BZ #14716.
36127         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36128         when removing AVAILABLE1_USES_J macro.
36130 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36132         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36133         (__bswap_64): __uint64_t for unsigned 64-bit int.
36135 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36137         * include/string.h (memmem): Declare libc hidden alias.
36138         * string/memmem.c (memmem): Define libc hidden alias.
36139         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36140         __read, __close instead of open, read, close.
36142 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36144         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36145         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36146         global and hidden.
36147         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36148         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36149         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36150         Likewise.
36151         (__rawmemchr_sse2): Likewise.
36152         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36153         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36154         (__strchr_sse2): Likewise.
36155         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36156         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36157         (__strcasecmp_sse2): Likewise.
36158         (__strncasecmp_sse2): Likewise.
36159         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36160         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36161         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36162         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36163         (__strrchr_sse2): Likewise.
36164         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36165         ifunc-impl-list.c.
36166         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36167         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36168         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36169         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36170         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36171         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36172         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36173         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36174         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36175         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36176         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36177         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36178         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36179         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36180         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36181         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36182         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36183         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36184         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36185         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36186         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36187         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36188         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36189         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36190         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36191         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36192         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36193         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36194         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36195         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36197         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36198         global and hidden.
36199         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36200         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36201         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36202         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36203         Likewise.
36204         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36205         Likewise.
36206         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36207         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36208         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36209         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36210         ifunc-impl-list.c.
36211         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36212         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36213         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36214         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36215         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36216         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36217         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36218         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36219         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36220         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36221         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36222         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36223         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36224         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36225         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36226         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36227         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36228         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36229         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36230         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36231         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36232         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36233         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36234         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36235         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36236         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36237         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36238         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36239         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36240         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36241         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36242         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36243         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36244         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36245         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36246         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36247         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36248         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36249         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36250         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36251         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36253         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36254         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36255         * include/ifunc-impl-list.h: New file.
36256         * misc/ifunc-impl-list.c: Likewise.
36257         * misc/Makefile (routines): Add ifunc-impl-list.
36258         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36259         * string/test-string.h: Include <ifunc-impl-list.h>.
36260         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36261         TEST_NAME]: New variables.
36262         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36263         are defined.
36264         (test_init): Call __libc_ifunc_impl_list to initialize
36265         func_list if TEST_IFUNC and TEST_NAME are defined.
36267         * string/Makefile (strop-tests): Add bcopy and bzero.
36268         * string/test-bcopy.c: New file.
36269         * string/test-bzero.c: Likewise.
36270         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36271         defined.
36272         * string/test-memset.c: Support bzero test if TEST_BZERO is
36273         defined.
36274         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36275         __libc_memmove.
36276         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36277         __libc_memset.
36278         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36279         of memset.
36281 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36283         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36284         * configure: Regenerated.
36286         * Makeconfig (+link-static-before-libc): Don't include
36287         $(link-static-libc).
36289         * libio/libio.h (_IO_pos_t): Remove.
36291 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36293         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36294         McGrath.
36296 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36298         * crypt/crypt-entry.c: Include fips-private.h.
36299         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36300         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36301         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36302         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36304 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36306         * crypt/crypt-private.h: Include stdbool.h.
36307         (_ufc_setup_salt_r): Return bool.
36308         * crypt/crypt-entry.c: Include errno.h.
36309         (__crypt_r): Return NULL with EINVAL for bad salt.
36310         * crypt/crypt_util.c (bad_for_salt): New.
36311         (_ufc_setup_salt_r): Check that salt is long enough and within
36312         the specified alphabet.
36313         * crypt/badsalttest.c: New file.
36314         * crypt/Makefile (tests): Add it.
36315         ($(objpfx)badsalttest): New.
36317 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36319         * NEWS: Add entry for BZ #14602.
36321 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36323         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36324         type-generic.
36325         * math/libm-test.inc: Update comment listing what functions and
36326         macros are tested.
36327         (isgreater_test): New function.
36328         (isgreaterequal_test): Likewise.
36329         (isless_test): Likewise.
36330         (islessequal_test): Likewise.
36331         (islessgreater_test): Likewise.
36332         (isunordered_test): Likewise.
36333         (main): Call the new functions.
36335 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36337         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36338         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36339         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36340         * sysdeps/i386/configure: Regenerated.
36341         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36342         * sysdeps/mach/configure: Regenerated.
36343         * sysdeps/mach/hurd/configure: Regenerated.
36344         * sysdeps/powerpc/configure: Regenerated.
36345         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36346         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36347         * sysdeps/s390/s390-32/configure: Regenerated.
36348         * sysdeps/s390/s390-64/configure: Regenerated.
36349         * sysdeps/sh/configure: Regenerated.
36350         * sysdeps/sparc/configure: Regenerated.
36351         * sysdeps/unix/sysv/linux/configure: Regenerated.
36352         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36353         * sysdeps/x86_64/configure: Regenerated.
36355         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36356         defined.  Don't check if MAP is NULL.
36358 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36360         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36361         (_G_stat64): Likewise.
36362         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36363         (_G_stat64): Likewise.
36364         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36365         instead of struct _G_stat64.
36366         * libio/fileops.c (mmap_remap_check): Likewise.
36367         (decide_maybe_mmap): Likewise.
36368         (_IO_new_file_seekoff): Likewise.
36369         (_IO_file_stat): Likewise.
36370         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36371         _G_off64_t.
36372         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36373         instead of struct _G_stat64.
36374         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36376 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36378         [BZ #14602]
36379         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36380         Replace with ...
36381         (CHECK_EOL): New macro.
36382         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36383         CHECK_EOL.
36384         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36385         Replace with CHECK_EOL.
36386         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36387         Replace with CHECK_EOL.
36389 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36391         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36392         type-generic.
36393         * math/libm-test.inc: Update comment listing what functions and
36394         macros are tested.
36395         (finite_test): New function.
36396         (isinf_test): Likewise.
36397         (isnan_test): Likewise.
36398         (fpclassify_test): Test subnormal input.
36399         (isfinite_test): Likewise.
36400         (isnormal_test): Likewise.
36401         (main): Call the new functions.
36403 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36405         [BZ #14660]
36406         * Makerules (%.dynsym): Force C locale when running
36407         $(OBJDUMP) --dynamic-syms.
36409 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36411         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36412         <stdint.h>.
36414 2012-10-06  David S. Miller  <davem@davemloft.net>
36416         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36417         upper 32-bits of the length value in %o2 since we use branch-on-register
36418         tests which consider the entire 64-bit register.
36420 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36422         * string/test-strstr.c (check2): Add a test for page boundary.
36424 2012-10-05  David S. Miller  <davem@davemloft.net>
36426         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36427         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36428         file.
36429         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36430         sysdep_routines.
36431         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36432         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36433         and bzero when HWCAP_SPARC_CRYPTO is present.
36435 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36437         [BZ #14602]
36438         * string/test-strstr.c (check2): New function.
36439         (test_main): Call check2.
36441         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36442         and bug-strchr1.
36443         * string/bug-strcasestr1.c (do_test): Moved to ...
36444         * string/test-strcasestr.c (check1): Here.  New function.
36445         (do_one_test): Break out result checking code into ...
36446         (check_result): This.  New function.
36447         (do_one_test): Call check_result.
36448         (test_main): Call check1.
36449         * string/bug-strchr1.c (do_test): Moved to ...
36450         * string/test-strchr.c (check1): Here.  New function.
36451         (do_one_test): Break out result checking code into ...
36452         (check_result): This.  New function.
36453         (do_one_test): Call check_result.
36454         (test_main): Call check1.
36455         * string/bug-strstr1.c (main): Moved to ...
36456         * string/test-strstr.c (check1): Here.  New function.
36457         (do_one_test): Break out result checking code into ...
36458         (check_result): This.  New function.
36459         (do_one_test): Call check_result.
36460         (test_main): Call check1.
36461         * string/bug-strcasestr1.c: Removed.
36462         * string/bug-strchr1.c: Likewise.
36463         * string/bug-strstr1.c: Likewise.
36465         * elf/Makefile (dl-routines): Add hwcaps.
36466         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36467         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36468         (_dl_important_hwcaps): Moved to ...
36469         * elf/dl-hwcaps.c: Here.  New file.
36470         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36472         [BZ #14557]
36473         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36474         if IS_IN_rtld isn't defined.
36476         * elf/dl-support.c (_dl_sysinfo_map): New.
36477         Include "get-dynamic-info.h" and "setup-vdso.h".
36478         (_dl_non_dynamic_init): Call setup_vdso.
36479         * elf/dynamic-link.h: Don't include <assert.h>.
36480         (elf_get_dynamic_info): Moved to ...
36481         * elf/get-dynamic-info.h: Here.  New file.
36482         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36483         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36484         * elf/setup-vdso.h: Here.  New file.
36485         * elf/rtld.c: Include "setup-vdso.h".
36486         (dl_main): Call setup_vdso.
36488 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36490         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36491         creal in comment listing functions tested.  List finite, isinf,
36492         isnan, isless, islessequal, isgreater, isgreaterequal,
36493         islessgreater, isunordered, lgamma_r and pow10 as functions and
36494         macros not tested.  Mention which functions not tested are aliases
36495         for other functions.  Fix typo.  Note that signs of NaNs are not
36496         tested.
36498         * scripts/config.guess: Update from config.git.
36499         * scripts/config.sub: Likewise.
36501 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36503         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36504         * misc/madvise.c (madvise): Renamed to __madvise.
36505         Make madvise a weak alias.
36506         * include/sys/mman.h: Declare __madvise.
36507         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36508         * sysdeps/unix/syscalls.list
36509         (madvise): Make __madvise the strong name, and madvise a weak alias.
36510         * sysdeps/unix/sysv/linux/syscalls.list
36511         (madvise, mmap): Remove redundant entries.
36512         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36513         * malloc/malloc.c (mtrim): Likewise.
36514         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36516 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36518         * sysdeps/mach/hurd/dl-cache.c: File removed.
36519         * config.h.in (USE_LDCONFIG): New #undef.
36520         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36521         * configure: Regenerated.
36522         * elf/Makefile (dl-routines): Add dl-cache only under
36523         [$(use-ldconfig) = yes].
36524         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36525         cache on [USE_LDCONFIG].
36526         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36527         [USE_LDCONFIG].
36528         * elf/rtld.c (dl_main): Likewise.
36530 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36532         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36533         _SC_LEVEL4_CACHE_LINESIZE.
36535 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36537         * sysdeps/unix/bsd/confstr.h: File removed.
36539 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36541         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36542         sys/sdt-config.h.
36544 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36546         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36547         Make 'mapoff' field ElfW(Off) rather than off_t.
36549 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36551         * nscd/Makefile: Remove nscd-cflags and all its users.
36552         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36553         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36555         [BZ #10631]
36556         * malloc.c (malloc_printerr): Clarify error message.
36558 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36560         [BZ #14648]
36561         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36562         Set bit_FMA_Usable if FMA is supported.
36563         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36564         macro.
36565         (bit_FMA4_Usable): Updated.
36566         (index_FMA_Usable): New macro.
36567         (CPUID_FMA): Likewise
36568         (HAS_FMA): Defined with bit_FMA_Usable.
36570 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36572         * bits/types.h (__swblk_t): Type removed.
36573         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36574         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36575         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36576         (__SWBLK_T_TYPE): Likewise.
36577         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36578         (__SWBLK_T_TYPE): Likewise.
36579         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36580         (__SWBLK_T_TYPE): Likewise.
36581         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36582         (__SWBLK_T_TYPE): Likewise.
36584 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36585             Honza Horak <hhorak@redhat.com>
36587         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36588         (xdr_mapname): Use YPMAXMAP as maxsize.
36589         (xdr_peername): Use YPMAXPEER as maxsize.
36590         (xdr_keydat): Use YPAXRECORD as maxsize.
36591         (xdr_valdat): Use YPMAXRECORD as maxsize.
36593 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36595         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36597         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36598         * csu/init-first.c: ... here.
36599         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36600         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36601         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36602         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36603         * sysdeps/i386/init-first.c: File removed.
36604         * sysdeps/sh/init-first.c: File removed.
36606 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36608         [BZ #14645]
36609         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36610         if x * y might underflow to zero and z is zero.
36611         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36612         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36613         * math/libm-test.inc (min_subnorm_value): New variable.
36614         (fma_test): Add more tests.
36615         (fma_test_towardzero): Likewise.
36616         (fma_test_downward): Likewise
36617         (fma_test_upward): Likewise.
36618         (initialize): Set min_subnorm_value.
36620 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36622         [BZ #14638]
36623         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36624         0 + 0.
36625         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36626         mode for addition resulting in exact zero.
36627         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36628         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36629         exact 0 + 0.
36630         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36631         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36632         * math/libm-test.inc (fma_test): Add more tests.
36633         (fma_test_towardzero): New function.
36634         (fma_test_downward): Likewise.
36635         (fma_test_upward): Likewise.
36636         (main): Call the new functions.
36638 2012-09-28  David S. Miller  <davem@davemloft.net>
36640         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36642 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36644         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36645         instead of SIGALRM.
36647         * sysdeps/gnu/_G_config.h: Moved to ...
36648         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36649         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36650         * sysdeps/generic/_G_config.h: ... here.
36652         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36654         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36656         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36657         Conditionalize target on [libnss_test1.so-version].
36659         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36661         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36662         (elfobjdir): Move out of conditionals.
36664         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36665         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36666         (__nss_lookup_function): Conditionalize label remove_from_tree on
36667         [!DO_STATIC_NSS || SHARED], matching its only use.
36669 2012-09-28  David S. Miller  <davem@davemloft.net>
36671         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36672         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36673         file.
36674         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36675         sysdep_routines.
36676         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36677         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36678         when HWCAP_SPARC_CRYPTO is present.
36680 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36682         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36684 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36686         [BZ #6530]
36687         * stdio-common/vfprintf.c (process_string_arg): Revert
36688         2000-07-22 change.
36690 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36692         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36693         for testcase.
36694         * stdio-common/tst-sprintf.c: Include <locale.h>
36695         (main): Test sprintf's handling of incomplete multibyte
36696         characters.
36698 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36700         * elf/dl-runtime.c (VERSYMIDX): Removed.
36701         * elf/dl-version.c (VERSYMIDX): Likewise.
36702         * elf/do-rel.h (VERSYMIDX): Likewise.
36703         (VALIDX): Likewise.
36704         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36705         * elf/rtld.c (VALIDX): Likewise.
36706         (ADDRIDX): Likewise.
36707         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36708         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36709         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36710         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36711         (VALIDX): Likewise.
36712         (ADDRIDX): Likewise.
36714 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36716         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36718 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36720         [BZ #11438]
36721         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36722         to global scope.
36723         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36724         addresses are in the same scope as 192.0.2/24.
36725         * posix/gai.conf: Document new scope table defaults.
36727 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36729         [BZ #5298]
36730         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36731         for ftell.  Compute offsets from write pointers instead.
36732         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36734 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36736         [BZ #14543]
36737         * libio/Makefile (tests): New test case tst-fseek.
36738         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36739         combination works in wide mode.
36740         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36741         state when the external buffer state changes.
36743 2012-09-27  David S. Miller  <davem@davemloft.net>
36745         [BZ #14376]
36746         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36747         pass reloc->r_addend in as the 'high' argument to
36748         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36752 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36754         * rt/tst-aio2.c: Include <pthread.h>.
36755         * rt/tst-aio3.c: Likewise.
36757 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36759         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36761 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36763         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36764         contents on [SHARED].
36766 2012-09-26  Marek Polacek  <polacek@redhat.com>
36768         [BZ #14530]
36769         [BZ #13741]
36770         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36771         for C++ and GCC <4.3 as well as for non GCC compilers.
36773 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36775         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36777 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36779         * Makefile.in (all, install): Declare with .PHONY.
36780         Reported by Michael Hope <michael.hope@linaro.org>.
36782 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36784         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36785         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36786         system header.
36787         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36788         Likewise.
36789         (sydep_routines): Add the new and the internal functions.
36790         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36791         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36793         (GLIBC_2.17): Add the new function.
36794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36795         (GLIBC_2.17): Likewise.
36796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36797         (GLIBC_2.17): Likewise.
36798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36799         (GLIBC_2.17): Likewise.
36800         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36802 2012-09-25  Alan Modra  <amodra@gmail.com>
36804         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36805         Add release barrier before setting once_control to say
36806         initialisation is done.  Add hints on lwarx.  Use macro in
36807         place of isync.
36808         (clear_once_control): Add release barrier.
36810 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36812         [BZ #13629]
36813         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36814         specially.
36815         * math/s_clog10.c (__clog10): Likewise.
36816         * math/s_clog10f.c (__clog10f): Likewise.
36817         * math/s_clog10l.c (__clog10l): Likewise.
36818         * math/s_clogf.c (__clogf): Likewise.
36819         * math/s_clogl.c (__clogl): Likewise.
36820         * math/Makefile (libm-calls): Add x2y2m1.
36821         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36822         (__x2y2m1): Likewise.
36823         (__x2y2m1l): Likewise.
36824         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36825         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36826         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36827         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36828         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36829         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36830         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36831         * sysdeps/i386/fpu/libm-test-ulps: Update.
36832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36834         [BZ #14621]
36835         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36836         int as type of variable DEPTH.
36837         (glob): Use size_t instead of int as type of variables NEWCOUNT
36838         and OLD_PATHC.
36840 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36842         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36843         Add s_sincosf-sse2.
36844         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36845         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36846         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36847         macros for using routine as __sincosf_ia32.
36848         Use macro for function declaration and weak_alias.
36849         * sysdeps/i386/fpu/libm-test-ulps: Update.
36851         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36852         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36854         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36855         subnormal argument.
36856         * math/s_cexpf.c (__cexpf): Likewise.
36857         * math/s_csinf.c (__csinf): Likewise.
36858         * math/s_csinhf.c (__csinhf): Likewise.
36859         * math/s_ctanf.c (__ctanf): Likewise.
36860         * math/s_ctanhf.c (__ctanhf): Likewise.
36861         * math/s_ccosh.c (__ccoshf): Likewise.
36862         * math/s_cexp.c (__cexpl): Likewise.
36863         * math/s_csin.c (__csin): Likewise.
36864         * math/s_csinh.c (__csinh): Likewise.
36865         * math/s_ctan.c (__ctan): Likewise.
36866         * math/s_ctanh.c (ctanh): Likewise.
36867         * math/s_ccoshl.c (__ccoshl): Likewise.
36868         * math/s_cexpl.c (__cexpl): Likewise.
36869         * math/s_csinl.c (__csinl): Likewise.
36870         * math/s_csinhl.c (__csinhl): Likewise.
36871         * math/s_ctanl.c (__ctanl): Likewise.
36872         * math/s_ctanhl.c (__ctanhl): Likewise.
36874 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36876         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36877         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36878         (_IO_off_t): Define to __off_t, not _G_off_t.
36879         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36880         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36881         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36882         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36883         type of __dummy and __dummy2 fields.
36884         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36885         (_G_ssize_t): Likewise.
36886         (_G_off_t): Likewise.
36887         (_G_pid_t): Likewise.
36888         (_G_uid_t): Likewise.
36889         (_G_wchar_t): Likewise.
36890         (_G_wint_t): Likewise.
36891         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36892         (_G_ssize_t): Likewise.
36893         (_G_off_t): Likewise.
36894         (_G_pid_t): Likewise.
36895         (_G_uid_t): Likewise.
36896         (_G_wchar_t): Likewise.
36897         (_G_wint_t): Likewise.
36898         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36899         (_G_ssize_t): Likewise.
36900         (_G_off_t): Likewise.
36901         (_G_pid_t): Likewise.
36902         (_G_uid_t): Likewise.
36903         (_G_wchar_t): Likewise.
36904         (_G_wint_t): Likewise.
36906 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36908         * malloc/arena.c: Include malloc-sysdep.h.
36909         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36910         is sufficient to shrink the heap or an unmap is needed.
36911         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36912         new function check_may_shrink_heap.
36913         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36914         new function check_may_shrink_heap.
36916 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36918         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36919         comments.
36921 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36923         * catgets/test-gencat.sh: Add "set -e".
36924         * elf/tst-pathopt.sh: Likewise.
36925         * grp/tst_fgetgrent.sh: Likewise.
36926         * iconvdata/run-iconv-test.sh: Likewise.
36927         * intl/tst-gettext.sh: Likewise.
36928         * intl/tst-gettext2.sh: Likewise.
36929         * intl/tst-gettext4.sh: Likewise.
36930         * intl/tst-gettext6.sh: Likewise.
36931         * intl/tst-translit.sh: Likewise.
36932         * io/ftwtest-sh: Likewise.
36933         * libio/test-freopen.sh: Likewise.
36934         * malloc/tst-mtrace.sh: Likewise.
36935         * posix/globtest.sh: Likewise.
36936         * posix/tst-getconf.sh: Likewise.
36937         * posix/wordexp-tst.sh: Likewise.
36938         * stdio-common/tst-printf.sh: Likewise.
36939         * stdio-common/tst-unbputc.sh: Likewise.
36940         * stdlib/tst-fmtmsg.sh: Likewise.
36941         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36942         * catgets/Makefile: Do not specify -e option when running
36943         testsuite shell scripts.
36944         * elf/Makefile: Likewise.
36945         * grp/Makefile: Likewise.
36946         * iconvdata/Makefile: Likewise.
36947         * intl/Makefile: Likewise.
36948         * io/Makefile: Likewise.
36949         * libio/Makefile: Likewise.
36950         * malloc/Makefile: Likewise.
36951         * posix/Makefile: Likewise.
36952         * stdio-common/Makefile: Likewise.
36953         * stdlib/Makefile: Likewise.
36954         * sysdeps/x86_64/Makefile: Likewise.
36956         * io/ftwtest-sh: Add copyright header.
36957         * posix/globtest.sh: Likewise.
36958         * posix/tst-getconf.sh: Likewise.
36959         * posix/wordexp-tst.sh: Likewise.
36960         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36962 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
36964         [BZ #13679]
36965         * Makeconfig (+link): Defined as $(+link-static) if
36966         $(build-shared) isn't yes.
36967         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36968         isn't yes.
36969         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36971         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36973         [BZ #14562]
36974         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36975         new chunk size with MALLOC_ALIGN_MASK.
36977 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
36979         [BZ #5044]
36980         * stdio-common/printf_fphex.c: Include <stdbool.h> and
36981         <rounding-mode.h>.
36982         (__printf_fphex): Determine rounding using get_rounding_mode and
36983         round_away.
36984         * stdio-common/tst-printf-round.c (struct hex_test): New
36985         structure.
36986         (hex_tests): New variable.
36987         (test_hex_in_one_mode): New function.
36988         (do_test): Also run tests for hex float output.
36990 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
36992         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36993         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36994         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36995         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36996         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36997         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36998         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36999         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37001 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37003         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37004         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37005         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37006         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37008 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37010         [BZ #14579]
37011         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37012         mode only.
37013         * elf/tst-rtld-load-self.sh: New test.
37014         * elf/Makefile: Run it.
37016 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37018         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37019         (tst-writev-ENV): Remove.
37020         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37022 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37024         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37026 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37028         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37029         unconditional.
37030         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37031         Likewise.
37032         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37033         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37034         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37035         Likewise.
37037 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37039         [BZ #14587]
37040         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37041         * config.make.in (have-cpp-asm-debuginfo): Removed.
37042         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37043         * configure: Regenerated.
37045 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37047         [BZ #5044]
37048         * stdio-common/printf_fp.c: Include <stdbool.h> and
37049         <rounding-mode.h>.
37050         (___printf_fp): Determine rounding using get_rounding_mode and
37051         round_away.
37052         * stdio-common/tst-printf-round.c: New file.
37053         * stdio-common/Makefile (tests): Add tst-printf-round.
37054         (link-libm): New variable.
37055         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37057 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37059         [BZ #14576]
37060         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37061         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37062         Likewise.
37063         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37064         Likewise.
37066 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37068         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37069         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37070         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37071         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37073 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37075         [BZ #14518]
37076         * include/rounding-mode.h: New file.
37077         * sysdeps/generic/get-rounding-mode.h: Likewise.
37078         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37079         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37080         (MAX_VALUE): New macro.
37081         (MIN_VALUE): Likewise.
37082         (overflow_value): New function.
37083         (underflow_value): Likewise.
37084         (round_and_return): Use overflow_value and underflow_value to
37085         determine return values in overflow and underflow cases.  Use
37086         round_away to determine rounding depending on rounding mode.
37087         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37088         determine return values in overflow and underflow cases.
37089         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37090         (struct test_results): New structure.
37091         (struct test): Use struct test_results to store expected results
37092         for all rounding modes.
37093         (TEST): Include expected results for all rounding modes.
37094         (test_in_one_mode): New function.
37095         (do_test): Use test_in_one_mode to compute and check results.
37096         Check results for all rounding modes.
37097         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37098         $(link-libm).
37100 2012-12-09  Allan McRae  <allan@archlinux.org>
37102         * sysdeps/i386/fpu/libm-test-ulps: Update
37104 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37106         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37107         (_G_int32_t): Likewise.
37108         (_G_uint16_t): Likewise.
37109         (_G_uint32_t): Likewise.
37110         (_G_HAVE_BOOL): Likewise.
37111         (_G_HAVE_ATEXIT): Likewise.
37112         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37113         (_G_HAVE_IO_FILE_OPEN): Likewise.
37114         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37115         (_G_int32_t): Likewise.
37116         (_G_uint16_t): Likewise.
37117         (_G_uint32_t): Likewise.
37118         (_G_HAVE_BOOL): Likewise.
37119         (_G_HAVE_ATEXIT): Likewise.
37120         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37121         (_G_HAVE_IO_FILE_OPEN): Likewise.
37122         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37123         (_G_int32_t): Likewise.
37124         (_G_uint16_t): Likewise.
37125         (_G_uint32_t): Likewise.
37126         (_G_HAVE_BOOL): Likewise.
37127         (_G_HAVE_ATEXIT): Likewise.
37128         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37129         (_G_HAVE_IO_FILE_OPEN): Likewise.
37131 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37133         * csu/libc-tls.c: Update copyright years.
37135 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37137         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37138         [!_G_USING_THUNKS]: Remove conditional code.
37139         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37140         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37142         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37143         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37144         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37145         (_G_VTABLE_LABEL_PREFIX): Likewise.
37146         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37147         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37148         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37149         (_G_VTABLE_LABEL_PREFIX): Likewise.
37150         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37151         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37152         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37153         (_G_VTABLE_LABEL_PREFIX): Likewise.
37154         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37156 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37158         * libio/Makefile: Include ../Makeconfig before tests.
37159         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37160         only if $(build-shared) is yes.
37162         * iconv/gconv_db.c: Update copyright years.
37164 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37166         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37167         unwind info if defined PIC. Fix special cases description.
37168         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37170         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37171         DP_HI_MASK entry.
37172         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37174 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37176         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37178         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37179         is NULL.
37181         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37182         (LDLIBS-tst-chk4): This.
37183         (LDFLAGS-tst-chk5): Renamed to ...
37184         (LDLIBS-tst-chk5): This.
37185         (LDFLAGS-tst-chk6): Renamed to ...
37186         (LDLIBS-tst-chk6): This.
37187         (LDFLAGS-tst-lfschk4): Renamed to ...
37188         (LDLIBS-tst-lfschk4): This.
37189         (LDFLAGS-tst-lfschk5): Renamed to ...
37190         (LDLIBS-tst-lfschk5): This.
37191         (LDFLAGS-tst-lfschk6): Renamed to ...
37192         (LDLIBS-tst-lfschk6): This.
37194         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37195         on $(common-objpfx)soversions.mk.
37197 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37199         [BZ #10014]
37200         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37201         example host name.
37203 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37205         * malloc/arena.c (arena_get_retry): New function that gets
37206         another arena for the caller to try its request on.
37207         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37208         current arena cannot fulfill the request.
37209         (__libc_memalign): Likewise.
37210         (__libc_memalign): Likewise.
37211         (__libc_pvalloc): Likewise.
37212         (__libc_calloc): Likewise.
37214 2012-09-05  John Tobey  <john.tobey@gmail.com>
37216         [BZ #13542]
37217         * manual/arith.texi (Operations on Complex): Fix description
37218         of carg branch cut.
37220 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37222         [BZ #10014]
37223         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37224         host name.
37226         [BZ #10038]
37227         * manual/memory.texi (Memory): Make order of menu items match
37228         order of sections.
37230 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37232         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37233         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37234         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37236 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37238         * csu/libc-tls.c (static_dtv): Renamed to ...
37239         (_dl_static_dtv): This.  Make it global.
37240         (_dl_initial_dtv): Removed.
37241         (__libc_setup_tls): Updated.
37242         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37243         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37244         DL_INITIAL_DTV.
37246 2012-09-06  Petr Machata  <pmachata@redhat.com>
37248         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37249         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37250         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37251         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37253 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37255         [BZ #14545]
37256         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37257         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37258         freeing dtv[-1].
37260 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37262         [BZ #14544]
37263         * Makeconfig (link-static-before-libc): Replace $(+prector)
37264         with $(+prectorT).
37265         (link-static-after-libc): Replace $(+postctor) with
37266         $(+postctorT).
37267         (link-bounded): Replace $(+prector)/$(+postctor) with
37268         $(+prectorT)/$(+postctorT).
37269         (+prectorT): New macro.
37270         (+postctorT): Likewise.
37272 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37274         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37275         (round_str): Handle values above the maximum for IBM long double
37276         as inexact.
37277         * stdlib/tst-strtod-round.c (tests): Regenerated.
37279 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37281         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37282         assembler flag.
37283         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37284         zarch_nohighgprs around the zarch optimized routines.
37285         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37286         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37287         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37288         for zarch.
37290 2012-09-05  David S. Miller  <davem@davemloft.net>
37292         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37294         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37295         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37296         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37297         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37298         entries.
37300 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37302         * malloc/arena.c: Fold copyright years.
37303         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37305 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37307         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37309 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37311         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37313 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37315         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37316         change internal state upon failure.
37318 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37320         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37321         * malloc/memusage.c (mmap): Likewise.
37322         (mmap64, mremap): Likewise.  Adjust name in comment.
37324 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37326         * libio/fileops.c: Fix typos in comments.
37327         * libio/oldfileops.c: Likewise.
37328         * libio/wfileops.c: Likewise.
37330 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37332         [BZ #1349]
37333         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37334         (tst-malloc-usable-ENV): Set environment for test case.
37335         * malloc/hooks.c (malloc_check_get_size): New function to get
37336         requested size.
37337         * malloc/malloc.c (musable): Use malloc_check_get_size.
37338         * malloc/tst-malloc-usable.c: New test case.
37340 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37342         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37344 2012-09-05  Allan McRae  <allan@archlinux.org>
37346         [BZ #13966]
37347         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37348         determine header location.
37349         * configure: Regenerated.
37351 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37353         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37354         float format.
37355         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37356         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37357         format.
37358         (test): Regenerate.
37360 2012-09-04  David S. Miller  <davem@davemloft.net>
37362         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37363         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37364         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37366 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37368         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37369         failures.
37371         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37373 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37375         [BZ #9914]
37376         * libio/iogetdelim.c: Include <limits.h>.
37377         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37378         + len + 1 would overflow.
37380 2012-09-03  Andreas Jaeger  <aj@suse.de>
37382         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37383         * sysdeps/i386/fpu/libm-test-ulps: Update.
37385 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37387         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37388         Add s_sinf-sse2, s_conf-sse2.
37390         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37391         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37392         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37393         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37395         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37396         for using routine as __sinf_ia32.
37397         Use macro for function declaration and weak_alias.
37398         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37399         for using routine as __cosf_ia32.
37400         Use macro for function declaration and weak_alias.
37402         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37403         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37405         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37406         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37407         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37409         * math/libm-test.inc (cos_test): Add more test cases.
37410         (sin_test): Likewise.
37411         (sincos_test): Likewise.
37413 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37415         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37416         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37417         hidden.
37418         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37420 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37422         [BZ #14538]
37423         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37424         first element of the GOT.
37425         (elf_machine_load_address): Return the difference between
37426         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37428 2012-09-01  Allan McRae  <allan@archlinux.org>
37430         [BZ #13412]
37431         * configure.in (AWK): Require gawk version 3.0 or later.
37432         * configure: Regenerated.
37434 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37436         * sysdeps/unix/sysv/linux/kernel-features.h
37437         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37438         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37439         [__NR_clock_getres]: Make code unconditional.
37440         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37441         (clock_getcpuclockid): Remove code left unreachable by removal of
37442         conditionals.
37443         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37444         code unconditional.
37445         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37446         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37447         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37448         Make code unconditional.
37449         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37450         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37451         * sysdeps/unix/sysv/linux/clock_settime.c
37452         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37453         conditional code.
37454         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37455         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37457 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37459         [BZ #14476]
37460         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37461         scripts/test-installation.pl.
37463         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37464         and $ld_so_version if it is set.
37466 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37468         [BZ #14516]
37469         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37470         failure if reading from procfs failed.
37471         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37473 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37475         * sysdeps/unix/sysv/linux/kernel-features.h
37476         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37477         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37478         Remove conditional code.
37479         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37480         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37481         Remove conditional code.
37482         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37483         * sysdeps/unix/sysv/linux/i386/fxstat.c
37484         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37485         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37486         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37487         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37488         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37489         * sysdeps/unix/sysv/linux/i386/lxstat.c
37490         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37491         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37492         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37493         Remove conditional code.
37494         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37495         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37496         Remove conditional code.
37497         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37498         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37499         <kernel-features.h>.
37500         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37501         Remove.
37502         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37503         Remove conditional code.
37504         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37505         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37506         Remove conditional.
37508 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37510         [BZ #5400]
37511         * NEWS: Add fixed bug number.
37513 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37515         [BZ #14519]
37516         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37517         underflowing exponent in case of negative sign.
37518         * stdlib/tst-strtod-round-data: Add more tests.
37519         * stdlib/tst-strtod-round.c (tests): Regenerated.
37521         [BZ #3479]
37522         * stdlib/strtod_l.c (NDIG): Remove.
37523         (HEXNDIG): Likewise.
37524         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37525         smallest representable value.
37526         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37527         lie within an exact representation of 1/2 ulp of the result.
37528         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37529         unconditionally.
37530         (TENS_P9_IDX): Define unconditionally.
37531         (TENS_P9_SIZE): Likewise.
37532         (TENS_P10_IDX): Likewise.
37533         (TENS_P10_SIZE): Likewise.
37534         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37535         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37536         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37537         entries for 10^2^13 and 10^2^14.
37538         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37539         (TENS_P13_IDX): Define.
37540         (TENS_P13_SIZE): Likewise.
37541         (TENS_P14_IDX): Likewise.
37542         (TENS_P14_SIZE): Likewise.
37543         (_fpioconst_pow10): Change array size to
37544         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37545         unconditional.
37546         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37547         1024]: Add entries for 10^2^13 and 10^2^14.
37548         [LAST_POW10 > _LAST_POW10]: Remove #error.
37549         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37550         (_fpioconst_pow10): Change array size to
37551         FPIOCONST_POW10_ARRAY_SIZE.
37552         * stdlib/gen-fpioconst.c: New file.
37553         * stdlib/gen-tst-strtod-round.c: Likewise.
37554         * stdlib/tst-strtod-round-data: Likewise.
37555         * stdlib/tst-strtod-round.c: Likewise.
37556         * stdlib/Makefile (tests): Add tst-strtod-round.
37558         [BZ #14459]
37559         * stdlib/strtod_l.c: Include <stdint.h>.
37560         (NDEBUG): Do not define.
37561         (round_and_return): Change EXPONENT parameter to type intmax_t.
37562         Rearrange calculations to avoid internal overflow possibilities.
37563         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37564         Rearrange calculations to avoid internal overflow possibilities.
37565         Assert that number fits inside MPNSIZE limbs.
37566         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37567         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37568         calculations and add assertions to avoid internal overflow
37569         possibilities.  Add casts to avoid signed/unsigned operations.
37570         * stdlib/tst-strtod-overflow.c: New file.
37571         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37573 2012-08-25  Marek Polacek  <polacek@redhat.com>
37575         * time/time.h: Fix some typos in comments.
37577 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37579         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37580         * posix/tst-rfc3484-2.c: Likewise.
37581         * posix/tst-rfc3484-3.c: Likewise.
37583 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37585         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37586         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37588 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37590         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37591         #include of fxstatat64.c.
37593 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37595         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37596         * shadow/getspent_r.c: Likewise.
37597         * shadow/getspnam.c: Likewise.
37598         * shadow/getspnam_r.c: Likewise.
37599         * gshadow/getsgent.c: Likewise.
37600         * gshadow/getsgent_r.c: Likewise.
37601         * gshadow/getsgnam.c: Likewise.
37602         * gshadow/getsgnam_r.c: Likewise.
37603         * inet/getnetbyad.c: Likewise.
37604         * inet/getnetbyad_r.c: Likewise.
37605         * inet/getnetbynm.c: Likewise.
37606         * inet/getnetbynm_r.c: Likewise.
37607         * inet/getnetent.c: Likewise.
37608         * inet/getnetent_r.c: Likewise.
37609         * inet/getproto.c: Likewise.
37610         * inet/getproto_r.c: Likewise.
37611         * inet/getprtent.c: Likewise.
37612         * inet/getprtent_r.c: Likewise.
37613         * inet/getprtname.c: Likewise.
37614         * inet/getprtname_r.c: Likewise.
37615         * inet/getrpcbyname.c: Likewise.
37616         * inet/getrpcbyname_r.c: Likewise.
37617         * inet/getrpcbynumber.c: Likewise.
37618         * inet/getrpcbynumber_r.c: Likewise.
37619         * inet/getrpcent.c: Likewise.
37620         * inet/getrpcent_r.c: Likewise.
37621         * inet/getaliasent.c: Likewise.
37622         * inet/getaliasent_r.c: Likewise.
37623         * inet/getaliasname.c: Likewise.
37624         * inet/getaliasname_r.c: Likewise.
37625         * nscd/getgrgid_r.c: Likewise.
37626         * nscd/getgrnam_r.c: Likewise.
37627         * nscd/gethstbyad_r.c: Likewise.
37628         * nscd/gethstbynm3_r.c: Likewise.
37629         * nscd/getpwnam_r.c: Likewise.
37630         * nscd/getpwuid_r.c: Likewise.
37631         * nscd/getsrvbynm_r.c: Likewise.
37632         * nscd/getsrvbypt_r.c: Likewise.
37633         * nscd/gai.c: Likewise.
37635         * configure.in (build_nscd): New substituted variable, set
37636         by --disable-build-nscd and defaults to $use_nscd.
37637         * configure: Regenerated.
37638         * config.make.in (build-nscd): New substituted variable.
37639         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37640         Change conditional to require [$(build-nscd) = yes] as well.
37641         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37643         [BZ# 13696]
37644         * configure.in (use_nscd): New substituted variable, set by
37645         --disable-nscd.  If enabled, define USE_NSCD.
37646         * configure: Regenerated.
37647         * config.h.in: Add USE_NSCD.
37648         * config.make.in (use-nscd): New substituted variable.
37649         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37650         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37651         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37652         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37653         (CFLAGS-getgrnam_r.c): Likewise.
37654         (CFLAGS-initgroups.c): Likewise.
37655         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37656         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37657         Variables removed.
37658         * inet/getnetgrent_r.c
37659         (nscd_setnetgrent): New function, broken out of ...
37660         (setnetgrent): ... here.  Call it.
37661         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37662         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37663         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37664         * nscd/Makefile (routines, aux): Move definitions after include of
37665         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37666         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37667         Conditionalize on [USE_NSCD].
37668         (is_nscd, nscd_init_cb): Likewise.
37669         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37670         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37671         * nss/nss_db/db-init.c: Likewise.
37672         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37673         [USE_NSCD].
37674         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37675         (make_request): Use it.
37676         (cache_valid_p): New function.
37677         (__check_pf): Use it.
37678         * NEWS: Add item for --disable-nscd.
37680 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37682         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37683         to support sed >= 4.2.1-20-ga9bf076.
37684         * configure: Regenerated.
37686 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37688         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37689         Conditionalize whole body on [IREL].
37691 2012-08-22  Jeff Law <law@redhat.com>
37693         [BZ #14505]
37694         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37695         if the family is PF_UNSPEC.
37697 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37699         * Makerules (lib-version): Rename from V.
37700         (install-lib-nosubdir): Change V to lib-version.
37702 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37704         [BZ #14252]
37705         * powerpc32/power6/wcschr.c: New file.
37706         * powerpc32/power6/wcscpy.c: New file.
37707         * powerpc32/power6/wcsrchr.c: New file.
37708         * powerpc64/power6/wcschr.c: New file.
37709         * powerpc64/power6/wcscpy.c: New file.
37710         * powerpc64/power6/wcsrchr.c: New file.
37712 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37714         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37715         (two_way_short_needle): Use it.
37716         * string/strstr.c (AVAILABLE1_USES_J): Define.
37717         * string/strcasestr.c: Likewise.
37719         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37720         array references.
37721         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37723         [BZ #11607]
37724         * NEWS: Add an entry.
37725         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37726         define their defaults.
37727         (two_way_short_needle): Detect end-of-string on-the-fly.
37728         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37729         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37730         * string/bug-strcasestr1.c: New test.
37731         * string/Makefile: Run it.
37733 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37735         [BZ #11607]
37736         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37737         the first character.
37739 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37741         * csu/elf-init.c (__libc_csu_irel): Function removed.
37742         * csu/libc-start.c (apply_irel): New function.
37743         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37745 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37747         * sysdeps/unix/sysv/linux/kernel-features.h
37748         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37749         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37750         <kernel-features.h>.
37751         [__NR_fadvise64_64]: Make code unconditional.
37752         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37753         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37754         !__NR_fadvise64_64)]: Likewise.
37755         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37756         !__NR_fadvise64_64))]: Likewise.
37757         [__NR_fadvise64]: Make code unconditional.
37758         [!__NR_fadvise64]: Remove conditional code.
37759         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37760         <kernel-features.h>.
37761         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37762         unconditional.
37763         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37764         conditional code.
37765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37766         not include <kernel-features.h>.
37767         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37768         unconditional.
37769         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37770         conditional code.
37771         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37772         include <kernel-features.h>.
37773         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37774         unconditional.
37775         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37776         conditional code.
37778 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37780         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37781         slight instruction rearrangements per scrollpipe analysis.
37782         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37784 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37786         * manual/syslog.texi (syslog; vsyslog, closelog):
37787         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37788         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37790         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37791         DSOCAPS to match condition on defining it.
37793 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37795         * sysdeps/unix/sysv/linux/kernel-features.h
37796         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37798         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37799         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37801         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37802         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37804         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37805         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37807         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37808         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37810         * sysdeps/unix/sysv/linux/kernel-features.h
37811         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37812         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37813         unconditional.
37814         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37815         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37816         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37817         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37818         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37819         Make code unconditional.
37820         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37821         (__mmap64) [!__NR_mmap2]: Likewise.
37822         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37823         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37824         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37825         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37826         [__NR_mmap2]: Make code unconditional.
37827         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37828         (__mmap64) [!__NR_mmap2]: Likewise.
37830 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37832         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37834 2012-08-18  Andreas Jaeger  <aj@suse.de>
37836         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37838 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37840         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37841         * include/unistd.h (__have_sock_cloexec): Likewise.
37842         (__have_pipe2): Likewise.
37843         (__have_dup3): Likewise.
37845 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37847         [BZ #9685]
37848         * include/unistd.h (__have_pipe2): Change define into an extern int.
37849         (__have_dup3): Likewise.
37850         * socket/have_sock_cloexec.c: Include fcntl.h.
37851         (__have_pipe2): New variable.
37852         (__have_dup3): Likewise.
37854 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37856         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37858 2012-08-17  Marek Polacek  <polacek@redhat.com>
37860         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37861         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37863 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37865         * configure.in: Add AC_SUBST for sysheaders.
37866         * configure: Regenerated.
37867         * config.make.in (sysheaders): New substituted variable.
37869         * sysdeps/unix/mkfifo.c: Moved ...
37870         * sysdeps/posix/mkfifo.c: ... here.
37871         * sysdeps/unix/mkfifoat.c: Moved ...
37872         * sysdeps/posix/mkfifoat.c: ... here.
37874         * sysdeps/unix/utime.c: Moved ...
37875         * sysdeps/posix/utime.c: ... here.
37877         * sysdeps/unix/time.c: Moved ...
37878         * sysdeps/posix/time.c: ... here.
37879         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37880         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37882         * sysdeps/unix/nice.c: Moved ...
37883         * sysdeps/posix/nice.c: ... here.
37885         * sysdeps/unix/alarm.c: Moved ...
37886         * sysdeps/posix/alarm.c: ... here.
37888         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37890 2012-08-17  Jeff Law <law@redhat.com>
37892         * intl/Makefile (codeset_mo): New variable.
37893         ($(codeset_mo)): New target.
37894         (tst-codeset.out): Depend on that.  Remove explicit rule.
37895         (tst-gettext3.out, tst-gettext5.out): Likewise.
37896         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37897         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37898         * intl/tst-codeset.sh: Remove.
37899         * intl/tst-gettext3.sh: Likewise.
37900         * intl/tst-gettext5.sh: Likewise.
37902 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37904         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37905         * sysdeps/unix/syscalls.list: ... here.
37907         * sysdeps/posix/getaddrinfo.c
37908         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37909         (gaiconf_init, gaiconf_reload): Use them.
37910         [!_STATBUF_ST_NSEC]
37911         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37912         Define using time_t rather than struct timespec.
37914         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37915         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37916         Macros removed.
37917         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37918         [!NO_THREADS].
37919         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37920         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37921         Likewise.
37923         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37924         __libc_cleanup_push argument.
37926         * bits/param.h: New file.
37927         * misc/sys/param.h: New file.
37928         * include/sys/param.h: New file.
37929         * misc/Makefile (headers): Add bits/param.h.
37930         * sysdeps/generic/sys/param.h: File removed.
37931         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37932         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37933         * sysdeps/mach/hurd/bits/param.h: New file.
37934         * sysdeps/mach/hurd/sys/param.h: File removed.
37936         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37937         last change.
37939         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37940         [_IO_MTSAFE_IO].
37941         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37942         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37943         New macros.
37945         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37946         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37947         rather than -D_IO_MTSAFE_IO conditionally.
37948         * stdio-common/Makefile (CPPFLAGS): Likewise.
37949         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37950         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37951         Use $(libio-mtsafe).
37952         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37953         of -D_IO_MTSAFE_IO.
37954         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37955         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37956         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37957         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37958         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37959         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37960         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37961         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37962         (CFLAGS-fread_u_chk.c): Likewise.
37963         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37964         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37965         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37966         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37967         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37968         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37969         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37970         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37971         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37973         * libio/Makefile: Test [$(libc-reentrant) = yes]
37974         instead of [$(filter %REENTRANT, $(defines)) nonempty].
37976         * Makeconfig
37977         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37978         * sysdeps/pthread/configure: File removed.
37979         * sysdeps/pthread/Makeconfig: New file.
37980         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37981         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37983 2012-08-16  Gary Benson  <gbenson@redhat.com>
37985         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37986         unmapping the first object in a namespace.
37988 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37990         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37991         (__internal_setnetgrent): ... this.  Add internal_function to
37992         definition.  Add libc_hidden_def.
37993         (setnetgrent): Update caller.
37994         (internal_endnetgrent): Renamed to ...
37995         (__internal_endnetgrent): ... this.  Add internal_function to
37996         definition.  Add libc_hidden_def.
37997         (endnetgrent): Update caller.
37998         (internal_getnetgrent_r): Renamed to ...
37999         (__internal_getnetgrent_r): ... this.  Add internal_function to
38000         definition.  Add libc_hidden_def.
38001         (__getnetgrent_r): Update caller.
38002         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38004 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38006         * stdlib/longlong.h: Update from GCC.
38008 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38010         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38011         on _QL, which is set by umul_ppmm but never used.
38012         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38013         variables, which are set by GMP macros but never used.
38014         * stdio-common/_itowa.c (_itowa): Likewise.
38015         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38016         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38018 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38020         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38021         struct La_sh_regs is not constant.
38022         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38023         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38024         and struct La_sparc64_regs are not constant.
38026 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38028         * sysdeps/unix/sysv/linux/kernel-features.h
38029         (__ASSUME_POSIX_TIMERS): Remove.
38030         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38031         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38032         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38033         Make code unconditional.
38034         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38035         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38036         Make code unconditional.
38037         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38038         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38039         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38040         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38041         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38042         Make code unconditional.
38043         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38044         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38045         (__libc_missing_posix_timers): Remove.
38047 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38049         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38050         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38052         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38054         * elf/dl-sym.c: Include <stdlib.h>.
38056         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38057         constants, which avoids warnings in 32-bit builds.
38059         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38060         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38062         * misc/lseek.c: File moved to ...
38063         * io/lseek.c: ... here.
38065         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38067         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38068         shifting LEN more than 31 bits at once.
38070 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38072         [BZ #14195]
38073         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38074         segmentation fault for a case of two empty input strings.
38075         * string/test-strncasecmp.c (check1): Renamed to...
38076         (bz12205): ...this.
38077         (bz14195): Add new testcase for two empty input strings and N > 0.
38078         (test_main): Call new testcase, adapt for renamed function.
38080 2012-08-15  Andreas Jaeger  <aj@suse.de>
38082         [BZ #14090]
38083         * crypt/md5test2.c: New test, based on test supplied by Serge
38084         Belyshev <belyshev@depni.sinp.msu.ru>.
38085         * crypt/Makefile (xtests): Add md5test-giant..
38086         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38088 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38090         [BZ #14090]
38091         * crypt/md5.c (md5_process_block): Don't assume the buffer
38092         length is less than 2**32.
38093         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38094         length is less than 2**64.
38096 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38098         * string/str-two-way.h: Include <sys/param.h>.
38099         (MAX): Macro removed.
38101         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38102         Move #define and #undef of memmove to just before and after
38103         including <string.h>.
38105         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38106         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38107         and after including <string.h>.  Move declarations of
38108         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38109         to before #include "string/memmove.c".
38111         * include/dirent.h: Declare __getdirentries.
38113         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38114         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38116 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38118         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38119         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38120         * sysdeps/i386/configure: Regenerated.
38121         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38122         STABS_CURRENT_FILE, and STABS_FUN.
38123         (END): Remove call to STABS_FUN_END.
38124         (STABS_CURRENT_FILE1): Delete.
38125         (STABS_CURRENT_FILE): Likewise.
38126         (STABS_FUN): Likewise.
38127         (STABS_FUN_END): Likewise.
38128         (STABS_FUN2): Likewise.
38129         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38130         * sysdeps/x86_64/configure: Regenerated.
38132 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38134         * elf/dl-open.c: Include <atomic.h>.
38135         * elf/dl-lookup.c: Likewise.
38137 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38139         * sysdeps/unix/sysv/linux/kernel-features.h
38140         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38141         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38142         unconditionally.
38143         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38144         unconditionally.
38145         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38146         condition on __ASSUME_CLONE_THREAD_FLAGS.
38148 2012-08-14  Andreas Jaeger  <aj@suse.de>
38150         * sysdeps/i386/fpu/libm-test-ulps: Update.
38152 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38154         * include/atomic.h (atomic_exchange_and_add): Split into ...
38155         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38156         New atomic macros.
38158 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38160         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38162 2012-08-13  Jeff Law <law@redhat.com>
38164         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38165         null byte in the output string.
38167 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38169         * sysdeps/unix/sysv/linux/kernel-features.h
38170         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38171         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38172         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38173         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38174         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38175         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38176         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38178 2012-08-09  Jeff Law <law@redhat.com>
38180         [BZ #13939]
38181         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38182         When avoid_arena is set, don't retry in the that arena.  Pick the
38183         next one, whatever it might be.
38184         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38185         (arena_lock): Pass in new parameter to arena_get2.
38186         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38187         arena_get2.
38188         (__libc_malloc): Unify retrying after main arena failure with
38189         __libc_memalign version.
38190         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38192 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38194         [BZ #14166]
38195         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38196         to __redirect_strstr.
38197         (__strstr_sse42): Use typeof __redirect_strstr.
38198         (__strstr_ia32): Likewise.
38199         (__libc_strstr): New prototype.
38200         (strstr): Renamed to ...
38201         (__libc_strstr): This.
38202         (strstr): New strong alias of __libc_strstr.
38203         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38204         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38205         __redirect_time.
38206         Include <time.h>.
38207         (__libc_time): New prototype.
38208         (time_ifunc): Replace time with __libc_time.
38209         (time): New strong alias and hidden definition of __libc_time.
38210         (__GI_time): Remove strong alias.
38211         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38212         Include <stddef.h>.
38213         (memmove): Redefined to __redirect_memmove.
38214         (__memmove_sse2): Use typeof __redirect_memmove.
38215         (__memmove_ssse3): Likewise.
38216         (__memmove_ssse3_back): Likewise.
38217         (__libc_memmove): New prototype.
38218         (memmove): Renamed to ...
38219         (__libc_memmove): This.
38220         (memmove): New strong alias of __libc_memmove.
38222 2012-08-08  Mark Salter  <msalter@redhat.com>
38224         * elf/elf.h
38225         (R_MN10300_TLS_GD): Define.
38226         (R_MN10300_TLS_LD): Likewise.
38227         (R_MN10300_TLS_LDO): Likewise.
38228         (R_MN10300_TLS_GOTIE): Likewise.
38229         (R_MN10300_TLS_IE): Likewise.
38230         (R_MN10300_TLS_LE): Likewise.
38231         (R_MN10300_TLS_DTPMOD): Likewise.
38232         (R_MN10300_TLS_DTPOFF): Likewise.
38233         (R_MN10300_TLS_TPOFF): Likewise.
38234         (R_MN10300_SYM_DIFF): Likewise.
38235         (R_MN10300_ALIGN): Likewise.
38236         (R_MN10300_NUM): Update.
38238 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38240         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38241         Remove.
38243 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38245         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38247         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38248         sysdeps/unix -> sysdeps/posix move.
38249         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38251 2012-08-07      Allan McRae     <allan@archlinux.org>
38253         [BZ #14303]
38254         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38255         (SUNOS_CPP): Likewise.
38256         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38257         not found.
38258         (open_input): Call CPP using execvp.
38260 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38262         * sysdeps/unix/sysv/linux/kernel-features.h
38263         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38264         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38265         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38266         (__ASSUME_WAITID_SYSCALL): Likewise.
38267         * sysdeps/unix/sysv/linux/dl-execstack.c
38268         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38269         code unconditional.
38270         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38271         conditional code.
38272         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38273         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38274         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38275         code.
38276         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38277         unconditional.
38278         [__ASSUME_WAITID_SYSCALL]: Likewise.
38279         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38281 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38283         * sysdeps/unix/closedir.c: Renamed to ...
38284         * sysdeps/posix/closedir.c: ... here.
38285         * sysdeps/unix/dirfd.c: Renamed to ...
38286         * sysdeps/posix/dirfd.c: ... here.
38287         * sysdeps/unix/dirstream.h: Renamed to ...
38288         * sysdeps/posix/dirstream.h: ... here.
38289         * sysdeps/unix/fdopendir.c: Renamed to ...
38290         * sysdeps/posix/fdopendir.c: ... here.
38291         * sysdeps/unix/opendir.c: Renamed to ...
38292         * sysdeps/posix/opendir.c: ... here.
38293         * sysdeps/unix/readdir.c: Renamed to ...
38294         * sysdeps/posix/readdir.c: ... here.
38295         * sysdeps/unix/readdir_r.c: Renamed to ...
38296         * sysdeps/posix/readdir_r.c: ... here.
38297         * sysdeps/unix/rewinddir.c: Renamed to ...
38298         * sysdeps/posix/rewinddir.c: ... here.
38299         * sysdeps/unix/seekdir.c: Renamed to ...
38300         * sysdeps/posix/seekdir.c: ... here.
38301         * sysdeps/unix/telldir.c: Renamed to ...
38302         * sysdeps/posix/telldir.c: ... here.
38303         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38304         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38305         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38306         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38308         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38309         * bits/fcntl.h: ... here.
38311         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38312         not 0.
38313         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38314         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38315         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38316         (struct flock): Move l_start, l_len to the beginning.
38317         Use __pid_t for l_pid.
38318         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38319         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38320         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38321         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38322         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38323         [__USE_LARGEFILE64] (struct flock64): New type.
38324         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38326         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38327         * bits/dirent.h: ... here.
38329         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38330         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38332 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38334         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38335         Change from 2.6.0 to 2.6.16.
38336         * sysdeps/unix/sysv/linux/configure: Regenerated.
38337         * sysdeps/unix/sysv/linux/kernel-features.h
38338         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38339         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38340         version.
38341         (__ASSUME_UTIMES): Likewise.
38342         (__ASSUME_CLONE_STOPPED): Remove.
38343         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38344         architectures, not kernel version.
38345         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38346         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38347         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38348         (__ASSUME_WAITID_SYSCALL): Likewise.
38349         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38350         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38351         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38352         refer to older versions.
38354 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38356         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38357         Define alphasort64 as an alias.
38358         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38359         Define versionsort64 as an alias.
38360         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38361         Define scandir64 as an alias.
38362         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38363         Define scandirat64 as an alias.
38364         * dirent/alphasort64.c (alphasort64):
38365         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38366         * dirent/versionsort64.c: Likewise.
38367         * dirent/scandir64.c: Likewise.
38368         * dirent/scandirat64.c: Likewise.
38369         * sysdeps/wordsize-64/alphasort.c: File removed.
38370         * sysdeps/wordsize-64/alphasort64.c: File removed.
38371         * sysdeps/wordsize-64/scandir.c: File removed.
38372         * sysdeps/wordsize-64/scandir64.c: File removed.
38373         * sysdeps/wordsize-64/scandirat.c: File removed.
38374         * sysdeps/wordsize-64/scandirat64.c: File removed.
38375         * sysdeps/wordsize-64/versionsort.c: File removed.
38376         * sysdeps/wordsize-64/versionsort64.c: File removed.
38377         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38378         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38379         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38380         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38381         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38382         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38383         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38384         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38386         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38387         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38388         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38389         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38390         [defined __arch64__ || defined __sparcv9]
38391         (__INO_T_MATCHES_INO64_T): New macro.
38392         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38393         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38394         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38395         * sysdeps/unix/sysv/linux/bits/dirent.h
38396         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38397         (_DIRENT_MATCHES_DIRENT64): New macro.
38399         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38400         Define lockf64 as an alias.
38401         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38402         Define fseeko64 as an alias.
38403         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38404         Define ftello64 as an alias.
38405         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38406         Define _IO_fgetpos64 and fgetpos64 as aliases.
38407         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38408         Define _IO_fsetpos64 and fsetpos64 as aliases.
38409         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38410         Conditionalize body on this.
38411         * libio/fseeko64.c: Likewise.
38412         * libio/ftello64.c: Likewise.
38413         * libio/iofgetpos64.c: Likewise.
38414         * libio/iofsetpos64.c: Likewise.
38415         * sysdeps/wordsize-64/lockf.c: File removed.
38416         * sysdeps/wordsize-64/lockf64.c: File removed.
38417         * sysdeps/wordsize-64/fseeko.c: File removed.
38418         * sysdeps/wordsize-64/fseeko64.c: File removed.
38419         * sysdeps/wordsize-64/ftello.c: File removed.
38420         * sysdeps/wordsize-64/ftello64.c: File removed.
38421         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38422         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38423         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38424         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38425         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38426         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38427         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38428         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38429         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38430         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38431         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38432         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38433         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38434         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38436         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38437         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38438         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38439         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38440         [defined __arch64__ || defined __sparcv9]
38441         (__OFF_T_MATCHES_OFF64_T): New macro.
38442         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38443         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38444         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38445         (__OFF_T_MATCHES_OFF64_T): New macro.
38447 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38449         * stdlib/secure-getenv.c (__secure_getenv): Replace
38450         GLIBC_2_16 with GLIBC_2_17.
38452 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38454         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38455         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38457 2012-08-03  David S. Miller  <davem@davemloft.net>
38459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38461 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38463         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38464         Remove.
38465         (__ASSUME_CORRECT_SI_PID): Likewise.
38466         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38467         (__ASSUME_TMPFS_NAME): Likewise.
38468         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38469         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38470         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38471         (HAVE_AUX_SECURE): Make definition unconditional.
38472         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38473         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38475 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38477         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38478         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38479         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38480         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38481         __eloop_threshold instead of SYMLOOP_MAX.
38483         * sysdeps/generic/eloop-threshold.h: New file.
38484         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38485         of MAXSYMLINKS.
38486         * elf/chroot_canon.c (chroot_canon): Likewise.
38488 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38490         [BZ #13717]
38491         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38492         Change to 2.6.0 everywhere.
38493         * sysdeps/unix/sysv/linux/configure: Regenerated.
38494         * sysdeps/unix/sysv/linux/kernel-features.h
38495         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38496         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38497         kernel versions.
38498         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38499         (__ASSUME_FUTEX_REQUEUE): Remove.
38500         (__ASSUME_STATFS64): Define unconditionally.
38501         (__ASSUME_AT_SECURE): Likewise.
38502         (__ASSUME_CORRECT_SI_PID): Likewise.
38503         (__ASSUME_TGKILL): Define without depending on kernel version for
38504         i386.
38505         (__ASSUME_UTIMES): Likewise.
38506         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38507         kernel version.
38508         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38509         (__ASSUME_TMPFS_NAME): Likewise.
38510         * README: Update reference to Linux kernel versions.
38512 2012-08-02  Marek Polacek  <polacek@redhat.com>
38514         [BZ# 14150]
38515         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38516         libc_cv_asm_type_prefix with %.
38517         * configure: Regenerated.
38518         * include/libc-symbols.h: Remove comment about
38519         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38520         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38521         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38522         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38523         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38524         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38525         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38526         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38527         * elf/tst-unique2mod1.c: Likewise.
38528         * elf/tst-unique1mod2.c: Likewise.
38529         * elf/tst-unique1mod1.c: Likewise.
38530         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38531         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38532         Replace ASM_TYPE_DIRECTIVE with .type.
38533         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38534         * sysdeps/i386/sysdep.h: Likewise.
38535         * sysdeps/x86_64/sysdep.h: Likewise.
38536         * sysdeps/sh/sysdep.h: Likewise.
38537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38538         Do not define ASM_TYPE_DIRECTIVE.
38539         * sysdeps/powerpc/sysdep.h: Likewise.
38540         * sysdeps/powerpc/powerpc32/sysdep.h:
38541         Replace ASM_TYPE_DIRECTIVE with .type.
38542         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38543         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38544         * sysdeps/i386/fpu/e_powf.S: Likewise.
38545         * sysdeps/i386/fpu/e_expl.S: Likewise.
38546         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38547         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38548         * sysdeps/i386/fpu/e_pow.S: Likewise.
38549         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38550         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38551         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38552         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38553         * sysdeps/i386/fpu/e_log2.S: Likewise.
38554         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38555         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38556         * sysdeps/i386/fpu/e_powl.S: Likewise.
38557         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38558         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38559         * sysdeps/i386/fpu/e_logl.S: Likewise.
38560         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38561         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38562         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38563         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38564         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38565         * sysdeps/i386/fpu/e_log.S: Likewise.
38566         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38567         * sysdeps/i386/fpu/e_logf.S: Likewise.
38568         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38569         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38570         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38571         * sysdeps/i386/fpu/e_log10.S: Likewise.
38572         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38573         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38574         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38575         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38576         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38577         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38578         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38579         * sysdeps/i386/i686/strtok.S: Likewise.
38580         * sysdeps/i386/i386-mcount.S: Likewise.
38581         * sysdeps/i386/strtok.S: Likewise.
38582         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38583         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38584         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38585         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38586         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38587         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38588         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38589         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38590         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38591         * sysdeps/x86_64/_mcount.S: Likewise.
38592         * sysdeps/x86_64/strtok.S: Likewise.
38593         * sysdeps/sh/_mcount.S: Likewise.
38595 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38597         * libio/iofopen.c: Include <fcntl.h>.
38598         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38599         (_IO_fopen64, fopen64): Define as aliases.
38600         * libio/iofopen64.c: Include <fcntl.h>.
38601         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38602         Conditionalize body on this.
38603         * sysdeps/wordsize-64/iofopen.c: File removed.
38604         * sysdeps/wordsize-64/iofopen64.c: File removed.
38606 2012-08-01  Marek Polacek  <polacek@redhat.com>
38608         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38609         Use dlfcn directly instead of a variable.
38610         (binfmt-subdir): Do not define.
38611         (dlfcn): Likewise.
38613 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38615         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38616         Remove all definitions.
38617         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38618         <kernel-features.h>.
38619         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38620         (miss_F_GETOWN_EX): Remove all definitions.
38621         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38622         macro definition.
38623         [!__ASSUME_FCNTL64]: Remove conditional code.
38624         [__ASSUME_FCNTL64]: Make code unconditional.
38625         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38626         <kernel-features.h>.
38627         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38628         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38629         (lockf64) [__NR_fcntl64]: Make code unconditional.
38630         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38632         * sysdeps/unix/sysv/linux/kernel-features.h
38633         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38634         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38635         Make code unconditional.
38636         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38637         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38639         [__NR_vfork]: Make code unconditional.
38640         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38641         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38643         [__NR_vfork]: Make code unconditional.
38644         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38645         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38647 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38649         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38650         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38652         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38653         Define mkstemp64 as an alias.
38654         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38655         Define mkstemps64 as an alias.
38656         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38657         Define mkostemp64 as an alias.
38658         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38659         Define mkostemps64 as an alias.
38660         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38661         Conditionalize body on this.
38662         * misc/mkostemp64.c: Likewise.
38663         * misc/mkostemps64.c: Likewise.
38664         * misc/mkstemps64.c: Likewise.
38665         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38666         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38667         * sysdeps/wordsize-64/mkostemp.c: File removed.
38668         * sysdeps/wordsize-64/mkstemp.c: File removed.
38669         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38670         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38671         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38672         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38674         [BZ #14138]
38675         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38676         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38677         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38678         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38680         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38681         compat_symbol macros from <shlib-compat.h> rather than the underlying
38682         default_symbol_version and symbol_version macros, so that DEFAULT
38683         lines in shlib-versions are respected.
38684         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38686 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38688         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38689         Declare with warn_unused_result.
38690         (setgid, setregid, setegid, setresgid): Likewise.
38691         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38692         Likewise.
38693         * WUR-REPORT: Remove set*id functions.
38695 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38697         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38699 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38701         [BZ #10191]
38702         * include/sys/socket.h (__libc_accept, __libc_accept4):
38703         Add attribute_hidden.
38704         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38706         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38707         use of PTR_MANGLE.
38708         * inet/getnetgrent_r.c (setup): Likewise.
38710         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38712 2012-07-31  David S. Miller  <davem@davemloft.net>
38714         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38716 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38718         [BZ #13629]
38719         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38720         value between 1.0 and 2.0 and smaller part has absolute value less
38721         than 1.0.
38722         * math/s_clog10.c (__clog10): Likewise.
38723         * math/s_clog10f.c (__clog10f): Likewise.
38724         * math/s_clog10l.c (__clog10l): Likewise.
38725         * math/s_clogf.c (__clogf): Likewise.
38726         * math/s_clogl.c (__clogl): Likewise.
38727         * math/libm-test.inc (clog_test): Add more tests.
38728         (clog10_test): Likewise.
38729         * sysdeps/i386/fpu/libm-test-ulps: Update.
38730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38732 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38734         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38735         Exit with zero in case no suitable GID is found, and write a
38736         message to standard error.
38738 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38740         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38741         rather than to 1.
38742         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38743         (MAXPATHLEN): Removed.
38744         (NOGROUP, NODEV): New macros.
38745         (setbit, clrbit, isset, isclr): New macros.
38746         (howmany, roundup, powerof2): New macros.
38747         (DEV_BSIZE): New macro.
38749         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38750         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38752         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38753         definition on [!__NO_LONG_DOUBLE_MATH].
38755         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38756         PTR_MANGLE and PTR_DEMANGLE.
38758         * socket/accept4.c (accept4): Rename to __libc_accept4.
38759         Define accept4 as a weak alias.
38761         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38762         on [_DIRENT_HAVE_D_TYPE].
38763         * io/ftw.c (ftw_dir): Likewise.
38765         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38767         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38769         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38770         Use the BSD numbers rather than the arbitrary ones we had.
38771         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38772         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38773         (SIGXCPU, SIGXFSZ): New macros.
38774         (_NSIG): Now 32.
38776         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38777         initializer on [_LIBC_REENTRANT].
38779         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38780         definitions inside [_POSIX_MAPPED_FILES].
38782         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38784         * dirent/opendir.c: Include <fcntl.h>.
38786         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38787         (__libc_getspecific): Likewise.
38788         (__libc_key_create): Likewise.
38790         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38791         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38792         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38793         (tmpfile64): Define as alias.
38794         * sysdeps/wordsize-64/tmpfile.c: File removed.
38795         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38796         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38797         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38799         * stdio-common/vfscanf.c: Include <stdbool.h>.
38800         * nss/makedb.c: Likewise.
38801         * stdio-common/_i18n_number.h: Likewise.
38802         * argp/argp-help.c: Likewise.
38803         * posix/wordexp.c: Likewise.
38804         * sysdeps/posix/spawni.c: Likewise.
38805         * nss/nss_files/files-initgroups.c: Likewise.
38806         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38807         * nss/nss_files/files-initgroups.c: Likewise.
38808         * nss/nss_db/db-netgrp.c: Likewise.
38809         * nss/nss_db/db-initgroups.c: Likewise.
38810         * io/fchmodat.c: Include <sys/stat.h>.
38812         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38813         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38815         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38816         [HAVE_MMAP].
38818         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38819         Add multiple inclusion protection.
38821 2012-07-27  David S. Miller  <davem@davemloft.net>
38823         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38825 2012-07-27  Gary Benson  <gbenson@redhat.com>
38827         [BZ #14298]
38828         * elf/rtld.c: Include <stap-probe.h>.
38829         (dl_main): Added static probes "init_start" and "init_complete".
38830         * elf/dl-load.c: Include <stap-probe.h>.
38831         (lose): Take new parameter "nsid".
38832         Added static probe "map_failed".
38833         (_dl_map_object_from_fd): Pass namespace id to lose.
38834         Added static probe "map_start".
38835         (open_verify): Pass namespace id to lose.
38836         * elf/dl-open.c: Include <stap-probe.h>.
38837         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38838         and "reloc_complete".
38839         * elf/dl-close.c: Include <stap-probe.h>.
38840         (_dl_close_worker): Added static probes "unmap_start" and
38841         "unmap_complete".
38842         * elf/rtld-debugger-interface.txt: New file documenting the above.
38844 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38846         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38847         rather than a string variable.
38848         * sunrpc/rpc_main.c (h_output): Likewise.
38849         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38851 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38853         * inet/check_native.c: New file.
38855 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38857         [BZ #13629]
38858         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38859         if larger part has absolute value 1.0.
38860         * math/s_clog10.c (__clog10): Likewise.
38861         * math/s_clog10f.c (__clog10f): Likewise.
38862         * math/s_clog10l.c (__clog10l): Likewise.
38863         * math/s_clogf.c (__clogf): Likewise.
38864         * math/s_clogl.c (__clogl): Likewise.
38865         * math/libm-test.inc (clog_test): Add more tests.
38866         (clog10_test): Likewise.
38867         * sysdeps/i386/fpu/libm-test-ulps: Update.
38868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38870         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38871         (pltexit): Likewise.
38872         (La_regs): Likewise.
38873         (La_retval): Likewise.
38874         (int_retval): Likewise.
38875         Update #error for removed macros to refer only to definitions in
38876         tst-audit.h.
38877         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38878         macro.
38879         (pltexit): Likewise.
38880         (La_regs): Likewise.
38881         (La_retval): Likewise.
38882         (int_retval): Likewise.
38883         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38884         macro.
38885         (pltexit): Likewise.
38886         (La_regs): Likewise.
38887         (La_retval): Likewise.
38888         (int_retval): Likewise.
38889         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38890         macro.
38891         (pltexit): Likewise.
38892         (La_regs): Likewise.
38893         (La_retval): Likewise.
38894         (int_retval): Likewise.
38895         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38896         macro.
38897         (pltexit): Likewise.
38898         (La_regs): Likewise.
38899         (La_retval): Likewise.
38900         (int_retval): Likewise.
38901         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38902         macro.
38903         (pltexit): Likewise.
38904         (La_regs): Likewise.
38905         (La_retval): Likewise.
38906         (int_retval): Likewise.
38907         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38908         macro.
38909         (pltexit): Likewise.
38910         (La_regs): Likewise.
38911         (La_retval): Likewise.
38912         (int_retval): Likewise.
38913         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38914         macro definitions in tst-audit.h.
38915         * sysdeps/i386/tst-audit.h: New file.
38916         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38917         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38918         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38919         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38920         * sysdeps/sh/tst-audit.h: Likewise.
38921         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38922         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38923         * sysdeps/x86_64/tst-audit.h: Likewise.
38925 2012-07-26  Andreas Jaeger  <aj@suse.de>
38927         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38928         ptrace.
38930         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38931         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38932         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38933         PTRACE_O_MASK.
38934         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38935         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38936         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38938         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38939         value.
38941         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38942         _sigsys.
38943         (si_call_addr, si_syscall, si_arch): Define new macro.
38944         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38945         _sigsys.
38946         (si_call_addr, si_syscall, si_arch): Define new marcro.
38947         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38948         _sigsys.
38949         (si_call_addr, si_syscall, si_arch): Define new macro.
38950         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38951         _sigsys.
38952         (si_call_addr, si_syscall, si_arch): Define new macro.
38954 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38956         [BZ #13717]
38957         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38958         Change to 2.4.21 where previously 2.4.1.
38959         * sysdeps/unix/sysv/linux/configure: Regenerated.
38960         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38961         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38962         Linux kernel version.
38963         (__ASSUME_STD_AUXV): Remove.
38964         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38965         kernel version.
38966         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38967         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38968         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38969         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38970         (__ASSUME_NETLINK_SUPPORT): Likewise.
38971         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38972         (__no_netlink_support): Remove conditional definition.
38973         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38974         Remove.
38975         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38976         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38977         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38978         (if_nameindex_ioctl): Remove.
38979         (if_nameindex_netlink): Do not handle __no_netlink_support.
38980         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38981         code.
38982         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38983         Remove conditional code.
38984         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38985         code.
38986         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38987         unconditional.
38988         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38989         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38990         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38991         Remove.
38992         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38993         [!__ASSUME_STD_AUXV]: Remove conditional code.
38994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38995         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38996         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38998         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38999         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39000         code.
39001         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39003         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39004         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39005         conditional code.
39006         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39008         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39009         code.
39010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39011         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39012         conditional code.
39013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39014         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39015         code unconditional.
39016         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39017         conditional code.
39018         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39019         unconditional.
39020         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39021         conditional code.
39022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39023         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39024         unconditional.
39025         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39026         conditional code.
39027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39028         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39029         code unconditional.
39030         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39031         conditional code.
39032         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39033         unconditional.
39034         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39035         conditional code.
39036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39037         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39038         code unconditional.
39039         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39040         conditional code.
39041         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39042         unconditional.
39043         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39044         conditional code.
39046 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39048         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39049         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39050         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39051         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39052         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39053         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39054         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39055         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39056         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39057         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39058         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39059         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39060         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39061         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39062         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39063         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39064         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39065         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39066         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39067         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39068         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39069         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39070         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39072 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39074         * Versions.def: Add GLIBC_2.17.
39075         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39076         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39077         Introduce __libc_secure_getenv.
39078         * stdlib/Versions (2.17): Add secure_getenv
39079         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39080         * stdlib/secure-getenv.c: Rename __secure_getenv to
39081         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39082         symbol __secure_getenv for GLIBC_2.0.
39083         * stdlib/tst-secure-getenv.c: New.
39084         * stdlib/Makefile (tests): Add testcase.
39085         * manual/startup.texi (Environment Access): Document
39086         secure_getenv.
39087         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39088         __libc_secure_getenv.
39089         * inet/ruserpass.c (ruserpass): Likewise.
39090         * malloc/mtrace.c (mtrace): Likewise.
39091         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39092         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39093         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39094         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39095         HAVE_SECURE_GETENV.
39096         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39097         __secure_getenv to __libc_secure_getenv.
39098         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39100         Likewise.
39101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39102         Likewise.
39103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39104         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39105         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39106         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39108         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39109         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39111 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39113         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39114         (struct La_i86_retval): Likewise.
39115         (struct La_x86_64_regs): Likewise.
39116         (struct La_x86_64_retval): Likewise.
39117         (struct La_x32_regs): Likewise.
39118         (struct La_x32_retval): Likewise.
39119         (struct La_ppc32_regs): Likewise.
39120         (struct La_ppc32_retval): Likewise.
39121         (struct La_ppc64_regs): Likewise.
39122         (struct La_ppc64_retval): Likewise.
39123         (struct La_sh_regs): Likewise.
39124         (struct La_sh_retval): Likewise.
39125         (struct La_s390_32_regs): Likewise.
39126         (struct La_s390_32_retval): Likewise.
39127         (struct La_s390_64_regs): Likewise.
39128         (struct La_s390_64_retval): Likewise.
39129         (struct La_sparc32_regs): Likewise.
39130         (struct La_sparc32_retval): Likewise.
39131         (struct La_sparc64_regs): Likewise.
39132         (struct La_sparc64_retval): Likewise.
39133         (struct audit_ifaces): Remove architecture-specific pltenter and
39134         pltexit members.
39135         * sysdeps/i386/ldsodefs.h: New file.
39136         * sysdeps/powerpc/ldsodefs.h: Likewise.
39137         * sysdeps/s390/ldsodefs.h: Likewise.
39138         * sysdeps/sh/ldsodefs.h: Likewise.
39139         * sysdeps/sparc/ldsodefs.h: Likewise.
39140         * sysdeps/x86_64/ldsodefs.h: Likewise.
39142 2012-07-25  Marek Polacek  <polacek@redhat.com>
39144         [BZ #6808]
39145         * math/libm-test.inc (yn_test): Add another test.
39146         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39147         to ERANGE when the result is +-Inf.
39148         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39149         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39150         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39151         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39153 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39155         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39156         equal to 0.
39157         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39158         clock_t.
39159         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39161 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39163         * configure.in <sysdeps resolving>: Correct printing
39164         Implies_before.
39165         * configure: Regenerate.
39167 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39169         * math/w_ilogb.c: Include <limits.h>.
39170         * math/w_ilogbl.c: Likewise.
39172 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39174         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39175         va_copy.  Document allowing for unavailable va_copy only as
39176         pre-C99 compatibility.
39177         * manual/string.texi (Copying and Concatenation): Use va_copy
39178         instead of __va_copy in concat example.
39180 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39182         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39183         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39184         it if not null.
39186         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39187         with O_NOLINK passed to __file_name_lookup.
39189         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39190         with O_NOLINK passed to __file_name_lookup.
39192         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39193         negative N or less than NGIDS.
39195         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39196         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39197         enough.  Use memcpy instead of strncpy.
39199 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39201         * elf/Makefile (check-data): Remove.
39202         (localplt.data): New vpath directive.
39203         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39204         instead of $(check-data).
39205         * scripts/data/localplt-generic.data: Move to ...
39206         * sysdeps/generic/localplt.data: ... here.
39207         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39208         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39209         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39211         ... here.
39212         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39214         ... here.
39215         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39216         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39217         ... here.
39218         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39220         ... here.
39221         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39222         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39223         ... here.
39224         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39225         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39226         ... here.
39228 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39230         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39231         PPC32 and PPC64 files.
39232         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39233         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39235 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39237         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39238         __makecontext_ret to ...
39239         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39240         ... here and call exit if uc_link is NULL.  New file.
39241         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39242         __makecontext_ret.S.
39243         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39244         __makecontext_ret to ...
39245         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39246         ... here and call exit if uc_link is NULL.  New file.
39247         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39248         __makecontext_ret.S.
39250 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39252         * elf/elf.h (R_390_IRELATIVE): New definition.
39253         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39254         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39255         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39256         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39257         (elf_machine_lazy_rel): Likewise.
39258         * sysdeps/s390/dl-irel.h: New file.
39259         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39260         * sysdeps/s390/s390-64/memset.S: New asm code.
39261         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39262         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39263         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39264         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39265         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39266         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39267         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39268         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39269         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39270         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39271         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39272         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39273         * sysdeps/s390/s390-32/memset.S: New asm code.
39274         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39276 2012-07-17  Marek Polacek  <polacek@redhat.com>
39278         [BZ #14349]
39279         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39280         * sysdeps/s390/s390-64/configure.in: Likewise.
39281         * sysdeps/sparc/configure.in: Likewise.
39282         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39283         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39284         * sysdeps/i386/configure.in: Likewise.
39285         * sysdeps/x86_64/configure.in: Likewise.
39286         * sysdeps/sh/configure.in: Likewise.
39287         * sysdeps/s390/s390-32/configure: Regenerated.
39288         * sysdeps/s390/s390-64/configure: Likewise.
39289         * sysdeps/x86_64/configure: Likewise.
39290         * sysdeps/sh/configure: Likewise.
39291         * sysdeps/powerpc/powerpc64/configure: Likewise.
39292         * sysdeps/powerpc/powerpc32/configure: Likewise.
39293         * sysdeps/sparc/configure: Likwise.
39294         * sysdeps/i386/configure: Likewise.
39296         * elf/dl-open.c: Comment fixes.
39298 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39300         * Makefile [CXX] (check-data): Remove.
39301         [CXX] (c++-types.data): New vpath directive.
39302         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39303         vpath.  Do not allow for C++ type data being missing.
39304         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39305         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39306         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39307         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39308         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39309         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39310         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39312         ... here.
39313         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39315         ... here.
39316         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39317         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39318         ... here.
39319         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39321         ... here.
39322         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39323         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39324         ... here.
39325         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39326         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39327         ... here.
39328         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39329         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39330         ... here.
39331         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39332         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39334         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39335         definitions to architecture-specific files.
39336         (TLS_IE): Likewise.
39337         (TLS_LD): Likewise.
39338         (TLS_GD): Likewise.
39339         * sysdeps/i386/tls-macros.h: New file.
39340         * sysdeps/powerpc/tls-macros.h: Likewise.
39341         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39342         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39343         * sysdeps/sh/tls-macros.h: Likewise.
39344         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39345         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39346         * sysdeps/x86_64/tls-macros.h: Likewise.
39348 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39350         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39351         zero value for regular exit case.
39353         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39354         (__start_context): Preserve zero value for regular exit case.
39356 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39357             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39359         * manual/setjmp.texi (setcontext): Clarify normal process
39360         termination when uc_link is the null pointer.
39361         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39362         exit call.
39364 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39366         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39367         preprocessor.  Test for each exception mask separately.
39369 2012-07-16  Andreas Jaeger  <aj@suse.de>
39371         * po/ru.po: Update from translation team.
39373 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39375         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39376         equal to 0.
39377         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39378         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39379         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39380         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39381         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39383 2012-07-13  Andreas Jaeger  <aj@suse.de>
39385         * po/fr.po: Update from translation team.
39387 2012-07-12  Marek Polacek  <polacek@redhat.com>
39389         [BZ #14173]
39390         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39391         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39392         loop condition.
39394 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39396         [BZ #13717]
39397         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39398         Change to 2.4.1 where previously 2.4.0.
39399         * sysdeps/unix/sysv/linux/configure: Regenerated.
39400         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39401         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39402         version.
39403         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39404         (__ASSUME_AT_CLKTCK): Remove.
39405         (__ASSUME_AT_PAGESIZE): Likewise.
39406         (__ASSUME_AT_XID): Likewise.
39407         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39408         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39409         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39410         unconditionally.
39411         (HAVE_AUX_PAGESIZE): Likewise.
39412         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39413         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39414         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39416 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39418         [BZ #14307]
39419         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39420         the temporary buffer used to invoke __gethostbyname2_r,
39421         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39422         host_data / struct gaih_addrtuple.
39423         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39424         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39425         header file nss/nsswitch.h.
39426         * nss/nsswitch.h (global scope): Add definition of implementation
39427         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39428         resolv/nss_dns/dns-host.c).
39430 2012-07-11  Andreas Jaeger  <aj@suse.de>
39432         * po/fr.po: Update from translation team.
39434         * po/sv.po: Update from translation team
39435         * po/fr.po: Another update from translation team.
39437 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39439         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39440         for subnormals or multiply small sinh result by itself.
39441         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39442         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39444 2012-07-11  David S. Miller  <davem@davemloft.net>
39446         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39448 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39450         [BZ #14347]
39451         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39452         (INTERNAL_MARK): Shift it here.
39454 2012-07-10  Marek Polacek  <polacek@redhat.com>
39456         [BZ #14151]
39457         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39458         libc_cv_asm_global_directive with .globl.
39459         * configure: Regenerated.
39460         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39461         with .globl.
39462         * sysdeps/i386/configure: Regenerated.
39463         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39464         with .globl.
39465         * sysdeps/x86_64/configure: Regenerated.
39466         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39467         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39468         * elf/tst-unique2mod2.c: Likewise.
39469         * elf/tst-unique2mod1.c: Likewise.
39470         * elf/tst-unique1mod2.c: Likewise.
39471         * elf/tst-unique1mod1.c: Likewise.
39472         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39473         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39474         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39475         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39476         * sysdeps/mach/sysdep.h: Likewise.
39477         * sysdeps/i386/sysdep.h: Likewise.
39478         * sysdeps/i386/i386-mcount.S: Likewise.
39479         * sysdeps/x86_64/_mcount.S: Likewise.
39480         * sysdeps/x86_64/sysdep.h: Likewise.
39481         * sysdeps/sh/_mcount.S: Likewise.
39482         * sysdeps/sh/sysdep.h: Likewise.
39483         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39484         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39485         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39486         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39487         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39488         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39489         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39490         * locale/localeinfo.h: Likewise.
39491         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39492         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39494 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39496         [BZ #14336]
39497         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39498         system".
39499         * manual/message.texi (The Uniforum approach): Likewise.
39500         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39501         (glibc iconv Implementation): Likewise.
39503 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39505         [BZ #14337]
39506         * math/s_clog.c (__clog): Avoid scaling a value down where that
39507         could result in underflow.
39508         * math/s_clog10.c (__clog10): Likewise.
39509         * math/s_clog10f.c (__clog10f): Likewise.
39510         * math/s_clog10l.c (__clog10l): Likewise.
39511         * math/s_clogf.c (__clogf): Likewise.
39512         * math/s_clogl.c (__clogl): Likewise.
39513         * math/libm-test.inc (clog_test): Add more tests.
39514         (clog10_test): Likewise.
39515         * sysdeps/i386/fpu/libm-test-ulps: Update.
39516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39518 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39520         [BZ #14283]
39521         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39522         by 7 not 8 to examine high bit of fractional part.
39524         [BZ #14042]
39525         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39526         for call to __mcount_internal.
39527         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39528         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39529         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39531 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39533         [BZ #14154]
39534         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39535         approximation for values within 0x1p-13f of an odd multiple of
39536         pi/4.
39537         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39538         exception.  Add more tests.
39539         * sysdeps/i386/fpu/libm-test-ulps: Update.
39541         [BZ #6778]
39542         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39543         inputs and return -1 for them.  Do not check for +Inf in case not
39544         reachable for +Inf.
39545         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39546         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39547         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39548         and return -1 for them.  Do not check for +Inf in case not
39549         reachable for +Inf.
39550         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39551         define.
39552         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39553         and return -1 for them.  Do not check for +Inf in case not
39554         reachable for +Inf.
39555         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39556         spurious underflow.
39557         * sysdeps/i386/fpu/libm-test-ulps: Update.
39558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39560 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39562         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39564 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39566         [BZ #14157]
39567         [BZ #14331]
39568         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39569         could result in spurious underflow.  Scale down values above
39570         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39571         * math/s_csqrtf.c (__csqrtf): Likewise.
39572         * math/s_csqrtl.c (__csqrtl): Likewise.
39573         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39574         spurious underflow.
39575         * sysdeps/i386/fpu/libm-test-ulps: Update.
39576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39578 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39580         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39581         xopen-msg.sed.
39582         * catgets/xopen-msg.awk: New file.
39583         * catgets/xopen-msg.sed: Removed.
39585         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39586         po2text.sed.
39587         * intl/po2test.awk: New file.
39588         * intl/po2test.sed: Removed.
39590 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39592         [BZ #14328]
39593         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39594         or multiply small sinh result by itself.
39595         * math/s_ctanf.c (__ctanf): Likewise.
39596         * math/s_ctanh.c (__ctanh): Likewise.
39597         * math/s_ctanhf.c (__ctanhf): Likewise.
39598         * math/s_ctanhl.c (__ctanhl): Likewise.
39599         * math/s_ctanl.c (__ctanl): Likewise.
39600         * math/libm-test.inc (ctan_test_tonearest): New function.
39601         (ctan_test_towardzero): Likewise.
39602         (ctan_test_downward): Likewise.
39603         (ctan_test_upward): Likewise.
39604         (ctanh_test_tonearest): Likewise.
39605         (ctanh_test_towardzero): Likewise.
39606         (ctanh_test_downward): Likewise.
39607         (ctanh_test_upward): Likewise.
39608         (main): Call these new functions.
39609         * sysdeps/i386/fpu/libm-test-ulps: Update.
39610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39612 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39614         * .gitignore: Delete /ports entry.
39616 2012-07-03  Andreas Jaeger  <aj@suse.de>
39618         * po/bg.po: Update from translation team.
39619         * po/cs.po: Likewise.
39620         * po/de.po: Likewise.
39621         * po/hr.po: Likewise.
39622         * po/nl.pl: Likewise.
39623         * po/pl.po: Likewise.
39624         * po/vi.po: Likewise.
39626 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39628         * Makeconfig [!+link] (+link-before-libc): New variable.
39629         [!+link] (+link-after-libc): Likewise.
39630         [!+link] (+link-tests): Likewise.
39631         [!+link] (+link): Define in terms of $(+link-before-libc) and
39632         $(+link-after-libc).
39633         [!+link-static] (+link-static-before-libc): New variable.
39634         [!+link-static] (+link-static-after-libc): Likewise.
39635         [!+link-static] (+link-static-tests): Likewise.
39636         [!+link-static] (+link-static): Define in terms of
39637         $(+link-static-before-libc) and $(+link-static-after-libc).
39638         [build-shared] (link-libc-before-gnulib): New variable.
39639         [build-shared] (link-libc-tests): Likewise.
39640         [build-shared] (link-libc): Define in terms of
39641         $(link-libc-before-gnulib).
39642         [!build-shared] (link-libc-tests): New variable.
39643         (link-libc-static-tests): New variable.
39644         [!gnulib] (gnulib-arch): New variable.
39645         [!gnulib] (gnulib-tests): Likewise.
39646         [!gnulib] (static-gnulib-arch): Likewise.
39647         [!gnulib] (static-gnulib-tests): Likewise.
39648         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39649         Define with "=" instead of ":=".
39650         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39651         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39652         * Rules (binaries-all-notests): New variable.
39653         (binaries-all-tests): Likewise.
39654         (binaries-static-notests): Likewise.
39655         (binaries-static-tests): Likewise.
39656         (binaries-all): Define using $(binaries-all-notests) and
39657         $(binaries-all-tests).
39658         (binaries-static): Define using $(binaries-static-notests) and
39659         $(binaries-static-tests).
39660         (binaries-shared-tests): New variable.
39661         (binaries-shared-notests): Likewise.
39662         (binaries-shared): Remove variable.
39663         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39664         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39665         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39666         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39667         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39668         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39669         * elf/Makefile (sln-modules): New variable.
39670         (extra-objs): Add $(sln-modules:=.o).
39671         (ldconfig-modules): Add static-stubs.
39672         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39673         * elf/static-stubs.c: New file.
39675         [BZ #14283]
39676         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39677         by 7 not 8 to examine high bit of fractional part.  Use volatile
39678         variables when splitting into final array of floats if
39679         __FLT_EVAL_METHOD__ != 0.
39680         * math/libm-test.inc (cos_test): Add another test.
39681         (sin_test): Likewise.
39682         * sysdeps/i386/fpu/libm-test-ulps: Update.
39684         [BZ #14273]
39685         * math/libm-test.inc (cosh_test): Add more tests.
39687         * version.h (RELEASE): Set to "development".
39688         (VERSION): Set to "2.16.90".
39690 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39692         * NEWS: Update copyright. Remove last-updated date.
39693         Mention math library bug fixes and timezone data changes.
39694         * README: Mention GNU/Hurd, x32, and HPPA support status.
39696 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39698         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39700 2012-06-27  Andreas Jaeger  <aj@suse.de>
39702         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39704 2012-06-25  Andreas Jaeger  <aj@suse.de>
39706         * sysdeps/s390/fpu/libm-test-ulps: Update.
39708 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39709             Thomas Schwinge  <thomas@codesourcery.com>
39711         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39712         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39713         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39714         fanotify_mark.
39716 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39718         * sysdeps/mach/start.c: Remove file.
39719         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39720         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39721         * sysdeps/sh/init-first.c: Likewise.
39723         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39724         registers for frame unwinding purposes, add CFI directives.
39725         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39726         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39727         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39728         Likewise.
39730         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39731         __fortify_fail returning.
39732         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39734         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39735         sysdeps/sh/____longjmp_chk.S.
39736         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39737         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39738         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39739         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39741         * sysdeps/sh/abort-instr.h: New file.
39742         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39743         process in case exit returns.
39745         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39746         initialize the GOT register before use.
39748         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39749         calculation of ARGC > 4.
39751         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39752         meaningful names to some local labels.
39754 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39755             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39757         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39758         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39759         (__arch_compare_and_exchange_val_16_acq): Likewise.
39760         (__arch_compare_and_exchange_val_32_acq): Likewise.
39761         (atomic_exchange_and_add): Fix gUSA sequence.
39762         (atomic_add): Likewise.
39763         (atomic_add_negative): Likewise.
39764         (atomic_add_zero): Likewise.
39765         (atomic_bit_test_set): Likewise.
39767 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39769         [BZ #13579]
39770         * include/link.h (struct link_map): Add l_free_initfini.
39771         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39772         l_initfini.
39773         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39774         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39775         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39776         set.
39778 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39780         * configure.in: Use AC_LANG_SOURCE.
39781         * configure: Regenerate.
39783 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39785         * configure.in (libc_cv_localstatedir): New substituted variable.
39786         * configure: Regenerated.
39787         * config.make.in (localstatedir): New variable, substituted from
39788         libc_cv_localstatedir.
39789         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39790         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39791         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39792         * sysdeps/gnu/configure: Regenerated.
39794 2012-06-21  Jeff Law  <law@redhat.com>
39796         [BZ #14277]
39797         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39798         free.  Simplify list management for _LIBC case.
39800 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39802         [BZ #14273]
39803         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39804         Clear sign bit of 64-bit integer value before comparing against
39805         overflow value.
39807         * sysdeps/mach/configure: Regenerated.
39809 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39811         [BZ #14278]
39812         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39814 2012-06-21  Jeff Law  <law@redhat.com>
39816         [BZ #13882]
39817         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39818         uint16_t for elements in the "seen" array to avoid char overflows.
39819         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39820         * elf/dl-open.c (dl_open_worker): Likewise.
39822 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39824         * scripts/list-sources.sh: Scan PORTS for translations.
39825         * po/libc.pot: Regenerated.
39827 2012-06-21  Andreas Jaeger  <aj@suse.de>
39829         [BZ #12194]
39830         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39831         warning.
39832         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39833         * bits/byteswap-16.h (__bswap_16): Likewise.
39834         * bits/byteswap.h (__bswap_constant_16): Likewise.
39836 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39838         [BZ #14117]
39839         * sysdeps/i386/fpu_control.h: Removed.
39840         * sysdeps/x86_64/fpu_control.h: Moved to ...
39841         * sysdeps/x86/fpu_control.h: Here.
39843         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39844         (_FPU_SETCW): Likewise.
39846 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39848         [BZ #14117]
39849         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39850         * sysdeps/x86/fpu/bits/mathinline.h: This.
39851         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39853         [BZ #14050]
39854         [BZ #14117]
39855         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39856         functions if __x86_64__ is defined.
39858 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39860         * string/endian.h: Add !__ASSEMBLER__ condition for including
39861         conversion interfaces.
39863 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39865         [BZ #14241]
39866         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39867         of ABS(x) in calculating zero to negative powers other than odd
39868         integers.
39869         * math/libm-test.inc (pow_test): Add more tests.
39871 2012-06-15  Andreas Jaeger  <aj@suse.de>
39873         * manual/contrib.texi (Contributors): Update entry of Liubov
39874         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39875         Machado Filho.
39877 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39879         * string/string.h: Add __wur to GNU version of strerror_r.
39881 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39883         [BZ #14229]
39884         * string/Makefile (tests): Add tst-strtok_r.
39885         * string/tst-strtok_r.c: New file.
39886         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39887         RAX_LP/RDX_LP on SAVE_PTR.
39889 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39891         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39893 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39895         * libm_test.inc (csqrt_test): Allow more spurious underflow
39896         exceptions.
39897         (j0_test): Likewise.
39898         (j1_test): Likewise.
39899         (y0_test): Likewise.
39900         (y1_test): Likewise.
39902 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39904         * po/Makefile (libc.pot): Use UTF-8 charset.
39906 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39908         [BZ #14210]
39909         Suppress sign-conversion warning from FD_SET.
39910         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39911         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39912         not unsigned long int.
39913         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39915 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39917         [BZ #14050]
39918         [BZ #14117]
39919         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39920         __extern_always_inline instead of __extern_inline.
39921         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39922         (__signbit): Likewise.
39923         (__signbitl): Support C++ namespace.
39924         (lrintf): New inline function.
39925         (lrint): Likewise.
39926         (llrintf): Likewise.
39927         (llrint): Likewise.
39928         (fmaxf): Likewise.
39929         (fmax): Likewise.
39930         (fminf): Likewise.
39931         (fmin): Likewise.
39932         (rint): Likewise.
39933         (rintf): Likewise.
39934         (ceil): Likewise.
39935         (ceilf): Likewise.
39936         (floor): Likewise.
39937         (floorf): Likewise.
39938         (nearbyint): Likewise.
39939         (nearbyintf): Likewise.
39941 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39943         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39944         non-default versions.
39946 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39948         [BZ #14218]
39949         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39951 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39953         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39954         (FE_UPWARD, FE_DOWNWARD): Don't define.
39955         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39956         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39958         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39959         reading it.
39960         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39961         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39963 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39965         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39966         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39967         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39968         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39970 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
39972         [BZ #14117]
39973         * sysdeps/i386/fpu/bits/fenv.h: Removed.
39974         * sysdeps/i386/fpu/Implies: New file.
39975         * sysdeps/x86_64/fpu/Implies: Likewise.
39976         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39977         * sysdeps/x86/fpu/bits/fenv.h: This.
39979         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39980         __SSE_MATH__.
39982 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
39984         [BZ #14134]
39985         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39986         character 0xffff that matches the last element of the
39987         conversion table.
39989 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39991         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39992         fmodl commit.
39994 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39996         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39997         values higher than 25.6283.
39999 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40001         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40002         subnormal exponent extraction and add some __builtin_expect.
40003         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40004         Fix for subnormal mantissa calculation.
40006 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40008         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40009         cpu2 is -1 and errno is not ENOSYS.
40011 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40013         [BZ #14117]
40014         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40015         * sysdeps/x86/bits/string.h: This.
40016         * sysdeps/x86_64/bits/string.h: Removed.
40018         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40019         if not compiling for x86-64, but compiling for >= i486.
40021         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40022         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40024         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40025         New macro from Linux kernel 3.4.0.
40026         (FP_XSTATE_MAGIC2): Likewise.
40027         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40028         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40029         (struct _fpx_sw_bytes): New struct.
40030         (struct _xsave_hdr): Likewise.
40031         (struct _ymmh_state): Likewise.
40032         (struct _xstate): Likewise.
40034         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40035         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40036         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40037         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40038         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40039         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40041         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40042         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40043         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40044         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40045         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40046         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40048 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40050         [BZ #13743]
40051         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40052         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40053         (sysdep_headers): Include sys/platform/ppc.h.
40054         * sysdeps/powerpc/test-gettimebase.c: Test for
40055         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40056         * manual/Makefile (appendices): Include platform.texi.
40057         * manual/contrib.texi (Contributors): Update @node pointers.
40058         * manual/maint.texi (Maintenance): Likewise.
40059         (Platform): New node.
40060         * manual/platform.texi: New file.  Document the new features.
40062 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40063             Jakub Jelinek  <jakub@redhat.com>
40065         [BZ #14188]
40066         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40067         where __builtin_expect is unavailable.
40069 2012-06-03  David S. Miller  <davem@davemloft.net>
40071         * stdlib/longlong.h: Updated from GCC.
40073 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40075         [BZ #14042]
40076         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40077         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40078         __mcount_internal.
40079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40080         (GLIBC_2.16): Likewise.
40082 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40084         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40086 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40089         (default-abi): New variable.
40090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40091         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40092         variable.
40093         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40094         Likewise.
40095         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40096         Likewise.
40097         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40098         Likewise.
40100         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40101         definition.  Document in comment.
40103 2012-06-01  David S. Miller  <davem@davemloft.net>
40105         * stdlib/longlong.h: Updated from GCC.
40107 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40109         [BZ #14117]
40110         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40111         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40112         sys/debugreg.h sys/io.h here.
40113         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40114         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40115         sys/io.h.
40116         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40117         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40118         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40119         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40120         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40121         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40123         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40124         Define only if __x86_64__ is defined.
40126 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40128         [BZ #14048]
40129         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40130         Use int64_t for variable i.
40131         * math/libm-test.inc (fmod_test): Add more tests.
40133         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40134         z computation is not scheduled after fetestexcept.
40135         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40136         Use math_force_eval instead of asm to ensure calculation scheduled
40137         before exception test.
40138         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40139         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40141 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40143         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40144         computation is not scheduled after fetestexcept.
40146 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40148         [BZ #14117]
40149         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40150         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40152 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40154         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40155         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40157 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40159         [BZ #14117]
40160         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40161         <bits/wordsize.h>.
40162         (__WCHAR_MIN): Support __WORDSIZE == 64.
40163         (__WCHAR_MAX): Likewise.
40165         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40166         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40168         [BZ #14183]
40169         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40170         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40172         [BZ #14117]
40173         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40174         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40176         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40177         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40179         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40180         Defined to 1 if __x86_64__ isn't defined.
40181         (_STAT_VER_LINUX_OLD): New.
40182         (st_atime): Remove duplicate.
40183         (st_mtime): Likewise.
40184         (st_ctime): Likewise.
40186 2012-05-31  David S. Miller  <davem@davemloft.net>
40188         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40189         entries.
40191 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40193         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40194         gen-libm-test.pl.
40196         [BZ #14132]
40197         * elf/dl-reloc.c: Include <_itoa.h>.
40198         (_dl_reloc_bad_type): Remove use of INTUSE.
40199         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40200         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40201         * stdio-common/psiginfo.c (psiginfo): Likewise.
40202         * stdio-common/psignal.c (psignal): Likewise.
40203         * string/strsignal.c (strsignal): Likewise.
40204         * include/signal.h (_sys_siglist): Declare hidden proto.
40205         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40206         INTVARDEF with libc_hidden_data_def.
40207         * stdio-common/itoa-udigits.c: Likewise.
40208         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40209         (_itoa_lower_digits_internal): Remove declaration.
40210         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40211         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40212         (_sys_sigabbrev_internal): Remove aliases.
40213         (_sys_siglist): Define hidden alias.
40215 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40217         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40218         bits/sysctl.h.
40220 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40222         [BZ #14117]
40223         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40224         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40226         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40227         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40228         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40229         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40230         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40231         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40233         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40234         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40235         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40237         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40238         with __addr.
40239         (insw): Likewise.
40240         (insl): Likewise.
40241         (outsb): Likewise.
40242         (outsw): Likewise.
40243         (outsl): Likewise.
40245         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40246         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40247         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40249         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40250         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40251         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40252         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40253         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40254         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40256         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40257         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40259         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40260         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40262         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40263         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40264         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40266         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40267         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40268         to ...
40269         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40271         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40272         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40273         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40275         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40276         for x86-64.
40277         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40279 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40281         * math/math.h (M_El): Use two more decimal places.
40282         (M_LOG2El): Likewise.
40283         (M_LOG10El): Likewise.
40284         (M_LN2l): Likewise.
40285         (M_LN10l): Likewise.
40286         (M_PIl): Likewise.
40287         (M_PI_2l): Likewise.
40288         (M_PI_4l): Likewise.
40289         (M_1_PIl): Likewise.
40290         (M_2_PIl): Likewise.
40291         (M_2_SQRTPIl): Likewise.
40292         (M_SQRT2l): Likewise.
40293         (M_SQRT1_2l): Likewise.
40295 2012-05-31  David S. Miller  <davem@davemloft.net>
40297         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40298         values between float registers.
40299         * sysdeps/sparc/sparc64/memset.S: Likewise.
40300         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40302 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40304         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40305         -D_FORTIFY_SOURCE=1.
40306         (CPPFLAGS-tst-longjmp_chk.c): Define.
40307         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40308         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40309         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40310         CFLAGS-tst-wchar-h.c.
40312 2012-05-31  Marek Polacek  <polacek@redhat.com>
40314         [BZ #14132]
40315         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40316         __endmntent_internal): Remove declaration.
40317         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40318         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40319         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40321 2012-05-30  David S. Miller  <davem@davemloft.net>
40323         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40324         (___Q_simulate_exceptions): Use real FP ops rather than writing
40325         into the %fsr.
40326         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40327         Likewise.
40329 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40331         [BZ #14117]
40332         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40333         * sysdeps/x86/bits/xtitypes.h: This.
40335         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40336         * sysdeps/x86/bits/wordsize.h: This.
40338         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40339         * sysdeps/x86/bits/huge_vall.h: This.
40341         * sysdeps/i386/bits/select.h: Removed.
40342         * sysdeps/x86_64/bits/select.h: Renamed to ...
40343         * sysdeps/x86/bits/select.h: This.
40345         * sysdeps/i386/bits/setjmp.h: Removed.
40346         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40347         * sysdeps/x86/bits/setjmp.h: This.
40349         * sysdeps/i386/bits/mathdef.h: Removed.
40350         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40351         * sysdeps/x86/bits/mathdef.h: This.
40353 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40355         [BZ #14132]
40356         * include/sys/socket.h (__connect_internal)
40357         (__libc_sa_len_internal): Remove declaration.
40358         (__connect, __libc_sa_len): Declare hidden_proto.
40359         (SA_LEN): Remove use of INTUSE.
40360         * socket/connect.c: Add libc_hidden_def.
40361         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40362         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40363         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40364         alias.
40365         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40366         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40367         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40368         of adding _internal alias.
40370 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40372         [BZ #14117]
40373         * sysdeps/i386/bits/link.h: Removed.
40374         * sysdeps/i386/bits/linkmap.h: Likewise.
40375         * sysdeps/x86_64/bits/link.h: Renamed to ...
40376         * sysdeps/x86/bits/link.h: This.
40377         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40378         * sysdeps/x86/bits/linkmap.h: This.
40380         * sysdeps/i386/bits/endian.h: Removed.
40381         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40382         * sysdeps/x86/bits/endian.h: This.
40384         * sysdeps/i386/bits/byteswap.h: Removed.
40385         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40386         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40387         * sysdeps/x86/bits/byteswap.h: This.
40388         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40389         * sysdeps/x86/bits/byteswap-16.h: This.
40390         * sysdeps/i386/Implies: Add x86.
40391         * sysdeps/x86_64/Implies: Likewise.
40393 2012-05-30  David S. Miller  <davem@davemloft.net>
40395         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40396         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40397         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40398         (FP_TRAPPING_EXCEPTIONS): Define.
40399         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40400         (FP_TRAPPING_EXCEPTIONS): Define.
40401         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40402         subnormals only when inexact has been signalled or underflow
40403         exceptions are enabled.
40404         (_FP_PACK_CANONICAL): Likewise.
40406 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40408         [BZ #14183]
40409         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40410         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40412 2012-05-30  Richard Henderson  <rth@twiddle.net>
40414         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40415         with #ifndef NOT_IN_libc.
40417         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40418         marked to avoid plt entry.
40420 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40422         [BZ #14112]
40423         * Makeconfig (default-abi): New macro.
40424         (abi-includes): Likewise.
40425         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40426         $(abi-$(default-abi)-lib-soname) for soname if defined.
40427         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40428         abi-variants.
40429         * Makefile (installed-stubs): Likewise.
40430         * include/stubs-biarch.h: Removed.
40431         * scripts/lib-names.awk: Only handle one library at a time.
40432         * scripts/soversions.awk: Remove WORDSIZE support.
40433         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40434         entries.
40435         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40436         Removed.
40437         (syscall-list-default-condition): Likewise.
40438         (syscall-list-default-condition): Likewise.
40439         (syscall-list-includes): Likewise.
40440         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40441         syscall-list-* with abi-*.  Handle undefined abi-variants.
40442         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40443         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40444         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40445         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40446         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40447         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40448         Removed.
40449         (syscall-list-32-options): Likewise.
40450         (syscall-list-32-condition): Likewise.
40451         (syscall-list-64-options): Likewise.
40452         (syscall-list-64-condition): Likewise.
40453         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40454         macro.
40455         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40456         Renamed to ...
40457         (abi-*): This.
40458         (abi-64-ld-soname): New macro.
40459         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40460         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40461         Renamed to ...
40462         (abi-*): This.
40463         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40464         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40466 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40468         * sysdeps/unix/sysv/linux/kernel-features.h
40469         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40470         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40471         include <kernel-features.h>.
40472         [!__NR_ftruncate64]: Remove conditional code.
40473         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40474         [__NR_ftruncate64]: Make code unconditional.
40475         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40476         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40477         include <kernel-features.h>.
40478         [!__NR_ftruncate64]: Remove conditional code.
40479         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40480         [__NR_ftruncate64]: Make code unconditional.
40481         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40483         include <kernel-features.h>.
40484         [!__NR_ftruncate64]: Remove conditional code.
40485         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40486         [__NR_ftruncate64]: Make code unconditional.
40487         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40489         include <kernel-features.h>.
40490         [!__NR_ftruncate64]: Remove conditional code.
40491         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40492         [__NR_ftruncate64]: Make code unconditional.
40493         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40495         * configure.in (libc_cv_fpie): Weaken to a compile test using
40496         LIBC_TRY_CC_OPTION.
40497         * configure: Regenerated.
40499 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40502         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40504         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40505         Refreshed.
40506         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40507         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40508         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40509         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40511         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40512         Refreshed.
40514 2012-05-27  David S. Miller  <davem@davemloft.net>
40516         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40517         (___Q_zero): New.
40518         (__Q_simulate_exceptions): Return void.  Change to simulate
40519         exceptions by writing into the %fsr.
40520         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40521         (__Qp_handle_exceptions): Likewise.
40522         (numbers): Delete.
40523         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40524         __Qp_handle_exceptions.
40525         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40526         __Qp_handle_exceptions.
40527         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40528         as unused and give dummy FP_RND_NEAREST initializer.
40529         (FP_INHIBIT_RESULTS): Define.
40530         (___Q_simulate_exceptions): Update declaration.
40531         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40532         formatting.
40533         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40534         as unused and give dummy FP_RND_NEAREST initializer.
40535         (__Qp_handle_exceptions): Update declaration.
40536         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40537         formatting.
40539 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40541         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40542         the temporary FPU control word.
40543         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40544         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40545         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40546         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40547         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40548         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40549         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40550         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40551         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40552         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40553         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40555 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40557         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40558         fields.
40560 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40562         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40563         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40564         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40565         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40566         Likewise.
40567         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40568         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40569         Likewise.
40571 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40573         * po/h.po: Update from translation team.
40575 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40577         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40579         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40580         handling of denormals.
40581         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40582         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40583         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40584         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40585         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40586         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40587         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40588         Likewise.
40590 2012-05-26  Marek Polacek  <polacek@redhat.com>
40592         [BZ #14152]
40593         * math/libm-test.inc (fma_test): Don't always expect underflow
40594         exception.
40596 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40598         [BZ #12416]
40599         * elf/tst-execstack.c: Include stackinfo.h.
40600         (do_test): Adjust test case to ensure that pthread_getattr_np
40601         behaviour remains the same after marking stack executable.
40603 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40605         * sysdeps/unix/sysv/linux/kernel-features.h
40606         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40607         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40608         kernel-features.h.
40609         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40610         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40611         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40612         kernel-features.h.
40613         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40614         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40616 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40618         * configure.in: Define the default includes to being none.
40619         * configure: Regenerated.
40621 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40623         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40624         * sysdeps/x86_64/setjmp.S: Likewise.
40625         * sysdeps/i386/bsd-setjmp.S: Likewise.
40626         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40627         * sysdeps/i386/setjmp.S: Likewise.
40628         * sysdeps/i386/__longjmp.S: Likewise.
40629         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40630         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40632         * include/stap-probe.h: New file.
40633         * configure.in: Handle --enable-systemtap.
40634         * configure: Regenerated.
40635         * config.h.in (USE_STAP_PROBE): New #undef.
40636         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40637         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40638         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40640 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40642         [BZ #13717]
40643         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40644         to 2.4.0 where earlier.
40645         * sysdeps/unix/sysv/linux/configure: Regenerated.
40646         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40647         <kernel-features.h>.
40648         [__ASSUME_32BITUIDS]: Make code unconditional.
40649         [!__ASSUME_32BITUIDS]: Remove conditional code.
40650         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40651         <kernel-features.h>.
40652         [__ASSUME_32BITUIDS]: Make code unconditional.
40653         [!__ASSUME_32BITUIDS]: Remove conditional code.
40654         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40655         [__ASSUME_32BITUIDS]: Make code unconditional.
40656         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40657         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40658         <kernel-features.h>.
40659         [__ASSUME_32BITUIDS]: Make code unconditional.
40660         [!__ASSUME_32BITUIDS]: Remove conditional code.
40661         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40662         <kernel-features.h>.
40663         [__ASSUME_32BITUIDS]: Make code unconditional.
40664         [!__ASSUME_32BITUIDS]: Remove conditional code.
40665         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40666         <kernel-features.h>.
40667         [__ASSUME_32BITUIDS]: Make code unconditional.
40668         [!__ASSUME_32BITUIDS]: Remove conditional code.
40669         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40670         <kernel-features.h>.
40671         [__ASSUME_32BITUIDS]: Make code unconditional.
40672         [!__ASSUME_32BITUIDS]: Remove conditional code.
40673         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40674         <kernel-features.h>.
40675         [__ASSUME_32BITUIDS]: Make code unconditional.
40676         [!__ASSUME_32BITUIDS]: Remove conditional code.
40677         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40678         <kernel-features.h>.
40679         [__ASSUME_32BITUIDS]: Make code unconditional.
40680         [!__ASSUME_32BITUIDS]: Remove conditional code.
40681         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40682         <kernel-features.h>.
40683         [__ASSUME_32BITUIDS]: Make code unconditional.
40684         [!__ASSUME_32BITUIDS]: Remove conditional code.
40685         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40686         <kernel-features.h>.
40687         [__ASSUME_32BITUIDS]: Make code unconditional.
40688         [!__ASSUME_32BITUIDS]: Remove conditional code.
40689         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40690         <kernel-features.h>.
40691         [__ASSUME_32BITUIDS]: Make code unconditional.
40692         [!__ASSUME_32BITUIDS]: Remove conditional code.
40693         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40694         <kernel-features.h>.
40695         [__ASSUME_32BITUIDS]: Make code unconditional.
40696         [!__ASSUME_32BITUIDS]: Remove conditional code.
40697         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40698         <kernel-features.h>.
40699         [__NR_setresgid] (__setresgid): Do not declare.
40700         [__ASSUME_32BITUIDS]: Make code unconditional.
40701         [!__ASSUME_32BITUIDS]: Remove conditional code.
40702         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40703         <kernel-features.h>.
40704         [__NR_setresuid] (__setresuid): Do not declare.
40705         [__ASSUME_32BITUIDS]: Make code unconditional.
40706         [!__ASSUME_32BITUIDS]: Remove conditional code.
40707         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40708         <kernel-features.h>.
40709         [__ASSUME_32BITUIDS]: Make code unconditional.
40710         [!__ASSUME_32BITUIDS]: Remove conditional code.
40711         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40712         <kernel-features.h>.
40713         [__ASSUME_32BITUIDS]: Make code unconditional.
40714         [!__ASSUME_32BITUIDS]: Remove conditional code.
40715         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40716         <kernel-features.h>.
40717         [__ASSUME_32BITUIDS]: Make code unconditional.
40718         [!__ASSUME_32BITUIDS]: Remove conditional code.
40719         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40720         <kernel-features.h>.
40721         [__ASSUME_32BITUIDS]: Make code unconditional.
40722         [!__ASSUME_32BITUIDS]: Remove conditional code.
40723         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40724         <kernel-features.h>.
40725         [__ASSUME_32BITUIDS]: Make code unconditional.
40726         [!__ASSUME_32BITUIDS]: Remove conditional code.
40727         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40728         <kernel-features.h>.
40729         [__ASSUME_32BITUIDS]: Make code unconditional.
40730         [!__ASSUME_32BITUIDS]: Remove conditional code.
40731         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40732         <kernel-features.h>.
40733         [__ASSUME_32BITUIDS]: Make code unconditional.
40734         [!__ASSUME_32BITUIDS]: Remove conditional code.
40735         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40736         <kernel-features.h>.
40737         [__ASSUME_32BITUIDS]: Make code unconditional.
40738         [!__ASSUME_32BITUIDS]: Remove conditional code.
40739         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40740         <kernel-features.h>.
40741         [__ASSUME_32BITUIDS]: Make code unconditional.
40742         [!__ASSUME_32BITUIDS]: Remove conditional code.
40743         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40744         <kernel-features.h>.
40745         [__ASSUME_32BITUIDS]: Make code unconditional.
40746         [!__ASSUME_32BITUIDS]: Remove conditional code.
40747         * sysdeps/unix/sysv/linux/kernel-features.h
40748         (__ASSUME_SETRESUID_SYSCALL): Remove.
40749         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40750         (__ASSUME_32BITUIDS): Likewise.
40751         (__ASSUME_LDT_WORKS): Likewise.
40752         (__ASSUME_O_DIRECTORY): Likewise.
40753         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40754         architecture but not kernel version.
40755         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40756         (__ASSUME_MMAP2_SYSCALL): Likewise.
40757         (__ASSUME_STAT64_SYSCALL): Likewise.
40758         (__ASSUME_IPC64): Likewise.
40759         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40760         <kernel-features.h>.
40761         [__ASSUME_32BITUIDS]: Make code unconditional.
40762         [!__ASSUME_32BITUIDS]: Remove conditional code.
40763         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40764         <kernel-features.h>.
40765         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40766         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40767         132096]: Remove conditional code.
40768         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40769         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40770         <kernel-features.h>.
40771         [__ASSUME_32BITUIDS]: Make code unconditional.
40772         [!__ASSUME_32BITUIDS]: Remove conditional code.
40773         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40774         <kernel-features.h>.
40775         [__ASSUME_32BITUIDS]: Make code unconditional.
40776         [!__ASSUME_32BITUIDS]: Remove conditional code.
40777         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40778         <kernel-features.h>.
40779         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40780         unconditional.
40781         (__setresgid): Do not declare.
40782         [__ASSUME_32BITUIDS]: Make code unconditional.
40783         [!__ASSUME_32BITUIDS]: Remove conditional code.
40784         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40785         <kernel-features.h>.
40786         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40787         unconditional.
40788         (__setresuid): Do not declare.
40789         [__ASSUME_32BITUIDS]: Make code unconditional.
40790         [!__ASSUME_32BITUIDS]: Remove conditional code.
40791         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40792         <kernel-features.h>.
40793         [__ASSUME_32BITUIDS]: Make code unconditional.
40794         [!__ASSUME_32BITUIDS]: Remove conditional code.
40795         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40796         <kernel-features.h>.
40797         [__ASSUME_32BITUIDS]: Make code unconditional.
40798         [!__ASSUME_32BITUIDS]: Remove conditional code.
40800 2012-05-25  Richard Henderson  <rth@twiddle.net>
40802         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40803         dl_hwcap to ifunc resolver.
40804         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40805         elf_ifunc_invoke.
40806         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40807         dl_hwcap to ifunc resolver.
40808         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40810 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40812         [BZ #14153]
40813         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40814         for |x| <= 2**-26, not 2**-57.
40815         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40816         exception.
40818 2012-05-24  Jeff Law  <law@redhat.com>
40820         * stdio-common/Makefile (tests): Add bug25.
40821         * stdio-common/bug25.c: New test.
40823 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40825         [BZ #13576]
40826         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40827         multiple of MALLOC_ALIGNMENT in size.
40828         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40830 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40832         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40833         Require >= 256.
40834         (FILENAME_MAX): Use macro-int-constant.
40835         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40836         (_IOFBF): Use macro-int-constant.
40837         (_IOLBF): Likewise.
40838         (_IONBF): Likewise.
40839         (SEEK_CUR): Likewise.
40840         (SEEK_END): Likewise.
40841         (SEEK_SET): Likewise.
40842         (TMP_MAX): Likewise.
40843         (EOF): Use macro-int-constant.  Require < 0.
40844         (NULL): Use macro-constant.  Require == 0.
40845         (stdin): Require type to be FILE *.
40846         (stdout): Likewise.
40847         (stderr): Likewise.
40848         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40849         macro-int-constant.
40850         (EXIT_SUCCESS): Likewise.
40851         (NULL): Use macro-constant.  Require == 0.
40852         (RAND_MAX): Use macro-int-constant.
40853         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40854         [C99-based standards] (strtof): Require function.
40855         [C99-based standards] (strtold): Likewise.
40856         [C99-based standards] (strtoll): Likewise.
40857         [C99-based standards] (strtoull): Likewise.
40858         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40859         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40860         [ISO || ISO99 || ISO11] (math.h): Likewise.
40861         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40862         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40863         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40865 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40867         [BZ #14132]
40868         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40869         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40870         * intl/dgettext.c (DCGETTEXT): Likewise.
40871         * intl/gettext.c (DCGETTEXT): Likewise.
40872         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40873         * posix/regex_internal.h (gettext): Likewise.
40874         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40875         Remove declaration.
40876         * include/argz.h (__argz_count_internal)
40877         (__argz_stringify_internal): Remove declaration.
40878         (__argz_count, __argz_stringify): Declare hidden proto.
40879         * intl/dcgettext.c: Remove use of INTDEF.
40880         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40881         * string/argz-stringify.c: Likewise.
40882         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40883         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40884         Declare hidden proto.
40885         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40886         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40887         Declare hidden proto.
40888         * include/stdio.h (__asprintf_internal): Don't declare.
40889         (__asprintf): Don't define as macro.  Declare hidden proto.
40890         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40891         (__fsetlocking): Declare hidden proto.
40892         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40893         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40894         hidden proto.
40895         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40896         (_IO_setlinebuf): Remove use of INTUSE.
40897         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40898         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40899         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40900         Remove declaration.
40901         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40902         (_IO_do_flush): Remove use of INTUSE.
40903         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40904         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40905         (_IO_adjust_column, _IO_least_wmarker)
40906         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40907         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40908         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40909         (_IO_default_doallocate, _IO_wdefault_doallocate)
40910         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40911         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40912         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40913         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40914         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40915         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40916         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40917         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40918         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40919         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40920         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40921         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40922         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40923         proto.
40924         (_IO_flush_all_internal, _IO_adjust_column_internal)
40925         (_IO_default_uflow_internal, _IO_default_finish_internal)
40926         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40927         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40928         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40929         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40930         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40931         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40932         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40933         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40934         (_IO_file_close_internal, _IO_file_close_it_internal)
40935         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40936         (_IO_file_init_internal, _IO_file_attach_internal)
40937         (_IO_file_fopen_internal, _IO_file_read_internal)
40938         (_IO_file_sync_internal, _IO_file_seek_internal)
40939         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40940         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40941         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40942         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40943         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40944         (_IO_list_all_internal, _IO_link_in_internal)
40945         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40946         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40947         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40948         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40949         (_IO_do_write_internal, _IO_padn_internal)
40950         (_IO_getline_info_internal, _IO_getline_internal)
40951         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40952         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40953         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40954         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40955         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40956         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40957         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40958         with libc_hidden_ver, remove use of INTUSE.
40959         * libio/genops.c: Likewise.
40960         * libio/freopen.c: Likewise.
40961         * libio/freopen64.c: Likewise.
40962         * libio/iofclose.c: Likewise.
40963         * libio/iofdopen.c: Likewise.
40964         * libio/iofflush.c: Likewise.
40965         * libio/iofflush_u.c: Likewise.
40966         * libio/iofgets.c: Likewise.
40967         * libio/iofgets_u.c: Likewise.
40968         * libio/iofopen.c: Likewise.
40969         * libio/iofopncook.c: Likewise.
40970         * libio/iofread.c: Likewise.
40971         * libio/iofread_u.c: Likewise.
40972         * libio/ioftell.c: Likewise.
40973         * libio/iofwrite.c: Likewise.
40974         * libio/iogetline.c: Likewise.
40975         * libio/iogets.c: Likewise.
40976         * libio/iogetwline.c: Likewise.
40977         * libio/iopadn.c: Likewise.
40978         * libio/iopopen.c: Likewise.
40979         * libio/ioseekoff.c: Likewise.
40980         * libio/ioseekpos.c: Likewise.
40981         * libio/iosetbuffer.c: Likewise.
40982         * libio/iosetvbuf.c: Likewise.
40983         * libio/ioungetc.c: Likewise.
40984         * libio/ioungetwc.c: Likewise.
40985         * libio/iovdprintf.c: Likewise.
40986         * libio/iovsprintf.c: Likewise.
40987         * libio/iovsscanf.c: Likewise.
40988         * libio/memstream.c: Likewise.
40989         * libio/obprintf.c: Likewise.
40990         * libio/oldfileops.c: Likewise.
40991         * libio/oldiofclose.c: Likewise.
40992         * libio/oldiofdopen.c: Likewise.
40993         * libio/oldiofopen.c: Likewise.
40994         * libio/oldiopopen.c: Likewise.
40995         * libio/oldstdfiles.c: Likewise.
40996         * libio/putc.c: Likewise.
40997         * libio/setbuf.c: Likewise.
40998         * libio/setlinebuf.c: Likewise.
40999         * libio/stdfiles.c: Likewise.
41000         * libio/strops.c: Likewise.
41001         * libio/vasprintf.c: Likewise.
41002         * libio/vscanf.c: Likewise.
41003         * libio/vsnprintf.c: Likewise.
41004         * libio/vswprintf.c: Likewise.
41005         * libio/wfiledoalloc.c: Likewise.
41006         * libio/wfileops.c: Likewise.
41007         * libio/wgenops.c: Likewise.
41008         * libio/wmemstream.c: Likewise.
41009         * libio/wstrops.c: Likewise.
41010         * libio/__fpurge.c: Likewise.
41011         * libio/__fsetlocking.c: Likewise.
41012         * assert/assert.c: Likewise.
41013         * debug/fgets_chk.c: Likewise.
41014         * debug/fgets_u_chk.c: Likewise.
41015         * debug/fread_chk.c: Likewise.
41016         * debug/fread_u_chk.c: Likewise.
41017         * debug/gets_chk.c: Likewise.
41018         * debug/obprintf_chk.c: Likewise.
41019         * debug/vasprintf_chk.c: Likewise.
41020         * debug/vdprintf_chk.c: Likewise.
41021         * debug/vsnprintf_chk.c: Likewise.
41022         * debug/vsprintf_chk.c: Likewise.
41023         * malloc/mtrace.c: Likewise.
41024         * misc/error.c: Likewise.
41025         * misc/syslog.c: Likewise.
41026         * stdio-common/asprintf.c: Likewise.
41027         * stdio-common/fxprintf.c: Likewise.
41028         * stdio-common/getw.c: Likewise.
41029         * stdio-common/isoc99_fscanf.c: Likewise.
41030         * stdio-common/isoc99_scanf.c: Likewise.
41031         * stdio-common/isoc99_vfscanf.c: Likewise.
41032         * stdio-common/isoc99_vscanf.c: Likewise.
41033         * stdio-common/isoc99_vsscanf.c: Likewise.
41034         * stdio-common/printf-prs.c: Likewise.
41035         * stdio-common/printf_fp.c: Likewise.
41036         * stdio-common/printf_fphex.c: Likewise.
41037         * stdio-common/printf_size.c: Likewise.
41038         * stdio-common/putw.c: Likewise.
41039         * stdio-common/scanf.c: Likewise.
41040         * stdio-common/sprintf.c: Likewise.
41041         * stdio-common/tmpfile.c: Likewise.
41042         * stdio-common/vfprintf.c: Likewise.
41043         * stdio-common/vfscanf.c: Likewise.
41044         * stdlib/strfmon_l.c: Likewise.
41045         * sunrpc/openchild.c: Likewise.
41046         * sunrpc/xdr_stdio.c: Likewise.
41047         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41048         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41050 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41052         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41054         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41055         in the third column, to generate for the shared library an IFUNC
41056         that uses _dl_vdso_vsym.
41057         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41058         * Makeconfig (object-suffixes-noshared): New variable.
41060         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41061         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41062         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41063         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41065         [BZ #14132]
41066         * include/sys/time.h (__gettimeofday): Remove macro.
41067         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41068         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41069         Remove INTDEF.
41070         (__gettimeofday): Add libc_hidden_def.
41071         (gettimeofday): Add libc_hidden_weak.
41072         * sysdeps/mach/gettimeofday.c: Likewise.
41073         * sysdeps/posix/gettimeofday.c: Likewise.
41074         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41075         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41076         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41077         (__gettimeofday_internal): Remove strong_alias.
41078         (__gettimeofday): Add libc_hidden_def.
41079         (gettimeofday): Add libc_hidden_weak.
41080         * sysdeps/unix/syscalls.list (gettimeofday):
41081         Remove __gettimeofday_internal alias.
41083 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41084             H.J. Lu  <hongjiu.lu@intel.com>
41086         [BZ #12495]
41087         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41088         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41089         (largebin_index_32_big): New.
41090         (largebin_index): Use it for 16-byte alignment.
41091         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41092         correction with front_misalign.
41094 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41096         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41097         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41098         Likewise.
41099         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41100         Likewise.
41101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41102         Likewise.
41103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41104         Likewise.
41105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41106         Likewise.
41107         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41108         Likewise.
41109         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41110         Likewise.
41111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41112         Likewise.
41113         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41114         Likewise.
41115         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41116         Likewise.
41117         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41118         Likewise.
41119         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41120         Likewise.
41122         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41123         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41125 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41127         [BZ #10846]
41128         [BZ #14036]
41129         * math/libm-test.inc (exp_test): Add test from bug 14036.
41130         (pow_test): Add test from bug 10846.
41132         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41133         and other flags.
41134         (special_function): Do not include flags in test name.
41135         (parse_args): Likewise.
41136         * sysdeps/i386/fpu/libm-test-ulps: Update.
41137         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41138         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41139         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41142         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41143         exceptions.
41144         * math/libm-test.inc ("Philosophy"): Update comment about
41145         exception testing.
41146         (UNDERFLOW_EXCEPTION): New macro.
41147         (UNDERFLOW_EXCEPTION_OK): Likewise.
41148         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41149         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41150         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41151         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41152         (INVALID_EXCEPTION_OK): Update value.
41153         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41154         (OVERFLOW_EXCEPTION_OK): Likewise.
41155         (IGNORE_ZERO_INF_SIGN): Likewise.
41156         (test_exceptions): Handle underflow exceptions.
41157         (acos_test): Update for underflow exception expectations.
41158         (cexp_test): Likewise.
41159         (clog_test): Likewise.
41160         (clog10_test): Likewise.
41161         (csqrt_test): Likewise.
41162         (ctan_test): Likewise.
41163         (ctanh_test): Likewise.
41164         (exp_test): Likewise.
41165         (exp10_test): Likewise.
41166         (exp2_test): Likewise.
41167         (expm1_test): Likewise.
41168         (fma_test): Likewise.
41169         (j0_test): Likewise.
41170         (jn_test): Likewise.
41171         (nexttoward_test): Likewise.
41172         (pow_test): Likewise.
41173         (scalbn_test): Likewise.
41174         (scalbln_test): Likewise.
41175         (tan_test): Likewise.
41176         (y1_test): Likewise.
41177         * sysdeps/i386/fpu/libm-test-ulps: Update.
41178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41180 2012-05-23  David S. Miller  <davem@davemloft.net>
41182         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41183         (__libc_sigaction): Remove unused local variables.
41185 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41187         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41189 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41191         mktime: avoid signed integer overflow
41192         * time/mktime.c (__mktime_internal): Do not mishandle the case
41193         where diff == INT_MIN.
41195         mktime: simplify computation of average
41196         * time/mktime.c (ranged_convert): Use new time_t_avg function
41197         instead of rolling our own (probably-slower) code.
41199         mktime: do not assume signed right shift propagates sign bit
41200         * time/mktime.c (isdst_differ): New static function.
41201         (__mktime_internal): No need to normalize tm_isdst now.
41202         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41203         tm_isdst values.
41205         mktime: merge another wrapv change from gnulib
41206         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41207         from some compilers.
41209         mktime: remove incorrect attempt at unusual arithmetics
41210         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41211         The code didn't really work on such machines anyway.
41212         (TYPE_MINIMUM): Assume two's complement.
41213         (twos_complement_arithmetic): Verify that long_int and time_t
41214         are two's complement (or unsigned, in the latter case).
41216         mktime: check signed shifts on long_int and time_t, too
41217         * time/mktime.c (SHR): Check that shifts work as desired
41218         on the types long_int and time_t too, as SHR is used on
41219         such types.
41221         mktime: do not assume 'long' is wide enough
41222         * time/mktime.c (verify): Move decl up.
41223         (long_int): New type.
41224         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41225         to remove assumption in the code that 'long' is wide enough to
41226         store year values.  This assumption is not true on x32 and on
41227         some non-glibc platforms.
41229         mktime: merge wrapv change from gnulib
41230         * time/mktime.c (WRAPV): New macro.
41231         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41232         (guess_time_tm, __mktime_internal): Do not assume that signed
41233         integer overflow wraps around; modern compilers generate code
41234         where this assumption is no longer valid.
41236 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41238         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41239         Replace "jmp L(pseudo_end)" with "ret".
41240         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41241         Likewise.
41243 2012-05-23  Andreas Jaeger  <aj@suse.de>
41245         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41246         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41248 2012-05-23  Andreas Jaeger  <aj@suse.de>
41249             Maximilian Attems  <max@stro.at>
41251         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41252         New macros.
41254 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41256         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41257         code so that pseudo_end is just ret and the stack pointer is
41258         correct also for static library in error case.
41260 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41262         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41263         move to syscalls.list.
41264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41269         * manual/install.texi (Running make install): Do not mention Linux
41270         kernel version for which pt_chown is not needed.
41271         (Linux): Do not mention problems with nscd with 2.0 kernels.
41272         * INSTALL: Regenerated.
41274 2012-05-23  Andreas Jaeger  <aj@suse.de>
41276         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41277         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41278         macro.
41279         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41280         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41281         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41282         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41283         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41284         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41285         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41286         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41287         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41288         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41289         * sysdeps/unix/sysv/linux/bits/in.h
41290         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41292 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41294         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41295         (PREPARE_VERSION): Just use assert instead, it will be elided
41296         under [NDEBUG] anyway.
41298 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41300         * sysdeps/unix/sysv/linux/Makefile: Include
41301         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41302         (sysdep_routines): Remove sysctl.
41303         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41304         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41305         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41306         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41307         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41309 2012-05-22  Andreas Jaeger  <aj@suse.de>
41311         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41312         that pseudo_end is just ret and the stack pointer is correct also
41313         for static library in error case.
41315 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41317         [BZ #14122]
41318         * nss/nsswitch.c (defconfig_entries): New variable.
41319         (__nss_database_lookup): Don't leak defconfig entries.
41320         (nss_parse_service_list): Don't leak on error paths.
41321         (free_database_entries): New function.
41322         (free_defconfig): New function.
41323         (free_mem): Move common code to free_database_entries.
41325 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41327         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41328         Add arch_prctl.
41329         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41331         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41332         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41333         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41334         New macro.
41335         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41336         (INTERNAL_SYSCALL_TYPES): Likewise.
41337         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41338         (LOAD_REGS_TYPES_[1-6]): Likewise.
41339         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41340         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41342 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41344         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41345         copysignl for GLIBC_2_0.
41346         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41347         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41348         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41349         logbl for GLIBC_2_0.
41350         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41351         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41353 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41355         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41356         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41358         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41359         Use "neg %eax".
41361         * time/mktime.c: Update copyright years.
41363 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41365         mktime: merge comment-quoting-style change from gnulib
41366         * time/mktime.c: Quote 'like this' in comments.
41367         The GNU coding standards suggest that we no longer quote `like this',
41368         as "`" and "'" are typically rendered asymmetrically nowadays.
41369         The typical gnulib style is to quote 'like this' when quoting
41370         code, and "like this" when quoting English.
41372         * time/mktime.c (compile-command): Add "-I.".
41374         mktime: merge mktime-internal.h change from gnulib
41375         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41377         mktime: merge time_r change from gnulib
41378         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41380         mktime: merge DEBUG change from gnulib
41381         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41382         case system <time.h> has a #define.
41384         mktime: merge <sys/types.h> change from gnulib
41385         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41386         since <time.t> is now guaranteed to define time_t.
41388         mktime: merge HAVE_CONFIG_H change from gnulib
41389         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41391 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41393         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41394         Use "neg %eax".
41396         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41397         __rlim_t cast.
41398         (struct rusage): Use anonymous union to pad each field to
41399         __syscall_slong_t.
41401 2012-05-21  David S. Miller  <davem@davemloft.net>
41403         * Makefules (o-iterator): Remove .s cases.
41404         (compile-command.s): Delete.
41405         (COMPILE.s): Delete.
41406         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41408 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41410         * configure.in (libc_cv_predef_stack_protector): Only consider
41411         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41412         * configure: Regenerated.
41414 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41416         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41417         New macro.  Use R*LP on int and pointer.
41418         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41419         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41420         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41421         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41423         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41424         [__WORDSIZE_TIME64_COMPAT32] instead of
41425         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41426         (struct utmp): Likewise.
41427         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41428         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41429         Renamed to ...
41430         (__WORDSIZE_TIME64_COMPAT32): This.
41431         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41432         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41433         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41434         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41435         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41436         (__WORDSIZE_TIME64_COMPAT32): New macro.
41438 2012-05-21  Andreas Jaeger  <aj@suse.de>
41440         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41441         only if [SHARED]. Add prototype for __wcschr_ia32.
41443 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41445         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41446         of %rbp unmolested in the jmp_buf while mangling the low bits.
41447         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41448         unmolested high bits of %rbp while demangling the low bits.
41449         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41451 2012-05-21  Andreas Jaeger  <aj@suse.de>
41453         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41454         * sunrpc/svc_simple.c: Use it for registerrpc.
41455         * sunrpc/xcrypt.c: Use it for passwd2des.
41457         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41459 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41461         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41462         Don't define if [__SYSCALL_WORDSIZE != 32].
41463         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41464         New macro.
41466 2012-05-21  Bruno Haible  <bruno@clisp.org>
41467             Andreas Jaeger  <aj@suse.de>
41469         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41470         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41471         inptr and inend for must_buffer_ch.
41472         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41473         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41474         * stdio-common/Makefile (tests): Remove bug15.
41475         (bug15-ENV): Remove macro.
41476         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41477         anymore.
41479 2012-05-19  Andreas Jaeger  <aj@suse.de>
41480             Roland McGrath  <roland@hack.frob.com>
41482         * manual/contrib.texi: Completely rewritten. It contains now an
41483         alphabetical list of contributors and their contributions.
41485 2012-05-21  Richard Henderson  <rth@twiddle.net>
41487         * misc/getauxval.c (__getauxval): Use unsigned long int.
41488         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41489         (getauxval): Use unsigned long int.
41491 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41493         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41495 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41497         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41498         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41499         __alignof__ (long double).
41501 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41505 2012-05-20  Richard Henderson  <rth@twiddle.net>
41507         * misc/getauxval.c: New file.
41508         * misc/sys/auxv.h: New file.
41509         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41510         (routines): Add getauxval.
41511         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41512         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41513         * elf/dl-sysdep.c (_dl_auxv): Remove.
41514         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41515         * elf/dl-support.c (_dl_auxv): New variable.
41516         (_dl_aux_init): Initialize it.
41517         * manual/startup.texi (Auxiliary Vector): New node.
41518         * sysdeps/generic/bits/hwcap.h: New file.
41519         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41520         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41521         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41522         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41523         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41524         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41526         Update.
41527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41528         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41529         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41530         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41532         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41533         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41534         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41536 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41538         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41540 2012-05-19  David S. Miller  <davem@davemloft.net>
41542         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41544 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41546         [BZ #14123]
41547         * math/s_ccosh.c: Include <float.h>
41548         (__ccosh): Avoid internal overflow calculating sinh and cosh
41549         values before multiplying by sin and cos values.
41550         * math/s_ccoshf.c: Likewise.
41551         * math/s_ccoshl.c: Likewise.
41552         * math/s_csin.c: Likewise.
41553         * math/s_csinf.c: Likewise.
41554         * math/s_csinl.c: Likewise.
41555         * math/s_csinh.c: Likewise.
41556         * math/s_csinhf.c: Likewise.
41557         * math/s_csinhl.c: Likewise.
41558         * math/libm-test.inc (ccos_test): Add more tests.
41559         (ccosh_test): Likewise.
41560         (csin_test): Likewise.
41561         (csinh_test): Likewise.
41562         * sysdeps/i386/fpu/libm-test-ulps: Update.
41563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41565 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41567         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41568         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41570         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41572 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41574         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41575         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41576         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41577         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41578         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41579         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41580         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41581         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41582         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41583         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41584         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41585         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41586         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41587         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41588         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41589         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41590         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41591         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41592         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41593         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41594         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41595         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41596         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41597         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41598         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41599         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41600         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41601         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41602         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41603         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41604         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41606 2012-05-18  Andreas Jaeger  <aj@suse.de>
41608         * csu/.gitignore: Delete.
41610 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41612         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41613         (timex): Use __syscall_slong_t.
41615 2012-05-18  Andreas Jaeger  <aj@suse.de>
41616             Carlos O'Donell  <carlos_odonell@mentor.com>
41618         * manual/install.texi (Configuring and compiling): Update
41619         description about files modified in the source directory.
41620         * INSTALL: Regenerated.
41622 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41624         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41625         value.  Use "or" to set return value to -1.
41626         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41627         negate return value.
41629 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41631         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41632         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41633         failure if the compiler has Graphite support disabled.
41634         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41635         Likewise.
41636         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41637         (CFLAGS-memmove.c): Likewise.
41638         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41639         Likewise.
41641 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41643         * sysdeps/x86_64/x32/_itoa.h: New file.
41645         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41646         getdents system call only if kernel and user dirents have the
41647         same d_ino and d_off.
41649         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41650         LLONG_MAX != LONG_MAX.
41651         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41652         (_fitoa_word): Likewise.
41654         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41655         years.
41656         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41657         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41658         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41660         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41661         include <bits/wordsize.h>.  Check __x86_64__ instead of
41662         __WORDSIZE.
41663         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41664         if __x86_64__ is defined.  Use anonymous union on fpstate.
41666         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41667         anonymous union.
41669 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41671         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41672         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41673         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41674         Refer to _rtld_local_ro instead of _rtld_global_ro.
41675         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41676         Likewise.
41677         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41678         Likewise.
41679         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41680         Likewise.
41681         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41682         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41683         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41685         * sysdeps/powerpc/powerpc32/dl-machine.c
41686         (__elf_machine_runtime_setup) [PROF]: Don't reference
41687         _dl_prof_resolve.
41689 2012-05-18  Andreas Jaeger  <aj@suse.de>
41691         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41692         function only available for GCCs before 3.4 since GCC 3.4
41693         introduced a builtin.
41694         (lrint): Likewise.
41695         (llrintf): Likewise.
41696         (llrint): Likewise.
41697         (fmaxf): Likewise.
41698         (fmax): Likewise.
41699         (fminf): Likewise.
41700         (fmin): Likewise.
41701         (rint): Likewise.
41702         (rintf): Likewise.
41703         (nearbyint): Likewise.
41704         (nearbyintf): Likewise.
41705         (ceil): Likewise.
41706         (ceilf): Likewise.
41707         (floor): Likewise.
41708         (floorf): Likewise.
41710 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41712         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41713         on both fields and cast pointer to __syscall_ulong_t.
41715         * bits/types.h (__fsword_t): New type.
41716         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41717         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41718         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41719         (__FSWORD_T_TYPE): Likewise.
41720         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41721         (__FSWORD_T_TYPE): Likewise.
41722         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41723         (__FSWORD_T_TYPE): Likewise.
41724         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41725         (__FSWORD_T_TYPE): Likewise.
41726         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41727         __SWORD_TYPE with __fsword_t.
41728         (statfs64): Likewise.
41730 2012-05-17  David S. Miller  <davem@davemloft.net>
41732         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41734 2012-05-17  Andreas Jaeger  <aj@suse.de>
41736         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41737         warning.
41739 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41741         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41743 2012-05-17  Andreas Jaeger  <aj@suse.de>
41745         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41746         when it is used.
41748 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41750         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41752 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41754         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41755         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41757 2012-05-17  Andreas Jaeger  <aj@suse.de>
41758             Carlos O'Donell  <carlos_odonell@mentor.com>
41760         [BZ #14059]
41761         * sysdeps/x86_64/multiarch/init-arch.h
41762         (bit_YMM_Usable): Rename to...
41763         (bit_AVX_Usable): ... this.
41764         (bit_FMA4_Usable): New macro.
41765         (bit_XMM_state): New macro.
41766         (bit_YMM_state): New macro.
41767         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41768         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41769         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41770         (CPUID_OSXSAVE): New macro.
41771         (CPUID_AVX): New macro.
41772         (CPUID_FMA4): New macro.
41773         (index_YMM_Usable): Rename to...
41774         (index_AVX_Usable): ... this.
41775         (HAS_AVX): Use HAS_ARCH_FEATURE.
41776         (HAS_FMA4): Likewise.
41777         (HAS_YMM_USABLE): Remove.
41778         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41779         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41780         are present.
41781         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41782         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41783         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41784         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41785         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41787 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41789         * math/libm-test.c: Support platforms without multiple rounding modes.
41790         * math/bug-nextafter.c: Support platforms without FP exceptions.
41791         * math/bug-nexttoward.c: Likewise.
41792         * math/test-fenv.c: Likewise.
41793         * math/test-misc.c: Likewise.
41794         * stdlib/bug-getcontext.c: Likewise.
41796 2012-05-17  Andreas Jaeger  <aj@suse.de>
41798         * manual/examples/search.c (critter_cmp): Change signature to
41799         avoid warnings.
41800         * manual/string.texi (Collation Functions): Likewise.
41802 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41804         * bits/types.h: Fold copyright years.
41805         * bits/typesizes.h: Likewise.
41806         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41807         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41808         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41809         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41810         * time/time.h: Likewise.
41812 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41814         [BZ #208]
41815         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41816         in instead of returning them.  Return void.
41817         (__libc_mallinfo): Accumulate over all arenas.
41818         (__malloc_stats): Adjust for change in int_mallinfo interface.
41820 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41822         [BZ #10375]
41823         * configure.in (NM): Add AC_CHECK_TOOL for it.
41824         (libc_extra_cflags): New substituted variable.
41825         Check for -fstack-protector being used implicitly.
41826         * configure: Regenerated.
41827         * config.make.in (config-extra-cflags): New variable,
41828         gets @libc_extra_cflags@.
41829         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41831         [BZ #10375]
41832         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41833         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41834         * configure: Regenerated.
41835         * config.make.in (CPPUNDEFS): New substituted variable.
41836         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41837         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41838         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41840 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41842         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41843         (mq_attr): Use __syscall_slong_t.
41845 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41847         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41848         Check __x86_64__ instead of __WORDSIZE.
41849         (_STAT_VER_LINUX): Likewise.
41850         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41851         __syscall_ulong_t and __syscall_slong_t.
41852         (stat64): Likewise.
41854 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41856         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41858 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41860         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41862 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41864         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41865         __syscall_ulong_t.
41867         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41868         include <bits/wordsize.h>.  Check __x86_64__ instead of
41869         __WORDSIZE.
41870         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41871         defined.
41872         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41874         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41875         include <bits/wordsize.h>.  Check __x86_64__ instead of
41876         __WORDSIZE.
41877         (user_regs_struct): Use "__extension__ unsigned long long"
41878         instead of "unsigned long" if __x86_64__ is defined.
41879         (user): Likewise.  Pad after pointer field if __ILP32__ is
41880         defined.
41882 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41884         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41885         versions 5 to 9.
41886         * configure: Regenerated.
41887         * manual/install.texi (texinfo): Increase version requirement to
41888         4.5 or later.
41889         * INSTALL: Regenerated.
41891         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41893 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41895         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41897         * sysdeps/x86_64/x32/ffs.c: New file.
41899         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41900         __syscall_ulong_t.
41901         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41902         defined.  Use __syscall_ulong_t.
41903         (shminfo): Use __syscall_ulong_t.
41904         (shm_info): Likewise.
41906         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41907         __syscall_ulong_t.
41909         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41910         <bits/wordsize.h>.
41911         (msgqnum_t): Use __syscall_ulong_t.
41912         (msglen_t): Likewise.
41913         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41914         __syscall_ulong_t.
41916         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41917         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41919         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41921         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41922         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41924         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41925         __syscall_slong_t.
41927         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41928         include <bits/wordsize.h>.  Check __x86_64__ instead of
41929         __WORDSIZE.
41931         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41932         "unsigned long long int" if __x86_64__ is defined.
41933         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41935         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41936         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41937         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41939         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41940         <stdint.h>.
41941         (GET_PC): Cast to uintptr_t first.
41942         (GET_FRAME): Likewise.
41943         (GET_STACK): Likewise.
41945         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41946         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41947         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41948         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41949         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41950         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41951         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41952         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41953         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41954         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41955         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41956         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41957         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41958         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41959         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41960         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41961         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41962         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41963         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41964         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41965         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41966         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41967         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41968         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41969         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41970         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41971         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41972         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41973         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41975 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
41977         * Makerules (+depfiles): Also collect depfiles from .oS in
41978         $(extra-objs).
41979         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41980         .oS, $(libnldbl-routines)).
41982         * Makerules (native-compile-mkdep-flags): Define.
41983         * sunrpc/Makefile (extra-objs): Add $(addprefix
41984         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41985         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41986         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
41987         calling $(make-target-directory).
41989 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41991         * bits/types.h (__snseconds_t): Removed.
41992         * time/time.h (struct timespec): Replace __snseconds_t with
41993         __syscall_slong_t.
41994         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41995         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41996         Likewise.
41997         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41998         (__SNSECONDS_T_TYPE): Likewise.
41999         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42000         (__SNSECONDS_T_TYPE): Likewise.
42001         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42002         (__SNSECONDS_T_TYPE): Likewise.
42004 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42006         * sysdeps/mach/hurd/bits/typesizes.h
42007         (__SYSCALL_SLONG_TYPE): New macro.
42008         (__SYSCALL_ULONG_TYPE): Likewise.
42010 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42012         * bits/types.h (__syscall_slong_t): New type.
42013         (__syscall_ulong_t): Likewise.
42015         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42016         (__SYSCALL_ULONG_TYPE): Likewise.
42017         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42018         (__SYSCALL_SLONG_TYPE): Likewise.
42019         (__SYSCALL_ULONG_TYPE): Likewise.
42020         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42021         (__SYSCALL_SLONG_TYPE): Likewise.
42022         (__SYSCALL_ULONG_TYPE): Likewise.
42023         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42024         (__SYSCALL_SLONG_TYPE): Likewise.
42025         (__SYSCALL_ULONG_TYPE): Likewise.
42027 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42029         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42030         Add sigaltstack-offsets.sym.
42031         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42032         <sigaltstack-offsets.h>.
42033         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42034         longjmp_msg pointer.
42035         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42036         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42037         signal stack.
42038         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42040 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42042         * elf/stackguard-macros.h: Remove file.
42043         * sysdeps/generic/stackguard-macros.h: New file.
42044         * sysdeps/i386/stackguard-macros.h: Likewise.
42045         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42046         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42047         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42048         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42049         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42050         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42051         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42052         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42053         <elf/stackguard-macros.h>.
42055         [BZ #14109]
42056         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42057         __aligned__ in attribute.
42058         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42059         (gregset_t): Likewise.
42061 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42063         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42064         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42065         * sysdeps/x86_64/x32/Implies-after: New file.
42067 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42069         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42070         and access return value for _dl_profile_fixup.  Use R10_LP to
42071         load frame size.
42073 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42075         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42077 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42079         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42080         * sysdeps/x86_64/x32/sysdep.h: New file.
42082 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42084         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42085         * sysdeps/x86_64/setjmp.S: Likewise.
42087 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42089         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42090         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42091         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42092         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42093         remove unused global constant.
42095 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42097         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42098         include of <not-cancel.h>.
42100 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42102         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42104 2012-05-15  Jeff Law  <law@redhat.com>
42105             Andreas Jaeger  <aj@suse.de>
42107         [BZ #13594]
42108         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42109         out from...
42110         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42111         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42112         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42113         code changing __hst_map_handle.map.
42115 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42117         * configure.in (sysnames): Look for Implies-before and Implies-after
42118         files.
42119         * configure: Regenerated.
42121 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42123         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42124         8-byte data alignment with LP_SIZE alignment.
42126 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42128         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42129         into R10_LP.
42131 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42133         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42135 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42137         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42138         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42139         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42140         Likewise.
42141         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42143 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42145         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42146         (stackinfo_sub_sp): Likewise.
42148 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42150         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42151         RAX_LP.
42153 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42155         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42156         into R*_LP.
42158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42160         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42161         sizes into R*_LP.
42163 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42165         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42167 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42169         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42170         into R11_LP and load __x86_64_shared_cache_size_half into
42171         R8_LP.
42173 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42175         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42176         R8_LP.
42178 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42180         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42181         logb for POWER7.
42182         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42183         logbf for POWER7.
42184         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42185         logbl for POWER7.
42186         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42187         powerpc32/power7/fpu/s_logb.c via #include.
42188         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42189         powerpc32/power7/fpu/s_logbf.c via #include.
42190         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42191         powerpc32/power7/fpu/s_logbl.c via #include.
42193 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42195         * README.libm: Remove file.
42197 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42199         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42200         count for x32.  Use R*_LP and omit operand-size suffix.
42202 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42204         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42205         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42206         * sysdeps/x86_64/x32/shlib-versions: New file.
42208 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42210         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42211         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42212         Use _dl_fatal_printf instead.
42214 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42216         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42217         set if not set by the user.  Do not allow for being unset.
42218         * sysdeps/unix/sysv/linux/configure: Regenerated.
42220 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42222         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42223         the `q' suffix from lea and replace .quad with ASM_ADDR.
42225 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42227         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42228         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42229         instead of $17.
42230         (PTR_DEMANGLE): Likewise.
42232 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42234         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42235         (LP_OP): Likewise.
42236         (ASM_ADDR): Likewise.
42237         (RAX_LP): Likewise.
42238         (RBP_LP): Likewise.
42239         (RBX_LP): Likewise.
42240         (RCX_LP): Likewise.
42241         (RDI_LP): Likewise.
42242         (RSI_LP): Likewise.
42243         (RSP_LP): Likewise.
42244         (R8_LP): Likewise.
42245         (R9_LP): Likewise.
42246         (R10_LP): Likewise.
42247         (R10_LP): Likewise.
42248         (R11_LP): Likewise.
42249         (R12_LP): Likewise.
42250         (R13_LP): Likewise.
42251         (R14_LP): Likewise.
42252         (R15_LP): Likewise.
42254 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42256         * sysdeps/x86_64/x32/dl-machine.h: New file.
42258 2012-05-14  Andreas Jaeger  <aj@suse.de>
42260         * manual/Makefile (subdir): Remove export of subdir.
42261         (all): Remove target.
42262         (.PHONY): Remove all from list.
42263         (mkinstalldirs): Remove.
42264         (.PHONY): Remove installdirs from list.
42265         ($(inst_infodir)/libc.info): Use make-target-directory.
42266         (installdirs): Remove.
42267         (subdir_%): Remove.
42268         (glibc-targets): Remove.
42269         (lib): Remove.
42270         (stubs): Remove.
42271         ($(objpfx)stubs ../po/manual.pot): Remove.
42272         ($(objpfx)stamp%): Remove.
42273         (make-target-directory): Remove.
42274         (subdir_install): Remove.
42275         (routines): Remove.
42276         (aux): Remove.
42277         (sources): Remove.
42278         (objects): Remove.
42279         (headers): Remove.
42281         [BZ #13750]
42282         * manual/.gitignore: Remove, it's not needed anymore.
42283         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42284         all files in it.
42285         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42286         directory.
42287         (texis): Renamed to $(objpfx)texis.
42288         (texis-path): New, contains path to generated files.
42289         (chapters.%): Use texis-path for complete path, add extra argument
42290         libc-texinfo.sh.
42291         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42292         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42293         (summary,texi, stamp-summary): Use complete path of
42294         files. Generate files in build dir.
42295         (dir-add.texi): Build in build dir.
42296         (libm-err.texi,stamp-libm-err): Likewise.
42297         (version.texi, stamp-version): Likewise.
42298         (.%c.texi): Likewise.
42299         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42300         (mostlyclean): Remove target.
42301         (realclean): Remove target.
42302         (generated): Add new variable with contents from mostlyclean and
42303         realclean, remove entries duplicated in common-mostlyclean, add
42304         stamp-libm-err and stamp-version.
42305         (generated-dirs): Add libc directory.
42306         ($(inst_infodir)/libc.info): Install files from build dir.
42308         * manual/install.texi (Configuring and compiling): Adjust since
42309         the info files are not part of the tar ball anymore.
42311 2012-05-14  Andreas Jaeger  <aj@suse.de>
42313         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42314         variable.
42316 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42318         [BZ #13717]
42319         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42320         to 2.2.0 where earlier.
42321         * sysdeps/unix/sysv/linux/configure: Regenerated.
42322         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42323         Remove conditional code.
42324         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42325         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42326         Remove conditional code.
42327         [!__NR_lchown]: Likewise.
42328         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42329         [__NR_lchown]: Likewise.
42330         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42331         comment referencing __ASSUME_LCHOWN_SYSCALL.
42332         * sysdeps/unix/sysv/linux/i386/sigaction.c
42333         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42334         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42335         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42336         Remove conditional code.
42337         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42338         (__protocol_available): Remove #if 0 code.
42339         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42340         conditional code.
42341         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42342         * sysdeps/unix/sysv/linux/kernel-features.h
42343         (__ASSUME_GETCWD_SYSCALL): Don't define.
42344         (__ASSUME_REALTIME_SIGNALS): Likewise.
42345         (__ASSUME_PREAD_SYSCALL): Likewise.
42346         (__ASSUME_PWRITE_SYSCALL): Likewise.
42347         (__ASSUME_POLL_SYSCALL): Likewise.
42348         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42349         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42350         non-SPARC.
42351         (__ASSUME_SIOCGIFNAME): Don't define.
42352         (__ASSUME_MSG_NOSIGNAL): Likewise.
42353         (__ASSUME_SENDFILE): Define unconditionally.
42354         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42355         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42356         conditional code.
42357         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42358         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42359         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42360         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42361         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42362         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42363         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42365         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42366         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42368         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42369         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42371         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42372         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42374         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42375         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42377         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42378         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42380         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42381         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42383         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42384         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42386         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42387         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42388         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42389         Remove conditional code.
42390         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42391         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42392         Remove conditional code.
42393         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42394         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42395         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42396         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42397         Remove conditional code.
42398         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42399         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42400         Remove conditional code.
42401         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42402         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42403         Remove conditional code.
42404         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42405         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42406         Remove conditional code.
42407         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42408         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42409         Remove conditional code.
42410         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42411         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42412         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42413         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42414         * sysdeps/unix/sysv/linux/sigaction.c
42415         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42416         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42417         * sysdeps/unix/sysv/linux/sigpending.c
42418         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42419         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42420         * sysdeps/unix/sysv/linux/sigprocmask.c
42421         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42422         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42423         * sysdeps/unix/sysv/linux/sigsuspend.c
42424         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42425         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42426         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42427         (__libc_missing_rt_sigs): Remove.
42428         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42429         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42430         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42431         Remove conditional code.
42432         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42433         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42434         return 1.
42435         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42436         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42437         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42438         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42440 2012-05-14  Andreas Jaeger  <aj@suse.de>
42442         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42443         it's not used in glibc.
42444         (__coshm1): Likewise.
42445         (__acosh1p): Likewise.
42446         (__sgn): Likewise.
42448         * manual/string.texi (Copying and Concatenation): Add missing
42449         variable in concat example.
42450         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42452 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42454         [BZ #14103]
42455         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42456         __builtin_clzl with __builtin_clzll.
42458 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42460         [BZ #14104]
42461         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42462         libc_freeres_ptr.
42464 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42466         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42467         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42468         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42469         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42471 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42473         * NEWS: Update ia64 info.
42475 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42477         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42478         used as bcopy.
42480 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42482         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42483         * sysdeps/unix/syscalls.list (dup3): Likewise.
42484         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42485         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42487 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42489         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42490         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42492 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42494         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42495         thread pointer.
42496         (TLS_IE): Use mov/add instead of movq/addq to load thread
42497         pointer.
42498         (TLS_GD_PREFIX): New.
42499         (TLS_GD): Use it.
42501 2012-05-11  David S. Miller  <davem@davemloft.net>
42503         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42504         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42505         (_FPU_SETCW): Likewise.
42507 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42509         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42510         is 32-byte aligned.
42512 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42514         [BZ #11837]
42515         * iconvdata/gb18030.c: Update tables.
42516         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42517         characters specially.
42518         (BODY for TO_LOOP): Add encoding of missing ranges.
42520 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42522         [BZ #13673]
42523         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42524         * sysdeps/mach/hurd/dup3.c: Likewise.
42525         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42526         * sysdeps/powerpc/memmove.c:: Likewise.
42528 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42530         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42531         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42533 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42535         * elf/elf.h (R_X86_64_RELATIVE64): New.
42536         (R_X86_64_NUM): Updated.
42537         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42538         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42539         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42540         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42541         tst-quad1pie tst-quad2pie
42542         (modules-names): Add tst-quadmod1 tst-quadmod2.
42543         ($(objpfx)tst-quad1): New dependency.
42544         ($(objpfx)tst-quad2): Likewise.
42545         ($(objpfx)tst-quad1pie): Likewise.
42546         ($(objpfx)tst-quad2pie): Likewise.
42547         * sysdeps/x86_64/tst-quad1.c: New file.
42548         * sysdeps/x86_64/tst-quad1pie.c: New file.
42549         * sysdeps/x86_64/tst-quad2.c: Likewise.
42550         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42551         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42552         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42553         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42554         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42556 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42558         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42559         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42560         * streams/stropts.h (t_scalar_t): Define type.
42562         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42563         (_PATH_PRESERVE): Set to "/var/lib".
42564         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42566         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42567         instead of int.
42569         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42570         if __dir_mkfile succeeded.
42572         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42573         checking for _hurd_dtablesize.  Unlock it right after having
42574         finished _hurd_dtable allocation.
42576 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42578         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42579         * sysdeps/mach/hurd/configure: Regenerated.
42580         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42581         special-casing to...
42582         * sysdeps/gnu/configure.in: ... this new file.
42583         * sysdeps/unix/sysv/linux/configure: Regenerated.
42584         * sysdeps/gnu/configure: New generated file.
42586         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42587         for Linux: use nsec instead of usec, as well as:
42588         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42589         members of type struct timespec.
42590         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42591         New macros.
42592         (struct stat64): Likewise.
42593         (_STATBUF_ST_NSEC): New macro.
42594         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42596         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42597         __strtoul_internal rather than strtoul.
42599 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42601         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42602         and reject them.
42604 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42606         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42607         which preserves existing values.
42608         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42610 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42612         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42613         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42614         greater than FD_SETSIZE.
42616 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42618         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42619         allocated, call __vm_protect to finish enabling the existing space, and
42620         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42621         allocate the remainder.
42623 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42625         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42626         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42628 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42630         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42631         sysdeps/mach/hurd/readlink.c.
42633         * posix/tst-sysconf.c (posix_options): Only use
42634         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42635         _POSIX_SYNCHRONIZED_IO when they are defined
42636         * sysdeps/mach/hurd/bits/posix_opt.h:
42637         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42638         (_XOPEN_REALTIME): Undefine macro.
42639         (_XOPEN_REALTIME_THREADS): Undefine macro.
42640         (_XOPEN_SHM): Undefine macro.
42641         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42642         macro to -1.
42643         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42644         macro to -1.
42645         (_POSIX_ASYNC_IO): Undefine macro.
42646         (_POSIX_PRIORITIZED_IO): Undefine macro.
42647         (_POSIX_SPIN_LOCKS): Define macro to -1.
42649         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42650         SA_NODEFER, SA_RESETHAND.
42651         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42652         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42653         F_DUPFD_CLOEXEC.
42655 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42657         * elf/Makefile (pldd-modules): Define unconditionally.
42659 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42661         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42663 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42665         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42666         Return ENOENT when name is empty.
42667         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42669 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42671         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42673         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42675 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42677         Fix mlock in all cases except non-readable pages.
42678         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42679         instead of VM_PROT_ALL as parameter to __vm_wire function.
42681         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42682         (__mkdir): When path is `/', just fail with EEXIST.
42683         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42685 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42687         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42688         <sys/uio.h> (for writev).
42689         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42690         and <sys/param.h> (for MIN).
42692 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42694         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42695         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42696         if interrupted.
42698 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42700         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42701         Depend on against $(link-rpcuserlibs).
42703 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42705         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42706         (__libc_stack_end): Do not use attribute_relro.
42707         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42708         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42709         to libthread-provided value.
42710         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42711         attribute_relro.
42713 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42715         [BZ #3748]
42716         * bits/libc-lock.h (__libc_once_get): New macro.
42717         * sysdeps/mach/bits/libc-lock.h: Likewise.
42718         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42719         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42720         instead of using implementation details.
42722         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42723         * libio/freopen.c: Likewise.
42724         * libio/freopen64.c: Likewise.
42725         * misc/syslog.c: Likewise.
42726         * nscd/connections.c: Likewise.
42727         * nscd/netgroupcache.c: Likewise.
42728         * sysdeps/posix/getcwd.c: Likewise.
42730 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42732         * math/w_ilogbf.c: Add #include <limits.h>.
42734 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42736         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42737         path instead of returning without unlocking.
42739         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42740         immediate-write ioctls.
42741         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42743 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42745         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42746         __builtin_frame_address instead of making assumptions about the
42747         location of the return address relative to DATA.  Force early load of
42748         the return address.
42749         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42750         __builtin_frame_address.
42752         dup3 for GNU Hurd.
42753         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42754         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42755         implement dup3 and do some further code clean-ups.
42756         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42757         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42759 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42761         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42763         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42764         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42765         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42766         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42767         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42768         d->port.lock.
42770         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42771         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42772         when handler == SIG_ERR, not when handler != SIG_ERR.
42774 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42776         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42777         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42778         definitions.
42780         accept4 for GNU Hurd.
42781         * include/sys/socket.h (__libc_accept4): New prototype.
42782         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42783         to implement __libc_accept4.
42784         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42785         __libc_accept4.
42786         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42788         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42789         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42790         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42791         signal-defines.sym.
42793 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42795         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42797 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42799         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42800         assertion on O_CLOEXEC flag.
42801         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42802         * hurd/intern-fd.c: Likewise.
42803         * hurd/port2fd.c: Likewise.
42805 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42807         [BZ #3906]
42808         * bits/in.h (IPV6_PKTINFO): Define new macro.
42809         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42811 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42813         [BZ #13954]
42814         [BZ #13955]
42815         [BZ #13956]
42816         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42817         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42818         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42819         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42820         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42821         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42822         * math/libm-test.inc (logb_test) : Additional logb tests.
42824 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42825             Andreas Jaeger  <aj@suse.de>
42827         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42828         * configure: Regenerated.
42829         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42830         * config.make.in (link-obsolete-rpc): New substituted variable.
42831         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42832         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42833         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42834         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42835         so that libc.a contains the symbols.
42836         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42837         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42838         * sunrpc/auth_none.c: Likewise.
42839         * sunrpc/auth_unix.c: Likewise.
42840         * sunrpc/authdes_prot.c: Likewise.
42841         * sunrpc/authuxprot.c: Likewise.
42842         * sunrpc/clnt_gen.c: Likewise.
42843         * sunrpc/clnt_perr.c: Likewise.
42844         * sunrpc/clnt_raw.c: Likewise.
42845         * sunrpc/clnt_simp.c: Likewise.
42846         * sunrpc/clnt_tcp.c: Likewise.
42847         * sunrpc/clnt_udp.c: Likewise.
42848         * sunrpc/clnt_unix.c: Likewise.
42849         * sunrpc/des_crypt.c: Likewise.
42850         * sunrpc/des_soft.c: Likewise.
42851         * sunrpc/get_myaddr.c: Likewise.
42852         * sunrpc/key_call.c: Likewise.
42853         * sunrpc/key_prot.c: Likewise.
42854         * sunrpc/netname.c: Likewise.
42855         * sunrpc/pm_getmaps.c: Likewise.
42856         * sunrpc/pm_getport.c: Likewise.
42857         * sunrpc/pmap_clnt.c: Likewise.
42858         * sunrpc/pmap_prot.c: Likewise.
42859         * sunrpc/pmap_prot2.c: Likewise.
42860         * sunrpc/pmap_rmt.c: Likewise.
42861         * sunrpc/publickey.c: Likewise.
42862         * sunrpc/rpc_cmsg.c: Likewise.
42863         * sunrpc/rpc_common.c: Likewise.
42864         * sunrpc/rpc_dtable.c: Likewise.
42865         * sunrpc/rpc_prot.c: Likewise.
42866         * sunrpc/rpc_thread.c: Likewise.
42867         * sunrpc/rtime.c: Likewise.
42868         * sunrpc/svc.c: Likewise.
42869         * sunrpc/svc_auth.c: Likewise.
42870         * sunrpc/svc_raw.c: Likewise.
42871         * sunrpc/svc_run.c: Likewise.
42872         * sunrpc/svc_tcp.c: Likewise.
42873         * sunrpc/svc_udp.c: Likewise.
42874         * sunrpc/svc_unix.c: Likewise.
42875         * sunrpc/svcauth_des.c: Likewise.
42876         * sunrpc/xcrypt.c: Likewise.
42877         * sunrpc/xdr.c: Likewise.
42878         * sunrpc/xdr_array.c: Likewise.
42879         * sunrpc/xdr_float.c: Likewise.
42880         * sunrpc/xdr_intXX_t.c: Likewise.
42881         * sunrpc/xdr_mem.c: Likewise.
42882         * sunrpc/xdr_rec.c: Likewise.
42883         * sunrpc/xdr_ref.c: Likewise.
42884         * sunrpc/xdr_sizeof.c: Likewise.
42885         * sunrpc/xdr_stdio.c: Likewise.
42887 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42889         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42890         change.  Update copyright years.
42892 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42894         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42896 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42897             Joseph Myers  <joseph@codesourcery.com>
42898             Paul Pluzhnikov  <ppluzhnikov@google.com>
42900         [BZ #14012]
42901         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42902         requiring rpcgen.
42903         [cross-compiling] (extra-libs): Likewise.
42904         [cross-compiling] (extra-libs-others): Likewise.
42905         [cross-compiling] (librpcsvc-routines): Likewise.
42906         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42907         [cross-compiling] (omit-deps): Likewise.
42908         (sunrpc-CPPFLAGS): New variable.
42909         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42910         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42911         (cross-rpcgen-objs): New variable.
42912         (extra-objs): Append $(cross-rpcgen-objs).
42913         ($(cross-rpcgen-objs)): New rule.
42914         ($(objpfx)cross-rpcgen): Likewise.
42915         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42916         comment.
42917         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42918         ($(objpfx)x%.stmp): Likewise.
42919         * sunrpc/proto.h [IS_IN_build] (_): Define.
42920         [IS_IN_build] (_libc_intl_domainname): Likewise.
42922 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42924         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42925         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42926         and R_X86_64_TPOFF64.
42928 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42930         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42931         sysdeps/unix/sysv/syscalls.list.
42932         (stime): Likewise.
42933         (utime): Likewise.
42934         * sysdeps/unix/sysv/syscalls.list: Remove file.
42936 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42938         [BZ #3440]
42939         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42940         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42941         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42942         (__LC_IDENTIFICATION): Make these macros useful in #if
42943         expressions, as required by C99.
42945 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42947         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42948         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42949         after this.
42951 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42953         * stdlib/longlong.h: Updated from GCC.
42955 2012-05-09  Andreas Jaeger  <aj@suse.de>
42957         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42958         default is first entry.
42959         (run_mode): Set type.
42960         (main): Remove informal message about syslog.
42961         (options): Fix typo.
42963         [BZ #14053]
42964         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42965         to asm.
42966         (lrint): Likewise.
42967         (llrintf): Likewise.
42968         (llrint): Likewise.
42969         (rint): Likewise.
42970         (rintf): Likewise.
42971         (nearbyint): Likewise.
42972         (nearbyintf): Likewise.
42974 2012-05-09  Andreas Jaeger  <aj@suse.de>
42975             Pedro Alves  <palves@redhat.com>
42977         * nscd/nscd.c (run_mode): Use enum.
42978         (main): Cleanup coding style issue.
42980 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
42981             Andreas Jaeger  <aj@suse.de>
42983         * nscd/nscd.c (go_background): Replaced with...
42984         (run_mode): ... this.
42985         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42986         (options): Add -F --foreground.
42987         (main): Implement it.
42988         (parse_opt): Parse it.
42990 2012-05-09  Andreas Jaeger  <aj@suse.de>
42992         [BZ #14083]
42993         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42994         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42995         -Wconversion warning.
42996         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42997         Likewise.
42999 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43001         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43002         == 0.
43003         (LC_ALL): Use macro-int-constant.
43004         (LC_COLLATE): Likewise.
43005         (LC_CTYPE): Likewise.
43006         (LC_MESSAGES): Likewise.
43007         (LC_MONETARY): Likewise.
43008         (LC_NUMERIC): Likewise.
43009         (LC_TIME): Likewise.
43010         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43011         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43012         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43013         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43014         Specify type.
43015         [C99-based standards] (float_t): Expect type.
43016         [C99-based standards] (double_t): Expect type.
43017         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43018         type.
43019         [C99-based standards] (HUGE_VALL): Likewise.
43020         [C99-based standards] (INFINITY): Likewise.
43021         [C99-based standards] (NAN): Likewise.
43022         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43023         [C99-based standards] (FP_NAN): Likewise.
43024         [C99-based standards] (FP_NORMAL): Likewise.
43025         [C99-based standards] (FP_SUBNORMAL): Likewise.
43026         [C99-based standards] (FP_ZERO): Likewise.
43027         [C99-based standards] (FP_FAST_FMA): Use
43028         optional-macro-int-constant.  Specify type.  Require == 1.
43029         [C99-based standards] (FP_FAST_FMAF): Likewise.
43030         [C99-based standards] (FP_FAST_FMAL): Likewise.
43031         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43032         [C99-based standards] (FP_ILOGBNAN): Likewise.
43033         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43034         Specify type.
43035         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43036         [C99-based standards] (math_errhandling): Specify type.
43037         [ISO99 || ISO11] (signgam): Do not allow.
43038         [non-C99-based standards] (copysignf): Do not allow.
43039         [non-C99-based standards] (exp2f): Likewise.
43040         [non-C99-based standards] (log2f): Likewise.
43041         [non-C99-based standards] (modff): Allow.
43042         [non-C99-based standards] (erff): Do not allow.
43043         [non-C99-based standards] (erfcf): Likewise.
43044         [non-C99-based standards] (gammaf): Likewise.
43045         [non-C99-based standards] (hypotf): Likewise.
43046         [non-C99-based standards] (j0f): Likewise.
43047         [non-C99-based standards] (j1f): Likewise.
43048         [non-C99-based standards] (jnf): Likewise.
43049         [non-C99-based standards] (lgammaf): Likewise.
43050         [non-C99-based standards] (tgammaf): Likewise.
43051         [non-C99-based standards] (y0f): Likewise.
43052         [non-C99-based standards] (y1f): Likewise.
43053         [non-C99-based standards] (ynf): Likewise.
43054         [non-C99-based standards] (isnanf): Likewise.
43055         [non-C99-based standards] (acoshf): Likewise.
43056         [non-C99-based standards] (asinhf): Likewise.
43057         [non-C99-based standards] (atanhf): Likewise.
43058         [non-C99-based standards] (cbrtf): Likewise.
43059         [non-C99-based standards] (expm1f): Likewise.
43060         [non-C99-based standards] (ilogbf): Likewise.
43061         [non-C99-based standards] (log1pf): Likewise.
43062         [non-C99-based standards] (logbf): Likewise.
43063         [non-C99-based standards] (nextafterf): Likewise.
43064         [non-C99-based standards] (remainderf): Likewise.
43065         [non-C99-based standards] (rintf): Likewise.
43066         [non-C99-based standards] (scalbf): Likewise.
43067         [non-C99-based standards] (copysignl): Likewise.
43068         [non-C99-based standards] (exp2l): Likewise.
43069         [non-C99-based standards] (log2l): Likewise.
43070         [non-C99-based standards] (modfl): Allow.
43071         [non-C99-based standards] (erfl): Do not allow.
43072         [non-C99-based standards] (erfcl): Likewise.
43073         [non-C99-based standards] (gammal): Likewise.
43074         [non-C99-based standards] (hypotl): Likewise.
43075         [non-C99-based standards] (j0l): Likewise.
43076         [non-C99-based standards] (j1l): Likewise.
43077         [non-C99-based standards] (jnl): Likewise.
43078         [non-C99-based standards] (lgammal): Likewise.
43079         [non-C99-based standards] (tgammal): Likewise.
43080         [non-C99-based standards] (y0l): Likewise.
43081         [non-C99-based standards] (y1l): Likewise.
43082         [non-C99-based standards] (ynl): Likewise.
43083         [non-C99-based standards] (isnanl): Likewise.
43084         [non-C99-based standards] (acoshl): Likewise.
43085         [non-C99-based standards] (asinhl): Likewise.
43086         [non-C99-based standards] (atanhl): Likewise.
43087         [non-C99-based standards] (cbrtl): Likewise.
43088         [non-C99-based standards] (expm1l): Likewise.
43089         [non-C99-based standards] (ilogbl): Likewise.
43090         [non-C99-based standards] (log1pl): Likewise.
43091         [non-C99-based standards] (logbl): Likewise.
43092         [non-C99-based standards] (nextafterl): Likewise.
43093         [non-C99-based standards] (remainderl): Likewise.
43094         [non-C99-based standards] (rintl): Likewise.
43095         [non-C99-based standards] (scalbl): Likewise.
43096         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43097         [non-C99-based standards] (FP_*): Do not allow.
43098         [C99-based standards] (FP_*): Change to
43099         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43100         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43101         allow.
43102         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43103         (SIG_ERR): Likewise.
43104         [X/Open-based standards] (SIG_HOLD): Likewise.
43105         (SIG_IGN): Likewise.
43106         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43107         positive value.
43108         (SIGFPE): Likewise.
43109         (SIGILL): Likewise.
43110         (SIGINT): Likewise.
43111         (SIGSEGV): Likewise.
43112         (SIGTER): Likewise.
43113         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43114         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43115         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43116         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43117         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43118         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43119         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43120         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43121         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43122         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43123         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43124         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43125         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43126         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43127         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43128         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43129         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43130         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43131         [X/Open-based standards] (SIGTRAP): Likewise.
43132         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43133         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43134         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43135         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43136         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43137         allow.
43139 2012-05-08  Ian Wienand  <ianw@vmware.com>
43141         [BZ #14080]
43142         * time/tzset.c (__tzset_parse_tz): Update default rules for
43143         daylight time changes in the Energy Policy Act of 2005.
43145 2012-05-09  Andreas Jaeger  <aj@suse.de>
43147         [BZ #13983]
43148         * elf/ldconfig.c (parse_conf): Change string to make clear that
43149         ldconfig only issued a warning if ld.so.conf does not exist.
43151 2012-05-08  David S. Miller  <davem@davemloft.net>
43153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43154         movxtod instead of popping the value on the stack.
43156         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43158 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43160         * config.h.in: Add HAVE_ARM_PCS_VFP.
43162 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43164         [BZ #13979]
43165         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43166         checking but the checks are disabled for any reason.
43168 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43170         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43171         and ELF64_R_TYPE with ELFW(R_TYPE).
43173 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43175         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43176         (ulimit): Likewise.
43178         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43179         (settimeofday): Likewise.
43181 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43183         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43184         a struct th_u2 inside the union, and move tu_block/tu_code into
43185         a new th_u3 union of tu_block/tu_code inside of that.  Move
43186         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43187         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43188         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43189         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43190         (th_stuff): Change to th_u1.tu_stuff.
43191         (th_data): Define.
43192         (th_msg): Change to th_u1.th_u2.tu_data.
43194 2012-05-07  David S. Miller  <davem@davemloft.net>
43196         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43198         [BZ #14074]
43199         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43200         (SETUP_PIC_REG): Use it.
43201         (SETUP_PIC_REG_LEAF): Use it.
43203 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43205         [BZ #13885]
43206         [BZ #13923]
43207         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43208         USE_AS_EXPM1L.
43209         (EXPL_FINITE): Likewise.
43210         (FLDLOG): Likewise.
43211         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43212         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43213         e_expl.S.
43214         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43215         USE_AS_EXPM1L.
43216         (EXPL_FINITE): Likewise.
43217         (FLDLOG): Likewise.
43218         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43219         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43220         e_expl.S.
43221         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43222         test of -max_value argument for long double.
43223         * sysdeps/i386/fpu/libm-test-ulps: Update.
43224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43226 2012-05-06  David S. Miller  <davem@davemloft.net>
43228         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43229         quad soft-float symbols whose references which are compiler
43230         generated.
43231         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43233 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43235         [BZ #13884]
43236         [BZ #13914]
43237         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43238         USE_AS_EXP10L.
43239         (EXPL_FINITE): Likewise.
43240         (FLDLOG): Likewise.
43241         (c0): Likewise.
43242         (c1): Likewise.
43243         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43244         Adjust comments for base varying.
43245         (__expl_finite): Change alias to EXPL_FINITE.
43246         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43247         e_expl.S.
43248         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43249         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43250         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43251         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43252         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43253         USE_AS_EXP10L.
43254         (EXPL_FINITE): Likewise.
43255         (FLDLOG): Likewise.
43256         (c0): Likewise.
43257         (c1): Likewise.
43258         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43259         Adjust comments for base varying.
43260         (__expl_finite): Change alias to EXPL_FINITE.
43261         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43262         tests for bugs.
43263         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43265         [BZ #14064]
43266         * math/libm-test.inc (check_float_internal): Correct ulp
43267         calculation for subnormal expected results.
43269 2012-05-06  Andreas Jaeger  <aj@suse.de>
43271         * Makeconfig (+math-flags): New, set to -frounding-math.
43272         (+cflags): Add +math-flags so that all of glibc gets compiled with
43273         it.
43275         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43277 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43279         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43280         Disable one test.
43282         [BZ #13787]
43283         [BZ #13922]
43284         [BZ #14036]
43285         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43286         (__ieee754_expl): Allow for and saturate large arguments.
43287         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43288         (u_threshold): Likewise.
43289         (__exp): Call __ieee754_exp before checking for overflow and
43290         underflow.
43291         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43292         (u_threshold): Likewise.
43293         (__expf): Call __ieee754_expf before checking for overflow and
43294         underflow.
43295         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43296         (u_threshold): Likewise.
43297         (__expl): Call __ieee754_expl before checking for overflow and
43298         underflow.
43299         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43300         (__ieee754_expl): Allow for and saturate large arguments.
43301         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43302         missing overflow exception on overflow.
43303         (expm1_test): Do not allow missing overflow exception on overflow.
43305         * sysdeps/i386/fpu/e_expl.c: Move to ...
43306         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43307         rather than using inline asm.
43308         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43309         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43310         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43312         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43313         (nice): Likewise.
43314         (poll): Likewise.
43315         (signal): Likewise.
43316         (time): Likewise.
43317         (times): Likewise.
43319 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43321         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43322         sysdeps/unix/common/syscalls.list.
43323         (fchmod): Likewise.
43324         (fchown): Likewise.
43325         (ftruncate): Likewise.
43326         (getrusage): Likewise.
43327         (gettimeofday): Likewise.
43328         (setpgid): Likewise.
43329         (setregid): Likewise.
43330         (setreuid): Likewise.
43331         (sigaction): Likewise.
43332         (truncate): Likewise.
43333         (vhangup): Likewise.
43334         * sysdeps/unix/common/syscalls.list: Remove file.
43335         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43336         * sysdeps/unix/sysv/linux/Implies: Likewise.
43338 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43340         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43341         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43342         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43343         Moved to ...
43344         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43345         Here.
43346         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43347         to ...
43348         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43349         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43350         to ...
43351         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43352         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43353         to ...
43354         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43355         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43356         to ...
43357         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43358         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43359         to ...
43360         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43361         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43362         to ...
43363         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43364         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43365         to ...
43366         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43367         Here.
43368         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43369         to ...
43370         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43371         Here.
43372         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43373         to ...
43374         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43375         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43376         Moved to ...
43377         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43378         Here.
43379         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43380         to ...
43381         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43383 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43385         * sysdeps/unix/common/bits/dirent.h: Remove file.
43386         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43388         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43389         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43390         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43391         * sysdeps/unix/bsd/isatty.c: Likewise.
43392         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43393         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43394         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43396 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43398         [BZ #13563]
43399         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43400         long double comparison inaccuracies.
43401         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43402         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43404 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43406         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43407         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43409 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43411         [BZ #14049]
43412         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43413         nonzero digits before rounding a hex value.
43414         * stdlib/tst-strtod.c (tests): Add another test.
43416 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43418         * sysdeps/s390/fpu/libm-test-ulps: Update.
43420 2012-05-03  Andreas Jaeger  <aj@suse.de>
43422         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43423         does not get optimized out.
43424         (malloc_opt_barrier): New.
43426 2012-05-03  Andreas Jaeger  <aj@suse.de>
43427             Roland McGrath  <roland@hack.frob.com>
43429         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43430         intermediate file deletion.
43431         (generated): Add .symlist files.
43433 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43435         [BZ #13775]
43436         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43437         Redirect under this condition.
43438         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43439         [__USE_GNU] (__dprintf_chk): Not under this condition.
43440         [__USE_GNU] (__vdprintf_chk): Likewise.
43441         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43442         under this condition.
43443         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43444         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43445         [__USE_XOPEN2K8] (vdprintf): Likewise.
43446         [__USE_GNU] (__dprintf_chk): Not under this condition.
43447         [__USE_GNU] (__vdprintf_chk): Likewise.
43448         [__USE_GNU] (dprintf): Likewise.
43449         [__USE_GNU] (vdprintf): Likewise.
43451 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43453         * elf/Makefile (common-generated): Set this instead of generated for
43454         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43455         $(all-built-dso)-derived lists.
43457 2012-05-03  Andreas Jaeger  <aj@suse.de>
43459         * sysdeps/i386/fpu/libm-test-ulps: Update.
43461         * FAQ: Removed.
43462         * FAQ.in: Likewise.
43463         * scripts/gen-FAQ.pl: Likewise.
43464         * manual/install.texi (Installation): Point to online location of
43465         FAQ.
43466         * Makefile (files-for-dist): Remove FAQ.
43467         (FAQ): Remove.
43469 2012-05-02  Allan McRae  <allan@archlinux.org>
43471         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43472         (LDFLAGS-reldepmod5.so): Likewise.
43473         (LDFLAGS-reldep6mod1.so): Likewise.
43474         (LDFLAGS-reldep6mod4.so): Likewise.
43475         (LDFLAGS-reldep8mod3.so): Likewise.
43476         (LDFLAGS-unload4mod1.so): Likewise.
43477         (LDFLAGS-unload4mod2.so): Likewise.
43478         (LDFLAGS-tst-initorder): Likewise.
43479         (LDFLAGS-tst-initordera2.so): Likewise.
43480         (LDFLAGS-tst-initordera3.so): Likewise.
43481         (LDFLAGS-tst-initordera4.so): Likewise.
43482         (LDFLAGS-tst-initorderb2.so): Likewise.
43483         (LDFLAGS-noload): Likewise.
43484         (LDFLAGS-next): Likewise.
43485         (LDFLAGS-order2mod1.so): Likewise.
43486         (LDFLAGS-order2mod2.so): Likewise.
43487         (LDFLAGS-tst-initorder2): Likewise.
43488         (LDFLAGS-tst-initorder2a.so): Likewise.
43489         (LDFLAGS-tst-initorder2b.so): Likewise.
43490         (LDFLAGS-tst-initorder2c.so): Likewise.
43491         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43493 2012-05-02  David S. Miller  <davem@davemloft.net>
43495         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43497 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43499         [BZ #14055]
43500         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43502 2012-05-02  Andreas Jaeger  <aj@suse.de>
43504         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43505         since we manipulate rounding mode.
43506         (CPPFLAGS-test-idouble.c): Likewise.
43507         (CPPFLAGS-test-ifloat.c): Likewise.
43508         (CFLAGS-test-ldouble.c): Likewise.
43509         (CFLAGS-test-double.c): Likewise.
43510         (CFLAGS-test-float.c): Likewise.
43511         (CFLAGS-test-misc.c): Likewise.
43512         (CFLAGS-test-test-fenv.c): Likewise.
43514 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43516         [BZ #2550]
43517         [BZ #2570]
43518         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43519         comparisons to determine direction to adjust input.
43521 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43523         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43524         output to the target.
43526         * scripts/localplt.awk: New file.
43527         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43528         (check-localplt-CFLAGS): Variable removed.
43529         ($(all-built-dso:=.jmprel)): New static pattern rule.
43530         (generated): Add those targets.
43531         (localplt-built-dso): New variable.
43532         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43534         * elf/check-localplt.c: File removed.
43536         * scripts/check-execstack.awk: New file.
43537         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43538         (check-execstack-CFLAGS): Variable removed.
43539         ($(objpfx)check-execstack.h): Target removed.
43540         ($(objpfx)execstack-default): New target.
43541         (generated): Add that instead of check-execstack.h.
43542         ($(all-built-dso:=.phdr)): New static pattern rule.
43543         (generated): Add those targets.
43544         * elf/check-execstack.c: File removed.
43546         * scripts/check-textrel.awk: New file.
43547         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43548         (check-textrel-CFLAGS): Variable removed.
43549         (all-built-dso): Use := to define.o
43550         ($(all-built-dso:=.dyn)): New static pattern rule.
43551         (generated): Add those targets.
43552         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43553         * config.make.in (READELF): New substituted variable.
43554         * elf/check-textrel.c: File removed.
43556 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43558         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43559         allow.
43560         * conform/data/ctype.h-data [C99-based standards] (isblank):
43561         Expect function.
43562         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43563         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43564         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43565         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43566         Specify type.  Require positive value.
43567         (EILSEQ): Likewise.
43568         (ERANGE): Likewise.
43569         [ISO || POSIX] (EILSEQ): Do not expect.
43570         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43571         Specify type.  Require positive value.
43572         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43573         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43574         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43575         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43576         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43577         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43578         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43579         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43580         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43581         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43582         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43583         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43584         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43585         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43586         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43587         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43588         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43589         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43590         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43591         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43592         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43593         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43594         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43595         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43596         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43597         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43598         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43599         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43600         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43601         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43602         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43603         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43604         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43605         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43606         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43607         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43608         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43609         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43610         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43611         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43612         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43613         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43614         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43615         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43616         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43617         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43618         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43619         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43620         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43621         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43622         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43623         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43624         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43625         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43626         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43627         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43628         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43629         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43630         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43631         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43632         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43633         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43634         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43635         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43636         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43637         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43638         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43639         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43640         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43641         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43642         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43643         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43644         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43645         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43646         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43647         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43648         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43649         Require >= 2.
43650         (FLT_ROUNDS): Expect as macro, not constant.
43651         (FLT_MANT_DIG): Use macro-int-constant.
43652         (DBL_MANT_DIG): Likewise.
43653         (LDBL_MANT_DIG): Likewise.
43654         (FLT_DIG): Likewise.
43655         (DBL_DIG): Likewise.
43656         (LDBL_DIG): Likewise.
43657         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43658         (DBL_MIN_EXP): Likewise.
43659         (LDBL_MIN_EXP): Likewise.
43660         (FLT_MAX_EXP): Use macro-int-constant.
43661         (DBL_MAX_EXP): Likewise.
43662         (LDBL_MAX_EXP): Likewise.
43663         (FLT_MAX_10_EXP): Likewise.
43664         (DBL_MAX_10_EXP): Likewise.
43665         (LDBL_MAX_10_EXP): Likewise.
43666         (FLT_MAX): Use macro-constant.
43667         (DBL_MAX): Likewise.
43668         (LDBL_MAX): Likewise.
43669         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43670         (DBL_EPSILON): Likewise.
43671         (LDBL_EPSILON): Likewise.
43672         (FLT_MIN): Likewise.
43673         (DBL_MIN): Likewise.
43674         (LDBL_MIN): Likewise.
43675         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43676         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43677         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43678         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43679         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43680         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43681         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43682         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43683         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43684         [ISO11] (FLT_TRUE_MIN): Likewise.
43685         [ISO11] (LDBL_TRUE_MIN): Likewise.
43686         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43687         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43688         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43689         (SCHAR_MAX): Likewise.
43690         (UCHAR_MAX): Likewise.
43691         (CHAR_MIN): Likewise.
43692         (CHAR_MAX): Likewise.
43693         (MB_LEN_MAX): Use macro-int-constant.
43694         (SHRT_MIN): Use macro-int-constant.  Specify type.
43695         (SHRT_MAX): Likewise.
43696         (USHRT_MAX): Likewise.
43697         (INT_MAX): Likewise.
43698         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43699         bound negative.
43700         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43701         bound with "U".
43702         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43703         bound with "L".
43704         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43705         bound negative.  Suffix upper bound with "L".
43706         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43707         bound with "UL".
43708         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43709         Specify type.
43710         [C99-based standards] (LLONG_MAX): Likewise.
43711         [C99-based standards] (ULLONG_MAX): Likewise.
43712         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43713         == 0.
43714         [ISO11] (max_align_t): Require type.
43715         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43717         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43718         from $CFLAGS, without defining away __attribute__ calls.
43719         (checknamespace): Use $CFLAGS_namespace.
43721         * conform/conformtest.pl (@keywords): Only include C99 keywords
43722         for standards based on C99 or C11.
43724         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43725         Disable tests.
43726         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43727         UNIX98]: Likewise.
43729         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43730         usability of symbols in #if.
43732         * conform/conformtest.pl: If macro or constant types start
43733         "promoted:", expect the symbol to be of the following type
43734         promoted by the integer promotions.
43736         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43737         in one place.  Also handle "macro-constant".
43739         * conform/conformtest.pl: Only accept expected macro values with
43740         "==".  Parse all "macro" lines in one place.
43741         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43743         * conform/conformtest.pl: Handle braced types on "constant" lines
43744         instead of handling "typed-constant".
43745         * conform/data/signal.h-data: Use "constant" instead of
43746         "typed-constant".
43748         * conform/conformtest.pl: Handle "optional-" at start of lines in
43749         one place rather than duplicating several cases.  Handle each
43750         format of "macro" line with initial "optional-".
43752         * conform/conformtest.pl: Only accept expected constant or
43753         optional-constant values with "==".  Parse all "constant" lines in
43754         one place.  Parse all "optional-constant" lines in one place.
43755         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43756         * conform/data/fmtmsg.h-data: Likewise.
43757         * conform/data/netinet/in.h-data: Likewise.
43758         * conform/data/tar.h-data: Likewise.
43759         * conform/data/limits.h-data: Use "==" form on "constant" and
43760         "optional-constant" lines.
43762         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43763         Use -std=c99 for XOPEN2K.
43764         (@knownproblems): Remove.
43765         (newtoken): Don't check %isknown.
43767         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43768         Do not expect macro.
43769         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43770         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43771         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43772         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43773         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43774         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43775         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43776         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43777         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43778         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43779         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43780         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43781         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43782         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43783         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43784         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43785         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43786         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43787         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43788         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43789         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43790         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43791         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43792         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43793         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43794         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43795         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43796         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43797         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43798         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43799         [XPG3] (acosh): Likewise.
43800         [XPG3] (asinh): Likewise.
43801         [XPG3] (atanh): Likewise.
43802         [XPG3] (cbrt): Likewise.
43803         [XPG3] (expm1): Likewise.
43804         [XPG3] (ilogb): Likewise.
43805         [XPG3] (log1p): Likewise.
43806         [XPG3] (logb): Likewise.
43807         [XPG3] (nextafter): Likewise.
43808         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43809         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43810         [XPG3] (remainder): Likewise.
43811         [XPG3] (rint): Likewise.
43812         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43813         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43814         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43815         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43816         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43817         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43818         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43819         [UNIX98 || XOPEN2K] (scalb): Expect.
43820         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43821         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43822         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43823         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43824         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43825         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43826         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43827         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43828         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43829         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43830         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43831         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43832         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43833         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43834         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43835         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43836         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43837         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43838         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43839         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43840         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43841         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43842         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43843         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43844         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43845         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43846         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43847         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43848         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43849         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43850         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43851         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43852         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43853         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43854         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43855         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43856         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43857         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43858         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43859         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43860         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43861         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43862         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43863         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43864         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43865         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43866         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43867         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43868         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43869         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43870         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43871         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43872         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43873         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43874         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43875         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43876         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43877         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43878         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43879         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43880         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43881         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43882         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43883         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43884         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43885         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43886         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43887         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43888         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43889         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43890         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43891         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43892         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43893         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43894         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43895         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43896         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43897         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43898         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43899         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43900         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43901         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43902         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43903         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43904         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43905         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43906         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43907         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43908         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43909         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43910         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43911         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43912         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43913         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43914         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43915         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43916         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43917         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43918         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43919         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43920         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43921         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43922         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43923         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43924         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43925         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43926         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43927         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43928         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43929         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43930         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43931         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43932         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43933         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43934         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43935         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43936         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43937         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43938         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43939         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43940         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43941         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43942         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43943         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43944         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43945         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43946         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43947         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43948         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43949         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43950         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43951         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43952         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43953         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43954         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43955         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43956         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43958         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43959         _XOPEN_SOURCE_EXTENDED for XPG4.
43961         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43963         * Makeconfig (localtime): Remove variable.
43964         (inst_localtime-file): Likewise.
43966 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43969         Update.
43970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43971         Update.
43972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43973         Update.
43974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43975         Update.
43976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43977         Update.
43978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43979         Update.
43980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43981         Update.
43982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43983         Update.
43984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43985         Update.
43987 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43989         [BZ #2550]
43990         [BZ #2570]
43991         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43992         comparisons to determine direction to adjust input.
43993         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43994         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43995         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43996         Likewise.
43997         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43998         Likewise.
43999         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44000         Likewise.
44001         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44002         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44003         Likewise.
44004         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44005         Likewise.
44006         * math/libm-test.inc (nexttoward_test): Add more tests.
44008 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44010         [BZ #14040]
44011         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44012         in version GLIBC_2.1, not GLIBC_2.0.
44013         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44014         Likewise.
44016 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44018         [BZ #13942]
44019         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44020         (1 - x) * (1 + x).
44021         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44022         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44023         * math/libm-test.inc (acos_test): Add more tests.
44024         (asin_test): Likewise.
44025         * sysdeps/i386/fpu/libm-test-ulps: Update.
44026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44028         [BZ #14034]
44029         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44030         of square root.
44031         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44032         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44033         * math/libm-test.inc (acos_test_tonearest): New function.
44034         (acos_test_towardzero): Likewise.
44035         (acos_test_downward): Likewise.
44036         (acos_test_upward): Likewise.
44037         (asin_test_tonearest): Likewise.
44038         (asin_test_towardzero): Likewise.
44039         (asin_test_downward): Likewise.
44040         (asin_test_upward): Likewise.
44041         (main): Call the new functions.
44042         * sysdeps/i386/fpu/libm-test-ulps: Update.
44043         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44045         [BZ #13884]
44046         [BZ #13924]
44047         * math/e_exp10.c: Include <float.h>.
44048         (__ieee754_exp10): Handle underflow here rather than multiplying
44049         large negative argument by M_LN10.
44050         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44051         of __ieee754_expf.
44052         * math/e_exp10l.c: Include <float.h>.
44053         (__ieee754_exp10l): Handle underflow here rather than multiplying
44054         large negative argument by M_LN10l.
44055         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44056         spurious overflow exception on underflow.
44058 2012-04-29  Marek Polacek  <polacek@redhat.com>
44060         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44061         (__fortify_function): New macro.
44062         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44063         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44064         __extern_always_inline.
44065         * libio/bits/stdio2.h: Likewise.
44066         * libio/bits/stdio.h: Likewise.
44067         * string/string.h: Likewise.
44068         * string/bits/string3.h: Likewise.
44069         * include/stdio.h: Likewise.
44070         * stdlib/bits/stdlib.h: Likewise.
44071         * stdlib/stdlib.h: Likewise.
44072         * rt/bits/mqueue2.h: Likewise.
44073         * rt/mqueue.h: Likewise.
44074         * posix/bits/unistd.h: Likewise.
44075         * posix/unistd.h: Likewise.
44076         * io/bits/poll2.h: Likewise.
44077         * io/bits/fcntl2.h: Likewise.
44078         * io/fcntl.h: Likewise.
44079         * io/sys/poll.h: Likewise.
44080         * misc/bits/syslog.h: Likewise.
44081         * misc/bits/syslog-ldbl.h: Likewise.
44082         * misc/sys/syslog.h: Likewise.
44083         * socket/bits/socket2.h: Likewise.
44084         * socket/sys/socket.h: Likewise.
44085         * debug/tst-chk1.c: Likewise.
44086         * wcsmbs/bits/wchar2.h: Likewise.
44087         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44088         * wcsmbs/wchar.h: Likewise.
44090 2012-04-29  Andreas Jaeger  <aj@suse.de>
44092         * Makerules (tests): Remove enable-check-abi protection.
44093         (check-abi-warn): Remove.
44094         (check-abi-%): Remove check-abi-warn usage.
44096         * configure.in: Remove check-abi configure option.
44097         * configure: Regenerated.
44098         * config.make.in (enable-check-abi): Remove.
44100 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44102         [BZ #14033]
44103         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44104         double functions to double *_finite functions.
44106         [BZ #13941]
44107         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44108         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44109         LDBL_MIN_EXP.
44110         * stdio-common/Makefile (tests): Add tst-sprintf3.
44111         * stdio-common/tst-sprintf3.c: New file.
44113         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44114         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44116 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44118         * conform/conformtest.pl: Remove duplicate typed-constant
44119         handling.
44121 2012-04-28  David S. Miller  <davem@davemloft.net>
44123         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44124         (check-abi-%): Remove AWK script prerequisite and explicit
44125         abilist directory.
44126         (check-abi): Rewrite to just diff the symlist with the abilist.
44127         (config-tls, config-abi-config): Delete, no longer used.
44128         (update-abi-%): Remove AWK script and explicit abilist directory.
44129         (update-abi): Rewrite to simply compare and conditionally copy the
44130         symlist and the sysdep abilist file.  Remove update-abi-config
44131         checks.
44132         * abilist/ld.abilist: Remove.
44133         * abilist/libBrokenLocale.abilist: Remove.
44134         * abilist/libanl.abilist: Remove.
44135         * abilist/libcrypt.abilist: Remove.
44136         * abilist/libdl.abilist: Remove.
44137         * abilist/librt.abilist: Remove.
44138         * abilist/libthread_db.abilist: Remove.
44139         * abilist/libutil.abilist: Remove.
44140         * scripts/extract-abilist.awk: Remove.
44141         * scripts/merge-abilist.awk: Remove.
44142         * sysdeps/generic/libcidn.abilist: New file.
44143         * sysdeps/generic/libnss_compat.abilist: New file.
44144         * sysdeps/generic/libnss_db.abilist: New file.
44145         * sysdeps/generic/libnss_dns.abilist: New file.
44146         * sysdeps/generic/libnss_files.abilist: New file.
44147         * sysdeps/generic/libnss_hesiod.abilist: New file.
44148         * sysdeps/generic/libnss_nis.abilist: New file.
44149         * sysdeps/generic/libnss_nisplus.abilist: New file.
44150         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44151         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44152         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44153         file.
44154         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44155         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44156         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44157         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44158         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44159         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44160         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44161         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44162         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44163         file.
44164         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44165         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44166         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44167         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44168         file.
44169         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44170         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44171         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44172         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44173         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44174         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44175         file.
44176         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44177         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44178         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44179         file.
44180         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44181         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44182         New file.
44183         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44184         New file.
44185         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44186         New file.
44187         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44188         New file.
44189         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44190         New file.
44191         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44192         New file.
44193         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44194         New file.
44195         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44196         New file.
44197         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44198         New file.
44199         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44200         New file.
44201         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44202         New file.
44203         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44204         New file.
44205         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44206         New file.
44207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44208         file.
44209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44210         New file.
44211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44212         New file.
44213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44214         file.
44215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44216         New file.
44217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44218         New file.
44219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44220         file.
44221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44222         New file.
44223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44224         New file.
44225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44226         New file.
44227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44228         New file.
44229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44230         New file.
44231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44232         New file.
44233         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44235         file.
44236         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44237         New file.
44238         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44239         file.
44240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44241         file.
44242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44243         file.
44244         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44245         file.
44246         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44247         file.
44248         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44249         New file.
44250         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44251         file.
44252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44253         file.
44254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44255         New file.
44256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44257         file.
44258         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44260         file.
44261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44262         New file.
44263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44264         file.
44265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44266         file.
44267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44268         file.
44269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44270         file.
44271         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44272         file.
44273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44274         New file.
44275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44276         file.
44277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44278         file.
44279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44280         New file.
44281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44282         file.
44283         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44284         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44285         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44286         file.
44287         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44288         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44289         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44290         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44291         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44292         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44293         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44294         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44295         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44296         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44297         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44298         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44299         file.
44300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44301         New file.
44302         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44303         file.
44304         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44305         file.
44306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44307         file.
44308         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44309         file.
44310         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44311         file.
44312         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44313         New file.
44314         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44315         New file.
44316         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44317         file.
44318         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44319         New file.
44320         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44321         file.
44322         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44323         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44324         file.
44325         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44326         New file.
44327         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44328         file.
44329         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44330         file.
44331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44332         file.
44333         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44334         file.
44335         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44336         file.
44337         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44338         New file.
44339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44340         New file.
44341         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44342         file.
44343         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44344         New file.
44345         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44346         file.
44348 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44350         * conform/conformtest.pl: Fix typo in handling typed-constant from
44351         allow-header.
44353 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44355         * README: Cut down references to pre-2.6 Linux kernels and
44356         Linuxthreads.  Update lists of configurations in libc and ports
44357         and sort alphabetically.  Say "or newer" with Linux kernel version
44358         requirements.
44360         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44362 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44364         [BZ #887]
44365         * math/libm-test.inc (logb_test_downward): New test to expose
44366         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44367         rounding mode.
44369 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44371         [BZ #14027]
44372         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44373         to be done.
44374         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44375         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44377 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44379         * sysdeps/unix/i386/brk.S: Remove file.
44380         * sysdeps/unix/i386/dl-brk.S: Likewise.
44381         * sysdeps/unix/i386/pipe.S: Likewise.
44382         * sysdeps/unix/i386/sigreturn.S: Likewise.
44383         * sysdeps/unix/i386/syscall.S: Likewise.
44384         * sysdeps/unix/i386/vfork.S: Likewise.
44385         * sysdeps/unix/i386/wait.S: Likewise.
44387         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44388         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44390         * configure.in (arm*-none*): Do not allow without
44391         --enable-hacker-mode.
44392         (netbsd*): Remove case setting base_os.
44393         (386bsd*): Likewise.
44394         (freebsd*): Likewise.
44395         (bsdi*): Likewise.
44396         (osf*): Likewise.
44397         (sunos*): Likewise.
44398         (ultrix*): Likewise.
44399         (newsos*): Likewise.
44400         (dynix*): Likewise.
44401         (*bsd*): Likewise.
44402         (sysv*): Likewise.
44403         (isc*): Likewise.
44404         (esix*): Likewise.
44405         (sco*): Likewise.
44406         (minix*): Likewise.
44407         (irix4*): Likewise.
44408         (irix6*): Likewise.
44409         (solaris[2-9]*): Likewise.
44410         (none): Likewise.
44411         * configure: Regenerated.
44413 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44415         [BZ #11521]
44416         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44417         overflow or cancellation in calculating denominator.
44418         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44419         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44420         down expression to avoid unexpected rounding in newer GCCs.
44421         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44423 2012-04-26  David S. Miller  <davem@davemloft.net>
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44426         long-double compat symbols.
44427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44433         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44435         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44436         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44437         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44438         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44439         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44441 2012-04-25  David S. Miller  <davem@davemloft.net>
44443         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44444         HWCAP_* values only after the memory barriers have been defined.
44445         (atomic_full_barrier): Define.
44446         (atomic_read_barrier): Define.
44447         (atomic_write_barrier): Define.
44449 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44451         * shlib-versions: Add libgcc_s version information.
44452         * sysdeps/generic/libgcc_s.h: Remove.
44453         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44454         libgcc_s.h.
44455         * sysdeps/gnu/unwind-resume.c: Likewise.
44456         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44458 2012-04-25  David S. Miller  <davem@davemloft.net>
44460         * sysdeps/unix/sparc/brk.S: Delete.
44461         * sysdeps/unix/sparc/dl-brk.S: Delete.
44462         * sysdeps/unix/sparc/pipe.S: Delete.
44463         * sysdeps/unix/sparc/sysdep.S: Delete.
44464         * sysdeps/unix/sparc/sysdep.h: Delete.
44465         * sysdeps/unix/sparc/vfork.S: Delete.
44466         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44467         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44468         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44469         (ret_ERRVAL, r0, r1, MOVE): Define.
44470         (JUMPTARGET): Remove.
44471         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44472         sysdeps/unix/sparc/sysdep.h
44473         (ENTRY, END): Remove.
44474         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44476 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44478         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44479         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44480         -DIS_IN_build.
44482         * timezone/README: Update upstream location and email address for
44483         tzcode and tzdata.
44484         * timezone/zdump.c: Update from tzcode 2012b.
44485         * timezone/zic.c: Likewise.
44487         * configure.in (libc_cv_as_needed): Remove test.
44488         * configure: Regenerated.
44489         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44490         conditional definition.
44491         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44492         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44493         * config.make.in (have-as-needed): Remove variable.
44495 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44496             Paul Pluzhnikov  <ppluzhnikov@google.com>
44498         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44499         strings correctly.
44501 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44503         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44504         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44505         * sysdeps/sh/strlen.S: Likewise.
44507 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44509         * sysdeps/unix/fork.S: Remove file.
44510         * sysdeps/unix/i386/fork.S: Likewise.
44511         * sysdeps/unix/sparc/fork.S: Likewise.
44513         * sysdeps/unix/system.c: Remove file.
44514         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44516         * sysdeps/unix/getegid.S: Remove file.
44517         * sysdeps/unix/geteuid.S: Likewise.
44519 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44521         * scripts/check-localplt.awk: New file.
44522         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44523         of diff.
44524         * scripts/data/localplt-generic.data: Add a comment.
44526         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44527         NODE when __dir_mkfile failed.
44528         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44529         Reported by Ludovic Courtès <ludo@gnu.org>.
44531 2012-04-24  Andreas Jaeger  <aj@suse.de>
44533         * Makerules (common-clean): Also remove gen-as-const-headers
44534         files.
44536 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44538         * Makerules (native-compile): Do not change working directory for
44539         build.  Use $(OUTPUT_OPTION) in command.
44540         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44542 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44544         [BZ #13886]
44545         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44546         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44547         * math/libm-test.inc (floor_test): Add more tests.
44548         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44550 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44552         * sysdeps/unix/getdents.c: Remove file.
44553         * sysdeps/unix/sysv/getdents.c: Likewise.
44554         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44556         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44557         sysdeps/unix/mman/syscalls.list.
44558         (mmap): Likewise.
44559         (mprotect): Likewise.
44560         (msync): Likewise.
44561         (munmap): Likewise.
44562         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44563         * sysdeps/unix/mman/syscalls.list: Remove.
44564         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44566         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44567         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44568         * configure: Regenerated.
44569         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44570         $(libgcc_s_suffix).
44571         * config.make.in (libgcc_s_suffix): Remove variable.
44573 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44575         * sysdeps/unix/sysv/gethostname.c: Move to ...
44576         * sysdeps/posix/gethostname.c: ... here.
44578         * sysdeps/unix/execve.S: Remove file.
44580         * sysdeps/unix/_exit.S: Remove file.
44582 2012-04-23  Andreas Jaeger  <aj@suse.de>
44584         [BZ #13739]
44585         * manual/Makefile: Remove make dist support, there's no
44586         need for a stand-alone documentation tar ball.
44587         (TEXI2DVI): Define always, it's not in Makeconfig.
44588         (dist): Removed.
44589         (tar-it): Removed.
44590         (edition): Removed.
44591         (glibc-doc-$(edition).tar): Removed
44592         (%.Z): Removed.
44593         (%.gz): Removed.
44594         (%.uu): Removed.
44595         (ETAGS): Remove, it's in Makeconfig.
44596         (move-if-change): Remove, it's in Makeconfig.
44598 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44600         [BZ #13970]
44601         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44602         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44603         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44604         (strtod_l, strtof_l, strtold_l): Remove __wur.
44605         It is not necessarily an error to ignore strtol's return value.
44606         One can reliably look at the stored endptr to decide whether
44607         the number had valid syntax.
44609 2012-04-21  Andreas Jaeger  <aj@suse.de>
44611         [BZ #13739]
44612         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44614 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44616         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44617         * sysdeps/unix/sysv/Versions: Remove file.
44619 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44621         [BZ #13927]
44622         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44624 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44626         [BZ #7064]
44627         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44628         version from __vm86.
44630 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44632         * sysdeps/unix/common/lxstat.c: Remove file.
44633         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44635         * sysdeps/unix/sysv/Makefile: Remove file.
44637         * sysdeps/unix/sysv/direct.h: Remove file.
44639         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44640         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44641         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44642         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44643         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44644         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44645         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44647         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44649         * sysdeps/unix/xmknod.c: Remove file.
44650         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44652         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44654         * sysdeps/unix/sysv/i386/time.S: Remove file.
44656         * sysdeps/unix/fxstat.c: Remove file.
44657         * sysdeps/unix/xstat.c: Likewise.
44658         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44660         * sysdeps/unix/sysv/sigaction.c: Remove file.
44662         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44663         (sysdep_headers): Remove variable.
44664         [termio.h not in sysdep_headers] (generated): Likewise.
44665         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44666         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44667         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44668         * sysdeps/unix/sysv/tcflow.c: Likewise.
44669         * sysdeps/unix/sysv/tcflush.c: Likewise.
44670         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44671         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44672         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44673         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44674         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44676         * sysdeps/unix/siglist.c: Remove file.
44678         * sysdeps/unix/getppid.S: Remove file.
44680         * sysdeps/unix/mkdir.c: Remove file.
44681         * sysdeps/unix/rmdir.c: Likewise.
44683 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44685         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44686         ERR_MAX value.
44687         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44688         errlist-compat value.
44690 2012-04-18  David S. Miller  <davem@davemloft.net>
44692         * sysdeps/generic/memcopy.h (reg_char): Delete.
44693         * debug/strcat_chk.c: Use char, not reg_char.
44694         * debug/strcpy_chk.c: Likewise.
44695         * debug/strncat_chk.c: Likewise.
44696         * debug/strncpy_chk.c: Likewise.
44697         * string/memchr.c: Likewise.
44698         * string/memrchr.c: Likewise.
44699         * string/rawmemchr.c: Likewise.
44700         * string/strcat.c: Likewise.
44701         * string/strchr.c: Likewise.
44702         * string/strchrnul.c: Likewise.
44703         * string/strcmp.c: Likewise.
44704         * string/strcpy.c: Likewise.
44705         * string/strncat.c: Likewise.
44706         * string/strncmp.c: Likewise.
44707         * string/strncpy.c: Likewise.
44709 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44711         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44712         __builtin_memcopy is called when src and dest ranges are known to not
44713         overlap.
44715 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44717         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44718         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44719         fwd_align_merge macro call.
44720         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44721         bwd_align_merge macro call.
44722         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44724 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44726         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44727         bwd_align_merge macros.
44728         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44729         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44730         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44732 2012-04-18  David S. Miller  <davem@davemloft.net>
44734         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44736 2012-04-18  Andreas Jaeger  <aj@suse.de>
44738         [BZ# 6794]
44739         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44740         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44741         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44743         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44744         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44745         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44747         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44748         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44749         Adjust for changed ldbl-128 files.
44751         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44752         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44753         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44755 2012-04-17  David S. Miller  <davem@davemloft.net>
44757         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44759 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44761         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44762         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44763         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44764         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44765         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44766         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44768 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44770         [BZ #6794]
44771         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44772         * math/libm-test.inc: Add ilogb errno and exception tests.
44773         * math/w_ilogb.c: New file: ilogb wrapper.
44774         * math/w_ilogbf.c: New file: ilogbf wrapper.
44775         * math/w_ilogbl.c: New file: ilogbl wrapper.
44776         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44777         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44778         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44779         exception being thrown with 0.0 as argument.
44780         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44781         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44782         exception being thrown with 0.0 as argument.
44783         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44784         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44785         exception being thrown with 0.0 as argument.
44786         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44787         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44788         exception being thrown with 0.0 as argument.
44789         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44790         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44791         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44792         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44793         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44794         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44795         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44796         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44797         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44799 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44801         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44802         with altivec.
44804 2012-04-16  Marek Polacek  <polacek@redhat.com>
44806         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44808 2012-04-16  Marek Polacek  <polacek@redhat.com>
44810         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44811         operands of fdivp instruction.
44813 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44815         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44816         * elf/tst-auditmod3b.c: Likewise.
44817         * elf/tst-auditmod4b.c: Likewise.
44818         * elf/tst-auditmod5b.c: Likewise.
44819         * elf/tst-auditmod6b.c: Likewise.
44820         * elf/tst-auditmod6c.c: Likewise.
44821         * elf/tst-auditmod7b.c: Likewise.
44822         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44823         * sysdeps/x86_64/preconfigure.in: Likewise.
44824         * sysdeps/x86_64/preconfigure: Regenerated.
44826 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44828         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44829         __ILP32__.
44831 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44833         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44834         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44836 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44838         [BZ #13973]
44839         * locale/iso-639.def: Fix gl language name. Spotted by
44840         Yaron Shahrabani.
44842 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44844         [BZ #2074]
44845         * libio/libio.h (__io_write_fn): Update comment.
44847 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44849         [BZ #2074]
44850         * stdio.texi (Hook Functions): The user provided writer function
44851         is not allowed to return -1.
44853 2012-04-11  David S. Miller  <davem@davemloft.net>
44855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44857 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44859         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44860         Add a leading slash to rtkaio.
44862 2012-04-11  Jim Meyering  <meyering@redhat.com>
44864         [BZ #11959]
44865         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44866         It is not necessarily an error to ignore fwrite's return
44867         value.  One can reliably use ferror to test for errors after
44868         the fact.
44870 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44872         * bits/types.h (__snseconds_t): New type.
44873         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44875         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44876         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44877         (__SNSECONDS_T_TYPE): Likewise.
44878         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44879         (__SNSECONDS_T_TYPE): Likewise.
44880         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44881         (__SNSECONDS_T_TYPE): Likewise.
44883 2012-04-10  Andreas Jaeger  <aj@suse.de>
44885         [BZ #2636]
44886         * manual/time.texi (Processor Time): Return type of times is
44887         elapsed real time since an arbitrary point in the past.
44888         (CPU Time): Move CLK_TCK from here...
44889         (Processor Time): ...to here.  Correct description.
44890         * manual/conf.texi (Constants for Sysconf): Correct description of
44891         _SC_CLK_TCK.
44893 2012-04-10  David S. Miller  <davem@davemloft.net>
44895         [BZ #13967]
44896         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44897         where the is a gap between DT_REL(A) and DT_JMPREL.
44899 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44901         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44902         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44903         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44905 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44907         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44908         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44909         (dl_main): Handle --inhibit-cache.
44910         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44911         _dl_inhibit_cache.
44912         * elf/dl-load.c (_dl_map_object): Use it.
44913         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44915 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44917         [BZ #13872]
44918         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44919         (__ieee754_powl): Saturate large exponents rather than testing for
44920         overflow of y*log2(x).
44921         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44922         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44923         exceptions.
44925         [BZ #11521]
44926         * math/s_ctan.c: Include <float.h>.
44927         (__ctan): Avoid internal overflow or cancellation in calculating
44928         denominator.
44929         * math/s_ctanf.c: Likewise.
44930         * math/s_ctanl.c: Likewise.
44931         * math/s_ctanh.c: Likewise.
44932         * math/s_ctanhf.c: Likewise.
44933         * math/s_ctanhl.c: Likewise.
44934         * math/libm-test.inc (ctan_test): Add more tests.
44935         (ctanh_test): Likewise.
44936         * sysdeps/i386/fpu/libm-test-ulps: Update.
44937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44939 2012-04-09  Andreas Jaeger  <aj@suse.de>
44941         [BZ #6894]
44942         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44943         is an optional BSD extension.
44945         [BZ #10254]
44946         * manual/stdio.texi (Opening Streams): Document additional fopen
44947         parameters.
44949 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44951         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44952         %eax without telling the compiler.
44954 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44956         [BZ # 13963]
44957         * manual/install.texi: Use sourceware.org.
44959 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44961         [BZ #13873]
44962         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44963         (__ieee754_pow): Generate overflow and underflow using huge*huge
44964         and tiny*tiny rather than just returning constant infinity or zero
44965         for large exponents.
44966         * math/libm-test.inc (pow_test): Require overflow exceptions for
44967         applicable cases of large exponents.
44969         [BZ #706]
44970         * sysdeps/i386/fpu/e_pow.S (p10): New object.
44971         (__ieee754_pow): Use iterative multiplication algorithm only for
44972         integer exponents with absolute value below 1024.  Check for odd
44973         integer exponents when using algorithm for real exponents.
44974         * math/libm-test.inc (pow_test): Add more tests.
44975         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44977 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
44979         [BZ #13705]
44980         * math/libm-test.inc (exp_test): Do not allow overflow exception
44981         on underflow test.
44983 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
44985         [BZ #13705]
44986         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44987         instead of __kernel_standard_f.
44989 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
44991         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44992         * sysdeps/x86_64/memset_chk.S: Likewise.
44994 2012-04-08  Andreas Jaeger  <aj@suse.de>
44996         [BZ #10153]
44997         * manual/startup.texi (Environment Access): Describe return value
44998         for putenv and setenv.
45000         [BZ #6895]
45001         * manual/filesys.texi (Directory Entries): Add description for
45002         DT_LNK.
45004         [BZ #6890]
45005         * manual/filesys.texi (Directory Entries): Clarify that it's file
45006         system not operating system in the description of DT_UNKNOWN.
45008         [BZ #6578]
45009         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45011 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45013         [BZ #6649]
45014         * manual/llio.texi (Opening and Closing Files): Add cross
45015         reference to explain mode argument.
45017 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45019         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45020         * sysdeps/x86_64/memset_chk.S: Likewise.
45022 2012-04-07  David S. Miller  <davem@davemloft.net>
45024         * elf/elf.h (R_SPARC_WDISP10): Define.
45025         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45026         R_SPARC_SIZE32.
45027         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45028         R_SPARC_SIZE64 and R_SPARC_H34.
45030 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45032         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45033         conditions and remove no longer applicable assertion.
45035 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45037         * bits/byteswap.h: Include <features.h>.
45038         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45039         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45041 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45043         * bits/byteswap.h (__bswap_16): Removed.
45044         Include <bits/byteswap-16.h> to get __bswap_16.
45045         * sysdeps/i386/bits/byteswap.h: Likewise.
45046         * sysdeps/s390/bits/byteswap.h: Likewise.
45047         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45048         * bits/byteswap-16.h: New file.
45049         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45050         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45051         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45052         * string/Makefile (headers): Add bits/byteswap-16.h.
45054 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45056         [BZ #13895]
45057         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45058         extra indirection.
45059         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45060         * nss/tst-nss-static.c: New.
45062 2012-04-06  Robert Millan  <rmh@gnu.org>
45064         [BZ #6486]
45065         * manual/llio.texi (File Position Primitive): lseek
45066         refers to WHENCE when it really means OFFSET.
45068 2012-04-06  Andreas Jaeger  <aj@suse.de>
45070         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45071         strncmp declarations.
45073         * abilist/libc.abilist: Add __poll and __ppoll.
45075 2012-04-05  David S. Miller  <davem@davemloft.net>
45077         * scripts/check-local-headers.sh: Accept a host triplet in the
45078         path matched by the exclude regexp.
45080         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45081         definition.
45082         * sysdeps/powerpc/powerpc32/dl-machine.h
45083         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45084         * sysdeps/s390/s390-32/dl-machine.h
45085         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45086         * sysdeps/sparc/sparc32/dl-machine.h
45087         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45088         * sysdeps/sparc/sparc64/dl-machine.h
45089         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45091         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45092         lazy binding.
45093         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45094         undefined symbol errors.
45096         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45097         DT_NEEDED entries.
45099 2012-04-05  Michael Matz  <matz@suse.de>
45101         [BZ #13592]
45102         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45104 2012-04-05  Andreas Jaeger  <aj@suse.de>
45106         [BZ #13908]
45107         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45108         comment.
45110 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45112         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45113         which ROUND is no valid rounding mode.
45115 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45117         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45118         read again.
45119         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45121 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45123         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45124         an exception using FPU order intentionally.
45126 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45128         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45129         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45130         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45131         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45133 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45135         [BZ #12340]
45136         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45137         EINVAL when BUFLEN is too smal.
45139 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45141         [BZ #13553]
45142         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45143         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45145 2012-04-03  Andreas Jaeger  <aj@suse.de>
45147         [BZ #13938]
45148         * manual/setjmp.texi (System V contexts): Fix sentence.
45150         [BZ #13926]
45151         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45152         New macro for this case.
45153         [!__GNUC__] (__bswap_64): New inline function for this case.
45154         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45155         * bits/byteswap.h: Likewise.
45156         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45157         ull, guard with __GLIBC_HAVE_LONG_LONG.
45159         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45160         __GLIBC_HAVE_LONG_LONG.
45162         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45163         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45165 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45167         [BZ #13691]
45168         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45169         inptr and inend, rather than using last_ch.
45171 2012-04-02  David S. Miller  <davem@davemloft.net>
45173         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45174         * stdio-common/printf-parse.h (read_int): Change return type to
45175         'int', return -1 on INT_MAX overflow.
45176         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45177         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45178         overflows INT_MAX.  Check for overflow of in-format-string precision
45179         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45180         SIZE_MAX not INT_MAX for integer overflow test.
45181         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45182         skip the construct in the format string but do not record anything.
45183         * stdio-common/bug22.c: Adjust to test both width/prevision
45184         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45185         explicitly for proper errno values.
45187 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45189         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45190         CHAR_MAX.
45191         * string/test-strcmp.c [! WIDE]: Likewise.
45192         * time/tst-mktime2.c: Likewise for INT_MAX.
45193         * string/test-string.h: #include <sys/param.h> for MIN.
45195         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45196         * sysdeps/i386/init-first.c (init): Likewise.
45197         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45198         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45199         * sysdeps/sh/init-first.c (init): Likewise.
45201 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45203         * po/ru.po: Update from translation team.
45204         * po/vi.po: Likewise.
45206 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45208         * resolv/nss_dns/dns-host.c: Merge copyright years.
45210 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45212         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45213         Optimize memcpy with prefetch if
45214         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45215         src, dst pointers have unequal 16 byte alignments.
45217 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45219         [BZ #13928]
45220         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45221         from a CNAME entry and return the minimum ttl for the query.
45222         (gaih_getanswer_slice): Likewise.
45224 2012-03-30  Jeff Law  <law@redhat.com>
45226         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45227         due to long keys.
45228         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45229         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45231         * resolv/nss_dns/dns-host.c: Update copyright year.
45233 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45235         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45236         requests to save a system call.  Fix check that all bytes are sent.
45238         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45239         comments for sendmmsg.
45241 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45243         [BZ #13691]
45244         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45245         with only 1 character between 0x0041 and 0x01b0.
45246         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45247         * wcsmbs/tst-mbsnrtowcs.c: New file.
45249 2012-03-29  David S. Miller  <davem@davemloft.net>
45251         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45252         small copies by hand.
45254 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45256         [BZ #13761]
45257         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45258         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45259         group memberships.
45261 2012-03-28  David S. Miller  <davem@davemloft.net>
45263         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45264         that branches into memcpy.
45265         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45266         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45267         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45268         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45269         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45270         bits.
45271         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45272         implementation too.
45273         * sysdeps/sparc/mempcpy.S: New file.
45275         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45276         the IFUNC routine in the libc case.
45277         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45279         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45280         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45281         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45282         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45283         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45284         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45285         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45286         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45288         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45289         loop to 256 bytes instead of 64 bytes and fix test signedness.
45291         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45292         * sysdeps/sparc/sparc32/Makefile: rather than here...
45293         * sysdeps/sparc/sparc64/Makefile: and here.
45295 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45297         * malloc/mallocbug.c: Avoid warnings about unused variables.
45299 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45301         [BZ #13760]
45302         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45303         in the right place. Discard and retry query if response is
45304         larger than input buffer size.
45306 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45308         [BZ #369]
45309         [BZ #2678]
45310         [BZ #3866]
45311         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45312         x for large integer exponent.
45313         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45314         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45315         sign of result as needed afterwards.
45316         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45317         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45318         result for underflowing pow the same as for overflow.
45319         (__kernel_standard_l): Handle powl overflow and underflow here
45320         rather than calling __kernel_standard.
45321         * math/libm-test.inc (pow_test): Add more tests.
45323         [BZ #3868]
45324         [BZ #13879]
45325         [BZ #13910]
45326         [BZ #13911]
45327         [BZ #13912]
45328         [BZ #13913]
45329         [BZ #13915]
45330         [BZ #13916]
45331         [BZ #13917]
45332         [BZ #13918]
45333         [BZ #13919]
45334         [BZ #13920]
45335         [BZ #13921]
45336         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45337         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45338         (__kernel_standard_l): New function.
45339         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45340         __kernel_standard.
45341         * math/w_acosl.c (__acosl): Likewise.
45342         * math/w_asinl.c (__asinl): Likewise.
45343         * math/w_atan2l.c (__atan2l): Likewise.
45344         * math/w_atanhl.c (__atanhl): Likewise.
45345         * math/w_coshl.c (__coshl): Likewise.
45346         * math/w_exp10l.c (__exp10l): Likewise.
45347         * math/w_exp2l.c (__exp2l): Likewise.
45348         * math/w_fmodl.c (__fmodl): Likewise.
45349         * math/w_hypotl.c (__hypotl): Likewise.
45350         * math/w_j0l.c (__j0l, __y0l): Likewise.
45351         * math/w_j1l.c (__j1l, __y1l): Likewise.
45352         * math/w_jnl.c (__jnl, __ynl): Likewise.
45353         * math/w_lgammal.c (__lgammal): Likewise.
45354         * math/w_log10l.c (__log10l): Likewise.
45355         * math/w_log2l.c (__log2l): Likewise.
45356         * math/w_logl.c (__logl): Likewise.
45357         * math/w_powl.c (__powl): Likewise.
45358         * math/w_remainderl.c (__remainderl): Likewise.
45359         * math/w_scalbl.c (sysv_scalbl): Likewise.
45360         * math/w_sinhl.c (__sinhl): Likewise.
45361         * math/w_sqrtl.c (__sqrtl): Likewise.
45362         * math/w_tgammal.c (__tgammal): Likewise.
45363         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45364         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45365         * math/libm-test.inc (acos_test): Add more tests.
45366         (acosh_test): Likewise.
45367         (asin_test): Likewise.
45368         (atanh_test): Likewise.
45369         (exp_test): Likewise.
45370         (exp10_test): Likewise.
45371         (exp2_test): Likewise.
45372         (expm1_test): Likewise.
45373         (lgamma_test): Likewise.
45374         (log_test): Likewise.
45375         (log10_test): Likewise.
45376         (log1p_test): Likewise.
45377         (log2_test): Likewise.
45378         (pow_test): Do not allow some spurious overflow exceptions.
45379         (sqrt_test): Add more tests.
45380         (tgamma_test): Likewise.
45381         (y0_test): Likewise.
45382         (y1_test): Likewise.
45383         (yn_test): Likewise.
45385 2012-03-27  Anton Blanchard  <anton@samba.org>
45387         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45388         MAP_HUGETLB.
45389         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45390         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45391         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45393 2012-03-27  David S. Miller  <davem@davemloft.net>
45395         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45397         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45398         have-as-vis3 check.
45400 2012-03-27  Andreas Jaeger  <aj@suse.de>
45402         * sysdeps/x86_64/elf/configure.in: Moved to ...
45403         * sysdeps/x86_64/configure.in: ... here.
45404         * sysdeps/x86_64/elf/start.S: Moved to ...
45405         * sysdeps/x86_64/start.S: ... here.
45406         * sysdeps/x86_64/elf/configure: Delete.
45408         * sysdeps/x86_64/configure.in: Merge contents from
45409         sysdeps/i386/configure.in (without i686 check).
45411         * sysdeps/i386/elf/Versions: Merge into ...
45412         * sysdeps/i386/Versions: ... this.
45413         * sysdeps/i386/elf/Versions: Delete file.
45414         * sysdeps/i386/elf/start.S: Moved to ...
45415         * sysdeps/i386/start.S: ...here.
45416         * sysdeps/i386/elf/configure.in: Merge into...
45417         * sysdeps/i386/configure.in: ...here.
45418         * sysdeps/i386/elf/configure.in: Delete file.
45419         * sysdeps/i386/elf/configure: Delete file.
45421         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45422         * debug/backtracesyms.c: ... here.
45423         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45424         * debug/backtracesymsfd.c: ... here.
45425         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45426         * sysdeps/generic/ifunc-sel.h: ... here.
45428         * sysdeps/unix/i386/start.c: Delete file.
45429         * sysdeps/unix/sparc/start.c: Delete file.
45430         * sysdeps/unix/start.c: Delete file.
45432         * sysdeps/sh/elf/configure.in: Moved to ...
45433         * sysdeps/sh/configure.in: ... here.
45434         * sysdeps/sh/elf/start.S: Moved to ...
45435         * sysdeps/sh/start.S: ... here.
45436         * sysdeps/sh/elf/configure: Delete file.
45438         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45439         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45440         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45441         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45442         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45443         * sysdeps/powerpc/powerpc64/start.S: here.
45444         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45445         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45446         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45447         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45448         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45450         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45451         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45452         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45453         * sysdeps/powerpc/powerpc32/start.S: ... here.
45454         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45455         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45456         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45458         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45459         * sysdeps/powerpc/ifunc-sel.h: ... here.
45460         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45461         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45463         * sysdeps/sparc/elf/configure.in: Moved to ...
45464         * sysdeps/sparc/configure.in: ... here.
45465         * sysdeps/sparc/elf/configure: Delete file.
45466         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45467         * sysdeps/sparc/sparc32/start.S: ... here.
45468         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45469         * sysdeps/sparc/sparc64/start.S: ... here.
45470         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45471         * sysdeps/sparc/sparc32/Makefile: ... this.
45472         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45473         * sysdeps/sparc/sparc64/Makefile: ... this.
45475         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45476         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45477         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45478         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45479         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45480         * sysdeps/s390/s390-32/setjmp.S: ... here.
45481         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45482         * sysdeps/s390/s390-32/configure.in: ... here.
45483         * sysdeps/s390/s390-32/elf/configure: Delete file.
45484         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45485         * sysdeps/s390/s390-32/start.S: ... here.
45487         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45488         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45489         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45490         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45491         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45492         * sysdeps/s390/s390-64/setjmp.S: ... here.
45493         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45494         * sysdeps/s390/s390-64/configure.in: ... here
45495         * sysdeps/s390/s390-64/elf/configure: Delete file.
45496         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45497         * sysdeps/s390/s390-64/start.S: ... here.
45498         * sysdeps/s390/s390-64/elf/configure: Delete.
45500         * configure.in: Remove support for elf directories in sysdeps.
45502         * configure: Regenerated.
45503         * sysdeps/i386/configure: Regenerated.
45504         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45505         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45506         * sysdeps/s390/s390-32/configure: Regenerated.
45507         * sysdeps/s390/s390-64/configure: Regenerated.
45508         * sysdeps/sh/configure: Regenerated.
45509         * sysdeps/sparc/configure: Regenerated.
45510         * sysdeps/x86_64/configure: Regenerated.
45512 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45514         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45516         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45517         denormal result into account.
45519 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45521         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45522         Reported by Allan McRae <allan@archlinux.org>.
45524 2012-03-23  Jeff Law  <law@redhat.com>
45526         * nss/getnssent.c (__nss_getent): Fix typo.
45528 2012-03-23  David S. Miller  <davem@davemloft.net>
45530         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45532 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45534         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45535         to pad to uint64_t for each field.
45536         (dl_tls_index): Replace unsigned long with uint64_t.
45538 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45539         Paul Pluzhnikov  <ppluzhnikov@google.com>
45541         [BZ #6528]
45542         * grp/Makefile (otherlibs): Don't set it.
45543         * inet/Makefile (otherlibs): Likewise.
45544         * login/Makefile (otherlibs): Likewise.
45545         * nscd/Makefile (otherlibs): Likewise.
45546         * posix/Makefile (otherlibs): Likewise.
45547         * pwd/Makefile (otherlibs): Likewise.
45548         * rt/Makefile (otherlibs): Likewise.
45549         * sunrpc/Makefile (otherlibs): Likewise.
45550         * nss/Makefile (otherlibs): Likewise.
45551         Add libnss_files to routines and static-only-routines.
45552         ($(objpfx)getent): Remove rule.
45553         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45554         static-only-routines.
45556 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45558         [BZ #13892]
45559         * math/s_cexp.c: Include <float.h>.
45560         (__cexp): Handle exp result overflowing not necessarily
45561         overflowing both real and imaginary parts of result.
45562         * math/s_cexpf.c: Likewise.
45563         * math/s_cexpl.c: Likewise.
45564         * math/libm-test.inc (cexp_test): Add more tests.
45565         * sysdeps/i386/fpu/libm-test-ulps: Update.
45566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45568 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45570         * include/link.h (ELFW): New macro.
45571         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45572         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45574 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45576         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45577         with uint64_t.
45579 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45581         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45582         declaration.
45583         (struct La_x32_retval): Likewise.
45585 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45587         * sysdeps/x86_64/preconfigure.in: New file.
45588         * sysdeps/x86_64/preconfigure: New generated file.
45590 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45592         [BZ #13824]
45593         * math/e_exp2l.c: Include <float.h>.
45594         (__ieee754_exp2l): Handle overflow and underflow cases
45595         separately.  Only pass fractional part of argument to
45596         __ieee754_expl.
45597         * math/libm-test.inc (exp2_test): Add more tests.
45599         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45600         negating x to take absolute value.
45601         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45602         Likewise.
45603         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45604         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45605         Likewise.
45606         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45607         computing low part if x was negated.
45608         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45610 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45612         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45613         la_x32_gnu_pltexit.
45614         (pltexit): Cast int_retval to ptrdiff_t.
45615         * elf/tst-auditmod3b.c: Likewise.
45616         * elf/tst-auditmod4b.c: Likewise.
45617         * elf/tst-auditmod5b.c: Likewise.
45618         * elf/tst-auditmod6b.c: Likewise.
45619         * elf/tst-auditmod6c.c: Likewise.
45620         * elf/tst-auditmod7b.c: Likewise.
45622         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45623         and x32_gnu_pltexit.
45625         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45626         __ELF_NATIVE_CLASS.
45627         (La_x32_regs): New macro.
45628         (La_x32_retval): Likewise.
45629         (la_x32_gnu_pltenter): New function prototype.
45630         (la_x32_gnu_pltexit): Likewise.
45632 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45634         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45635         exponent.
45637         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45639         * configure.in (libc_cv_cc_nofma): Check for option to disable
45640         generation of FMA instructions.
45641         * configure: Regenerate.
45642         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45643         * sysdeps/ieee754/dbl-64/Makefile: New file.
45644         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45645         Remove brandred-fma4.
45646         (CFLAGS-brandred-fma4.c): Remove.
45647         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45648         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45649         define.
45650         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45651         define.
45653 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45655         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45656         LLONG_MAX != LONG_MAX.
45657         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45658         (_fitoa_word): Likewise.
45659         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45660         LLONG_MAX != LONG_MAX.
45661         * stdio-common/_itowa.h: Include <_itoa.h>.
45662         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45663         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45664         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45665         only if not defined.
45666         (_ITOA_WORD_TYPE): Likewise.
45667         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45668         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45670 2012-03-21  David S. Miller  <davem@davemloft.net>
45672         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45674 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45676         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45677         of x86_64 when setting libc_cv_slibdir, libdir and
45678         libc_cv_localedir.
45679         * sysdeps/unix/sysv/linux/configure: Regenerated.
45681 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45683         * manual/lang.texi (Old Varargs): Remove section.
45684         (How Variadic): Update menu.
45685         (va_start): Do not mention varargs.h.
45687 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45688             Joseph Myers  <joseph@codesourcery.com>
45690         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45691         link test.
45692         * configure: Regenerated.
45694 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45696         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45697         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45698         conformtest.pl
45700 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45702         * NOTES: Remove.
45703         * Makefile (files-for-dist): Remove NOTES.
45704         (NOTES): Remove rule.
45705         * README: Don't refer to NOTES.
45706         * manual/creature.texi: Don't include macros.texi.
45707         * manual/intro.texi (creature.texi): Remove comment referring to
45708         NOTES.
45710         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45711         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45712         * configure: Regenerated.
45713         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45714         LIBC_TRY_CC_OPTION.
45715         (libc_cv_as_i686): Likewise.
45716         (libc_cv_cc_avx): Likewise.
45717         (libc_cv_cc_sse2avx): Likewise.
45718         (libc_cv_cc_fma4): Likewise.
45719         (libc_cv_cc_novzeroupper): Likewise.
45720         * sysdeps/i386/configure: Regenerated.
45722         [BZ #13883]
45723         * sysdeps/i386/fpu/s_cexp.S: Remove.
45724         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45725         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45726         * math/libm-test.inc (cexp_test): Add more tests.
45727         * sysdeps/i386/fpu/libm-test-ulps: Update.
45728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45730 2012-03-21  Allan McRae  <allan@archlinux.org>
45732         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45734 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45736         [BZ #13871]
45737         * math/w_exp2.c: Do not include <float.h>.
45738         (o_threshold, u_threshold): Remove.
45739         (__exp2): Calculate result before checking finiteness and calling
45740         __kernel_standard.
45741         * math/w_exp2f.c: Likewise.
45742         * math/w_exp2l.c: Likewise.
45743         * math/libm-test.inc (exp2_test): Require overflow exception for
45744         1e6 input.
45746         [BZ #3866]
45747         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45748         range of signed 64-bit integers before using fistpll.  Remove
45749         checks for whether integers fit in mantissa bits.
45750         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45751         the range of signed 32-bit integers before using fistpl.  Remove
45752         checks for whether integers fit in mantissa bits.
45753         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45754         (__ieee754_powl): Test for y outside the range of signed 64-bit
45755         integers before using fistpll.  Reduce 64-bit values to 63-bit
45756         ones as needed.
45757         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45758         divide-by-zero is raised for zero to large negative powers.
45759         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45760         (__ieee754_powl): Test for y outside the range of signed 64-bit
45761         integers before using fistpll.  Reduce 64-bit values to 63-bit
45762         ones as needed.
45763         * math/libm-test.inc (pow_test): Add more tests.
45765 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45767         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45768         <stdio-common/_itoa.h>.
45769         * debug/segfault.c: Likewise.
45770         * elf/dl-cache.c: Likewise.
45771         * elf/dl-minimal.c: Likewise.
45772         * elf/dl-misc.c: Likewise.
45773         * elf/dl-sysdep.c: Likewise.
45774         * elf/dl-version.c: Likewise.
45775         * elf/rtld.c: Likewise.
45776         * hurd/hurdsock.c: Likewise.
45777         * hurd/lookup-retry.c: Likewise.
45778         * malloc/malloc.c: Likewise.
45779         * malloc/mtrace.c: Likewise.
45780         * nscd/nscd_getgr_r.c: Likewise.
45781         * nscd/nscd_getpw_r.c: Likewise.
45782         * nscd/nscd_getserv_r.c: Likewise.
45783         * posix/getopt_init.c: Likewise.
45784         * posix/wordexp.c: Likewise.
45785         * stdio-common/_itoa.c: Likewise.
45786         * stdio-common/printf_fphex.c: Likewise.
45787         * stdio-common/vfprintf.c: Likewise.
45788         * string/_strerror.c: Likewise.
45789         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45790         * sysdeps/i386/i686/hp-timing.h: Likewise.
45791         * sysdeps/mach/_strerror.c: Likewise.
45792         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45793         * sysdeps/mach/hurd/sethostid.c: Likewise.
45794         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45795         * sysdeps/mach/xpg-strerror.c: Likewise.
45796         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45797         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45798         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45799         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45800         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45801         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45802         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45803         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45804         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45805         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45806         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45807         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45808         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45809         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45810         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45811         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45812         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45813         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45814         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45815         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45816         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45818         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45820         * stdio-common/_itoa.h: Moved to ...
45821         * sysdeps/generic/_itoa.h: Here.
45823         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45825         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45826         instead of "_itoa.h" and "_itowa.h".
45827         * stdio-common/vfprintf.: Likewise.
45829 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45831         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45832         <bits/wordsize.h>.
45833         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45834         (__signbit): Likwise.
45835         (llrintf): Likwise.
45836         (llrint): Likwise.
45838 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45840         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45841         __WORDSIZE != 64.
45843 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45845         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45846         OVERFLOW_EXCEPTION_OK.
45847         * math/libm-test.inc ("Philosophy"): Update comment about
45848         exception testing.
45849         (OVERFLOW_EXCEPTION): Define.
45850         (OVERFLOW_EXCEPTION_OK): Likewise.
45851         (INVALID_EXCEPTION_OK): Renumber.
45852         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45853         (IGNORE_ZERO_INF_SIGN): Likewise.
45854         (test_exceptions): Handle FE_OVERFLOW.
45855         (exp10_test): Expect overflow exceptions.
45856         (exp2_test): Likewise.
45857         (expm1_test): Likewise.
45858         (nextafter_test): Likewise.
45859         (pow_test): Likewise.
45860         (scalbn_test): Likewise.
45861         (scalbln_test): Likewise.
45863 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45865         * sysdeps/x86_64/bits/atomic.h
45866         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45867         64bit integer.
45868         (atomic_exchange_acq): Likewise.
45869         (__arch_exchange_and_add_body): Likewise.
45870         (__arch_add_body): Likewise.
45871         (atomic_add_negative): Likewise.
45872         (atomic_add_zero): Likewise.
45874 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45876         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45877         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45879 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45881         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45882         Check __x86_64__ instead of __WORDSIZE.
45884 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45886         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45888 2012-03-19  David S. Miller  <davem@davemloft.net>
45890         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45892         * sysdeps/sparc/fpu/fenv_private.h: New file.
45893         * sysdeps/sparc/fpu/math_private.h: Use it.
45894         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45895         Remove.
45896         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45897         (libc_feholdexcept_setroundl): Remove.
45898         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45899         Remove.
45900         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45901         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45903 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45905         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45906         int64_t instead of long int.
45907         (INSERT_WORDS64): Likwise.
45909 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45911         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45912         _Unwind_GetCFA return to _Unwind_Ptr first.
45914 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45916         [BZ #13629]
45917         * math/s_clog.c: Include <float.h>.
45918         (__clog): Scale large or subnormal inputs.
45919         * math/s_clogf.c: Likewise.
45920         * math/s_clogl.c: Likewise.
45921         * math/s_clog10.c: Include <float.h>.
45922         (M_LOG10_2): Define.
45923         (__clog10): Scale large or subnormal inputs.
45924         * math/s_clog10f.c: Likewise.
45925         * math/s_clog10l.c: Likewise.
45926         * math/libm-test.inc (clog_test): Add more tests.
45927         (clog10_test): Likewise.
45928         * sysdeps/i386/fpu/libm-test-ulps: Update.
45929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45931         [BZ #11451]
45932         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45933         x and y.
45934         * math/libm-test.inc (atan2_test): Add another test.
45936         * Makerules (common-objdir-compile): Remove.
45937         * sysdeps/unix/Makefile (config-generated): Do not add
45938         $(unix-generated) to variable.
45939         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45940         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45941         Remove rule.
45942         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45943         Likewise.
45944         [generic bits/local_lim.h] (before-compile): Do not append to
45945         variable.
45946         [generic bits/local_lim.h] (common-generated): Likewise.
45947         [generic sys/param.h] (before-compile): Do not append to variable.
45948         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45949         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45950         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45951         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45952         include.
45953         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45954         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45955         [generic sys/param.h] ($(addprefix
45956         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45957         [generic sys/param.h] (common-generated): Do not append to
45958         variable.
45959         [generic sys/param.h] (sysdep_headers): Likewise.
45960         [generic bits/errno.h] (before-compile): Do not append to
45961         variable.
45962         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45963         rule.
45964         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45965         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45966         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45967         [generic bits/errno.h] (common-generated): Do not append to
45968         variable.
45969         [generic bits/ioctls.h] (before-compile): Do not append to
45970         variable.
45971         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45972         rule.
45973         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45974         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45975         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45976         rule.
45977         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45978         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45979         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45980         [generic bits/ioctls.h] (common-generated): Do not append to
45981         variable.
45982         [generic sys/syscall.h] (syscall.h): Remove variable.
45983         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45984         rule.
45985         [generic sys/syscall.h] (before-compile): Do not append to
45986         variable.
45987         [generic sys/syscall.h] (common-generated): Likewise.
45988         * sysdeps/unix/errnos-tmpl.c: Remove file.
45989         * sysdeps/unix/errnos.awk: Likewise.
45990         * sysdeps/unix/ioctls-tmpl.c: Likewise.
45991         * sysdeps/unix/ioctls.awk: Likewise.
45992         * sysdeps/unix/mk-local_lim.c: Likewise.
45993         * sysdeps/unix/snarf-ioctls: Likewise.
45995 2012-03-19  Richard Henderson  <rth@twiddle.net>
45997         * sysdeps/i386/fpu/fenv_private.h: New file.
45998         * sysdeps/i386/fpu/math_private.h: Use it.
45999         (math_opt_barrier, math_force_eval): Remove.
46000         (libc_feholdexcept_setround_53bit): Remove.
46001         (libc_feupdateenv_53bit): Remove.
46002         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46003         (math_opt_barrier, math_force_eval): Remove.
46004         (libc_feholdexcept): Remove.
46005         (libc_feholdexcept_setround): Remove.
46006         (libc_fetestexcept, libc_fesetenv): Remove.
46007         (libc_feupdateenv_test): Remove.
46008         (libc_feupdateenv, libc_feholdsetround): Remove.
46009         (libc_feresetround): Remove.
46011         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46012         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46014         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46015         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46016         (libc_feupdateenv_testl): New.
46017         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46018         (libc_feupdateenv_testf): New.
46019         (libc_feupdateenv): Use libc_feupdateenv_test.
46020         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46021         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46023         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46024         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46025         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46026         (libc_feresetround_noex): New.
46027         (libc_feresetround_noexf): New.
46028         (libc_feresetround_noexl): New.
46029         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46030         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46031         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46032         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46033         SET_RESTORE_ROUND.
46034         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46035         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46036         (__cos): Likewise.
46037         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46038         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46039         SET_RESTORE_ROUND_NOEX.
46040         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46041         SET_RESTORE_ROUND_NOEXF.
46042         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46043         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46044         (libc_feholdsetroundf): New.
46045         (libc_feresetround, libc_feresetroundf): New.
46047         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46048         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46049         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46051         * sysdeps/generic/math_private.h: Include <fenv.h>.
46052         (default_libc_feholdexcept): New.
46053         (default_libc_feholdexcept_setround): New.
46054         (default_libc_fesetenv, default_libc_feupdateenv): New.
46055         (libc_feholdexcept): Only define if undefined.
46056         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46057         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46058         (libc_feholdexcept_setroundl): Likewise.
46059         (libc_feholdexcept_setround_53bit): Likewise.
46060         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46061         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46062         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46063         (libc_feupdateenv_53bit): Likewise.
46064         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46065         (libc_feholdexcept): Convert from macro to inline function.
46066         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46067         (libc_fesetenv, libc_feupdateenv): Likewise.
46069         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46070         not previously defined.
46071         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46072         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46073         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46074         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46075         * sysdeps/ieee754/flt-32/math_private.h: New file.
46076         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46077         math_private.h below SET_FLOAT_WORD.
46078         (__isnan, __isinf_ns, __finite): Remove.
46079         (__isnanf, __isinf_nsf, __finitef): Remove.
46081 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46085 2012-03-17  David S. Miller  <davem@davemloft.net>
46087         [BZ #6471]
46088         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46089         for 2.16.
46091 2012-03-16  David S. Miller  <davem@davemloft.net>
46093         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46094         warnings.
46096         [BZ #6471]
46097         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46098         properly.
46099         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46100         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46101         sysdep_routines when subdir is sysvipc.
46102         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46103         __getshmlba helper.
46105         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46107 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46109         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46110         [__LP64__].
46112 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46114         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46115         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46116         (__lround): Renamed to ...
46117         (__llround): This.  Replace long int with long long int.
46118         Define lround functions as aliases of llround functions.
46119         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46121 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46123         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46124         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46125         adresses to uintptr_t.  Replace "long int" and "unsigned long
46126         int" with "greg_t" on va_arg.
46128 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46130         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46131         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46133         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46134         Move e_machine check before EI_CLASS check.  Handle x32
46135         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46136         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46137         SKIP_EM_IA_64 and include
46138         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46140         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46141         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46142         (add_system_dir): New macro.
46144         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46145         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46147 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46149         [BZ #2551]
46150         [BZ #2552]
46151         [BZ #2553]
46152         [BZ #2554]
46153         [BZ #2562]
46154         [BZ #2563]
46155         [BZ #2565]
46156         [BZ #2566]
46157         [BZ #2576]
46158         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46159         (y0): Likewise.
46160         * math/w_j0f.c (j0f): Likewise.
46161         (y0f): Likewise.
46162         * math/w_j0l.c (__j0l): Likewise.
46163         (__y0l): Likewise.
46164         * math/w_j1.c (j1): Likewise.
46165         (y1): Likewise.
46166         * math/w_j1f.c (j1f): Likewise.
46167         (y1f): Likewise.
46168         * math/w_j1l.c (__j1l): Likewise.
46169         (__y1l): Likewise.
46170         * math/w_jn.c (jn): Likewise.
46171         (yn): Likewise.
46172         * math/w_jnf.c (jnf): Likewise.
46173         (ynf): Likewise.
46174         * math/w_jnl.c (__jnl): Likewise.
46175         (__ynl): Likewise.
46176         * math/libm-test.inc (j0_test): Add more tests.
46177         (j1_test): Likewise.
46178         (jn_test): Likewise.  Add trailing semicolon to existing test.
46179         (y0_test): Likewise.
46180         (y1_test): Likewise.
46181         * sysdeps/i386/fpu/libm-test-ulps: Update.
46182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46184         [BZ #13851]
46185         [BZ #13854]
46186         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46187         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46188         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46189         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46190         (__tanl): Set errno for infinite argument.
46191         * sysdeps/i386/fpu/mptan.c: Remove.
46192         * sysdeps/i386/fpu/s_tan.S: Likewise.
46193         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46194         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46195         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46196         * math/libm-test.inc (tan_test): Add more tests and enable more
46197         tests for double and long double.
46198         * sysdeps/i386/fpu/libm-test-ulps: Update.
46199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46201 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46203         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46204         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46206 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46208         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46209         * configure.in: Use it for both main tree and add-ons.
46210         * configure: Regenerated.
46212 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46214         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46216 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46218         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46219         in comment.
46221         [BZ #13851]
46222         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46223         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46224         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46225         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46226         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46227         infinite argument.
46228         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46229         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46230         != 0 for prec == 2.
46231         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46232         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46233         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46234         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46235         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46236         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46237         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46238         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46239         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46240         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46241         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46242         * math/libm-test.inc (cos_test): Add more tests and enable more
46243         tests for long double.
46244         (sin_test): Likewise.
46245         (sincos_test): Likewise.
46246         * sysdeps/i386/fpu/libm-test-ulps: Update.
46247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46249 2012-03-16  David S. Miller  <davem@davemloft.net>
46251         * sysdeps/sparc/fpu/math_private.h: New file.
46253 2012-03-15  David S. Miller  <davem@davemloft.net>
46255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46256         file.
46257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46259         file.
46260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46261         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46262         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46263         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46264         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46265         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46266         sysdep routines.
46267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46269         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46270         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46272         * sysdeps/sparc/sparc-ifunc.h: New file.
46273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46274         sparc-ifunc.h
46275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46277         Likewise.
46278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46279         Likewise.
46280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46284         Likewise.
46285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46290         Likewise.
46291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46292         Likewise.
46293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46297         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46298         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46299         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46300         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46301         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46302         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46303         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46304         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46305         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46306         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46307         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46308         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46309         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46310         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46311         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46312         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46313         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46314         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46315         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46316         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46318 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46320         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46321         scaling.
46322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46324 2012-03-15  Andreas Jaeger  <aj@suse.de>
46326         [BZ #13852]
46327         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46328         ieee754/flt-32 implementation for sin, cos and sincos.
46329         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46330         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46331         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46332         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46333         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46334         ieee754/flt-32 implementation for tan.
46336         * math/libm-test.inc (cos_test): Enable some large input tests for
46337         float as well
46338         (sin_test): Likewise.
46339         (sincos_test): Likewise.
46340         (tan_test): Add tests for large input.
46342         * sysdeps/i386/fpu/libm-test-ulps: Update.
46344 2012-03-15  Andreas Jaeger  <aj@suse.de>
46346         [BZ #13658]
46347         * math/libm-test.inc (cos_test): Add more test cases.
46348         (sin_test): Likewise.
46349         (sincos_test): Likewise.
46351 2012-03-15  Andreas Jaeger  <aj@suse.de>
46353         [BZ #13837]
46354         * math/libm-test.inc (cos_test): Add a test case for large input
46355         value.
46356         (sin_test): Likewise.
46357         (sincos_test): Likewise.
46359 2012-03-15  Andreas Jaeger  <aj@suse.de>
46360             Joseph Myers  <joseph@codesourcery.com>
46362         [BZ #13658]
46363         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46364         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46365         * sysdeps/i386/fpu/branred.c: Likewise.
46366         * sysdeps/i386/fpu/dosincos.c: Likewise.
46367         * sysdeps/i386/fpu/mpa.c: Likewise.
46368         * sysdeps/i386/fpu/s_cos.S: Likewise.
46369         * sysdeps/i386/fpu/s_sin.S: Likewise.
46370         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46371         * sysdeps/i386/fpu/sincos32.c: Likewise.
46373         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46374         Define.
46375         (libc_feupdateenv_53bit): Define.
46376         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46377         Define.
46378         (libc_feupdateenv_53bit): Define.
46380         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46381         53 bit (without extend i386 double precision).
46383         * math/libm-test.inc (sincos_test): Add tests for large input.
46384         (sin): Likewise.
46385         (cos): Likewise.
46387         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46389 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46393 2012-03-15  David S. Miller  <davem@davemloft.net>
46395         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46396         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46397         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46398         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46399         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46400         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46401         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46403         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46404         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46405         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46406         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46407         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46408         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46409         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46411         file.
46412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46414         file.
46415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46417         file.
46418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46420         file.
46421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46422         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46423         fmin/fmax sysdep routines.
46424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46426 2012-03-14  David S. Miller  <davem@davemloft.net>
46428         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46429         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46430         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46431         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46432         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46433         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46434         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46435         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46436         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46437         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46438         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46439         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46440         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46441         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46442         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46443         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46444         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46445         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46446         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46447         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46448         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46449         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46450         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46451         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46452         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46453         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46454         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46455         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46456         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46457         routines.
46458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46459         file.
46460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46462         file.
46463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46465         file.
46466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46468         file.
46469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46471         file.
46472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46474         file.
46475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46476         file.
46477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46478         file.
46479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46480         file.
46481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46482         New file.
46483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46484         file.
46485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46486         file.
46487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46489         file.
46490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46492         file.
46493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46495         file.
46496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46498         VIS3 routines.
46500         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46501         New file.
46503         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46505         * sysdeps/sparc/configure.in: New file.
46506         * sysdeps/sparc/configure: Generate.
46507         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46508         * configure: Regenerate.
46509         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46510         * config.make.in (have-as-vis3): New.
46511         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46512         available use -Av9d instead of -Av9a.
46513         * sysdeps/sparc/sparc64/Makefile: Likewise.
46514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46516         New file.
46517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46518         file.
46519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46520         New file.
46521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46522         file.
46523         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46524         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46525         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46526         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46527         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46529         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46530         fzeros/fnegs to load 0x80000000 into a float register instead of
46531         using the stack.
46532         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46534 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46536         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46537         bits/syscall.h.
46538         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46539         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46540         ($(inst_includedir)/bits/syscall.h): Remove rule.
46541         ($(objpfx)bits/syscall.d): Include instead of
46542         $(objpfx)syscall-list.d.
46543         (generated): Change syscall-list.h and syscall-list.d to
46544         bits/syscall.h and bits/syscall.d.
46546 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46548         [BZ #13846]
46549         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46551 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46553         [BZ #13841]
46554         * math/s_csqrt.c: Include <float.h>.
46555         (__csqrt): Scale large or subnormal inputs.
46556         * math/s_csqrtf.c: Likewise.
46557         * math/s_csqrtl.c: Likewise.
46558         * math/libm-test.inc (csqrt_test): Add more tests.
46559         * sysdeps/i386/fpu/libm-test-ulps: Update.
46560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46562         [BZ #13840]
46563         * math/libm-test.inc (hypot_test): Add more tests.
46565 2012-03-13  David S. Miller  <davem@davemloft.net>
46567         [BZ #13840]
46568         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46569         double-precision for the calculation instead of scaling.
46571 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46573         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46574         manipulate bits before adding and subtracting TWO52[sx].
46575         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46576         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46577         Likewise.
46578         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46580 2012-03-13  David S. Miller  <davem@davemloft.net>
46582         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46583         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46584         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46585         rtld-global-offsets.h
46586         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46588         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46589         large parameters.
46591         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46593         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46594         'err' in the ifdef scope in which it is actually used.
46596         * nss/nss_db/db-init.c: Include string.h
46598 2012-03-12  David S. Miller  <davem@davemloft.net>
46600         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46601         masking out of the most significant byte of random value used.
46602         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46603         Fix coding style in previous change.
46605         * sysdeps/unix/sysv/linux/kernel-features.h
46606         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46607         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46608         expression.
46609         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46610         later.
46612 2012-03-11  David S. Miller  <davem@davemloft.net>
46614         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46615         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46616         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46617         for 'resultvar' otherwise things get truncated on 64-bit.
46619         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46620         Fix masking out of the most significant byte of random value used.
46622         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46624 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46626         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46628 2012-03-09  David S. Miller  <davem@davemloft.net>
46630         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46631         variables with appropriate CPP guards.
46632         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46633         from the frame pointer, not the stack pointer.  Correct layout
46634         comments.  Fix test on resulting framesize and the management of
46635         the outregs buffer for pltexit.  Preserve floating point return
46636         values across _dl_call_pltexit call.
46637         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46638         framesize and the management of the outregs buffer for pltexit.
46639         Preserve floating point return values across _dl_call_pltexit
46640         call.
46641         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46642         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46643         (la_sparc64_gnu_pltexit): New functions.
46644         (print_exit): Fix format string for return register value.
46646 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46648         * sunrpc/Makefile (others): Add rpcgen.
46649         ($(objpfx)rpcgen): Remove special build rule and dependency on
46650         libc.
46651         * sunrpc/rpcgen.c: New file.
46653 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46655         [BZ #13673]
46656         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46657         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46658         * sysdeps/i386/crti.S: Likewise.
46659         * sysdeps/i386/crtn.S: Likewise.
46660         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46661         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46662         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46663         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46664         * sysdeps/sh/crti.S: Likewise.
46665         * sysdeps/sh/crtn.S: Likewise.
46666         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46668         [BZ #13673]
46669         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46670         with URL.
46671         * locale/programs/locfile-kw.gperf: Likewise.
46672         * locale/programs/charmap-kw.h: Regenerated.
46673         * locale/programs/locfile-kw.h: Likewise.
46675         [BZ #13673]
46676         * intl/plural.y: Replace FSF snail mail address with URL.
46677         * intl/plural.c: Regenerated.
46679 2012-03-09  Richard Henderson  <rth@twiddle.net>
46681         * include/math_private.h: Remove file.
46682         * math/math_private.h: Move file ...
46683         * sysdeps/generic/math_private.h: ... here.
46685         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46686         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46687         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46689         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46690         and <math_private.h>.
46691         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46692         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46693         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46694         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46695         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46696         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46697         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46698         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46699         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46700         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46701         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46702         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46703         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46704         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46705         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46706         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46707         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46708         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46709         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46710         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46711         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46712         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46713         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46714         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46715         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46716         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46717         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46718         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46719         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46720         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46721         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46722         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46723         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46724         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46725         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46726         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46727         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46728         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46729         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46730         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46731         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46732         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46733         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46734         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46735         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46736         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46737         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46738         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46739         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46740         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46741         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46742         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46743         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46744         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46745         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46746         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46747         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46748         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46749         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46750         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46751         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46752         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46753         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46754         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46755         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46756         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46757         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46758         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46759         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46760         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46761         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46762         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46763         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46764         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46765         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46766         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46767         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46768         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46769         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46770         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46771         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46772         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46773         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46774         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46775         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46776         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46777         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46778         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46779         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46780         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46781         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46782         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46783         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46784         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46785         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46786         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46787         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46788         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46789         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46790         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46791         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46792         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46793         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46794         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46795         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46796         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46797         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46798         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46799         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46800         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46801         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46802         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46803         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46804         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46805         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46806         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46807         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46808         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46809         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46810         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46811         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46812         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46813         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46814         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46815         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46816         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46817         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46818         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46819         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46820         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46821         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46822         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46823         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46824         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46825         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46826         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46827         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46828         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46829         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46830         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46831         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46832         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46833         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46834         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46835         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46836         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46837         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46838         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46839         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46840         * sysdeps/ieee754/k_standard.c: Likewise.
46841         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46842         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46843         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46844         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46845         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46846         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46847         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46848         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46849         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46850         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46851         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46852         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46853         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46854         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46855         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46856         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46857         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46858         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46859         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46860         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46861         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46862         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46863         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46864         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46865         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46866         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46867         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46868         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46869         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46870         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46871         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46872         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46873         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46874         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46875         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46876         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46877         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46878         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46879         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46880         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46881         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46882         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46883         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46884         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46885         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46886         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46887         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46888         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46889         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46890         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46891         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46892         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46893         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46894         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46895         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46896         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46897         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46898         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46899         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46900         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46901         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46902         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46903         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46904         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46905         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46907         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46908         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46909         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46910         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46911         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46912         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46913         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46914         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46915         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46916         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46917         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46918         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46919         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46920         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46921         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46922         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46923         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46924         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46925         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46926         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46928         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46929         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46930         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46931         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46956         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46957         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46960         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46961         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46963         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46968         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46973         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46989         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46990         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46991         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46999         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47000         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47001         * sysdeps/ieee754/s_lib_version.c: Likewise.
47002         * sysdeps/ieee754/s_matherr.c: Likewise.
47003         * sysdeps/ieee754/s_signgam.c: Likewise.
47004         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47005         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47006         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47007         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47008         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47009         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47010         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47011         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47012         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47013         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47014         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47015         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47016         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47017         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47018         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47019         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47020         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47021         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47022         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47023         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47024         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47026 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47028         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47029         * sunrpc/rpc_main.c: Likewise.
47030         * sunrpc/rpc_svcout.c: Likewise.
47032 2012-03-09  David S. Miller  <davem@davemloft.net>
47034         * include/math_private.h: New file.
47036 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47038         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47039         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47040         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47041         from <bits/socket_type.h>.
47042         (enum __socket_type): Don't define here.
47043         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47044         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47045         bits/socket_type.h.
47047         [BZ #13566]
47048         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47049         checking __USE_GNU.
47051         * Makerules ($(inst_includedir)/%.h): New rule.
47052         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47053         (install-others): Remove variable setting.
47054         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47056 2012-03-08  Richard Henderson  <rth@twiddle.net>
47058         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47059         from macro to inline function; merge with the
47060         !__LIBC_INTERNAL_MATH_INLINES version.
47061         (__ieee754_sqrtf): Likewise.
47063         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47064         to inline function.
47065         (__rintf, __floor, __floorf): Likewise.
47067         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47068         macro to inline function.
47069         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47071         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47072         not <math/math_private.h>.
47074 2012-03-08  David S. Miller  <davem@davemloft.net>
47076         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47077         copyright year.
47078         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47080 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47082         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47083         normalization.
47084         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47085         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47087 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47089         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47090         be defined individually, they must be defined as a block.  Define
47091         S for printing a string instead of hidint the different by using a
47092         macro for adding the 'l'.
47093         * stdio-common/tst-fphex-wide.c: Adjust.
47095 2012-03-07  Marek Polacek  <polacek@redhat.com>
47097         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47099 2012-03-08  Marek Polacek  <polacek@redhat.com>
47101         [BZ #13806]
47102         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47103         * stdio-common/tst-fphex.c: Define a few macros to make the
47104         test reusable.  Use them.
47105         * stdio-common/tst-fphex-wide.c: New file.
47107 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47109         [BZ #6911]
47110         * manual/macros.texi (gnusystems): New macro.
47111         (nongnusystems): Likewise.
47112         (gnulinuxhurdsystems): Likewise.
47113         (gnuhurdsystems): Likewise..
47114         (gnulinuxsystems): Likewise.
47115         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47116         variants of the GNU system, not "GNU system".
47117         * manual/conf.texi: Likewise.
47118         * manual/errno.texi: Likewise.  Update example of errno macro
47119         expansion.
47120         * manual/filesys.texi: Likewise.
47121         (getumask): Document as specific to GNU/Hurd.
47122         * manual/install.texi: Likewise.  Reword some references to
47123         GNU/Linux.
47124         * manual/intro.texi: Likewise.
47125         * manual/io.texi: Likewise.
47126         (File Name Portability): Detail which constraints are inapplicable
47127         to all GNU systems and which are only inapplicable to GNU/Hurd.
47128         * manual/job.texi: Likewise.
47129         * manual/llio.texi: Likewise.
47130         (O_NOCTTY): Document as present on GNU/Linux.
47131         * manual/maint.texi: Likewise.
47132         * manual/memory.texi: Likewise.
47133         * manual/pattern.texi: Likewise.
47134         * manual/pipe.texi: Likewise.
47135         * manual/process.texi: Likewise.
47136         * manual/resource.texi: Likewise.
47137         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47138         child on GNU/Hurd.
47139         * manual/setjmp.texi: Likewise.
47140         * manual/signal.texi: Likewise.
47141         * manual/startup.texi: Likewise.
47142         * manual/stdio.texi: Likewise.
47143         * manual/terminal.texi: Likewise.
47144         (ONLCR): Document as POSIX.
47145         (OXTABS): Document availability on GNU/Linux as XTABS.
47146         (ONOEOT): Document availability separately from other bits.
47147         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47148         * manual/time.texi: Likewise.
47149         * manual/users.texi: Likewise.
47150         * INSTALL: Regenerated.
47151         * sysdeps/gnu/errlist.c: Regenerated.
47153         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47154         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47155         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47156         puts.
47157         * configure: Regenerated.
47159 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47161         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47162         default includes instead of AC_HEADER_CHECK.
47163         * sysdeps/i386/configure: Regenerated.
47165         [BZ #10716]
47166         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47167         * math/s_cacoshf.c (__cacoshf): Likewise.
47168         * math/s_cacoshl.c (__cacoshl): Likewise.
47169         * math/s_casinh.c (__casinh): Set signs of result from argument.
47170         * math/s_casinhf.c (__casinhf): Likewise.
47171         * math/s_casinhl.c (__casinhl): Likewise.
47172         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47173         (casinh_test): Add more tests.
47174         * sysdeps/i386/fpu/libm-test-ulps: Update.
47175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47177 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47179         * po/zh_TW.po: Update from translation team.
47181         * login/Makefile (distribute): Remove variable.
47182         * catgets/Makefile: Likewise.
47183         * mach/Makefile: Likewise.
47184         * malloc/Makefile: Likewise.
47185         * misc/Makefile: Likewise.
47186         * iconv/Makefile: Likewise.
47187         * nscd/Makefile: Likewise.
47188         * hurd/Makefile: Likewise.
47189         * manual/Makefile: Likewise.
47190         * locale/Makefile: Likewise.
47191         * intl/Makefile: Likewise.
47192         * conform/Makefile: Likewise.
47193         * nss/Makefile: Likewise.
47194         * time/Makefile: Likewise.
47195         * soft-fp/Makefile: Likewise.
47196         * dirent/Makefile: Likewise.
47197         * gmon/Makefile: Likewise.
47198         * po/Makefile: Likewise.
47199         * rt/Makefile: Likewise.
47200         * socket/Makefile: Likewise.
47201         * math/Makefile: Likewise.
47202         * signal/Makefile: Likewise.
47203         * debug/Makefile: Likewise.
47204         * elf/Makefile: Likewise.
47205         * timezone/Makefile: Likewise.
47206         * stdlib/Makefile: Likewise.
47207         * iconvdata/Makefile: Likewise.
47208         * sunrpc/Makefile: Likewise.
47209         * io/Makefile: Likewise.
47210         * argp/Makefile: Likewise.
47211         * inet/Makefile: Likewise.
47212         * hesiod/Makefile: Likewise.
47213         * grp/Makefile: Likewise.
47214         * csu/Makefile: Likewise.
47215         * wctype/Makefile: Likewise.
47216         * crypt/Makefile: Likewise.
47217         * libio/Makefile: Likewise.
47218         * string/Makefile: Likewise.
47219         * nis/Makefile: Likewise.
47220         * resolv/Makefile: Likewise.
47221         * stdio-common/Makefile: Likewise.
47222         * wcsmbs/Makefile: Likewise.
47223         * dlfcn/Makefile: Likewise.
47224         * posix/Makefile: Likewise.
47226         [BZ #6959]
47227         * timezone/Makefile: Don't install timezone files, just the programs
47228         and scripts.
47230 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47232         * nss/databases.def: Add missing gshadow entry.
47234         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47236 2012-03-06  Marek Polacek  <polacek@redhat.com>
47238         [BZ #13726]
47239         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47240         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47241         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47242         * stdio-common/tst-long-dbl-fphex.c: New file.
47244 2012-03-06  David S. Miller  <davem@davemloft.net>
47246         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47247         (set_obp_int): New function.
47248         (get_obp_int): New function.
47249         (__get_clockfreq_via_dev_openprom): Likewise.
47250         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47251         Avoid unused variable warnings on 'val' and use builtin_expect.
47252         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47253         __builtin_expect.
47254         (INLINE_CLONE_SYSCALL): Likewise.
47256 2012-03-05  David S. Miller  <davem@davemloft.net>
47258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47260 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47264         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47265         only for |x| >= 40.
47266         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47268 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47270         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47271         Replace gettimeofday with __vdso_gettimeofday.
47273         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47274         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47275         __vdso_clock_gettime and __vdso_getcpu.
47277         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47278         time with __vdso_time.
47280 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47282         * manual/lang.texi (size_t): Note types to which size_t may be
47283         equivalent with the GNU C Library, but do not describe when
47284         differences between them are significant.
47286 2012-03-05  Andreas Jaeger  <aj@suse.de>
47288         * sysdeps/i386/fpu/libm-test-ulps: Update.
47290 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47292         [BZ #3976]
47293         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47294         (__ieee754_pow): Save and restore rounding mode and use
47295         round-to-nearest for main computations.
47296         * math/libm-test.inc (pow_test_tonearest): New function.
47297         (pow_test_towardzero): Likewise.
47298         (pow_test_downward): Likewise.
47299         (pow_test_upward): Likewise.
47300         (main): Call the new functions.
47301         * sysdeps/i386/fpu/libm-test-ulps: Update.
47302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47304         [BZ #3976]
47305         * math/libm-test.inc (cosh_test_tonearest): New function.
47306         (cosh_test_towardzero): Likewise.
47307         (cosh_test_downward): Likewise.
47308         (cosh_test_upward): Likewise.
47309         (sinh_test_tonearest): Likewise.
47310         (sinh_test_towardzero): Likewise.
47311         (sinh_test_downward): Likewise.
47312         (sinh_test_upward): Likewise.
47313         (main): Call the new functions.
47314         * sysdeps/i386/fpu/libm-test-ulps: Update.
47315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47317 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47319         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47320         default stack guard is set in last bytes.
47321         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47323 2012-03-05  Kees Cook  <keescook@chromium.org>
47325         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47327         [BZ #13656]
47328         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47329         possibly allocate from heap instead of stack.
47330         * stdio-common/bug-vfprintf-nargs.c: New file.
47331         * stdio-common/Makefile (tests): Add nargs overflow test.
47333 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47335         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47337 2012-03-03  Marek Polacek  <polacek@redhat.com>
47339         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47340         * math/math_private.h: Likewise.
47341         * stdlib/tst-strtod.c: Likewise.
47342         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47343         * sysdeps/x86_64/bits/atomic.h: Likewise.
47345 2012-03-02  David S. Miller  <davem@davemloft.net>
47347         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47348         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47351         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47352         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47353         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47354         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47356 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47358         [BZ #13792]
47359         * manual/examples/README: New file, says the example source files
47360         can be used under GPL>=2.
47361         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47362         line containing just "*/".
47363         * manual/examples/add.c: Add copyright header (GPL>=2).
47364         * manual/examples/argp-ex1.c: Likewise.
47365         * manual/examples/argp-ex2.c: Likewise.
47366         * manual/examples/argp-ex3.c: Likewise.
47367         * manual/examples/argp-ex4.c: Likewise.
47368         * manual/examples/atexit.c: Likewise.
47369         * manual/examples/db.c: Likewise.
47370         * manual/examples/dir.c: Likewise.
47371         * manual/examples/dir2.c: Likewise.
47372         * manual/examples/execinfo.c: Likewise.
47373         * manual/examples/filecli.c: Likewise.
47374         * manual/examples/filesrv.c: Likewise.
47375         * manual/examples/fmtmsgexpl.c: Likewise.
47376         * manual/examples/genpass.c: Likewise.
47377         * manual/examples/inetcli.c: Likewise.
47378         * manual/examples/inetsrv.c: Likewise.
47379         * manual/examples/isockad.c: Likewise.
47380         * manual/examples/longopt.c: Likewise.
47381         * manual/examples/memopen.c: Likewise.
47382         * manual/examples/memstrm.c: Likewise.
47383         * manual/examples/mkfsock.c: Likewise.
47384         * manual/examples/mkisock.c: Likewise.
47385         * manual/examples/mygetpass.c: Likewise.
47386         * manual/examples/pipe.c: Likewise.
47387         * manual/examples/popen.c: Likewise.
47388         * manual/examples/rprintf.c: Likewise.
47389         * manual/examples/search.c: Likewise.
47390         * manual/examples/select.c: Likewise.
47391         * manual/examples/setjmp.c: Likewise.
47392         * manual/examples/sigh1.c: Likewise.
47393         * manual/examples/sigusr.c: Likewise.
47394         * manual/examples/stpcpy.c: Likewise.
47395         * manual/examples/strdupa.c: Likewise.
47396         * manual/examples/strftim.c: Likewise.
47397         * manual/examples/strncat.c: Likewise.
47398         * manual/examples/subopt.c: Likewise.
47399         * manual/examples/swapcontext.c: Likewise.
47400         * manual/examples/termios.c: Likewise.
47401         * manual/examples/testopt.c: Likewise.
47402         * manual/examples/testpass.c: Likewise.
47403         * manual/examples/timeval_subtract.c: Likewise.
47405         [BZ #13792]
47406         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47407         function to ...
47408         * manual/timeval_subtract.c.texi: ... here, new file.
47410 2012-03-02  David S. Miller  <davem@davemloft.net>
47412         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47414 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47416         [BZ #3976]
47417         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47418         (__sin): Save and restore rounding mode and use round-to-nearest
47419         for all computations.
47420         (__cos): Save and restore rounding mode and use round-to-nearest
47421         for all computations.
47422         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47423         <fenv.h>.
47424         (tan): Save and restore rounding mode and use round-to-nearest for
47425         all computations.
47426         * math/libm-test.inc (cos_test_tonearest): New function.
47427         (cos_test_towardzero): Likewise.
47428         (cos_test_downward): Likewise.
47429         (cos_test_upward): Likewise.
47430         (sin_test_tonearest): Likewise.
47431         (sin_test_towardzero): Likewise.
47432         (sin_test_downward): Likewise.
47433         (sin_test_upward): Likewise.
47434         (tan_test_tonearest): Likewise.
47435         (tan_test_towardzero): Likewise.
47436         (tan_test_downward): Likewise.
47437         (tan_test_upward): Likewise.
47438         (main): Call the new functions.
47439         * sysdeps/i386/fpu/libm-test-ulps: Update.
47440         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47442         [BZ #10135]
47443         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47444         small n, then large n, before computing and testing k+n.
47445         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47446         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47447         Likewise.
47448         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47449         Likewise.
47450         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47451         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47452         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47453         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47454         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47455         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47456         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47457         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47458         * math/libm-test.inc (scalbn_test): Add more tests.
47459         (scalbln_test): Likewise.
47461         * manual/filesys.texi (mode_t): Describe constraints on size and
47462         signedness, not exact equivalence to a particular type.
47463         (ino_t): Likewise.
47464         (ino64_t): Likewise.
47465         (dev_t): Likewise.
47466         (nlink_t): Likewise.
47467         (blkcnt_t): Likewise.
47468         (blkcnt64_t): Likewise.
47469         * manual/llio.texi (off_t): Likewise.
47471         [BZ #3976]
47472         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47473         (__ieee754_exp): Save and restore rounding mode and use
47474         round-to-nearest for all computations.
47475         * math/libm-test.inc (exp_test_tonearest): New function.
47476         (exp_test_towardzero): Likewise.
47477         (exp_test_downward): Likewise.
47478         (exp_test_upward): Likewise.
47479         (main): Call the new functions.
47480         * sysdeps/i386/fpu/libm-test-ulps: Update.
47481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47483 2012-03-01  Chris Demetriou  <cgd@google.com>
47485         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47486         have predictable order.
47488 2012-03-01  David S. Miller  <davem@davemloft.net>
47490         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47492         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47493         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47494         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47495         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47497         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47498         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47499         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47500         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47501         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47502         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47503         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47504         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47505         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47507         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47509         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47510         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47511         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47513         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47514         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47515         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47516         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47517         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47518         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47519         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47520         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47521         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47522         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47523         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47524         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47525         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47526         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47527         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47528         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47529         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47530         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47531         * sysdeps/sparc/elf/configure: Regenerated.
47533 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47535         * configure.in (AS, LD): Require binutils 2.20 or later.
47536         * configure: Regenerated.
47537         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47538         as required minimum version.
47539         * INSTALL: Regenerated.
47541         [BZ #2541]
47542         [BZ #4108]
47543         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47544         before squaring exponent.
47545         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47546         bottom long double and 27 bits of top long double before squaring
47547         exponent.
47548         * math/libm-test.inc (erfc_test): Add more tests.
47549         * sysdeps/i386/fpu/libm-test-ulps: Update.
47550         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47553 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47555         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47556         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47557         containing bit-fields.
47558         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47559         * soft-fp/single.h (_FP_UNION_S): Likewise.
47560         * soft-fp/double.h (_FP_UNION_D): Likewise.
47562 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47564         [BZ #13786]
47565         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47566         not include ../strcmp.S.
47567         [USE_AS_STRNCASECMP_L]: Likewise.
47568         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47569         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47570         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47571         (__strncasecmp_l_ia32): Define as alias to
47572         __strncasecmp_l_nonascii.
47574         [BZ #5794]
47575         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47576         * sysdeps/i386/fpu/libm-test-ulps: Update.
47577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47579         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47582 2012-02-29  Jeff Law  <law@redhat.com>
47584         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47585         out of bounds read.
47587 2012-02-29  Marek Polacek  <polacek@redhat.com>
47589         [BZ #13706]
47590         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47591         * elf/Makefile: Add rules to run tst-unused-dep.out.
47593 2012-02-28  David S. Miller  <davem@davemloft.net>
47595         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47596         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47597         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47598         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47599         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47600         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47602 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47604         * math/libm-test.inc (llround_test): Move one test from
47605         lround_test.  Use TEST_f_L in moved test.
47606         (lround_test): Move misplaced test to llround_test.  Add testcase
47607         from bug 2561.
47609 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47611         * sysdeps/x86_64/fpu/e_expf.S: New file.
47612         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47614 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47616         [BZ #13637]
47617         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47618         of remain_len that may cause incomplete multi-byte character and
47619         false match.
47620         * posix/bug-regex33.c: New file.
47621         * posix/Makefile (tests): Add bug-regex33.
47623 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47625         * manual/macros.texi: New file.
47626         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47627         * manual/libc.texinfo: Include macros.texi.
47628         * manual/creatute.texi: Likewise.
47629         * manual/install.texi: Likewise.
47630         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47631         @glibcadj{} in references to the GNU C Library.
47632         * manual/charset.texi: Likewise.
47633         * manual/conf.texi: Likewise.
47634         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47635         when not using those macros.
47636         * manual/creature.texi: Likewise.
47637         * manual/crypt.texi: Likewise.
47638         * manual/errno.texi: Likewise.
47639         * manual/filesys.texi: Likewise.
47640         * manual/header.texi: Likewise.
47641         * manual/install.texi: Likewise.
47642         * manual/intro.texi: Likewise.
47643         * manual/io.texi: Likewise.
47644         * manual/job.texi: Likewise.
47645         * manual/lang.texi: Likewise.
47646         * manual/libc.texiinfo: Likewise.
47647         * manual/llio.texi: Likewise.
47648         * manual/locale.texi: Likewise.
47649         * manual/maint.texi: Likewise.
47650         * manual/math.texi: Likewise.
47651         * manual/memory.texi: Likewise.
47652         * manual/message.texi: Likewise.
47653         * manual/nss.texi: Likewise.
47654         * manual/pattern.texi: Likewise.
47655         * manual/process.texi: Likewise.
47656         * manual/resource.texi: Likewise.
47657         * manual/search.texi: Likewise.
47658         * manual/setjmp.texi: Likewise.
47659         * manual/signal.texi: Likewise.
47660         * manual/socket.texi: Likewise.
47661         * manual/startup.texi: Likewise.
47662         * manual/stdio.texi: Likewise.
47663         * manual/string.texi: Likewise.
47664         * manual/sysinfo.texi: Likewise.
47665         * manual/syslog.texi: Likewise.
47666         * manual/terminal.texi: Likewise.
47667         * manual/time.texi: Likewise.
47668         * manual/users.texi: Likewise.
47669         * INSTALL: Regenerated.
47670         * NOTES: Regenerated.
47671         * sysdeps/gnu/errlist.c: Regenerated.
47673 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47675         * include/dirent.h: Include <dirstream.h> before
47676         <dirent/dirent.h>.
47678 2012-02-28  David S. Miller  <davem@davemloft.net>
47680         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47681         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47682         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47683         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47685 2012-02-27  David S. Miller  <davem@davemloft.net>
47687         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47688         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47689         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47690         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47692         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47693         frame pointer instead of stack pointer relative arg slot.
47694         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47695         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47696         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47698 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47700         [BZ #3992]
47701         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47703 2012-02-27  David S. Miller  <davem@davemloft.net>
47705         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47706         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47707         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47708         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47709         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47710         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47711         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47712         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47714 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47716         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47717         later.  Allow versions 5-9.
47718         * configure: Regenerated.
47719         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47720         required minimum version and 4.6 as recommended version.  Do not
47721         mention bugs in GCC 2.7 and 2.8.
47722         * INSTALL: Regenerated.
47724 2012-02-27  David S. Miller  <davem@davemloft.net>
47726         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47727         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47728         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47729         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47730         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47731         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47732         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47733         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47735         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47736         manipulate bits before adding and subtracting TWO112[sx].
47737         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47739 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47741         [BZ #13775]
47742         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47743         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47744         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47745         being in POSIX, because they are in 1003.1-2008.
47747         * rt/tst-aio.c: Include <fcntl.h>.
47748         * rt/tst-aio7.c: Likewise.
47749         * rt/tst-aio64.c: Likewise.
47751         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47753 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47755         * manual/install.texi (--with-headers): Describe headers as
47756         interface headers, not private headers.
47757         (Specific advice for GNU/Linux systems): Describe use of headers
47758         from "make headers_install", not private headers from older
47759         kernels.
47760         * INSTALL: Regenerated.
47761         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47762         Change to 2.6.19.
47763         * sysdeps/unix/sysv/linux/configure: Regenerated.
47765         * manual/llio.texi (fclean): Remove documentation.
47767         * manual/Makefile (libc-texi-generated): New variable.  Include
47768         version.texi.
47769         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47770         $(libc-texi-generated), not duplicated list of files.
47771         (version.texi, stamp-version): New rules.
47772         (realclean): Remove $(libc-texi-generated), not individual files
47773         from that list.  Do not remove dir-add.texinfo.
47774         * manual/libc.texinfo: Comment out uses of edition numbers and
47775         references to printed manual.  Remove last-updated dates.
47776         (EDITION): Comment out.
47777         (ISBN): Likewise.
47778         (VERSION, UPDATED): Remove.
47779         (version.texi): Include.
47781 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47783         * sysdeps/posix/spawni.c: Include <signal.h>.
47784         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47785         * sysdeps/pthread/aio_fsync.c: Likewise.
47787 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47789         * conform/Makefile (tests): Run only when not cross-compiling and
47790         when fast-check is not defined.
47792         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47793         * conform/data/limits.h-data: Fixes for POSIX2008.
47794         * conform/run-conformtest.sh: Run all tests.
47795         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47796         headers.
47797         * include/bits/dlfcn.h: Likewise.
47798         * include/langinfo.h: Likewise.
47799         * include/monetary.h: Likewise.
47800         * include/sys/poll.h: Likewise.
47802         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47803         for __USE_GNU.
47804         * posix/spawn.h: Define __need_sigset_t.
47805         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47806         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47807         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47808         to get sigevent_t only.
47809         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47810         only for __USE_GNU.
47811         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47812         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47813         process_vm_writev only for __USE_GNU.
47814         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47816         * conform/Makefile: For now ignore errors from run-conformtest.
47817         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47818         POSIX to avoid namespace pollution.  Don't prepend headers.
47819         * conform/data/aio.h-data: Fixes for POSIX testing.
47820         * conform/data/fcntl.h-data: Likewise.
47821         * conform/data/glob.h-data: Likewise.
47822         * conform/data/grp.h-data: Likewise.
47823         * conform/data/pthread.h-data: Likewise.
47824         * conform/data/pwd.h-data: Likewise.
47825         * conform/data/signal.h-data: Likewise.
47826         * conform/data/spawn.h-data: Likewise.
47827         * conform/data/stdio.h-data: Likewise.
47828         * conform/data/stdlib.h-data: Likewise.
47829         * conform/data/stropts.h-data: Likewise.
47830         * conform/data/sys/mman.h-data: Likewise.
47831         * conform/data/sys/stat.h-data: Likewise.
47832         * conform/data/sys/types.h-data: Likewise.
47833         * conform/data/sys/wait.h-data: Likewise.
47834         * conform/data/time.h-data: Likewise.
47835         * conform/data/unistd.h-data: Likewise.
47836         * conform/data/utime.h-data: Likewise.
47838         * io/sys/stat.h: fchmod was always in POSIX.
47839         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47840         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47841         * rt/aio.h: Define __need_timespec before including <time.h>.
47842         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47843         struct.  Add forward declaration of pthread_attr_t and use it in
47844         sigevent.
47845         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47846         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47847         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47848         always remove CLK_TCK definition.
47850 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47852         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47854 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47856         * conform/run-conformtest.sh: New file.
47857         * conform/Makefile: Run run-conformtest for tests.
47858         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47859         support.
47861         * conform/data/uchar.h-data: New file.
47862         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47863         * conform/data/arpa/inet.h-data: Likewise.
47864         * conform/data/assert.h-data: Likewise.
47865         * conform/data/complex.h-data: Likewise.
47866         * conform/data/cpio.h-data: Likewise.
47867         * conform/data/ctype.h-data: Likewise.
47868         * conform/data/dirent.h-data: Likewise.
47869         * conform/data/dlfcn.h-data: Likewise.
47870         * conform/data/errno.h-data: Likewise.
47871         * conform/data/fcntl.h-data: Likewise.
47872         * conform/data/float.h-data: Likewise.
47873         * conform/data/fmtmsg.h-data: Likewise.
47874         * conform/data/fnmatch.h-data: Likewise.
47875         * conform/data/ftw.h-data: Likewise.
47876         * conform/data/glob.h-data: Likewise.
47877         * conform/data/grp.h-data: Likewise.
47878         * conform/data/iconv.h-data: Likewise.
47879         * conform/data/inttypes.h-data: Likewise.
47880         * conform/data/langinfo.h-data: Likewise.
47881         * conform/data/libgen.h-data: Likewise.
47882         * conform/data/limits.h-data: Likewise.
47883         * conform/data/locale.h-data: Likewise.
47884         * conform/data/math.h-data: Likewise.
47885         * conform/data/monetary.h-data: Likewise.
47886         * conform/data/mqueue.h-data: Likewise.
47887         * conform/data/ndbm.h-data: Likewise.
47888         * conform/data/net/if.h-data: Likewise.
47889         * conform/data/netdb.h-data: Likewise.
47890         * conform/data/netinet/in.h-data: Likewise.
47891         * conform/data/nl_types.h-data: Likewise.
47892         * conform/data/poll.h-data: Likewise.
47893         * conform/data/pthread.h-data: Likewise.
47894         * conform/data/pwd.h-data: Likewise.
47895         * conform/data/regex.h-data: Likewise.
47896         * conform/data/sched.h-data: Likewise.
47897         * conform/data/search.h-data: Likewise.
47898         * conform/data/semaphore.h-data: Likewise.
47899         * conform/data/setjmp.h-data: Likewise.
47900         * conform/data/signal.h-data: Likewise.
47901         * conform/data/spawn.h-data: Likewise.
47902         * conform/data/stdarg.h-data: Likewise.
47903         * conform/data/stdio.h-data: Likewise.
47904         * conform/data/stdlib.h-data: Likewise.
47905         * conform/data/string.h-data: Likewise.
47906         * conform/data/strings.h-data: Likewise.
47907         * conform/data/stropts.h-data: Likewise.
47908         * conform/data/sys/ipc.h-data: Likewise.
47909         * conform/data/sys/mman.h-data: Likewise.
47910         * conform/data/sys/msg.h-data: Likewise.
47911         * conform/data/sys/resource.h-data: Likewise.
47912         * conform/data/sys/select.h-data: Likewise.
47913         * conform/data/sys/sem.h-data: Likewise.
47914         * conform/data/sys/shm.h-data: Likewise.
47915         * conform/data/sys/socket.h-data: Likewise.
47916         * conform/data/sys/stat.h-data: Likewise.
47917         * conform/data/sys/statvfs.h-data: Likewise.
47918         * conform/data/sys/time.h-data: Likewise.
47919         * conform/data/sys/timeb.h-data: Likewise.
47920         * conform/data/sys/times.h-data: Likewise.
47921         * conform/data/sys/types.h-data: Likewise.
47922         * conform/data/sys/uio.h-data: Likewise.
47923         * conform/data/sys/un.h-data: Likewise.
47924         * conform/data/sys/utsname.h-data: Likewise.
47925         * conform/data/sys/wait.h-data: Likewise.
47926         * conform/data/syslog.h-data: Likewise.
47927         * conform/data/tar.h-data: Likewise.
47928         * conform/data/termios.h-data: Likewise.
47929         * conform/data/utime.h-data: Likewise.
47930         * conform/data/utmpx.h-data: Likewise.
47931         * conform/data/varargs.h-data: Likewise.
47932         * conform/data/wchar.h-data: Likewise.
47933         * conform/data/wctype.h-data: Likewise.
47934         * conform/data/wordexp.h-data: Likewise.
47936         * include/stropts.h: New file.
47937         * include/uchar.h: New file.
47938         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47939         * include/assert.h: Likewise.
47940         * include/ctype.h: Likewise.
47941         * include/dirent.h: Likewise.
47942         * include/dlfcn.h: Likewise.
47943         * include/fcntl.h: Likewise.
47944         * include/fnmatch.h: Likewise.
47945         * include/glob.h: Likewise.
47946         * include/grp.h: Likewise.
47947         * include/libio.h: Likewise.
47948         * include/locale.h: Likewise.
47949         * include/math.h: Likewise.
47950         * include/net/if.h: Likewise.
47951         * include/netdb.h: Likewise.
47952         * include/netinet/in.h: Likewise.
47953         * include/pthread.h: Likewise.
47954         * include/pwd.h: Likewise.
47955         * include/regex.h: Likewise.
47956         * include/sched.h: Likewise.
47957         * include/search.h: Likewise.
47958         * include/setjmp.h: Likewise.
47959         * include/signal.h: Likewise.
47960         * include/stdio.h: Likewise.
47961         * include/stdlib.h: Likewise.
47962         * include/string.h: Likewise.
47963         * include/sys/cdefs.h: Likewise.
47964         * include/sys/mman.h: Likewise.
47965         * include/sys/msg.h: Likewise.
47966         * include/sys/resource.h: Likewise.
47967         * include/sys/select.h: Likewise.
47968         * include/sys/socket.h: Likewise.
47969         * include/sys/stat.h: Likewise.
47970         * include/sys/statvfs.h: Likewise.
47971         * include/sys/time.h: Likewise.
47972         * include/sys/times.h: Likewise.
47973         * include/sys/uio.h: Likewise.
47974         * include/sys/utsname.h: Likewise.
47975         * include/sys/wait.h: Likewise.
47976         * include/termios.h: Likewise.
47977         * include/time.h: Likewise.
47978         * include/ulimit.h: Likewise.
47979         * include/unistd.h: Likewise.
47980         * include/utime.h: Likewise.
47981         * include/wchar.h: Likewise.
47982         * include/wctype.h: Likewise.
47983         * include/wordexp.h: Likewise.
47985         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47987         * time/time.h: TIME_UTC must be a macro.
47988         Make timespec_get available for ISO C11 only as well.
47990 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
47992         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47993         Reported by Peng Haitao <penght@cn.fujitsu.com>.
47995 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47997         * configure.in: Use -o not -a in test for unsupported multi-arch.
47999 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48001         * manual/texinfo.tex: Update to version 2012-01-19.16.
48003 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48005         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48007 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48009         [BZ #13738]
48010         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48011         * manual/fdl-1.3.texi: New file.
48012         * manual/fdl-1.1.texi: File removed.
48014         [BZ #13738]
48015         * manual/libc.texinfo (FDL_VERSION): New @set.
48016         Use it for mention of FDL in cover text.
48017         (Documentation License): Use it in @include file name.
48019 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48020             Roland McGrath  <roland@hack.frob.com>
48022         [BZ #5461]
48023         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48024         (not LONG_LONG_MAX and LONG_LONG_MIN.
48025         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48026         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48027         name.
48028         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48030 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48032         [BZ #2547]
48033         [BZ #11365]
48034         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48035         manipulate bits before adding and subtracting TWO23[sx].
48036         * math/libm-test.inc (nearbyint_test): Add more tests.
48038 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48040         [BZ #2548]
48041         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48042         bits before adding and subtracting TWO23[sx].
48043         * math/libm-test.inc (rint_test): Add more tests.
48044         (rint_test_tonearest): Likewise.
48045         (rint_test_towardzero): Likewise.
48046         (rint_test_downward): Likewise.
48047         (rint_test_upward: Likewise.
48049 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48051         [BZ #10110]
48052         * include/stdc-predef.h: New file.  Extracted from features.h.
48053         * include/features.h: Include stdc-predef.h.
48054         * Makefile (headers): Add stdc-predef.h.
48055         * CONFORMANCE (Compiler limitations): Update.
48057 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48059         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48061 2012-02-21  David S. Miller  <davem@davemloft.net>
48063         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48064         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48066 2012-02-20  David S. Miller  <davem@davemloft.net>
48068         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48069         using a normal save/restore sequence, rather than allocating a
48070         dummy stack frame just to store a frame pointer and restore.
48071         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48073 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48075         * manual/install.texi: Fix stray word in line-wrapped comment.
48077 2012-02-20  David S. Miller  <davem@davemloft.net>
48079         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48080         both binutils and gcc support GOTDATA.
48082         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48083         "rd %pc" in the PIC register setup sequences.
48085         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48086         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48087         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48088         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48089         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48090         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48091         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48092         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48093         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48094         (SYSCALL_ERROR_HANDLER): Likewise.
48095         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48096         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48097         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48098         (SYSCALL_ERROR_HANDLER): Likewise.
48100         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48101         (HAVE_GCC_GOTDATA): New.
48102         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48103         relocation support in both binutils and gcc.
48104         * sysdeps/sparc/elf/configure: Regenerate.
48106         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48107         * sysdeps/sparc/sparc32/elf/configure: Delete.
48108         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48109         * sysdeps/sparc/sparc64/elf/configure: Delete.
48110         * sysdeps/sparc/elf/configure.in: New file.
48111         * sysdeps/sparc/elf/configure: Generate.
48113         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48114         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48115         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48116         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48117         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48119 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48121         * manual/install.texi: Do not mention specific glibc version
48122         numbers.
48123         * manual/libc.texinfo (VERSION, UPDATED): Update.
48124         (@copying): Use @copyright{} and range of years.
48126 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48128         [BZ #13695]
48129         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48130         [crti.S not in sysdirs] (generated): Do not append.
48131         [crti.S not in sysdirs] (omit-deps): Likewise.
48132         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48133         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48134         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48135         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48136         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48137         Likewise.
48138         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48139         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48140         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48141         * csu/defs.awk: Remove file.
48142         * sysdeps/generic/initfini.c: Likewise.
48143         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48144         variable.
48145         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48146         Likewise.
48148 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48150         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48151         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48152         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48153         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48154         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48155         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48156         <bits/epoll.h>.
48157         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48158         (__EPOLL_PACKED): Define to empty if not defined by
48159         <bits/epoll.h>.
48160         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48161         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48162         bits/epoll.h.
48164 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48166         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48167         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48168         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48169         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48170         <bits/timerfd.h>.
48171         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48172         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48173         bits/timerfd.h.
48175 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48177         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48178         in C locale.
48179         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48180         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48181         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48184 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48186         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48187         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48189 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48191         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48192         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48193         defined.
48194         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48195         Likewise.
48196         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48197         entry for 2.16.
48199 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48201         * math/w_acos.c: Use non-signaling floating-point comparisons.
48202         * math/w_acosf.c: Likewise.
48203         * math/w_acosh.c: Likewise.
48204         * math/w_acoshf.c: Likewise.
48205         * math/w_acoshl.c: Likewise.
48206         * math/w_acosl.c: Likewise.
48207         * math/w_asin.c: Likewise.
48208         * math/w_asinf.c: Likewise.
48209         * math/w_asinl.c: Likewise.
48210         * math/w_atanh.c: Likewise.
48211         * math/w_atanhf.c: Likewise.
48212         * math/w_atanhl.c: Likewise.
48213         * math/w_exp2.c: Likewise.
48214         * math/w_exp2f.c: Likewise.
48215         * math/w_exp2l.c: Likewise.
48216         * math/w_j0.c: Likewise.
48217         * math/w_j0f.c: Likewise.
48218         * math/w_j0l.c: Likewise.
48219         * math/w_j1.c: Likewise.
48220         * math/w_j1f.c: Likewise.
48221         * math/w_j1l.c: Likewise.
48222         * math/w_jn.c: Likewise.
48223         * math/w_jnf.c: Likewise.
48224         * math/w_log.c: Likewise.
48225         * math/w_log10.c: Likewise.
48226         * math/w_log10f.c: Likewise.
48227         * math/w_log10l.c: Likewise.
48228         * math/w_log2.c: Likewise.
48229         * math/w_log2f.c: Likewise.
48230         * math/w_log2l.c: Likewise.
48231         * math/w_logf.c: Likewise.
48232         * math/w_logl.c: Likewise.
48233         * math/w_sqrt.c: Likewise.
48234         * math/w_sqrtf.c: Likewise.
48235         * math/w_sqrtl.c: Likewise.
48236         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48237         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48238         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48239         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48240         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48242 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48244         [BZ #9739]
48245         * manual/string.texi (strnlen): Use correct parameter name in
48246         equivalent expression.
48248 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48250         [BZ #11174]
48251         * manual/users.texi (seteuid): Consistently use neweuid for
48252         argument name.
48254 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48256         [BZ #13704]
48257         * manual/nss.texi (Services in the NSS configuration): Correct
48258         list of services in example configuration file.
48260 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48262         [BZ #11322]
48263         * manual/arith.texi: Remove statements about negative zero
48264         behaving identically to zero.
48266 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48268         [BZ #5993]
48269         * manual/install.texi: Do not document upgrading from libc5.
48271 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48273         [BZ #4596]
48274         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48276 2012-02-18  David S. Miller  <davem@davemloft.net>
48278         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48279         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48280         %o7 across the call.
48281         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48282         instead.
48283         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48284         SETUP_PIC_REG_LEAF.
48285         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48286         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48287         * sysdeps/sparc/crtn.S: Likewise.
48289 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48291         * aout/Makefile: Remove.
48293 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48295         [BZ #13058]
48296         * manual/examples/argp-ex1.c (main): Format definition in GNU
48297         style.
48298         * manual/examples/argp-ex2.c (main): Likewise.
48299         * manual/examples/argp-ex3.c (main): Likewise.
48300         * manual/examples/argp-ex4.c (main): Likewise.
48301         * manual/examples/longopt.c (main): Use new-style prototype
48302         definition.
48303         * manual/examples/strncat.c (main): Specify return type and use
48304         (void) for arguments.
48305         * manual/examples/subopt.c (main): Use char **argv argument.
48307 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48309         [BZ #5077]
48310         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48311         rounding modes.
48313 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48315         [BZ #6907]
48316         * manual/string.texi (strchr): Change when strchrnul is
48317         recommended.
48319 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48321         [BZ #174]
48322         * manual/locale.texi (setlocale): Document LOCPATH.
48324 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48326         [BZ #10210]
48327         * manual/process.texi (execle): Move @dots{} before last argument.
48329 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48331         [BZ #12047]
48332         * manual/charset.texi (Generic Charset Conversion): Fix typo
48333         (LC_TYPE -> LC_CTYPE).
48335 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48337         [BZ #5805]
48338         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48339         (scalbnf): Likewise.
48340         (scalbnl): Likewise.
48341         (scalbln): Likewise.
48342         (scalblnf): Likewise.
48343         (scalblnl): Likewise.
48344         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48345         (vwarnx): Likewise.
48346         (verr): Likewise.
48347         (verrx): Likewise.
48348         * manual/filesys.texi (telldir): Use braces around return type.
48349         * manual/llio.texi (mmap): Add space after comma.
48350         (mmap64): Likewise.
48351         * manual/math.texi (jn): Use @var{} on parameter names.
48352         (jnf): Likewise.
48353         (jnl): Likewise.
48354         (yn): Likewise.
48355         (ynf): Likewise.
48356         (ynl): Likewise.
48357         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48358         line.
48359         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48360         "...".
48361         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48362         (sched_get_priority_max): Likewise.
48363         * manual/signal.texi (sigvec): Add space after comma.
48364         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48365         names.
48366         (if_indextoname): Likewise.
48367         (if_freenameindex): Likewise.
48368         (sendto): Use ',' instead of '.' in prototype.
48369         * manual/startup.texi (syscall): Use @dots{} instead of literal
48370         "...".
48371         * manual/stdio.texi (__fpending): Separate initial words of
48372         paragraph from @deftypefun line.
48373         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48374         "...".
48375         (vsyslog): Use @var{} on parameter names.
48376         * manual/terminal.texi (stty): Use @var{} on parameter names.
48377         * manual/users.texi (getutmp): Use @var{} on parameter names.
48378         (getutmpx): Likewise.
48380 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48382         [BZ #6884]
48383         * manual/stdio.texi (fopen): Fix typos in description of
48384         ",ccs=STRING".
48386 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48388         [BZ #4026]
48389         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48390         get clock_id definition.
48392 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48394         [BZ #4822]
48395         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48396         (madvise): Cast every argument to void on its own.
48398 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48400         [BZ #9902]
48401         * manual/startup.texi (Exit Status): Fix typo.
48403 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48405         [BZ #10140]
48406         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48407         * manual/examples/argp-ex2.c: Likewise.
48408         * manual/examples/argp-ex3.c: Likewise.
48410 2012-02-16  Richard Henderson  <rth@redhat.com>
48412         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48413         * sysdeps/s390/s390-32/initfini.c: Remove.
48414         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48415         * sysdeps/s390/s390-64/initfini.c: Remove.
48417 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48419         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48420         compiler output for sysdeps/generic/initfini.c.
48421         * sysdeps/sh/elf/initfini.c: Remove file.
48423 2012-02-16  David S. Miller  <davem@davemloft.net>
48425         [BZ #11494]
48426         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48428         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48429         * sysdeps/sparc/crti.S: New file.
48430         * sysdeps/sparc/crtn.S: New file.
48431         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48432         * sysdeps/sparc/sparc64/Makefile: Likewise.
48434 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48436         [BZ #3335]
48437         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48439 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48441         [BZ #4822]
48442         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48444         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48445         (write, read, close): Likewise.
48446         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48448 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48450         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48451         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48452         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48453         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48454         <bits/signalfd.h>.
48455         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48456         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48457         bits/signalfd.h.
48459 2012-02-14  Marek Polacek  <polacek@redhat.com>
48461         * sysdeps/x86_64/crti.S: New file.
48462         * sysdeps/x86_64/crtn.S: New file.
48463         * sysdeps/x86_64/elf/initfini.c: Remove file.
48465 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48467         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48468         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48469         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48470         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48471         <bits/inotify.h>.
48472         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48473         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48474         bits/inotify.h.
48476 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48478         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48479         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48480         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48481         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48482         <bits/eventfd.h>.
48483         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48484         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48485         bits/eventfd.h.
48487 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48489         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48490         __feraiseexcept instead of feraiseexcept.
48492         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48493         nanosleep invocations.
48494         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48495         strings, and add error checking for a nanosleep invocations.
48497 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48499         Replace FSF snail mail address with URLs, as per GNU coding standards.
48500         Most of the snail mail addresses were wrong anyway, and omitting
48501         them makes the source code easier to maintain.  Almost all of the
48502         changes are to license notices and to locale LC_IDENTIFICATION
48503         addresses, except for this one:
48504         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48505         not its snail mail address.
48507 2012-02-09  Richard Henderson  <rth@twiddle.net>
48509         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48510         of kernel-features.h.
48512         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48514 2012-02-08  Marek Polacek  <polacek@redhat.com>
48516         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48517         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48518         * sysdeps/gnu/_G_config.h: Likewise.
48519         * sysdeps/generic/_G_config.h: Likewise.
48521 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48523         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48524         tests.
48525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48527         * sysdeps/powerpc/powerpc32/crti.S: New file.
48528         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48529         * sysdeps/powerpc/powerpc64/crti.S: New file.
48530         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48532         * Makeconfig (have-initfini): Don't set.
48533         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48534         * configure.in (nopic_initfini): Don't substitute.
48535         * config.h.in (HAVE_INITFINI): Don't #undef.
48536         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48537         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48539 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48541         Support crti.S and crtn.S provided directly by architectures.
48542         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48543         [crti.S in sysdirs] (omit-deps): Likewise.
48544         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48545         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48546         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48547         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48548         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48549         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48550         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48551         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48552         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48553         compiler output for sysdeps/generic/initfini.c.
48554         * sysdeps/i386/elf/Makefile: Remove file.
48555         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48557 2012-02-07  Marek Polacek  <polacek@redhat.com>
48559         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48560         * sysdeps/gnu/_G_config.h: Likewise.
48561         * sysdeps/mach/hurd/_G_config.h: Likewise.
48563 2012-02-07  Marek Polacek  <polacek@redhat.com>
48565         * math/Makefile (tests): Add tst-CMPLX2.
48566         * math/tst-CMPLX2.c: New file.
48568 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48570         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48572         * math/libm-test.inc (jn_test): Add missing L suffix.
48574 2012-02-06  Marek Polacek  <polacek@redhat.com>
48576         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48577         * sysdeps/i386/fpu/e_powf.S: Likewise.
48578         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48579         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48580         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48581         * sysdeps/i386/fpu/e_pow.S: Likewise.
48582         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48583         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48584         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48585         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48586         * sysdeps/i386/fpu/e_log2.S: Likewise.
48587         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48588         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48589         * sysdeps/i386/fpu/e_powl.S: Likewise.
48590         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48591         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48592         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48593         * sysdeps/i386/fpu/e_logl.S: Likewise.
48594         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48595         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48596         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48597         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48598         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48599         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48600         * sysdeps/i386/fpu/e_log.S: Likewise.
48601         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48602         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48603         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48604         * sysdeps/i386/fpu/e_logf.S: Likewise.
48605         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48606         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48607         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48608         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48609         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48610         * sysdeps/i386/fpu/e_log10.S: Likewise.
48611         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48612         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48613         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48614         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48615         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48616         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48617         * sysdeps/i386/asm-syntax.h: Likewise.
48618         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48619         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48620         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48621         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48622         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48623         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48624         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48625         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48626         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48627         * sysdeps/powerpc/sysdep.h: Likewise.
48628         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48629         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48631 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48633         [BZ #411]
48634         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48636 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48638         * sysdeps/i386/sysdep.h: Include <features.h>.
48639         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48640         version.
48642 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48644         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48645         Define.
48646         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48647         LOAD_PIC_REG_STR.
48649 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48651         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48652         (SETUP_PIC_REG): Use GET_PC_THUNK.
48653         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48654         macro.
48656 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48658         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48659         for non-PIC compilation.
48660         (SETUP_PIC_REG): Add .p2align directive.
48661         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48662         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48663         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48664         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48665         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48666         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48667         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48668         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48669         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48670         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48671         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48672         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48673         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48674         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48675         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48676         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48677         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48678         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48679         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48680         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48681         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48682         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48683         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48684         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48685         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48686         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48687         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48688         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48689         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48690         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48691         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48692         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48693         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48694         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48695         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48696         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48697         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48698         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48699         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48700         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48701         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48703 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48705         * math/tst-CMPLX.c: Include <stdio.h>.
48707 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48709         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48710         float.
48711         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48712         * sysdeps/sparc/bits/mathdef.h: Likewise.
48714 2012-01-31  Marek Polacek  <polacek@redhat.com>
48716         * libio/libio.h: Don't define _PARAMS.
48717         * locale/programs/config.h: Don't define PARAMS.
48718         * stdlib/strtol_l.c: Likewise.
48719         (__strtol_l): Remove PARAMS from the prototype.
48721 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48723         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48724         names.  Just use the correct names.  Remove unnecessary wrapper
48725         functions.
48726         * malloc/arena.c: Likewise.
48727         * malloc/hooks.c: Likewise.
48729         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48730         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48731         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48733 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48735         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48736         into tail calls.
48737         (update_get_addr): New function.
48738         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48739         GET_ADDR_MODULE parameter.
48741 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48743         * crypt/cert.c: Remove __STDC__ conditionals.
48744         * crypt/crypt-entry.c: Likewise.
48745         * crypt/crypt_util.c: Likewise.
48746         * libio/filedoalloc.c: Likewise.
48747         * libio/fileops.c: Likewise.
48748         * libio/genops.c: Likewise.
48749         * libio/iofclose.c: Likewise.
48750         * libio/iofdopen.c: Likewise.
48751         * libio/iofopen.c: Likewise.
48752         * libio/iofopen64.c: Likewise.
48753         * libio/iogetdelim.c: Likewise.
48754         * libio/iopopen.c: Likewise.
48755         * libio/obprintf.c: Likewise.
48756         * libio/oldfileops.c: Likewise.
48757         * libio/oldiofclose.c: Likewise.
48758         * libio/oldiofdopen.c: Likewise.
48759         * libio/oldiofopen.c: Likewise.
48760         * libio/oldiopopen.c: Likewise.
48761         * libio/wfiledoalloc.c: Likewise.
48762         * libio/wgenops.c: Likewise.
48763         * locale/programs/xmalloc.c: Likewise.
48764         * misc/syslog.c: Likewise.
48765         * stdio-common/xbug.c: Likewise.
48766         * string/memchr.c: Likewise.
48767         * string/memcmp.c: Likewise.
48768         * string/memrchr.c: Likewise.
48769         * string/rawmemchr.c: Likewise.
48770         * sysdeps/posix/getcwd.c: Likewise.
48771         * time/strftime_l.c: Likewise.
48773 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48775         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48776         * config.make.in (config-cflags-sse2avx): Define.
48777         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48778         Fix typo.
48780 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48782         * scripts/config.guess: Update from upstream config git repository.
48783         * scripts/config.sub: Likewise.
48785 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48787         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48788         (EM_NUM): Update.
48789         (R_TILEPRO_*, R_TILEGX_*): New macros.
48791         * scripts/firstversions.awk: Fix bug in version range handling.
48793         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48795         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48797         * include/sys/epoll.h: New file.
48798         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48799         libc_hidden_def.
48801 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48803         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48804         Avoid unnecessary __WORDSIZE == 64 test.
48805         (fmaxf): Use VEX format if possible.
48806         (fmax): Likewise.
48807         (fminf): Likewise.
48808         (fmin): Likewise.
48810         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48811         * math/math_private.h: Remove libc_fegetround* and
48812         libc_fesetround*.
48813         * sysdeps/i386/configure.in: Check for -msse2avx.
48814         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48815         also if SSE2AVX is defined.
48816         Remove libc_fegetround* and libc_fesetround*.
48817         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48818         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48819         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48820         of HAS_YMM_USABLE.
48821         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48822         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48823         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48824         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48825         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48827         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48829 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48831         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48832         size is not set.
48833         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48835 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48837         [BZ #13618]
48838         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48839         relocation.
48840         * Makeconfig (libm): Define.
48841         * elf/Makefile: Add rules to build and run tst-relsort1.
48842         * elf/tst-relsort1.c: New file.
48843         * elf/tst-relsort1mod1.c: New file.
48844         * elf/tst-relsort1mod2.c: New file.
48846 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48848         * math/s_ldexp.c: Remove __STDC__ conditionals.
48849         * math/s_ldexpf.c: Likewise.
48850         * math/s_ldexpl.c: Likewise.
48851         * math/s_nextafter.c: Likewise.
48852         * math/s_nexttowardf.c: Likewise.
48853         * math/s_significand.c: Likewise.
48854         * math/s_significandf.c: Likewise.
48855         * math/s_significandl.c: Likewise.
48856         * math/w_jnl.c: Likewise.
48857         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48858         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48859         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48860         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48861         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48862         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48863         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48864         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48865         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48866         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48867         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48868         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48869         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48870         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48871         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48872         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48873         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48874         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48875         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48876         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48877         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48878         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48879         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48880         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48881         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48882         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48883         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48884         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48885         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48886         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48887         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48888         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48889         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48890         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48891         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48892         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48893         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48894         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48895         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48896         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48897         * sysdeps/ieee754/k_standard.c: Likewise.
48898         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48899         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48900         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48901         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48902         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48903         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48904         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48905         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48906         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48907         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48908         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48909         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48910         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48911         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48912         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48913         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48914         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48915         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48916         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48917         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48918         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48919         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48920         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48921         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48922         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48923         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48924         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48925         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48926         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48927         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48928         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48929         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48930         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48931         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48932         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48933         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48934         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48935         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48936         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48937         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48939         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48940         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48941         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48942         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48943         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48944         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48945         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48946         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48947         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48948         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48949         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48950         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48951         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48952         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48953         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48954         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48955         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48956         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48957         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48958         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48959         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48960         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48961         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48962         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48963         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48964         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48966         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48968         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48969         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48970         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48971         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48972         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48973         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48974         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48975         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48976         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48977         * sysdeps/ieee754/s_matherr.c: Likewise.
48978         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48979         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48980         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48981         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48983 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48985         * crypt/md5.h: Remove __STDC__ conditionals.
48986         * libio/libioP.h: Likewise.
48987         * locale/programs/config.h: Likewise.
48988         * sysdeps/generic/sysdep.h: Likewise.
48989         * sysdeps/i386/asm-syntax.h: Likewise.
48990         * sysdeps/s390/asm-syntax.h: Likewise.
48991         * sysdeps/unix/sysdep.h: Likewise.
48992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48995 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48997         * libio/libio.h: Remove __STDC__ conditionals.
48998         * malloc/obstack.h: Likewise.
48999         * math/complex.h: Likewise.
49000         * math/math.h: Likewise.
49001         * sysdeps/generic/_G_config.h: Likewise.
49002         * sysdeps/gnu/_G_config.h: Likewise.
49003         * sysdeps/mach/hurd/_G_config.h: Likewise.
49004         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49005         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49006         * sysdeps/sparc/bits/mathdef.h: Likewise.
49008 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49010         [BZ #13583]
49011         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49012         Clean up HAS_* macros.
49013         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49014         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49015         possible.
49016         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49017         HAS_AVX.
49018         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49019         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49020         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49021         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49022         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49024 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49026         * elf/tst-unique3.cc (gets): Remove declaration.
49027         * elf/tst-unique3lib.cc (gets): Likewise.
49028         * elf/tst-unique3lib2.cc (gets): Likewise.
49029         * elf/tst-unique4.cc (gets): Likewise.
49031 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49033         * include/stdio.h: Add C++ protection.  Add gets declarations and
49034         definitions.
49035         * debug/tst-chk1.c: Don't declare gets here.
49036         * stdio-common/tst-gets.c: Likewise.
49038 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49040         * posix/glob: Remove directory.
49042 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49044         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49046 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49048         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49049         of the non-standard EPFNOSUPPORT.
49051 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49053         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49054         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49055         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49057 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49059         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49061 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49063         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49064         transient errors.
49065         * nscd/grpcache.c (cache_addgr): Likewise.
49066         * nscd/hstcache.c (cache_addhst): Likewise.
49067         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49068         * nscd/pwdcache.c (cache_addpw): Likewise.
49069         * nscd/servicescache.c (cache_addserv): Likewise.
49071 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49073         * malloc/malloc.c: Various cleanups.
49074         * malloc/hooks.c: Likewise.
49076         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49077         * stdlib/bug-fmtmsg1.c: New file.
49079         * stdlib/fmtmsg.c (init): Add missing unlock.
49080         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49082 2012-01-12  Marek Polacek  <polacek@redhat.com>
49084         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49085         and _GNU_SOURCE.
49087 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49089         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49090         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49091         macro to ensure uniqueness of label name.
49092         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49093         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49095 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49097         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49099         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49100         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49101         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49102         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49104 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49106         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49108         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49109         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49110         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49112         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49114         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49115         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49116         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49117         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49119         * math/bits/math-finite.h: Add ldexp support.
49121 2012-01-10  Marek Polacek  <polacek@redhat.com>
49123         * locale/programs/localedef.h (show_archive_content): Add noreturn
49124         attribute.
49126 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49128         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49130 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49132         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49134         * io/Makefile (headers): Add bits/poll2.h.
49136 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49139         typo #include statement.
49141 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49143         * include/sys/cdefs.h: Define __attribute_alloc_size.
49144         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49145         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49146         * elf/pldd.c: Likewise.
49147         * iconv/iconv_charmap.c: Likewise.
49148         * iconv/iconvconfig.c: Likewise.
49149         * iconv/strtab.c: Likewise.
49150         * locale/programs/locale.c: Likewise.
49151         * locale/programs/localedef.h: Likewise.
49152         * locale/programs/simple-hash.c: Likewise.
49153         * nscd/nscd.h: Likewise.
49154         * nss/makedb.c: Likewise.
49155         * sysdeps/generic/ldconfig.h: Likewise.
49156         * locale/programs/localedef.c: Remove xmalloc prototype.
49157         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49159 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49161         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49162         appropriate.
49164 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49166         * math/Makefile (tests): Add tst-CMPLX.
49167         * math/tst-CMPLX.c: New file.
49169         * math/complex.h (CMPLXL): Fix typo.
49171         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49172         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49173         GLIBC_2.16.
49174         * debug/tst-chk1.c: Add poll and ppoll tests.
49175         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49176         * include/sys/poll.h: Add hidden proto for ppoll.
49177         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49178         * sysdeps/mach/hurd/ppoll.c: Likewise.
49179         * io/ppoll.c: Likewise.
49180         * debug/poll_chk.c: New file.
49181         * debug/ppoll_chk.c: New file.
49182         * include/bits/poll2.h: New file.
49183         * io/bits/poll2.h: New file.
49185         [BZ #1350]
49186         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49188         * configure.in: static is always set to yes.  Remove.
49189         * config.make.in: Don't set build-static.
49190         * Makeconfig: Remove use of build-static.
49191         * dlfcn/Makefile: Likewise.
49192         * elf/Makefile: Likewise.
49193         * math/Makefile: Likewise.
49194         * misc/Makefile: Likewise.
49195         * nptl/Makefile: Likewise.
49196         * sysdeps/mach/hurd/Makefile: Likewise.
49198         * configure.in: PWD_P is not used anymore.
49199         * config.make.in: Remove PWD_P entry.
49201         * configure.in: Remove last remnants of RANLIB.
49202         No need to check for signed size_t anymore.
49203         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49204         and IA-64.
49205         Remove __builtin_expect test because we require at least gcc 3.4.
49206         * aclocal.m4: Likewise.
49208         * wcsmbs/mbrtoc16.c: Implement using towc function.
49209         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49210         * wcsmbs/wcsmbsload.c: Likewise.
49211         * iconv/gconv_simple.c: Likewise.
49212         * iconv/gconv_int.h: Likewise.
49213         * iconv/gconv_builtin.h: Likewise.
49214         * iconv/iconv_prog.c: Remove CHAR16 handling.
49216         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49218         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49220         * configure.in: Remove --with-elf and --enable-bounded options.
49221         Dont set base_machine for ia64.  More non-ELF conditions removed.
49222         Remove testing and setting of leading underscore information.
49223         * config.make.in (build-bounded): Set to no.
49224         * config.h.in: Remove NO_UNDERSCORES entry.
49225         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49226         them.
49227         * csu/start.c: Remove !NO_UNDERSCORE code.
49228         * locale/localeinfo.h: Likewise.
49229         * sysdeps/generic/machine-gmon.h: Likewise.
49230         * sysdeps/generic/sysdep.h: Likewise.
49231         * sysdeps/i386/sysdep.h: Likewise.
49232         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49233         * sysdeps/mach/sysdep.h: Likewise.
49234         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49235         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49236         * sysdeps/sh/sysdep.h: Likewise.
49237         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49238         * sysdeps/unix/i386/sysdep.S: Likewise.
49239         * sysdeps/unix/sparc/start.c: Likewise.
49240         * sysdeps/unix/sparc/sysdep.S: Likewise.
49241         * sysdeps/unix/sparc/sysdep.h: Likewise.
49242         * sysdeps/unix/start.c: Likewise.
49243         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49244         * sysdeps/x86_64/sysdep.h: Likewise.
49246 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49248         [BZ #13553]
49249         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49250         for non-gcc.
49251         * argp/argp-fmtstream.h: Use const instead __const.
49252         * argp/argp.h: Likewise.
49253         * assert/assert.h: Likewise.
49254         * bits/fenv.h: Likewise.
49255         * bits/sched.h: Likewise.
49256         * bits/sigset.h: Likewise.
49257         * bits/sigthread.h: Likewise.
49258         * catgets/nl_types.h: Likewise.
49259         * conform/data/pthread.h-data: Likewise.
49260         * crypt/crypt-private.h: Likewise.
49261         * crypt/crypt.h: Likewise.
49262         * crypt/crypt_util.c: Likewise.
49263         * ctype/ctype.h: Likewise.
49264         * debug/execinfo.h: Likewise.
49265         * debug/mbsnrtowcs_chk.c: Likewise.
49266         * debug/mbsrtowcs_chk.c: Likewise.
49267         * debug/wcsnrtombs_chk.c: Likewise.
49268         * debug/wcsrtombs_chk.c: Likewise.
49269         * debug/wcstombs_chk.c: Likewise.
49270         * dirent/dirent.h: Likewise.
49271         * dlfcn/dlfcn.h: Likewise.
49272         * elf/neededtest4.c: Likewise.
49273         * grp/grp.h: Likewise.
49274         * gshadow/gshadow.h: Likewise.
49275         * iconv/gconv.h: Likewise.
49276         * iconv/gconv_int.h: Likewise.
49277         * iconv/gconv_simple.c: Likewise.
49278         * iconv/iconv.h: Likewise.
49279         * iconv/loop.c: Likewise.
49280         * iconv/skeleton.c: Likewise.
49281         * include/aio.h: Likewise.
49282         * include/aliases.h: Likewise.
49283         * include/argz.h: Likewise.
49284         * include/arpa/inet.h: Likewise.
49285         * include/assert.h: Likewise.
49286         * include/dirent.h: Likewise.
49287         * include/dlfcn.h: Likewise.
49288         * include/execinfo.h: Likewise.
49289         * include/fcntl.h: Likewise.
49290         * include/fenv.h: Likewise.
49291         * include/glob.h: Likewise.
49292         * include/grp.h: Likewise.
49293         * include/libintl.h: Likewise.
49294         * include/mntent.h: Likewise.
49295         * include/netdb.h: Likewise.
49296         * include/pwd.h: Likewise.
49297         * include/rpc/netdb.h: Likewise.
49298         * include/sched.h: Likewise.
49299         * include/search.h: Likewise.
49300         * include/shadow.h: Likewise.
49301         * include/signal.h: Likewise.
49302         * include/stdio.h: Likewise.
49303         * include/stdlib.h: Likewise.
49304         * include/string.h: Likewise.
49305         * include/sys/socket.h: Likewise.
49306         * include/sys/stat.h: Likewise.
49307         * include/sys/statfs.h: Likewise.
49308         * include/sys/statvfs.h: Likewise.
49309         * include/sys/syslog.h: Likewise.
49310         * include/sys/time.h: Likewise.
49311         * include/sys/uio.h: Likewise.
49312         * include/time.h: Likewise.
49313         * include/unistd.h: Likewise.
49314         * include/utmp.h: Likewise.
49315         * include/wchar.h: Likewise.
49316         * include/wctype.h: Likewise.
49317         * inet/aliases.h: Likewise.
49318         * inet/arpa/inet.h: Likewise.
49319         * inet/netinet/ether.h: Likewise.
49320         * inet/netinet/in.h: Likewise.
49321         * intl/libintl.h: Likewise.
49322         * io/bits/fcntl2.h: Likewise.
49323         * io/fcntl.h: Likewise.
49324         * io/ftw.h: Likewise.
49325         * io/sys/poll.h: Likewise.
49326         * io/sys/stat.h: Likewise.
49327         * io/sys/statfs.h: Likewise.
49328         * io/sys/statvfs.h: Likewise.
49329         * io/utime.h: Likewise.
49330         * libio/bits/stdio.h: Likewise.
49331         * libio/bits/stdio2.h: Likewise.
49332         * libio/libio.h: Likewise.
49333         * libio/libioP.h: Likewise.
49334         * libio/stdio.h: Likewise.
49335         * locale/lc-ctype.c: Likewise.
49336         * locale/locale.h: Likewise.
49337         * login/utmp.h: Likewise.
49338         * malloc/arena.c: Likewise.
49339         * malloc/malloc.c: Likewise.
49340         * malloc/malloc.h: Likewise.
49341         * malloc/mcheck.c: Likewise.
49342         * malloc/mtrace.c: Likewise.
49343         * math/bits/mathcalls.h: Likewise.
49344         * math/fenv.h: Likewise.
49345         * math/math_private.h: Likewise.
49346         * misc/bits/error.h: Likewise.
49347         * misc/bits/syslog.h: Likewise.
49348         * misc/err.h: Likewise.
49349         * misc/error.h: Likewise.
49350         * misc/fstab.h: Likewise.
49351         * misc/mntent.h: Likewise.
49352         * misc/regexp.h: Likewise.
49353         * misc/search.h: Likewise.
49354         * misc/sgtty.h: Likewise.
49355         * misc/sys/mman.h: Likewise.
49356         * misc/sys/syslog.h: Likewise.
49357         * misc/sys/uio.h: Likewise.
49358         * misc/sys/xattr.h: Likewise.
49359         * misc/ttyent.h: Likewise.
49360         * nis/rpcsvc/ypclnt.h: Likewise.
49361         * nss/nss.h: Likewise.
49362         * posix/bits/unistd.h: Likewise.
49363         * posix/fnmatch.h: Likewise.
49364         * posix/glob.h: Likewise.
49365         * posix/sched.h: Likewise.
49366         * posix/spawn.h: Likewise.
49367         * posix/sys/wait.h: Likewise.
49368         * posix/unistd.h: Likewise.
49369         * posix/wordexp.h: Likewise.
49370         * pwd/pwd.h: Likewise.
49371         * resolv/netdb.h: Likewise.
49372         * resource/sys/resource.h: Likewise.
49373         * rt/aio.h: Likewise.
49374         * rt/bits/mqueue2.h: Likewise.
49375         * rt/mqueue.h: Likewise.
49376         * shadow/shadow.h: Likewise.
49377         * signal/signal.h: Likewise.
49378         * socket/send.c: Likewise.
49379         * socket/sendto.c: Likewise.
49380         * socket/sys/socket.h: Likewise.
49381         * stdio-common/printf.h: Likewise.
49382         * stdlib/bits/stdlib.h: Likewise.
49383         * stdlib/fmtmsg.h: Likewise.
49384         * stdlib/monetary.h: Likewise.
49385         * stdlib/stdlib.h: Likewise.
49386         * stdlib/ucontext.h: Likewise.
49387         * streams/stropts.h: Likewise.
49388         * string/argz.h: Likewise.
49389         * string/bits/string2.h: Likewise.
49390         * string/string.h: Likewise.
49391         * string/strings.h: Likewise.
49392         * sunrpc/rpc/auth.h: Likewise.
49393         * sunrpc/rpc/auth_des.h: Likewise.
49394         * sunrpc/rpc/clnt.h: Likewise.
49395         * sunrpc/rpc/netdb.h: Likewise.
49396         * sunrpc/rpc/pmap_clnt.h: Likewise.
49397         * sunrpc/rpc/xdr.h: Likewise.
49398         * sysdeps/generic/inttypes.h: Likewise.
49399         * sysdeps/generic/net/if.h: Likewise.
49400         * sysdeps/generic/sys/swap.h: Likewise.
49401         * sysdeps/gnu/net/if.h: Likewise.
49402         * sysdeps/gnu/utmpx.h: Likewise.
49403         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49404         * sysdeps/i386/i486/bits/string.h: Likewise.
49405         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49406         * sysdeps/s390/bits/string.h: Likewise.
49407         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49408         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49409         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49410         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49411         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49412         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49413         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49414         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49415         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49416         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49417         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49418         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49419         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49420         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49421         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49422         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49423         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49424         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49425         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49426         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49427         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49428         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49429         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49430         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49431         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49432         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49433         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49434         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49435         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49436         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49437         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49438         * sysvipc/sys/ipc.h: Likewise.
49439         * sysvipc/sys/msg.h: Likewise.
49440         * sysvipc/sys/sem.h: Likewise.
49441         * sysvipc/sys/shm.h: Likewise.
49442         * termios/termios.h: Likewise.
49443         * time/sys/time.h: Likewise.
49444         * time/time.h: Likewise.
49445         * wcsmbs/bits/wchar2.h: Likewise.
49446         * wcsmbs/uchar.h: Likewise.
49447         * wcsmbs/wchar.h: Likewise.
49448         * wctype/wctype.h: Likewise.
49450         [BZ #13551]
49451         * Makeconfig: Remove all but ELF support including AIX support.
49452         * Makerules: Likewise.
49453         * config.h.in: Likewise.
49454         * config.make.in: Likewise.
49455         * configure: Likewise.
49456         * configure.in: Likewise.
49457         * csu/Makefile: Likewise.
49458         * csu/version.c: Likewise.
49459         * debug/Makefile: Likewise.
49460         * dlfcn/Makefile: Likewise.
49461         * elf/Makefile: Likewise.
49462         * extra-lib.mk: Likewise.
49463         * iconv/Makefile: Likewise.
49464         * include/libc-symbols.h: Likewise.
49465         * include/shlib-compat.h: Likewise.
49466         * resolv/Makefile: Likewise.
49467         * resolv/res_libc.c: Likewise.
49468         * rt/Makefile: Likewise.
49469         * sysdeps/i386/asm-syntax.h: Likewise.
49470         * sysdeps/i386/sysdep.h: Likewise.
49471         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49472         * sysdeps/mach/sysdep.h: Likewise.
49473         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49474         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49475         * sysdeps/s390/asm-syntax.h: Likewise.
49476         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49477         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49478         * sysdeps/sh/sysdep.h: Likewise.
49479         * sysdeps/unix/sparc/sysdep.h: Likewise.
49480         * sysdeps/wordsize-32/divdi3.c: Likewise.
49481         * sysdeps/x86_64/sysdep.h: Likewise.
49483         * argp/Versions: Remove _argp_unlock_xxx.
49485         [BZ #13559]
49486         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49487         * abilist/libBrokenLocale.abilist: Likewise.
49488         * abilist/libanl.abilist: Likewise.
49489         * abilist/libc.abilist: Likewise.
49490         * abilist/libcrypt.abilist: Likewise.
49491         * abilist/libdl.abilist: Likewise.
49492         * abilist/libm.abilist: Likewise.
49493         * abilist/libnsl.abilist: Likewise.
49494         * abilist/libpthread.abilist: Likewise.
49495         * abilist/libresolv.abilist: Likewise.
49496         * abilist/librt.abilist: Likewise.
49497         * abilist/libthread_db.abilist: Likewise.
49498         * abilist/libutil.abilist: Likewise.
49499         * abilist/libnss_db.abilist: New file.
49501         * scripts/abilist.awk: Add support for indirect functions.
49503         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49505         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49507         * shlib-versions: Remove entries for ports architectures.
49509         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49510         files in ports.
49511         * elf/stackguard-macros.h: Remove support for IA-64.
49512         * elf/tst-auditmod1.c: Likewise.
49513         * sysdeps/generic/ldsodefs.h: Likewise.
49515         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49516         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49517         configure files.
49519         [BZ #13552]
49520         * configure.in: Remove --enable-omitfp support.
49521         * FAQ.in: Adjust.
49522         * config.make.in: Likewise.
49523         * Makeconfig: Likewise.
49524         * manual/install.texi: Likewise.
49526         In case anyone cares, the IA-64 architecture could move to ports.
49527         * sysdeps/ia64/*: Removed.
49528         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49529         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49531         [BZ #13555]
49532         * configure.in: Remove entries for unsupported architectures.
49534         [BZ #13533]
49535         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49536         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49537         routines.
49538         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49539         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49540         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49541         fall back to using wcrtomb.
49542         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49543         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49544         renaming.
49545         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49546         * wcsmbs/tst-c16c32-1.c: New file.
49548         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49549         local variable.
49551         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49553         * elf/tst-unique3.cc: Add explicit declaration of gets.
49554         * elf/tst-unique3lib.cc: Likewise.
49555         * elf/tst-unique3lib2.cc: Likewise.
49556         * elf/tst-unique4.cc: Likewise.
49558         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49560 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49562         [BZ #13566]
49563         * assert/assert.h (static_assert): Don't define for C++.
49564         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49565         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49567 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49569         * iconv/loop.c (single loop): Fix assertion in storing of
49570         remaining bytes.
49572         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49574 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49576         * posix/getconf.c: Update copyright year.
49577         * nss/getent.c: Likewise.
49578         * nss/makedb.c: Likewise.
49579         * iconv/iconvconfig.c: Likewise.
49580         * iconv/iconv_prog.c: Likewise.
49581         * elf/ldconfig.c: Likewise.
49582         * elf/pldd.c: Likewise.
49583         * elf/sotruss.ksh: Likewise.
49584         * catgets/gencat.c: Likewise.
49585         * csu/version.c: Likewise.
49586         * elf/ldd.bash.in: Likewise.
49587         * elf/sprof.c (print_version): Likewise.
49588         * locale/programs/locale.c: Likewise.
49589         * locale/programs/localedef.c: Likewise.
49590         * login/programs/pt_chown.c: Likewise.
49591         * nscd/nscd.c (print_version): Likewise.
49592         * debug/xtrace.sh: Likewise.
49593         * malloc/memusage.sh: Likewise.
49594         * malloc/mtrace.pl: Likewise.
49595         * debug/catchsegv.sh: Likewise.
49597 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49599         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49600         pure attribute.
49602 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49604         [BZ #13533]
49605         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49606         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49607         transformations.
49608         * iconv/gconv_int.h: Likewise.
49609         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49610         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49611         from libc for GLIBC_2.16.
49612         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49613         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49614         * wcsmbs/uchar.h: Really define mbstate_t.
49615         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49616         * wcsmbs/c16rtomb.c: New file.
49617         * wcsmbs/mbrtoc16.c: New file.
49618         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49619         for C/POSIX locale.
49620         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49621         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49623         * wcsmbs/wchar.h: Add missing __restrict.
49625 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49627         [BZ #13532]
49628         * time/Makefile (routines): Add timespec_get.
49629         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49630         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49631         timespec for ISO C11.
49632         * time/timespec_get.c: New file.
49633         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49634         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49636         [BZ #13531]
49637         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49638         * stdlib/stdlib.h: Declare aligned_alloc.
49639         * Versions.def: Add GLIBC_2.16 for libc.
49640         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49642         [BZ 13527]
49643         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49644         ISO C11.
49646         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49647         code.
49649         [BZ #13528]
49650         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49652         [BZ #13529]
49653         * assert/assert.h (static_assert): Define.
49655         * version.h: Update for 2.16 development version.
49657         [BZ #13526]
49658         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49659         _ISOC11_SOURCE.
49661         * version.h (RELEASE): Bump for 2.15 release.
49662         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49664         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49665         Patch by Marek Polacek <mpolacek@redhat.com>.
49667         * bits/byteswap.h: Protect long long constants with __extension__.
49668         * sysdeps/i386/bits/byteswap.h: Likewise.
49669         * sysdeps/ia64/bits/byteswap.h: Likewise.
49670         * sysdeps/s390/bits/byteswap.h: Likewise.
49671         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49673 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49675         [BZ #13540]
49676         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49677         destination buffer.
49678         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49680 2011-12-23  Marek Polacek  <polacek@redhat.com>
49682         * elf/dl-addr.c (determine_info): Add inline keyword.
49683         * elf/tst-auditmod4b.c (check_avx): Likewise.
49684         * elf/tst-auditmod6b.c (check_avx): Likewise.
49685         * elf/tst-auditmod6c.c (check_avx): Likewise.
49686         * elf/tst-auditmod7b.c (check_avx): Likewise.
49688 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49690         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49691         !__SSE_MATH__.
49693 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49695         [BZ #13540]
49696         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49697         processing for last bytes.
49699 2011-08-06  Bruno Haible  <bruno@clisp.org>
49701         [BZ #13061]
49702         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49703         U+0385, not to U+1FEE.
49705         [BZ #13062]
49706         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49707         entry for U+00A5 U+0301.
49709 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49711         [BZ #13166]
49712         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49713         buffer for the output is too small.
49715         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49716         optimization.
49718         [BZ #13185]
49719         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49720         SSE flags if possible.
49722 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49724         [BZ #13540]
49725         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49726         processing for last bytes.
49728 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49730         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49731         (syscall-list-default-options, syscall-list-default-condition)
49732         (syscall-list-includes): Define.
49733         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49734         list of ABIs and options and #if conditions for each ABI.  Do not
49735         handle common syscalls between ABIs specially.
49736         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49737         Remove.
49738         (syscall-list-variants, syscall-list-32bit-options)
49739         (syscall-list-32bit-condition, syscall-list-64bit-options)
49740         (syscall-list-64bit-condition): Define.
49741         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49742         (syscall-list-variants, syscall-list-32bit-options)
49743         (syscall-list-32bit-condition, syscall-list-64bit-options)
49744         (syscall-list-64bit-condition): Define.
49745         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49746         Remove.
49747         (syscall-list-variants, syscall-list-32bit-options)
49748         (syscall-list-32bit-condition, syscall-list-64bit-options)
49749         (syscall-list-64bit-condition): Define.
49750         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49751         Remove.
49752         (syscall-list-variants, syscall-list-32bit-options)
49753         (syscall-list-32bit-condition, syscall-list-64bit-options)
49754         (syscall-list-64bit-condition): Define.
49756 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49758         * locale/iso-639.def: Add brx entry.
49760         [BZ #13328]
49761         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49762         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49764         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49765         __feraiseexcept_renamed.
49767 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49769         [BZ #13538]
49770         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49771         EPOLLET with unsigned values.
49772         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49773         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49775         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49776         to large cancellation.
49777         * math/s_cacoshf.c: Likewise.
49778         * math/s_cacoshl.c: Likewise.
49780 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49782         [BZ #13305]
49783         [BZ #12786]
49784         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49785         * math/s_cacoshf.c: Likewise.
49786         * math/s_cacoshl.c: Likewise.
49788 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49790         [BZ #13439]
49791         * iconv/gconv.h: Define __GCONV_SWAP.
49792         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49793         * iconvdata/utf-16.c: Likewise.
49794         * iconvdata/utf-32.c: Likewise.
49796 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49798         [BZ #13524]
49799         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49800         numerator after shifting it by one limb.
49802 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49804         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49805         under [__USE_EXTERN_INLINES].
49807 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49809         [BZ #13446]
49810         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49812 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49814         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49815         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49816         optimized code.
49817         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49818         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49819         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49820         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49821         for strncasecmp/strncasecmp_l compilation.
49822         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49823         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49825 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49827         [BZ #13484]
49828         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49829         of __asm__.
49831 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49833         [BZ #13506]
49834         * time/tzfile.c (__tzfile_read): Check values from file header.
49836 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49838         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49839         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49840         * powerpc/powerpc32/dl-start.S: Likewise.
49841         * powerpc/powerpc32/elf/start.S: Likewise.
49842         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49843         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49844         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49845         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49846         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49847         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49848         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49849         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49850         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49851         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49852         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49853         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49854         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49855         * powerpc/powerpc32/memset.S: Likewise.
49856         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49857         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49858         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49859         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49860         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49861         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49862         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49863         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49864         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49865         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49866         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49867         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49868         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49870 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49872         * math/libm-test.inc: Added more nearbyint tests.
49873         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49874         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49875         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49876         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49878 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49880         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49881         FD_CLOEXEC.
49883 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49885         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49886         Add wcscpy-ssse3 wcscpy-c.
49887         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49888         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49889         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49890         * sysdeps/x86_64/wcschr.S: New file.
49891         * sysdeps/x86_64/wcsrchr.S: New file.
49892         * string/test-strcmp.c: Remove checking of wcscmp function for
49893         wrong alignments.
49894         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49895         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49896         wcsrchr-sse2 wcsrchr-c.
49897         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49898         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49899         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49900         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49901         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49902         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49903         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49904         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49905         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49906         * wcsmbc/wcschr.c (WCSCHR): New macro.
49908 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49910         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49911         * wcsmbs/test-wcsrchr.c: New file.
49912         * string/test-strrchr.c: Add wcsrchr support.
49913         (WIDE): New macro.
49914         * wcsmbs/test-wcscpy.c: New file.
49915         * string/test-strcpy.c: Add wcscpy support.
49916         (WIDE): New macro.
49918 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49920         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49921         the inner loop.
49923 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49925         [BZ #13472]
49926         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49928 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49930         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49931         Minor optimizations.
49933         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49934         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49935         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49937 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49939         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49940         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49941         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49942         for gcc to avoid warnings.
49943         * inet/Makefile (tests): Add tst-checks.
49944         * inet/tst-checks.c: New file.
49946         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49947         warning.
49949         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49950         __wmemcmp_sse2.
49952         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49953         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49955         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49957 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49959         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49960         problem.
49962         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49964 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
49966         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49967         conditional on GCC version.
49968         (__arch_compare_and_exchange_val_8_acq)
49969         (__arch_compare_and_exchange_val_16_acq)
49970         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49971         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49972         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49974 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
49976         * sysdeps/sh/backtrace.c: New file.
49978 2011-12-02  Andreas Schwab  <schwab@redhat.com>
49980         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
49981         parenthesis.
49983 2011-12-01  Andreas Schwab  <schwab@redhat.com>
49985         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49986         falling back to utime.
49988 2011-11-30  Andreas Schwab  <schwab@redhat.com>
49990         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49991         expectations for float.
49993 2011-11-29  Andreas Schwab  <schwab@redhat.com>
49995         * locale/weight.h (findidx): Add parameter len.
49996         * locale/weightwc.h (findidx): Likewise.
49997         * posix/fnmatch_loop.c (FCT): Adjust caller.
49998         * posix/regcomp.c (build_equiv_class): Likewise.
49999         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50000         * posix/regexec.c (check_node_accept_bytes): Likewise.
50001         * string/strcoll_l.c (STRCOLL): Likewise.
50002         * string/strxfrm_l.c (STRXFRM): Likewise.
50004 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50006         * Makefile.in: Remove CVSOPT handling.
50007         * configure.in: Remove use of AC_REVISION.
50008         * iconvdata/Makefile (distribute): No need to filter out CVS.
50009         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50010         handling.
50012 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50014         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50015         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50016         [USE_AS_STRNCASECMP_L]: Likewise.
50017         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50018         NO_TLS_DIRECT_SEG_REFS.
50019         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50020         Fix argument offsets for non-PIC.
50021         [USE_AS_STRNCASECMP_L]: Likewise.
50022         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50023         NO_TLS_DIRECT_SEG_REFS.
50025 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50027         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50028         O_CLOEXEC.
50029         * locale/loadlocale.c (_nl_load_locale): Likewise.
50031 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50033         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50034         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50035         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50036         (SYSCALL_GETTIME): Set errno on error.
50038         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50039         count references to noai6ai_cached.
50041 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50043         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50045         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50046         FD_CLOEXEC for /proc/self/maps.
50048         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50049         FD_CLOEXEC for /proc/meminfo.
50051         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50052         gai.conf.
50054         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50055         FD_CLOEXEC for given file.
50057         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50059         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50060         FD_CLOEXEC for /etc/hosts.
50061         (_gethtent): Likewise.
50063         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50065         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50066         cancellation and set FD_CLOEXEC for /etc/netgroup.
50068         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50069         reading /etc/publickey.
50071         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50072         allow cancellation when reading /etc/group.
50074         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50075         cancellation.
50076         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50078         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50079         when using data file.
50081         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50083         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50084         (write_nis_obj): Use "c" and "e" in fopen.
50086         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50088         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50090         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50092         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50094         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50095         locale.alias.
50097         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50099         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50101         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50103         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50104         file parsing and set FD_CLOEXEC.
50106 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50108         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50110 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50112         * malloc/arena.c (arena_get2): Don't call reused_arena when
50113         _int_new_arena failed.
50115 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50117         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50118         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50119         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50120         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50121         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50122         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50123         to compile strcasecmp and strncasecmp.
50124         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50125         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50127         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50129 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50131         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50132         locale-defines.sym to gen-as-const-headers.
50133         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50134         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50135         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50136         to compile strcasecmp and strncasecmp.
50137         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50138         strcasecmp_l and strncasecmp_l.
50139         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50140         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50141         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50142         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50143         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50144         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50145         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50146         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50147         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50148         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50149         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50151 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50153         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50154         result of SYSDEP_GETTIME_CPU to retval.
50155         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50156         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50158         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50159         variable.
50161         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50162         mantissa words.
50163         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50165         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50166         from unused variable.
50168         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50169         DWARF definitions.
50170         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50171         for assembling.
50173         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50174         over namespaces.
50176         * sunrpc/rpc_prot.c (rejected): Fix case value.
50178         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50179         unsigned long long int to avoid warnings in shift.
50181         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50182         of use of trans.
50183         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50184         variable tmp.
50186         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50187         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50188         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50190         * nis/nis_table.c (nis_list): Use variable of correct type for
50191         result of __follow_path call.
50193 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50195         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50196         of math functions ceil, trunc, floor, round, and sqrt, when
50197         avaliable on the platform.
50198         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50199         name clash.
50200         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50201         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50202         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50204 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50206         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50207         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50209 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50211         * include/unistd.h: Fix __readlink return type.
50212         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50214 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50216         * stdlib/ucontext.h: Undo last change for makecontext.
50218 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50220         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50222         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50223         * setjmp/setjmp.h: Mark functions as non-leaf.
50224         * setjmp/bits/setjmp2.h: Likewise.
50225         * stdlib/ucontext.h: Likewise.
50227 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50229         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50230         (reused_arena): Don't check arena limit.
50231         (arena_get2): Atomically check arena limit.
50233 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50235         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50236         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50238         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50239         instructions.
50241 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50243         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50244         handler when locking.
50246         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50247         Fix size of allocated buffer.
50249 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50251         [BZ #10103]
50252         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50253         declarations for long double functions.
50254         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50256         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50258 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50260         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50261         installed.
50263         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50264         is disabled.
50266 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50268         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50270 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50272         * include/alloca.h (stackinfo_alloca_round): Define.
50273         (extend_alloca): Use it.
50274         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50275         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50276         here.
50278         * scripts/check-local-headers.sh: Ignore libaudit.h.
50280         * nscd/Makefile (extra-objs): Make recursively expanded.
50282 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50284         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50285         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50287         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50288         * posix/tst-rfc3484-2.c: Likewise.
50289         * posix/tst-rfc3484-3.c: Likewise.
50291         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50292         process_vm_writev.
50293         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50294         process_vm_writev.
50295         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50296         process_vm_writev from libc using GLIBC_2.15 version.
50298         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50300 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50302         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50303         stack usage.
50305 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50307         [BZ #13367]
50308         * nss/getent.c (initgroups_keys): Show error message in case no group
50309         names are given.
50311         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50312         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50313         __bump_nl_timestamp.
50314         * nscd/connections (nscd_init): When host database is served open
50315         netlink socket and request notification about configuration changes.
50316         (main_loop_poll): Track netlink file descriptor and bump timestamp
50317         in case data becomes available.
50318         (main_loop_epoll): Likewise.
50319         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50320         (database_pers_head): Add extra_data fileds.
50321         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50322         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50323         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50324         Adjust caller.
50325         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50326         in6ai data, call __free_in6ai.
50327         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50328         Add -DHAVE_NETLINK.
50329         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50330         interface information.  Reuse previous data if netlink timestamp
50331         is not changed.
50332         (__bump_nl_timestamp): New function.
50333         (__free_in6ai): New function.
50335 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50337         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50338         close_not_cancel_no_status here.
50339         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50341 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50343         [BZ #13276]
50344         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50345         return value.
50347         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50348         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50349         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50351 2011-07-03  Andreas Jaeger  <aj@suse.de>
50353         [BZ #10709]
50354         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50355         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50356         * math/libm-test.inc (sin_test): Add test case.
50358 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50360         [BZ #13337]
50361         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50362         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50364         * elf/chroot_canon.c (chroot_canon): Cleanups.
50366         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50368         [BZ #13335]
50369         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50370         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50372         * string/test-strchr.c: Make usable for strchrnul testing.
50373         * string/test-strchrnul.c: New file.
50374         * string/Makefile (strop-tests): Add strchrnul.
50376         * po/it.po: Update from translation team.
50377         * po/es.po: Likewise.
50379 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50381         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50382         the three constants needed as parameters.  Drop the others.
50383         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50384         __m128i_strloadu_tolower.
50385         Create and initialize variable zero and use it in all the places
50386         where _mm_setzero_si128 was used.
50388         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50389         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50390         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50391         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50392         anymore.
50393         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50394         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50395         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50396         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50397         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50398         __mpranred, __mptan.
50399         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50400         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50401         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50402         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50403         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50404         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50405         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50406         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50407         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50409 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50411         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50412         redefine if SHARED.
50413         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50415         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50416         wide char related routines to wcsmbs subdir.
50418 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50420         [BZ #13344]
50421         * misc/sys/cdefs.h (__THROWNL): Define.
50422         * posix/unistd.h: Use __THREADNL instead of __THREAD
50423         for memory synchronization functions.
50425 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50427         [BZ #13349]
50428         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50429         doesn't exist.
50430         * manual/stdio.texi (Obstack Streams): Node removed.
50432 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50434         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50435         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50436         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50438         * math/math_private.h (math_force_eval): Allow non-addressable
50439         arguments.
50440         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50442 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50444         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50445         file is not needed.
50447         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50448         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50449         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50450         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50451         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50452         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50453         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50454         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50455         Add AVX variants.
50456         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50457         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50458         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50459         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50460         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50461         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50462         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50463         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50464         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50465         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50466         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50467         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50468         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50469         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50470         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50471         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50472         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50473         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50474         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50476         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50477         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50479         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50480         place.  Use VEX encoding when compiling for AVX.
50482 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50484         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50485         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50487         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50489 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50491         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50492         useless if() expression.
50493         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50494         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50495         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50496         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50497         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50498         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50499         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50500         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50501         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50502         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50503         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50504         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50505         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50506         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50507         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50508         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50509         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50510         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50511         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50513         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50515 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50517         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50518         condition.
50519         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50521 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50523         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50524         .text section.  Avoid duplicate constants.
50525         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50526         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50527         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50528         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50529         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50530         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50531         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50532         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50533         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50534         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50535         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50536         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50537         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50538         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50539         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50540         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50541         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50542         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50543         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50544         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50545         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50546         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50547         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50548         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50549         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50550         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50551         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50552         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50553         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50554         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50555         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50556         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50557         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50558         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50559         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50560         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50561         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50562         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50563         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50564         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50565         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50566         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50567         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50568         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50569         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50571 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50573         * sysdeps/x86_64/dla.h: Move to ...
50574         * sysdeps/x86_64/fpu/dla.h: ...here.
50575         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50576         situations.  Use __builtin_fma only for gcc 4.6 and up.
50578         * config.make.in: Add have-mfma4 entry.
50579         * configure.in: Substitute libc_cv_cc_fma4.
50580         * math/Makefile (dbl-only-routines): Add sincostab.
50581         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50582         Use __sincostab not sincos.
50583         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50584         name is a macro.
50585         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50586         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50587         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50588         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50589         using __copysign.
50590         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50591         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50592         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50593         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50594         and __inv.
50595         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50596         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50597         __copysign.
50598         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50599         define aliases when function name is a macro.
50600         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50601         sysdeps/ieee754/dbl-64/sincos.tbl.
50602         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50603         fma4-enabled routines.
50604         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50605         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50606         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50607         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50608         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50609         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50610         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50611         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50612         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50613         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50614         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50615         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50616         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50617         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50618         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50619         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50620         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50621         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50622         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50623         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50624         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50625         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50626         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50627         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50628         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50629         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50630         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50631         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50632         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50633         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50635         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50636         rename.
50637         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50638         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50639         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50640         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50641         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50642         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50643         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50644         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50646 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50648         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50650 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50652         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50654         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50655         prediction.
50656         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50658         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50659         Remove unused variable magic_bits.
50660         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50662         * string/strnlen.c: Define and use STRNLEN macro.
50663         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50664         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50665         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50666         * wcsmbs/wcslen.c: Define and use WCSLEN.
50667         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50668         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50669         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50670         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50671         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50672         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50673         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50675 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50677         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50678         strnlen-sse2-no-bsf.
50679         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50680         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50681         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50682         Add strnlen support.
50683         (USE_AS_STRNLEN): New macro.
50684         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50685         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50686         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50687         * sysdeps/x86_64/wcslen.S: New file.
50689 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50691         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50692         XMM-moves are used for copying on small sizes.
50694 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50696         * wcsmbs/Makefile (strop-tests): Add wcschr.
50697         * wcsmbs/test-wcschr.c: New file.
50698         * string/test-strchr.c: Update.
50699         Add wcschr support.
50700         (WIDE): New macro.
50702 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50704         * wcsmbs/Makefile (strop-tests): Add wcslen.
50705         * wcsmbs/test-wcslen.c: New file.
50706         * string/test-strlen.c: Update.
50707         Add wcslen support.
50708         (WIDE): New macro.
50710 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50712         * po/it.po: Update from translation team.
50714 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50716         * sysdeps/x86_64/wcscmp.S: Update.
50717         Fix wrong comparison semantics.
50718         wcscmp shall use signed comparison not unsigned.
50719         Don't use substraction to avoid overflow bug.
50720         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50721         * wcsmbc/wcscmp.c: Likewise.
50722         * string/test-strcmp.c: Likewise.
50723         Add new tests to check cases with negative values.
50725 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50727         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50728         * sysdeps/x86_64/dla.h: ...here.  New file.
50729         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50730         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50731         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50732         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50733         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50734         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50735         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50736         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50737         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50739 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50741         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50742         __ynl_finite aliases.
50744 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50746         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50748         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50749         define DLA_FMA.
50750         [DLA_FMA] (EMULV): Use DLA_FMA.
50751         [DLA_FMA] (MUL12): Use EMULV.
50752         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50753         that are not needed.
50754         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50755         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50756         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50757         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50758         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50759         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50760         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50762 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50764         * math/s_nan.c: Undef __nan.
50765         * math/s_nanf.c: Undef __nanf.
50766         * math/s_nanl.c: Undef __nanl.
50767         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50768         "math_private.h".
50770 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50772         * math/s_catan.c: Add branch predictions.
50773         * math/s_catanf.c: Likewise.
50774         * math/s_catanh.c: Likewise.
50775         * math/s_catanhf.c: Likewise.
50776         * math/s_catanhl.c: Likewise.
50777         * math/s_catanl.c: Likewise.
50778         * math/s_cexp.c: Likewise.
50779         * math/s_cexpf.c: Likewise.
50780         * math/s_cexpl.c: Likewise.
50781         * math/s_clog.c: Likewise.
50782         * math/s_clog10.c: Likewise.
50783         * math/s_clog10f.c: Likewise.
50784         * math/s_clog10l.c: Likewise.
50785         * math/s_clogf.c: Likewise.
50786         * math/s_clogl.c: Likewise.
50787         * math/s_csqrt.c: Likewise.
50788         * math/s_csqrtf.c: Likewise.
50789         * math/s_csqrtl.c: Likewise.
50790         * math/s_ctanf.c: Likewise.
50791         * math/s_ctanh.c: Likewise.
50792         * math/s_ctanhf.c: Likewise.
50793         * math/s_ctanhl.c: Likewise.
50794         * math/s_ctanl.c: Likewise.
50796         * math/math_private.h: Define __nan, __nanf, __nanl.
50797         * math/s_cacosh.c: Include <math_private.h>.
50798         * math/s_cacoshl.c: Likewise.
50799         * math/s_casinh.c: Likewise.
50800         * math/s_casinhf.c: Likewise.
50801         * math/s_casinhl.c: Likewise.
50802         * math/s_ccos.c: Rely entire on ccosh.
50803         * math/s_ccosf.c: Rely entire on ccoshf.
50804         * math/s_ccosl.c: Rely entirely on ccoshl.
50805         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50806         Remove tests for FE_INVALID.
50807         * math/s_ccoshf.c: Likewise.
50808         * math/s_ccoshl.c: Likewise.
50809         * math/s_csin.c: Likewise.
50810         * math/s_csinf.c: Likewise.
50811         * math/s_csinh.c Likewise.
50812         * math/s_csinhf.c: Likewise.
50813         * math/s_csinhl.c: Likewise.
50814         * math/s_csinl.c: Likewise.
50815         * math/s_ctan.c: Likewise.
50816         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50817         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50818         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50820 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50822         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50823         compilation problems.
50825         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50826         __builtin_expect.
50828 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50830         * sysdeps/i386/configure.in: Test for -mfma4 option.
50831         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50832         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50833         COMMON_CPUID_INDEX_80000001.
50834         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50835         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50836         use it if FMA3 is not supported.
50837         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50839         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50840         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50842 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50844         [BZ #12892]
50845         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50846         it would create a cycle with a link time dependency.
50848 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50850         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50851         instruction.
50852         * string/Makefile (strop-tests): Add rawmemchr.
50853         * string/test-rawmemchr.c: New file.
50855         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50856         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50857         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50858         when compiling str{,n}casecmp and when AVX is available.  Hook up
50859         new optimized code in initializers.
50861 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50863         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50864         __feraiseexcept instead of feraiseexcept.
50866 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50868         * math/math_private.h: Define defaults for libc_fetestexcept and
50869         libc_feupdateenv.
50870         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50871         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50872         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50873         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50874         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50875         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50876         libc_fetestexcept and libc_feupdateenv.
50878         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50879         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50880         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50881         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50882         libc_feholdexcept_setround.
50884         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50885         Add s_nearbyint-c and s_nearbyintf-c.
50886         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50887         nearbyintf inlines.
50888         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50889         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50890         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50891         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50893         * math/math_private.h: Define defaults for libc_fegetround,
50894         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50895         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50896         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50897         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50898         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50899         standard functions.
50900         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50901         Remove comments and hacks for old compiler versions.
50902         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50903         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50904         libc_feholdexceptl.
50906 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50908         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50909         (__feraiseexcept_renamed): Add __NTH.
50910         (feraiseexcept): Add __NTH.  Rename local variables to fix
50911         namespace violations.
50913 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50915         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50917         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50919         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50920         recently added interfaces.
50921         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50923         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50924         about macro parameter expansion.
50926         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50927         __NO_MATH_INLINES is defined.  Cleanups.
50929         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50930         and __floorf is target has SSE4.1.
50931         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50932         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50933         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50934         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50936         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50937         name.
50938         (floorf): Likewise.
50940         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50942 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50944         * misc/sys/cdefs.h: Fix last change.
50946         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50947         database lookup.
50949 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50951         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50953         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50954         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50955         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50956         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50957         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50958         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50959         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50960         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50961         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50962         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50963         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50964         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50965         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50966         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50967         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50968         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50969         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50970         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50971         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50972         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50973         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50974         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50976         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50977         ceil, ceilf, floor, floorf.
50979         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50980         Perform IRELATIVE relocations last.
50982         * elf/do-rel.h: Add another parameter nrelative, replacing the
50983         local variable with the same name.  Change name of the function
50984         to end in Rel or Rela (uppercase).
50985         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50986         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
50987         elf_dynamic_do_##reloc function.
50989 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50991         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50992         is sufficient, at least on modern CPUs.
50994         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50996         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50997         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50999         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51000         __expl_finite.
51001         * math/bits/math-finite.h: Add entries for exp.
51002         * math/e_expl.c: Add __*_finite alias.
51003         * sysdeps/i386/fpu/e_exp.S: Likewise.
51004         * sysdeps/i386/fpu/e_expf.S: Likewise.
51005         * sysdeps/i386/fpu/e_expl.c: Likewise.
51006         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51007         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51008         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51009         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51010         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51011         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51012         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51014         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51015         is sufficient, at least on modern CPUs.
51017         * ctype/ctype-info.c (__ctype_init): Define.
51018         * include/ctype.h (__ctype_init): Declare.
51019         (__ctype_b_loc): The variable is always initialized.
51020         (__ctype_toupper_loc): Likewise.
51021         (__ctype_tolower_loc): Likewise.
51022         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51023         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51025 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51027         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51029         * configure.in: Also look in $cxxmachine/include for C++ system
51030         headers.
51032 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51034         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51035         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51036         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51037         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51038         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51039         (USE_AS_WMEMCMP): New macro.
51040         Fixing indents.
51041         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51042         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51043         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51044         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51045         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51046         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51047         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51048         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51049         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51050         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51051         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51052         (USE_AS_WMEMCMP): New macro.
51053         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51054         * sysdeps/string/test-memcmp.c: Update.
51055         Fix simple_wmemcmp.
51056         Add new tests.
51057         * wcsmbs/wmemcmp.c: Update.
51058         (WMEMCMP): New macro.
51059         Fix overflow bug.
51061 2011-10-12  Andreas Jaeger  <aj@suse.de>
51063         [BZ #13268]
51064         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51066 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51068         * libio/iofwide.c (do_length): Avoid warning.
51070         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51072 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51074         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51076         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51077         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51078         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51079         * sysdeps/i386/i686/fpu/e_log.S: New file.
51080         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51081         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51083         * ctype/ctype.h: Add support for inlined isXXX functions when
51084         compiling C++ code.
51086 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51088         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51090         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51092 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51094         [BZ #13291]
51095         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51097 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51099         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51100         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51101         feraiseexcept.
51103         * sysdeps/x86_64/memrchr.S: Check for zero size.
51105         * string/stratcliff.c: Add memrchr tests.
51107 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51109         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51110         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51111         rawmemchr-sse2 rawmemchr-sse2-bsf.
51112         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51113         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51114         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51115         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51116         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51117         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51118         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51119         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51120         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51121         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51122         * string/memrchr.c (MEMRCHR): New macro.
51124 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51126         Add integration with gcc's -ffinite-math-only and optimize wrapper
51127         functions in libm.
51128         * Versions.def: Define GLIBC_2.15 version for libm.
51129         * math/Makefile (headers): Add bits/math-finite.h.
51130         * math/bits/math-finite.h: New file.
51131         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51132         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51133         * math/e_acoshl.c: Add __*_finite alias.
51134         * math/e_acosl.c: Likewise.
51135         * math/e_asinl.c: Likewise.
51136         * math/e_atan2l.c: Likewise.
51137         * math/e_atanhl.c: Likewise.
51138         * math/e_coshl.c: Likewise.
51139         * math/e_exp10.c: Likewise.
51140         * math/e_exp10f.c: Likewise.
51141         * math/e_exp10l.c: Likewise.
51142         * math/e_exp2l.c: Likewise.
51143         * math/e_fmodl.c: Likewise.
51144         * math/e_gammal_r.c: Likewise.
51145         * math/e_hypotl.c: Likewise.
51146         * math/e_j0l.c: Likewise.
51147         * math/e_j1l.c: Likewise.
51148         * math/e_jnl.c: Likewise.
51149         * math/e_lgammal_r.c: Likewise.
51150         * math/e_log10l.c: Likewise.
51151         * math/e_log2l.c: Likewise.
51152         * math/e_logl.c: Likewise.
51153         * math/e_powl.c: Likewise.
51154         * math/e_sinhl.c: Likewise.
51155         * math/e_sqrtl.c: Likewise.
51156         * math/e_scalb.c: Completely rewritten and optimized.
51157         * math/e_scalbf.c: Likewise.
51158         * math/e_scalbl.c: Likewise.
51159         * math/w_acos.c: Likewise.
51160         * math/w_acosf.c: Likewise.
51161         * math/w_acosl.c: Likewise.
51162         * math/w_acosh.c: Likewise.
51163         * math/w_acoshf.c: Likewise.
51164         * math/w_acoshl.c: Likewise.
51165         * math/w_asin.c: Likewise.
51166         * math/w_asinf.c: Likewise.
51167         * math/w_asinl.c: Likewise.
51168         * math/w_atan2.c: Likewise.
51169         * math/w_atan2f.c: Likewise.
51170         * math/w_atan2l.c: Likewise.
51171         * math/w_atanh.c: Likewise.
51172         * math/w_atanhf.c: Likewise.
51173         * math/w_atanhl.c: Likewise.
51174         * math/w_exp10.c: Likewise.
51175         * math/w_exp10f.c: Likewise.
51176         * math/w_exp10l.c: Likewise.
51177         * math/w_fmod.c: Likewise.
51178         * math/w_fmodf.c: Likewise.
51179         * math/w_fmodl.c: Likewise.
51180         * math/w_j0.c: Likewise.
51181         * math/w_j0f.c: Likewise.
51182         * math/w_j0l.c: Likewise.
51183         * math/w_j1.c: Likewise.
51184         * math/w_j1f.c: Likewise.
51185         * math/w_j1l.c: Likewise.
51186         * math/w_jn.c: Likewise.
51187         * math/w_jnf.c: Likewise.
51188         * math/w_log.c: Likewise.
51189         * math/w_logf.c: Likewise.
51190         * math/w_logl.c: Likewise.
51191         * math/w_log10.c: Likewise.
51192         * math/w_log10f.c: Likewise.
51193         * math/w_log10l.c: Likewise.
51194         * math/w_log2.c: Likewise.
51195         * math/w_log2f.c: Likewise.
51196         * math/w_log2l.c: Likewise.
51197         * math/w_pow.c: Likewise.
51198         * math/w_powf.c: Likewise.
51199         * math/w_powl.c: Likewise.
51200         * math/w_remainder.c: Likewise.
51201         * math/w_remainderf.c: Likewise.
51202         * math/w_remainderl.c: Likewise.
51203         * math/w_scalb.c: Likewise.
51204         * math/w_scalbf.c: Likewise.
51205         * math/w_scalbl.c: Likewise.
51206         * math/w_sqrt.c: Likewise.
51207         * math/w_sqrtf.c: Likewise.
51208         * math/w_sqrtl.c: Likewise.
51209         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51210         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51211         used.
51212         * math/math_private.h: Declare __kernel_standard_f.
51213         * math/w_cosh.c: Remove cruft and optimize a bit.
51214         * math/w_coshf.c: Likewise.
51215         * math/w_coshl.c: Likewise.
51216         * math/w_exp2.c: Likewise.
51217         * math/w_exp2f.c: Likewise.
51218         * math/w_exp2l.c: Likewise.
51219         * math/w_hypot.c: Likewise.
51220         * math/w_hypotf.c: Likewise.
51221         * math/w_hypotl.c: Likewise.
51222         * math/w_lgamma.c: Likewise.
51223         * math/w_lgamma_r.c: Likewise.
51224         * math/w_lgammaf.c: Likewise.
51225         * math/w_lgammaf_r.c: Likewise.
51226         * math/w_lgammal.c: Likewise.
51227         * math/w_lgammal_r.c: Likewise.
51228         * math/w_sinh.c: Likewise.
51229         * math/w_sinhf.c: Likewise.
51230         * math/w_sinhl.c: Likewise.
51231         * math/w_tgamma.c: Likewise.
51232         * math/w_tgammaf.c: Likewise.
51233         * math/w_tgammal.c: Likewise.
51234         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51235         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51236         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51237         Minor optimizations.  Pretty printing.  Remove cruft.
51238         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51239         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51240         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51241         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51242         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51243         * sysdeps/i386/fpu/e_asin.S: Likewise.
51244         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51245         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51246         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51247         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51248         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51249         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51250         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51251         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51252         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51253         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51254         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51255         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51256         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51257         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51258         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51259         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51260         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51261         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51262         * sysdeps/i386/fpu/e_log.S: Likewise.
51263         * sysdeps/i386/fpu/e_log10.S: Likewise.
51264         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51265         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51266         * sysdeps/i386/fpu/e_log2.S: Likewise.
51267         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51268         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51269         * sysdeps/i386/fpu/e_logf.S: Likewise.
51270         * sysdeps/i386/fpu/e_logl.S: Likewise.
51271         * sysdeps/i386/fpu/e_pow.S: Likewise.
51272         * sysdeps/i386/fpu/e_powf.S: Likewise.
51273         * sysdeps/i386/fpu/e_powl.S: Likewise.
51274         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51275         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51276         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51277         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51278         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51279         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51280         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51281         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51282         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51283         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51284         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51285         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51286         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51287         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51288         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51289         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51290         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51291         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51292         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51293         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51294         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51295         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51296         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51297         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51298         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51299         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51300         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51301         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51302         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51303         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51304         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51305         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51306         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51307         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51308         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51309         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51310         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51311         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51312         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51313         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51314         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51315         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51316         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51317         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51318         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51319         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51320         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51321         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51322         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51323         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51324         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51325         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51326         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51327         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51328         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51329         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51330         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51331         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51332         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51333         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51334         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51335         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51336         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51337         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51338         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51339         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51340         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51341         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51342         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51343         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51344         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51345         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51346         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51347         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51348         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51349         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51350         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51351         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51352         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51353         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51354         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51355         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51356         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51357         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51358         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51359         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51360         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51361         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51362         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51363         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51364         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51365         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51366         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51367         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51368         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51369         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51370         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51371         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51372         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51373         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51374         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51375         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51376         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51377         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51378         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51379         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51380         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51381         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51382         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51383         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51384         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51385         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51386         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51387         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51388         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51389         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51390         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51391         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51392         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51393         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51394         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51395         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51396         (__isnanf): Likewise.
51397         (__isinf_ns): Likewise.
51398         (__isinf_nsf): Likewise.
51399         (__finite): Likewise.
51400         (__finitef): Likewise.
51401         (__ieee754_sqrt): Define as macro.
51402         (__ieee754_sqrtf): Define as macro.
51403         (__ieee754_sqrtl): Define as macro.
51404         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51405         inlined copy.
51406         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51407         __FINITE_MATH_ONLY__ consistent.
51408         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51410 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51412         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51413         of rawmemchr.
51415         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51417 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51419         * po/ja.po: Update from translation team.
51421 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51423         * locale/programs/locarchive.c (prepare_address_space): New function.
51424         (create_archive, enlarge_archive, open_archive): Use it.
51426         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51427         inside [SHARED], where it is used.
51429         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51431         * nss/getent.c (netgroup_keys): Remove unused variable.
51432         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51434 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51436         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51437         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51438         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51439         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51440         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51441         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51442         * math/Makefile (libm-calls): Add s_isinf_ns.
51443         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51444         * math/multc3.c: Likewise.
51445         * math/s_casin.c: Likewise.
51446         * math/s_casinf.c: Likewise.
51447         * math/s_casinl.c: Likewise.
51448         * math/s_ccos.c: Likewise.
51449         * math/s_ccosf.c: Likewise.
51450         * math/s_ccosl.c: Likewise.
51451         * math/s_ctan.c: Likewise.
51452         * math/s_ctanf.c: Likewise.
51453         * math/s_ctanh.c: Likewise.
51454         * math/s_ctanhf.c: Likewise.
51455         * math/s_ctanhl.c: Likewise.
51456         * math/s_ctanl.c: Likewise.
51457         * math/w_fmod.c: Likewise.
51458         * math/w_fmodf.c: Likewise.
51459         * math/w_fmodl.c: Likewise.
51460         * math/w_remainder.c: Likewise.
51461         * math/w_remainderf.c: Likewise.
51462         * math/w_remainderl.c: Likewise.
51463         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51464         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51465         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51466         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51467         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51468         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51469         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51470         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51472         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51473         of the number.
51474         * stdio-common/printf_fphex.c: Likewise.
51475         * stdio-common/printf_size.c: Likewise.
51477         * math/e_exp10.c: Include math_private.h using <...> not "...".
51478         * math/e_exp10f.c: Likewise.
51479         * math/e_exp10l.c: Likewise.
51480         * math/e_exp2l.c: Likewise.
51481         * math/e_j0l.c: Likewise.
51482         * math/e_j1l.c: Likewise.
51483         * math/e_jnl.c: Likewise.
51484         * math/e_lgammal_r.c: Likewise.
51485         * math/e_rem_pio2l.c: Likewise.
51486         * math/e_scalb.c: Likewise.
51487         * math/e_scalbf.c: Likewise.
51488         * math/e_scalbl.c: Likewise.
51489         * math/k_cosl.c: Likewise.
51490         * math/k_sinl.c: Likewise.
51491         * math/k_tanl.c: Likewise.
51492         * math/s_cacoshf.c: Likewise.
51493         * math/s_catan.c: Likewise.
51494         * math/s_catanf.c: Likewise.
51495         * math/s_catanh.c: Likewise.
51496         * math/s_catanhf.c: Likewise.
51497         * math/s_catanhl.c: Likewise.
51498         * math/s_catanl.c: Likewise.
51499         * math/s_ccosh.c: Likewise.
51500         * math/s_ccoshf.c: Likewise.
51501         * math/s_ccoshl.c: Likewise.
51502         * math/s_cexp.c: Likewise.
51503         * math/s_cexpf.c: Likewise.
51504         * math/s_cexpl.c: Likewise.
51505         * math/s_clog.c: Likewise.
51506         * math/s_clog10.c: Likewise.
51507         * math/s_clog10f.c: Likewise.
51508         * math/s_clog10l.c: Likewise.
51509         * math/s_clogf.c: Likewise.
51510         * math/s_clogl.c: Likewise.
51511         * math/s_csin.c: Likewise.
51512         * math/s_csinf.c: Likewise.
51513         * math/s_csinh.c: Likewise.
51514         * math/s_csinhf.c: Likewise.
51515         * math/s_csinhl.c: Likewise.
51516         * math/s_csinl.c: Likewise.
51517         * math/s_csqrt.c: Likewise.
51518         * math/s_csqrtf.c: Likewise.
51519         * math/s_csqrtl.c: Likewise.
51520         * math/s_ctan.c: Likewise.
51521         * math/s_ctanf.c: Likewise.
51522         * math/s_ctanh.c: Likewise.
51523         * math/s_ctanhf.c: Likewise.
51524         * math/s_ctanhl.c: Likewise.
51525         * math/s_ctanl.c: Likewise.
51526         * math/s_ldexp.c: Likewise.
51527         * math/s_ldexpf.c: Likewise.
51528         * math/s_ldexpl.c: Likewise.
51529         * math/s_significand.c: Likewise.
51530         * math/s_significandf.c: Likewise.
51531         * math/s_significandl.c: Likewise.
51532         * math/w_acos.c: Likewise.
51533         * math/w_acosf.c: Likewise.
51534         * math/w_acosh.c: Likewise.
51535         * math/w_acoshf.c: Likewise.
51536         * math/w_acoshl.c: Likewise.
51537         * math/w_acosl.c: Likewise.
51538         * math/w_asin.c: Likewise.
51539         * math/w_asinf.c: Likewise.
51540         * math/w_asinl.c: Likewise.
51541         * math/w_atan2.c: Likewise.
51542         * math/w_atan2f.c: Likewise.
51543         * math/w_atan2l.c: Likewise.
51544         * math/w_atanh.c: Likewise.
51545         * math/w_atanhf.c: Likewise.
51546         * math/w_atanhl.c: Likewise.
51547         * math/w_cosh.c: Likewise.
51548         * math/w_coshf.c: Likewise.
51549         * math/w_coshl.c: Likewise.
51550         * math/w_dremf.c: Likewise.
51551         * math/w_exp10.c: Likewise.
51552         * math/w_exp10f.c: Likewise.
51553         * math/w_exp10l.c: Likewise.
51554         * math/w_exp2.c: Likewise.
51555         * math/w_exp2f.c: Likewise.
51556         * math/w_fmod.c: Likewise.
51557         * math/w_fmodf.c: Likewise.
51558         * math/w_fmodl.c: Likewise.
51559         * math/w_hypot.c: Likewise.
51560         * math/w_hypotf.c: Likewise.
51561         * math/w_hypotl.c: Likewise.
51562         * math/w_j0.c: Likewise.
51563         * math/w_j0f.c: Likewise.
51564         * math/w_j0l.c: Likewise.
51565         * math/w_j1.c: Likewise.
51566         * math/w_j1f.c: Likewise.
51567         * math/w_j1l.c: Likewise.
51568         * math/w_jn.c: Likewise.
51569         * math/w_jnf.c: Likewise.
51570         * math/w_jnl.c: Likewise.
51571         * math/w_lgamma.c: Likewise.
51572         * math/w_lgamma_r.c: Likewise.
51573         * math/w_lgammaf.c: Likewise.
51574         * math/w_lgammaf_r.c: Likewise.
51575         * math/w_lgammal.c: Likewise.
51576         * math/w_lgammal_r.c: Likewise.
51577         * math/w_log.c: Likewise.
51578         * math/w_log10.c: Likewise.
51579         * math/w_log10f.c: Likewise.
51580         * math/w_log10l.c: Likewise.
51581         * math/w_log2.c: Likewise.
51582         * math/w_log2f.c: Likewise.
51583         * math/w_log2l.c: Likewise.
51584         * math/w_logf.c: Likewise.
51585         * math/w_logl.c: Likewise.
51586         * math/w_pow.c: Likewise.
51587         * math/w_powf.c: Likewise.
51588         * math/w_powl.c: Likewise.
51589         * math/w_remainder.c: Likewise.
51590         * math/w_remainderf.c: Likewise.
51591         * math/w_remainderl.c: Likewise.
51592         * math/w_scalb.c: Likewise.
51593         * math/w_scalbf.c: Likewise.
51594         * math/w_scalbl.c: Likewise.
51595         * math/w_sinh.c: Likewise.
51596         * math/w_sinhf.c: Likewise.
51597         * math/w_sinhl.c: Likewise.
51598         * math/w_sqrt.c: Likewise.
51599         * math/w_sqrtf.c: Likewise.
51600         * math/w_sqrtl.c: Likewise.
51601         * math/w_tgamma.c: Likewise.
51602         * math/w_tgammaf.c: Likewise.
51603         * math/w_tgammal.c: Likewise.
51605         * po/ja.po: Update from translation team.
51607 2011-09-29  Andreas Jaeger  <aj@suse.de>
51609         [BZ #13179]
51610         * sunrpc/netname.c (netname2host): Fix logic.
51612         [BZ #6779]
51613         [BZ #6783]
51614         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51615         correctly.
51616         * math/w_remainder.c (__remainder): Likewise.
51617         * math/w_remainderf.c (__remainderf): Likewise.
51618         * math/libm-test.inc (remainder_test): Add test cases.
51620 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51622         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51623         sdiv_qrnnd.
51625 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51627         * string/test-memcmp.c: Avoid unncessary #defines.
51628         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51630 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51632         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51633         Use new sse2 version for core i3 - i7 as it's faster
51634         than sse42 version.
51635         (bit_Prefer_PMINUB_for_stringop): New.
51636         * sysdeps/x86_64/rawmemchr.S: Update.
51637         Replace with faster SSE2 version.
51638         * sysdeps/x86_64/memrchr.S: New file.
51639         * sysdeps/x86_64/memchr.S: Update.
51640         Replace with faster SSE2 version.
51642 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51644         * elf/dl-load.c (lose): Add cast to avoid warning.
51646 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51648         * po/ca.po: Update from translation team.
51650         * inet/getnetgrent_r.c: Hook up nscd.
51651         * nscd/Makefile (routines): Add nscd_netgroup.
51652         (nscd-modules): Add netgroupcache.
51653         (CFLAGS-netgroupcache.c): Define.
51654         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51655         (cache_search): Add const to second parameter.
51656         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51657         INNETGR.
51658         (dbs): Add netgrdb entry.
51659         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51660         (verify_persistent_db): Handle netgrdb.
51661         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51662         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51663         GETFDNETGR.
51664         (netgroup_response_header): Define.
51665         (innetgroup_response_header): Define.
51666         (datahead): Add netgroup_response_header and innetgroup_response_header
51667         elements.
51668         * nscd/nscd.conf: Add entries for netgroup cache.
51669         * nscd/nscd.h (dbtype): Add netgrdb.
51670         (_PATH_NSCD_NETGROUP_DB): Define.
51671         (netgroup_iov_disabled): Declare.
51672         (xmalloc, xcalloc, xrealloc): Move declarations here.
51673         (cache_search): Adjust prototype.
51674         Add netgroup-related prototypes.
51675         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51676         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51677         (__nscd_innetgr): Declare.
51678         * nscd/selinux.c (perms): Use access_vector_t as element type and
51679         add netgroup-related initializers.
51680         * nscd/netgroupcache.c: New file.
51681         * nscd/nscd_netgroup.c: New file.
51682         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51683         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51684         For four parameters use innetgr.
51685         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51686         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51687         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51688         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51690         * nscd/connections.c (register_traced_file): Don't register file
51691         for disabled databases.
51693 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51695         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51697         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51698         from tree and freeing node.
51700 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51702         * nss/nsswitch.c (__nss_database_lookup): Handle
51703         nss_parse_service_list out of memory case.
51705 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51707         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51708         out of memory case.
51710 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51712         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51713         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51714         pass it down.
51715         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51716         elf_machine_rela, elf_machine_lazy_rel.
51717         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51718         (ELF_DYNAMIC_DO_REL): Likewise.
51719         (ELF_DYNAMIC_DO_RELA): Likewise.
51720         (ELF_DYNAMIC_RELOCATE): Likewise.
51721         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51722         to ELF_DYNAMIC_DO_REL.
51723         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51724         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51725         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51726         elf_machine_rela.
51727         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51728         skip_ifunc, don't call ifunc function if non-zero.
51729         (elf_machine_rela): Likewise.
51730         (elf_machine_lazy_rel): Likewise.
51731         (elf_machine_lazy_rela): Likewise.
51732         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51733         (elf_machine_lazy_rel): Likewise.
51734         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51735         Likewise.
51736         (elf_machine_lazy_rel): Likewise.
51737         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51738         Likewise.
51739         (elf_machine_lazy_rel): Likewise.
51740         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51741         (elf_machine_lazy_rel): Likewise.
51742         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51743         (elf_machine_lazy_rel): Likewise.
51744         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51745         (elf_machine_lazy_rel): Likewise.
51746         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51747         (elf_machine_lazy_rel): Likewise.
51748         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51749         (elf_machine_lazy_rel): Likewise.
51750         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51751         (elf_machine_lazy_rel): Likewise.
51753 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51755         * nss/nss_files/files-init.c (_nss_files_init): Use static
51756         initialization for all the *_traced_file variables.
51758 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51760         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51762 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51764         [BZ #13226]
51765         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51767 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51769         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51770         Reread the line before reparsing it.
51772 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51774         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51776 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51777             Maxim Kuvyrkov  <maxim@codesourcery.com>
51778             Joseph Myers  <joseph@codesourcery.com>
51780         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51781         if needed for __stack_chk_guard.
51783 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51785         * sysdeps/posix/spawni.c (script_execute): Always define it.
51786         It will be optimized away if unused.
51787         (maybe_script_execute): New function.
51788         (__spawni): Call it.
51790         * Makerules: Don't include tls.make.
51791         (config-tls): Always set to thread.
51792         * tls.make.c: File removed.
51794 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51796         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51797         * config.make.in (CPPFLAGS-config): New substituted variable.
51799 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51801         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51803         [BZ #13192]
51804         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51805         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51807 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51809         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51810         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51811         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51812         (CALL_FAIL): Likewise.
51813         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51814         (CALL_FAIL): Macro removed.
51815         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51817 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51819         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51820         for __FINITE_MATH_ONLY__ == 1.
51822 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51824         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51825         __ieee754_sqrt instead of sqrt.
51826         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51827         __ieee754_sqrtf instead of sqrtf.
51828         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51829         __floorf instead of floorf.
51830         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51831         __floorf, __truncf instead of floorf, truncf.
51833 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51835         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51837         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51838         __extern_always_inline.
51839         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51840         32-bit.
51842 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51844         * elf/rtld.c (dl_main): Also relocate in dependency order when
51845         doing symbol dependency testing.
51847 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51849         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51850         Always define `refsym'.
51852 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51854         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51855         (__FD_ELT): Renamed from __FDELT.
51856         * misc/bits/select2.h (__FD_ELT): Likewise.
51857         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51858         __FD_MASK instead of __FDELT, __FDMASK.
51859         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51860         Likewise.
51861         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51862         Likewise.
51864         * elf/Makefile (gen-ldd): Fix pattern.
51866         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51867         (init_tls): Likewise.
51869 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51871         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51873 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51875         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51876         `struct cmsghdr *' instead of `void *'.
51877         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51878         Likewise.
51880 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51882         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51883         if non-absolute.
51884         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51885         ldd_rewrite_script.
51887 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51889         * configure.in: Remove --with-tls option.
51890         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51891         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51892         out in case it is missing.
51893         * sysdeps/ia64/elf/configure.in: Likewise.
51894         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51895         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51896         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51897         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51898         * sysdeps/sh/elf/configure.in: Likewise.
51899         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51900         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51901         * sysdeps/x86_64/elf/configure.in: Likewise.
51902         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51903         * sysdeps/mach/hurd/tls.h: Likewise.
51905         [BZ #13067]
51906         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51908         [BZ #13090]
51909         * configure.in: Fix use of AC_INIT.
51911         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51913 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51915         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51916         __set_errno.
51917         * malloc/hooks.c: Likewise.
51919         [BZ #11929]
51920         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51921         variables statically.
51922         (narenas): Initialize.
51923         (list_lock): Initialize.
51924         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51925         initializtion of main_arena and list_lock.  Small cleanups.
51926         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51927         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51928         Add initializers to main_arena and mp_.
51929         (malloc_state): Remove pagesize member.  Change all users to use
51930         GLRO(dl_pagesize).
51932         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51933         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51934         is always initialized.
51936         * malloc/malloc.c: Removed unused configurations and dead code.
51937         * malloc/arena.c: Likewise.
51938         * malloc/hooks.c: Likewise.
51939         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51941         * include/tls.h: Removed.  USE___THREAD must always be defined.
51942         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51943         * elf/dl-libc.c: Likewise.
51944         * elf/dl-tsd.c: Likewise.
51945         * include/errno.h: Likewise.
51946         * include/netdb.h: Likewise.
51947         * include/resolv.h: Likewise.
51948         * inet/herrno-loc.c: Likewise.
51949         * inet/herrno.c: Likewise.
51950         * malloc/arena.c: Likewise.
51951         * malloc/hooks.c: Likewise.
51952         * malloc/malloc.c: Likewise.
51953         * resolv/res-state.c: Likewise.
51954         * resolv/res_libc.c: Likewise.
51955         * sysdeps/i386/dl-machine.h: Likewise.
51956         * sysdeps/ia64/dl-machine.h: Likewise.
51957         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51958         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51959         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51960         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51961         * sysdeps/sh/dl-machine.h: Likewise.
51962         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51963         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51964         * sysdeps/unix/i386/sysdep.S: Likewise.
51965         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51966         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51967         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51968         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51969         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51970         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51971         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51972         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51973         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51974         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51975         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51976         * sysdeps/x86_64/dl-machine.h: Likewise.
51977         * tls.make.c: Likewise.
51979         * configure.in: Remove --with-__thread option.  Make tests for
51980         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51981         tls_model attribute fail if no support is available.  Remove
51982         USE_IN_LIBIO.
51983         * Makeconfig: Adjust for dropped configure option.  All features are
51984         now mandatory.
51985         * Makerules: Likewise.
51986         * Versions.def: Likewise.
51987         * argp/argp-fmtstream.c: Likewise.
51988         * argp/argp-fmtstream.h: Likewise.
51989         * argp/argp-help.c: Likewise.
51990         * assert/assert.c: Likewise.
51991         * config.h.in: Likewise.
51992         * config.make.in: Likewise.
51993         * configure: Likewise.
51994         * configure.in: Likewise.
51995         * csu/Versions: Likewise.
51996         * csu/init.c: Likewise.
51997         * elf/tst-audit2.c: Likewise.
51998         * elf/tst-tls10.c: Likewise.
51999         * elf/tst-tls10.h: Likewise.
52000         * elf/tst-tls11.c: Likewise.
52001         * elf/tst-tls12.c: Likewise.
52002         * elf/tst-tls14.c: Likewise.
52003         * elf/tst-tlsmod11.c: Likewise.
52004         * elf/tst-tlsmod12.c: Likewise.
52005         * elf/tst-tlsmod13.c: Likewise.
52006         * elf/tst-tlsmod13a.c: Likewise.
52007         * elf/tst-tlsmod14a.c: Likewise.
52008         * elf/tst-tlsmod15b.c: Likewise.
52009         * elf/tst-tlsmod16a.c: Likewise.
52010         * elf/tst-tlsmod16b.c: Likewise.
52011         * elf/tst-tlsmod7.c: Likewise.
52012         * elf/tst-tlsmod8.c: Likewise.
52013         * elf/tst-tlsmod9.c: Likewise.
52014         * gmon/gmon.c: Likewise.
52015         * grp/fgetgrent_r.c: Likewise.
52016         * grp/putgrent.c: Likewise.
52017         * hurd/fopenport.c: Likewise.
52018         * include/libc-symbols.h: Likewise.
52019         * include/tls.h: Likewise.
52020         * intl/gettextP.h: Likewise.
52021         * intl/loadinfo.h: Likewise.
52022         * locale/global-locale.c: Likewise.
52023         * locale/localeinfo.h: Likewise.
52024         * mach/devstream.c: Likewise.
52025         * malloc/arena.c: Likewise.
52026         * malloc/set-freeres.c: Likewise.
52027         * misc/err.c: Likewise.
52028         * misc/getttyent.c: Likewise.
52029         * misc/mntent_r.c: Likewise.
52030         * posix/getopt.c: Likewise.
52031         * posix/wordexp.c: Likewise.
52032         * pwd/fgetpwent_r.c: Likewise.
52033         * resolv/Versions: Likewise.
52034         * resolv/res_hconf.c: Likewise.
52035         * shadow/fgetspent_r.c: Likewise.
52036         * shadow/putspent.c: Likewise.
52037         * stdio-common/printf_fphex.c: Likewise.
52038         * stdio-common/tmpfile.c: Likewise.
52039         * stdlib/abort.c: Likewise.
52040         * stdlib/fmtmsg.c: Likewise.
52041         * sunrpc/auth_unix.c: Likewise.
52042         * sunrpc/clnt_perr.c: Likewise.
52043         * sunrpc/clnt_tcp.c: Likewise.
52044         * sunrpc/clnt_udp.c: Likewise.
52045         * sunrpc/clnt_unix.c: Likewise.
52046         * sunrpc/openchild.c: Likewise.
52047         * sunrpc/svc_simple.c: Likewise.
52048         * sunrpc/svc_tcp.c: Likewise.
52049         * sunrpc/svc_udp.c: Likewise.
52050         * sunrpc/svc_unix.c: Likewise.
52051         * sunrpc/xdr.c: Likewise.
52052         * sunrpc/xdr_array.c: Likewise.
52053         * sunrpc/xdr_rec.c: Likewise.
52054         * sunrpc/xdr_ref.c: Likewise.
52055         * sunrpc/xdr_stdio.c: Likewise.
52057 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52059         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52061 2011-07-03  Andreas Jaeger  <aj@suse.de>
52063         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52064         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52065         regenerate with gen-libm-tests.pl.
52067 2010-05-12  Petr Baudis  <pasky@suse.cz>
52069         [BZ #11589]
52070         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52071         around j0() zero points by switching to j1().
52072         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52073         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52074         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52075         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52077 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52079         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52080         instead of 0.
52081         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52082         instead of 0.
52083         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52084         Patch in part by Pavel Roskin <proski@gnu.org>.
52086         [BZ #13138]
52087         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52088         realloc.
52089         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52090         Free memory block if necessary.
52092         [BZ #12847]
52093         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52094         be NULL.  Don't lock in this case.
52096 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52098         * elf/elf.h (ELFOSABI_GNU): New macro.
52099         (ELFOSABI_LINUX): Define to that.
52101 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52103         * string/strncat.c (strncat): Undef the symbol in case it has been
52104         defined in bits/string.h.
52106 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52108         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52110         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52111         link map.
52113 2011-08-17  Andreas Jaeger  <aj@suse.de>
52115         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52117 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52118             Ian Lance Taylor  <iant@google.com>
52120         * math/libm-test.inc (lround_test): New testcase.
52121         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52123 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52125         * Makefile: Remove support for automatic cvs check-ins.
52126         * Makerules: Likewise.
52127         * config.make.in: Likewise.
52128         * configure.in: Likewise.
52129         * intl/Makefile: Likewise.
52130         * locale/Makefile: Likewise.
52131         * po/Makefile: Likewise.
52132         * posix/Makefile: Likewise.
52133         * sysdeps/gnu/Makefile: Likewise.
52134         * sysdeps/mach/hurd/Makefile: Likewise.
52135         * sysdeps/sparc/sparc32/Makefile: Likewise.
52137         [BZ #13118]
52138         * posix/Makefile (bug-regex32-ENV): Define.
52139         Patch by John Stanley <jpsinthemix@verizon.net>.
52141         * misc/Makefile (headers): Add bits/select2.h.
52142         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52143         * misc/bits/select2.h: New file.
52144         * include/bits/select2.h: New file.
52145         * debug/Makefile (routines): Add fdelt_chk.
52146         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52147         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52148         FD_ISSET.
52149         * debug/fdelt_chk.c: New file.
52151         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52152         * wcsmbs/test-wmemcmp.c: Likewise.
52153         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52154         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52156 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52158         * string/Makefile (strop-tests): Add memcmp.
52159         * string/test-wmemcmp.c: New file.
52160         * string/test-memcmp.c: Add wmemcmp support.
52162 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52164         [BZ #13153]
52165         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52166         2011-07-19 change.
52168         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52169         garbage value in a __mach_port_mod_refs call in the cases of the
52170         task-self and thread-self ports.
52172 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52174         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52176 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52178         * elf/dl-load.c (lose): Check for non-null L.
52180 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52182         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52184         * elf/dl-libc.c (dlerror_run): Pass back error code from
52185         dl_catch_error.
52187         [BZ #13123]
52188         * elf/dl-load.c (lose): Free l_origin if it is valid.
52190         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52191         names.
52192         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52193         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52194         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52195         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52196         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52197         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52199 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52201         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52202         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52203         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52204         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52205         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52206         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52207         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52208         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52209         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52210         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52212 2011-08-15  Alan Modra  <amodra@gmail.com>
52214         [BZ #13092]
52215         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52216         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52217         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52218         ppc_mcount to static-only-routines.
52219         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52220         __mcount_internal.
52221         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52222         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52224 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52226         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52227         for finite and infinity parameters.
52229 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52231         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52232         and add nop instructions for throughput optimization.
52233         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52235 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52237         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52238         aligned copy for power7 with vector-scalar instructions.
52239         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52241 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52243         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52244         AVX check.
52246 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52248         [BZ #13144]
52249         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52250         last change.
52252 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52254         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52255         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52256         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52257         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52258         clock_gettime.
52260 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52262         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52263         Forgot to demangle the pointer.
52265         * sysdeps/i386/sysdep.h: Define atom_text_section.
52266         * sysdeps/x86_64/sysdep.h: Likewise.
52267         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52268         section with atom_text_section.
52269         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52270         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52271         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52272         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52273         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52275         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52276         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52277         already be defined.  Change to take two parameters and don't assign
52278         result to variable.  Adjust all users.
52279         Define INTERNAL_GETTIME if not already defined.
52280         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52281         call.
52282         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52283         HAVE_CLOCK_GETTIME_VSYSCALL.
52284         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52286         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52287         gettimeofday vsyscall, just use time.
52289 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52291         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52292         <errno.h>.
52294 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52296         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52297         syscall on x86-64.
52298         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52299         syscall.
52300         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52301         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52302         syscall if possible.
52304 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52306         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52307         e_ident.  Don't pass to find_mapsXX.
52308         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52310 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52312         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52313         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52314         * sysdeps/x86_64/multiarch/strchr.S: Update.
52315         Check bit_slow_BSF bit.
52316         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52317         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52318         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52320 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52322         [BZ #13134]
52323         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52324         before glibc 2.15.
52325         (tryshell): Define.
52326         (__spawni): Change last parameter to be flag.  Test
52327         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52328         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52329         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52330         * posix/spawni.c: Likewise.
52331         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52332         * posix/spawnp.c: Likewise.  Change normal version to use
52333         SPAWN_XFLAGS_USE_PATH.
52334         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52335         SPAWN_XFLAGS_TRY_SHELL.
52337         [BZ #13150]
52338         * posix/glob.h: Remove gcc 1.x support.
52340         [BZ #13068]
52341         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52343 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52345         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52346         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52347         strrchr-sse2-bsf
52348         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52349         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52350         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52351         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52352         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52353         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52355 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52357         * sysdeps/x86_64/wcscmp.S: New file.
52359         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52360         wcscmp-c wcscmp-sse2
52361         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52362         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52363         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52364         * wcsmbs/wcscmp.c: Allow renaming.
52366 2011-09-05  David S. Miller  <davem@davemloft.net>
52368         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52369         stack slot, rather than the struct return pointer slot.
52370         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52371         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52373         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52375 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52377         * po/ja.po: Update from translation team.
52379         [BZ #13144]
52380         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52381         kernel in 64-bit binaries.
52383 2011-09-01  David S. Miller  <davem@davemloft.net>
52385         * elf/elf.h (HWCAP_SPARC_*): Move to..
52386         * sysdeps/sparc/sysdep.h: this new file and add new values.
52387         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52388         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52389         _DL_HWCAP_COUNT to 24.
52390         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52391         entries.
52392         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52393         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52394         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52395         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52396         instead of magic constants.
52397         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52399 2011-08-31  David S. Miller  <davem@davemloft.net>
52401         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52402         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52403         Reimplement to do errno handling inline.
52404         (SYSCALL_ERROR_HANDLER): New macro.
52405         (__SYSCALL_STRING): Do not do errno handling in asm.
52406         (__CLONE_SYSCALL_STRING): Delete.
52407         (__INTERNAL_SYSCALL_STRING): Delete.
52408         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52409         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52410         (PSEUDO): Reimplement to do errno handling inline.
52411         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52412         (SYSCALL_ERROR_HANDLER): New macro.
52413         (__SYSCALL_STRING): Do not do errno handling in asm.
52414         (__CLONE_SYSCALL_STRING): Delete.
52415         (__INTERNAL_SYSCALL_STRING): Delete.
52416         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52417         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52418         i386.
52419         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52420         (inline_syscall*): Add 'err' argument.
52421         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52422         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52423         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52424         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52426         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52427         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52429 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52431         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52433 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52435         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52436         directive.
52438 2011-08-24  David S. Miller  <davem@davemloft.net>
52440         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52442 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52444         * elf/Makefile: Add rules to build and run unload8 test.
52445         * elf/unload8.c: New file.
52446         * elf/unload8mod1.c: New file.
52447         * elf/unload8mod1x.c: New file.
52448         * elf/unload8mod2.c: New file.
52449         * elf/unload8mod3.c: New file.
52451         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52452         it wasn't used.
52454 2011-08-23  David S. Miller  <davem@davemloft.net>
52456         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52457         subtract stack bias.
52458         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52459         %sp not %fp in calculations.
52460         (_JMPBUF_UNWINDS_ADJ): Likewise.
52462         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52463         (aio_suspend): Call it to force an exception region around the
52464         AIO_MISC_WAIT() invocation.
52466 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52468         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52469         backslash.
52471 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52473         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52474         protection macro.
52475         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52476         and <dl-machine.h>.
52477         (Elf64_FuncDesc): Remove.
52479 2011-08-22  David S. Miller  <davem@davemloft.net>
52481         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52482         sigaltstack check, add missing cfi directives.
52483         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52484         missing cfi directives, and sigaltstack handling.
52486 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52488         [BZ #11724]
52489         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52490         object is seen twice.
52491         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52493         * elf/Makefile (distribute): Add tst-initorder2.c.
52494         (tests): Add tst-initorder2.
52495         (modules-names): Add tst-initorder2a tst-initorder2b
52496         tst-initorder2c tst-initorder2d.  Add rules to build them.
52497         ($(objpfx)tst-initorder2.out): New rule.
52498         * elf/tst-initorder2.c: New file.
52499         * elf/tst-initorder2.exp: New file.
52501 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52503         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52505         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52506         dependencies back to end of function.
52508         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52509         $(elfobjdir)/ld.so.
52511 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52513         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52514         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52515         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52516         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52517         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52518         of __vdso_gettimeofday.
52519         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52520         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52521         attribute_hidden.
52522         (_libc_vdso_platform_setup): Remove initialization of
52523         __vdso_gettimeofday and __vdso_time.
52525 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52527         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52528         and fgetc_unlocked.
52529         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52530         getc_unlocked.
52532         * elf/dl-open.c (add_to_global): Report additions to the global scope
52533         for LD_DEBUG=scopes.
52534         (dl_open_worker): Also print scope of newly loaded dependencies.
52535         (_dl_show_scope): Indicate if there is no scope.
52537         [BZ #13114]
52538         * stdio-common/Makefile (tests): Add bug24.
52539         * stdio-common/bug24.c: New file.
52541 2011-08-19  Andreas Jaeger  <aj@suse.de>
52543         [BZ #13114]
52544         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52545         non-existant file when using close-on-exec mode.
52547 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52549         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52550         the very first instruction.
52552         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52553         the CFI state in the end.
52554         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52555         inclusion of dl-trampoline.h.
52556         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52558 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52560         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52561         expectations for long double.
52563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52564         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52566 2011-08-14  David S. Miller  <davem@davemloft.net>
52568         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52569         artificual limit depends upon the system page size.
52571 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52573         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52574         * resolv/Makefile: Define CFLAGS-libresolv.
52576 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52578         * nss/makedb.c (compute_tables): Make variables used in nested
52579         function static.
52581 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52583         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52584         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52585         if buffer was too small.
52587         * elf/pldd.c (main): Attach to all threads in the process.
52588         Rewrite /proc handling to use *at functions.
52590 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52592         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52593         specifies first scope to show.
52594         (dl_open_worker): Update callers.  Move printing scope of new
52595         object to before the relocation.
52596         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52597         * sysdeps/generic/ldsodefs.h: Update declaration.
52599         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52600         string for the scope number.
52602 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52604         * nscd/servicescache.c (cache_addserv): Make sure written is always
52605         initialized.
52607 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52609         * sysdeps/i386/i486/bits/atomic.h
52610         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52611         statement expression, so as to suppress "set but not used" warning.
52612         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52614         * string/strncat.c (STRNCAT): Use prototype definition.
52616         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52617         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52618         -Iprograms here.
52619         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52620         (localedef-modules): Add localedef.
52621         (locale-modules): Add locale.
52623         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52624         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52625         to avoid a warning.
52627 2011-08-14  David S. Miller  <davem@davemloft.net>
52629         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52630         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52632 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52634         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52635         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52636         * elf/rtld.c (dl_main): Set l_name of vDSO.
52637         Call _dl_show_scope when DL_DEBUG_SCOPES.
52638         (process_dl_debug): Recognize scopes flag and also set it for all.
52639         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52640         Declare _dl_show_scope.
52642         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52643         (do_dlopen): Pass caller_dlopen to dl_open.
52644         (__libc_dlopen_mode): Initialize caller_dlopen.
52646         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52647         of libc.  Make tolower call locale-independent.  Optimize a bit by
52648         using isdigit instead of isalnum.
52649         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52651 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52653         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52654         was a dependency or dynamically loaded.
52656 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52658         * intl/l10nflist.c: Allow architecture-specific pop function.
52659         * sysdeps/x86_64/l10nflist.c: New file.
52661         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52662         classification.
52664 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52666         * include/dirent.h: Add libc_hidden_proto for scandirat and
52667         scandirat64.  Don't declare __scandirat64.
52668         * dirent/scandirat.c: Add libc_hidden_def.
52669         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52670         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52672 2011-08-10  David S. Miller  <davem@davemloft.net>
52674         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52675         enum.
52676         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52677         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52678         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52680 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52682         * Versions.def [libc]: Add GLIBC_2.15.
52683         * dirent/Makefile (routines): Add scandirat and scandirat64.
52684         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52685         GLIBC_2.15.
52686         * dirent/dirent.h: Declare scandirat and scandirat64.
52687         * dirent/scandirat.c: New file.
52688         * dirent/scandirat64.c: New file.
52689         * sysdeps/wordsize-64/scandirat.c: New file.
52690         * sysdeps/wordsize-64/scandirat64.c: New file.
52691         * dirent/opendir.c: Define opendirat.
52692         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52693         using scandirat.
52694         * dirent/scandir64.c: Adjust for scandir.c change.
52695         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52696         __scandirat64, and __scandir_cancel_handler.
52697         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52698         additional parameter and use openat instead of open (outside of ld.so).
52699         Add new __opendir as wrapper around __opendirat.
52700         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52701         here without requiring old scandirat implementation.
52703 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52705         * dirent/scandir.c (cancel_handler): Renamed to
52706         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52707         defined.  Adjust users.
52708         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52709         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52711 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52713         * string/test-string.h (IMPL): Use __STRING to expand name and then
52714         stringify it.
52716         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52717         of cleanups.
52719 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52721         * string/Makefile: Update.
52722         (strop-tests): Append strncat.
52723         * string/test-wcscmp.c: New file.
52724         New comprehensive test for wcscmp.
52725         * string/test-strcmp.c: Update.
52726         (WIDE): New define.
52728 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52730         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52731         line.
52733 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52735         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52736         encoding to ACE if AI_IDN.
52738 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52740         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52741         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52743 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52745         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52746         Fix overflow bug in strncat.
52747         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52749         * string/test-strncat.c: Update.
52750         Add new tests for checking overflow bugs.
52752 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52754         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52755         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52756         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52757         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52758         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52759         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52760         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52761         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52762         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52764         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52765         (USE_AS_STRCAT): Define.
52766         Add strcat and strncat support.
52767         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52769 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52771         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52772         __n bigger than INT_MAX+1.
52773         (__strncmp_g): Likewise.
52775 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52777         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52778         * libio/stido.h: Likewise.
52780         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52781         (AF_NFC): Define.
52782         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52783         (AF_NFC): Define.
52785         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52786         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52787         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52788         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52789         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52791         [BZ #13021]
52792         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52793         installed.
52795         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52796         typo.
52797         (_dl_x86_64_save_sse): Likewise.
52799 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52801         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52802         OSXSAVE.
52803         (_dl_x86_64_save_sse): Likewise.
52805         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52807         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52809 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52811         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52812         change.
52813         (_dl_x86_64_save_sse): Use correct AVX check.
52815 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52817         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52818         bug in strncpy/strncat.
52819         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52821 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52823         * string/tester.c (test_strcat): Add tests for different alignments
52824         of source and destination.
52825         (test_strncat): Likewise.
52827 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52829         [BZ #12852]
52830         * posix/glob.c (glob): Check passed in values before using them in
52831         expressions to avoid some overflows.
52832         (glob_in_dir): Likewise.
52834         [BZ #13007]
52835         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52836         check for AVX enablement so that we don't crash with old kernels and
52837         new hardware.
52838         * elf/tst-audit4.c: Add same checks here.
52839         * elf/tst-audit6.c: Likewise.
52841         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52843 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52845         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52847 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52849         * po/cs.po: Update from translation team.
52850         * po/bg.po: Likewise.
52852 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52854         * misc/sys/cdefs.h: Add support for const attribute.
52855         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52856         to gnu_dev_{major,minor,makedev} functions.
52858 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52860         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52862 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52864         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52865         strlen results.
52867 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52869         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52870         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52871         register in order to avoid conflicts with the soft frame pointer
52872         being held in r11 when necessary.
52873         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52874         (INTERNAL_VSYSCALL_NCS): Likewise.
52876 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52878         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52879         * elf/dl-fini.c (_dl_fini): Adjust caller.
52880         * elf/dl-close.c (_dl_close_worker): Likewise.
52881         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52883 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52885         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52886         "aux_cache->nlibs < 0".
52888         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52889         in the reload-count case.
52891 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52893         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52894         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52895         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52896         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52897         * sysdeps/x86_64/multiarch/strcat.S: New file.
52898         * sysdeps/x86_64/multiarch/strncat.S: New file.
52899         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52900         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52901         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52902         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52903         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52904         (USE_AS_STRCAT): Define.
52905         Add strcat and strncat support.
52906         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52907         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52908         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52909         * string/strncat.c: Update.
52910         (USE_AS_STRNCAT): Define.
52911         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52912         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52913         and i7.
52914         * sysdeps/x86_64/multiarch/init-arch.h
52915         (bit_Prefer_PMINUB_for_stringop): New.
52916         (index_Prefer_PMINUB_for_stringop): Likewise.
52917         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52918         bit_Prefer_PMINUB_for_stringop.
52920 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52922         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52923         buffer64.
52924         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52925         of casting of buffer.
52926         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52927         buffer32 and buffer64.
52928         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52929         writes instead of casting of buffer.
52930         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52931         buffer32.
52932         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52933         casting of buffer.
52935 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52937         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52939 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52941         * nscd/nscd.c (termination_handler): Don't do anything for a database
52942         if it has not yet been initialized.
52944 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52946         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52948 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52950         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52952 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52954         * po/nl.po: Update from translation team.
52955         * po/sv.po: Likewise.
52957 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52959         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52960         now disallowed by GCC.
52962         * configure.in (use-default-link): Default to yes if a test -shared
52963         link meets our qualifications.
52964         * configure: Regenerated.
52966         * config.make.in (output-format): New variable.
52967         * configure.in: Check for ld --print-output-format support.
52968         * configure: Regenerated.
52969         * Makerules ($(common-objpfx)format.lds)
52970         [$(output-format) != unknown]: Just use $(output-format),
52971         instead of the linker-script munging.
52973 2011-07-14  Roland McGrath  <roland@hack.frob.com>
52975         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52976         of $(common-objpfx)shlib.lds.
52977         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52979         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52980         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52982         * configure.in (-z relro check): Adjust test code to add a large
52983         writable data section after it.
52984         * configure: Regenerated.
52986 2011-07-11  Roland McGrath  <roland@hack.frob.com>
52988         * configure.in (-z relro check): Fix test code to make the variable
52989         truly const.
52990         * configure: Regenerated.
52992 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
52994         * nscd/nscd.h (struct traced_file): Define.
52995         (struct database_dyn): Remove inotify_descr, reset_res, and filename
52996         elements.  Add traced_files.
52997         (inotify_fd): Declare.
52998         (register_traced_file): Declare.
52999         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53000         (inotify_fd): Export.
53001         (resolv_conf_descr): Remove.
53002         (nscd_init): Move inotify descriptor creation to main.
53003         Don't register files for notification here.
53004         (register_traced_file): New function.
53005         (invalidate_cache): Don't use reset_res to determine whether to call
53006         res_init, go through the list of registered files.
53007         (main_loop_poll): The inotify descriptors are now stored in the
53008         structures for the traced files.
53009         (main_loop_epoll): Likewise
53010         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53011         to __nss_disable_nscd.
53012         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53013         for a database anymore.  Check the records for all the registered
53014         files instead.
53015         * nss/Makefile (libnss_files-routines): Add files-init.
53016         (libnss_db-routines): Add db-init.
53017         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53018         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53019         * nss/nss_db/db-init.c: New file.
53020         * nss/nss_files/files-init.c: New file.
53021         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53022         __nss_lookup_function.
53023         (__nss_lookup_function): Call nss_load_library.
53024         (nss_load_all_libraries): New function.
53025         (__nss_disable_nscd): Take parameter with callback function for files
53026         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53027         used for the cached services.
53028         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53029         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53030         options for features to all the files in nscd.
53032         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53034 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53036         * csu/elf-init.c (__libc_csu_init): Comment typo.
53038 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53040         * po/pl.po: Update from translation team.
53041         * po/ja.po: Likewise.
53042         * po/ru.po: Likewise.
53043         * po/ko.po: Likewise.
53044         * po/fr.po: Likewise.
53046 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53048         * configure.in (.ctors/.dtors header and trailer check):
53049         Use an empirical test on a built program.
53050         * configure: Regenerated.
53052         * configure.in (-z relro check): Use an empirical test on a built DSO.
53053         Detect, but do not require, on ia64.
53054         * configure: Regenerated.
53056         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53057         Update tests that use readelf to use $READELF instead.
53058         * configure: Regenerated.
53060 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53062         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53063         if the result is not used.
53065 2011-07-05  Andreas Jaeger  <aj@suse.de>
53067         [BZ#9696]
53068         * stdlib/tst-strtod.c: Add testcase.
53070 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53072         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53073         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53074         The latter has a higher limit.  Take additional parameter to pass to
53075         the new function.
53076         (__pathconf): Pass file to __statfs_link_max.
53077         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53078         __statfs_link_max.
53079         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53080         __statfs_link_max.
53082         [BZ #12868]
53083         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53084         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53085         Handle Lustre.
53086         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53087         (__statfs_filesize_max): Likewise.
53088         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53090 2011-07-05  Andreas Jaeger  <aj@suse.de>
53092         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53094 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53096         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53097         `status' variable.
53098         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53099         Likewise.
53101 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53103         * Makefile (strop-tests): Add strncat.
53104         * string/test-strncat.c: New file.
53106 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53108         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53110 2011-06-21  Andreas Jaeger  <aj@suse.de>
53112         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53113         Copy rule from iconvdata/Makefile.
53115 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53117         [BZ #12922]
53118         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53119         but no long options are defined, just return 'W'.
53121 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53123         [BZ #9696]
53124         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53126 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53128         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53129         netgroups to read.
53130         (innetgr): Likewise.
53132 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53134         * config.make.in (install_root): Default to $(DESTDIR).
53136 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53138         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53140 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53142         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53144         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53145         containing directory rather than embedding absolute directory names.
53147         * scripts/check-local-headers.sh: Rewritten using awk.
53148         Match by word, not by line.  Print error messages for matches.
53149         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53151         * Makerules [shlib-lds-flags empty]:
53152         ($(common-objpfx)libc_pic.opts): New target.
53153         ($(common-objpfx)libc_pic.os.clean): New target.
53154         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53156         * config.make.in (OBJCOPY): New variable.
53157         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53158         * configure: Regenerated.
53160         * config.make.in (use-default-link): New variable.
53161         * configure.in (use_default_link): Grok --with-default-link to set it.
53162         * configure: Regenerated.
53163         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53164         (shlib-lds, shlib-lds-flags): Define to empty.
53166         * Makerules (shlib-lds): New variable.
53167         (shlib-lds-flags): New variable.
53168         (build-shlib, build-moduile, build-module-asneeded): Use it.
53169         ($(common-objpfx)libc.so): Use $(shlib-lds).
53170         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53171         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53173         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53174         DT_FLAGS/DT_FLAGS_1 with zero flags.
53176         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53177         linker script munging.
53179 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53181         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53182         as 128-bit value.
53183         * crypt/sha512.c (sha512_process_block): Perform total addition using
53184         128-bit if possible.
53185         (__sha512_finish_ctx): Likewise.
53186         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53187         as 64-bit value.
53188         * crypt/sha256.c (SWAP64): Define.
53189         (sha256_process_block): Perform total addition using 64-bit if
53190         possible.
53191         (__sha256_finish_ctx): Likewise.
53193 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53195         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53196         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53197         * nscd/hstcache.c (cache_addhst): Likewise.
53198         * nscd/grpcache.c (cache_addgr): Likewise.
53199         * nscd/aicache.c (addhstaiX): Likewise
53200         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53202 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53204         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53205         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53206         * nscd/hstcache.c (cache_addhst): Likewise.
53207         * nscd/grpcache.c (cache_addgr): Likewise.
53208         * nscd/aicache.c (addhstaiX): Likewise
53210 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53212         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53213         domain only when needed.
53215 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53217         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53218         is always restored.
53220 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53222         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53223         are re-adding the entry.
53224         * nscd/servicescache.c (cache_addserv): Likewise.
53226 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53228         * sysdeps/generic/dl-irel.h: fix protection against multiple
53229         inclusions.
53230         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53232 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53234         [BZ #12935]
53235         * malloc/memusage.sh: Fix quoting in message.
53236         * debug/xtrace.sh: Likewise.
53238         * configure.in: Remove support for --experimental-malloc option, make
53239         it the default.
53240         * config.make.in: Likewise.
53241         * malloc/Makefile: Likewise.
53243 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53245         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53246         two-byte characters.
53248 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53250         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53251         AC_CACHE_CHECK invocation.
53252         * configure: Regenerated.
53254         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53256 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53258         [BZ #12350]
53259         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53260         bit from old_res_options.
53262         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53264         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53265         value type for setfct.
53267 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53269         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53270         __gettimeofday instead of gettimeofday.
53272 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53274         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53276 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53278         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53280         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53281         info.
53283 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53285         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53286         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53287         strcpy-sse2-unaligned strncpy-sse2-unaligned
53288         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53289         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53290         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53291         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53292         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53293         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53294         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53295         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53296         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53297         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53298         (STRCPY): Support SSE2 and SSSE3 versions.
53300 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53302         [BZ #12874]
53303         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53304         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53305         kernels which artificially limit size of requests.
53307 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53309         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53310         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53311         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53312         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53313         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53314         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53315         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53316         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53317         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53318         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53319         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53320         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53321         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53322         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53323         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53324         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53325         Enable unaligned load optimization for Intel Core i3, i5 and i7
53326         processors.
53327         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53328         Define.
53329         (index_Fast_Unaligned_Load): Define.
53330         (HAS_FAST_UNALIGNED_LOAD): Define.
53332 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53334         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53336 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53338         [BZ #12907]
53339         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53340         until it is clear that the information is realy needed.
53341         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53343 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53345         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53347 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53349         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53350         /sys/devices/system/cpu/online if it is usable.
53352         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53353         reading the information from the /proc filesystem to once a second.
53355 2011-06-21  Andreas Jaeger  <aj@suse.de>
53357         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53358         NULL after inclusion of kernel headers.
53360 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53362         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53363         calls to internal_setent.
53365         [BZ #12885]
53366         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53367         addresses using gethostbyname4_r ignore IPv4 addresses.
53369         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53370         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53372         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53374 2011-06-20  David S. Miller  <davem@davemloft.net>
53376         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53377         inclusions.
53378         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53380         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53381         (elf_irel): Use it.
53382         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53383         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53384         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53385         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53386         * sysdeps/x86_64/dl-irel.h: Likewise.
53388         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53389         * elf/dl-sym.c: Likewise.
53391 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53393         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53394         need to dereference resplen2.
53396 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53398         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53400 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53402         * Makeconfig: Define vardbdir and inst_vardbdir.
53403         * nss/Makefile: Add rules to install db-Makefile.
53405         * nss/nss_db/db-XXX.c: Cleanup.
53407         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53408         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53409         GLIBC_PRIVATE.
53410         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53411         * nss/makedb.c: Implement -g option to specify that value strings
53412         are generated and should not be added to table iterated over for
53413         get*ent calls.
53414         * nss/nss_db/db-initgroups.c: New file.
53416         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53417         interface.
53419         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53420         (internal_getgrouplist): Adjust to name change.
53421         Update use_initgroups_entry if this is not the first call.
53422         * nss/databases.def: Add initgroups entry.
53424         * nss/makedb.c (compute_tables): Check result of multiple hash table
53425         sizes to minimize maximum chain length.
53427 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53429         * Versions.def: Add entry for libnss_db.
53430         * shlib-versions: Likewise.
53431         * nss/Makefile: Add rules to build libnss_db.
53432         * nss/Versions: Add libnss_db information.  Organize libnss_files
53433         entries better.
53434         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53435         makedb progra.  Some minor improvements to generate smaller files.
53436         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53437         here from...
53438         * nss/makedb.c: ...here.
53439         Improve database format to be smaller and require less memory at
53440         runtime.
53441         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53442         db anymore.
53443         * nss/nss_db/db-netgrp.c: Likewise.
53444         * nss/nss_db/db-open.c: Likewise.
53445         * nss/nss_files/flies-XXX.x: Adjust comments.
53446         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53447         * nss/nss_files/files-grp.c: Likewise.
53448         * nss/nss_files/files-hosts.c: Likewise.
53449         * nss/nss_files/files-network.c: Likewise.
53450         * nss/nss_files/files-proto.c: Likewise.
53451         * nss/nss_files/files-pwd.c: Likewise.
53452         * nss/nss_files/files-rpc.c: Likewise.
53453         * nss/nss_files/files-service.c: Likewise.
53454         * nss/nss_files/files-sgrp.c: Likewise.
53455         * nss/nss_files/files-spwd.c: Likewise.
53456         * nss/nss_db/db-alias.c: Removed.
53457         * nss/nss_db/dummy-db.h: Removed.
53459 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53461         * nss/makedb.c: Rewritten to not use database library.
53462         * nss/Makefile: Update to build new makedb program.
53464 2011-06-14  Andreas Jaeger  <aj@suse.de>
53466         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53467         memset declaration.
53469 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53471         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53472         tmpbuf.
53474 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53476         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53477         * elf/Makefile ($(objpfx)ld.so): Likewise.
53479         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53480         Don't list ld.so twice in dependencies.
53482         * posix/bug-regex31.c: Include <stdlib.h>.
53484         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53486         * nis/nss_compat/compat-spwd.c
53487         (getspent_next_nss_netgr): Remove unused variable.
53488         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53490         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53491         nonmembers" output to use the right array.
53493         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53495         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53497         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53498         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53499         * catgets/gencat.c (read_input_file): Likewise.
53500         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53502         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53503         variable definition inside #if's controlling its use.
53505         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53507         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53509         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53511         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53512         unreachable code.
53514         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53516         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53517         * configure: Regenerated.
53519         * Makerules: Revert last change.
53520         * elf/Makefile: Likewise.
53522 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53524         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53525         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53526         (reloc-link): Likewise.
53528 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53530         * elf/Makefile: Add rules to build pldd.
53531         * elf/pldd.c: New file.
53532         * elf/pldd-xx.c: New file.
53534 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53536         * version.h: Update for 2.15 development version.
53538 2011-06-07  David S. Miller  <davem@davemloft.net>
53540         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53541         ifuncs.
53542         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53543         elf_machine_lazy_rel): Likewise.
53544         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53545         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53546         elf_machine_lazy_rel): Likewise.
53547         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53548         dl_hwcap via passed in argument.
53549         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53550         Likewise.
53552 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53554         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53556 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53558         [BZ #12849]
53559         * manual/fdl-1.1.texi: New file, verbatim from:
53560         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53561         * manual/lgpl-2.1.texi: New file, verbatim from:
53562         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53563         * manual/Makefile (licenses): New variable, list those new file names.
53564         (texis): Use it.
53565         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53567         * manual/fdl.texi: File removed.
53568         * manual/lesser.texi: File removed.
53569         * manual/libc.texinfo (Copying, Documentation License):
53570         Use new @include file names, put @appendix directive before @include.
53572 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53574         [BZ #12841]
53575         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53576         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53577         (mq_open): Add __NTH.
53579 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53581         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53582         Assume Intel Core i3/i5/i7 processor if AVX is available.
53584 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53586         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53587         typo.
53589 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53591         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53592         memory.  Use alloca_account.  Fix memory leak when retrying.
53594 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53596         * version.h (RELEASE): Bump for 2.14 release.
53597         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53599         * config.make.in (RANLIB): Remove entry.
53601 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53603         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53604         (libc.pot): Work around missing support for .ksh extension in xgettext.
53606         [BZ #12684]
53607         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53608         if both request failed.
53609         (send_dg): In case of server errors clear resplen or *resplen2.
53611         [BZ #12454]
53612         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53613         when there are multiple maps.
53614         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53615         (_dl_fini): Remove test here.
53617         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53619 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53621         [BZ #12350]
53622         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53623         bit from old_res_options.
53624         (gaih_inet): Likewise.
53626         [BZ #11099]
53627         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53628         as signed.
53630         * resolv/res_init.c (res_setoptions): Make the code more compact.
53632         [BZ #11558]
53633         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53634         set RES_USEVC.
53636         [BZ #11634]
53637         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53639         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53641         [BZ #11781]
53642         * malloc/malloc.h: Declare malloc hook variables as volatile.
53644         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53645         in last patch.
53647         [BZ #11799]
53648         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53649         raise in the comment.
53650         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53651         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53652         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53654 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53656         [BZ #12811]
53657         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53658         grow the buffers more if it already has to be sufficient.
53659         (build_wcs_upper_buffer): Likewise.
53660         * posix/regexec.c (check_matching): Likewise.
53661         (clean_state_log_if_needed): Likewise.
53662         (extend_buffers): Don't enlarge buffers beyond size of the input
53663         buffer.
53664         Patches mostly by Emil Wojak <emil@wojak.eu>.
53665         * posix/bug-regex32.c: New file.
53666         * posix/Makefile (tests): Add bug-regex32.
53668         * locale/findlocale.c (_nl_find_locale): Return right away if
53669         _nl_explode_name failed.
53670         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53672         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53674         * debug/xtrace.sh: Unify messages.
53675         * malloc/memusage.sh: Likewise.
53677         [BZ #12813]
53678         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53679         time symbol from vDSO.  Substitute with vsyscall if not available.
53680         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53681         __vdso_time.
53683         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53684         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53685         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53686         Add sendmmsg and internal_sendmmsg.
53687         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53688         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53689         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53691         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53692         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53693         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53695 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53697         [BZ #12813]
53698         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53699         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53700         available.
53701         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53702         __vdso_getcpu.
53704         [BZ #12814]
53705         * iconvdata/Makefile (tests): Add bug-iconv9.
53706         * iconvdata/bug-iconv9.c: New file.
53708 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53710         [BZ #12814]
53711         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53713 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53715         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53716         (struct user_regs_struct): Change intcs field back to cs.
53718 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53720         * po/ja.po: Update from translation team.
53722 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53724         [BZ #12795]
53725         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53726         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53728 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53730         * stdlib/longlong.h: Update from GCC.
53732 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53734         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53735         parameter name.
53736         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53737         Add parameter name.
53738         (__sysconf): Pass it down.
53740 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53742         [BZ #12671]
53743         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53744         some situations.
53745         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53746         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53747         add in in __libc_use_alloca calls.  Adjust callers.
53748         (glob): Use malloc in some situations.
53750         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53751         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53752         pltexit.
53754 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53756         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53757         and CLOCK_BOOTTIME_ALARM.
53759         [BZ #12782]
53760         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53761         is returned.
53763         * string/_strerror.c (__strerror_r): Print negative errors as signed
53764         numbers.
53766         [BZ #12777]
53767         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53768         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53769         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53771         * configure.in: Fix typo in redirection and correct removal of test
53772         files in two cases.
53774         [BZ #12788]
53775         * locale/setlocale.c (new_composite_name): Fix test to check for
53776         identical name of all categories.
53778         [BZ #12792]
53779         * libio/filedoalloc.c (local_isatty): New function.
53780         (_IO_file_doallocate): Use local_isatty.
53781         * stdio-common/perror.c (perror): In case a new stream is used
53782         forward the stream error.
53783         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53784         error flag.
53786 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53788         [BZ #11869]
53789         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53790         alloca.
53791         * include/alloca.h (extend_alloca_account): Define.
53793         [BZ #11857]
53794         * posix/regex.h: Fix comments with documentation of user-accessible
53795         fields after compilation and describe correct free'ing of pattern
53796         after re_compile_pattern.
53797         Patch by Reuben Thomas <rrt@sc3d.org>.
53799 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53801         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53802         and -mno-altivec to prevent the compiler from using Altivec and/or
53803         VSX instructions when the corresponding registers are not available.
53805 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53807         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53809 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53811         * libio/freopen.c (freopen): Use __dup2, not dup2.
53812         * libio/freopen64.c (freopen64): Likewise.
53814 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53816         [BZ #12775]
53817         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53818         * math/Makefile (tests): Add test-powl.
53819         (CFLAGS-test-powl.c): Define.
53820         * math/test-powl.c: New file.
53822 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53824         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53826 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53828         [BZ #11837]
53829         * iconvdata/gb18030.c: Update to GB18020-2005.
53831 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53833         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53834         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53835         Patch by Aharon Robbins <arnold@skeeve.com>.
53837         [BZ #11892]
53838         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53839         on the stack.
53841         [BZ #11895]
53842         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53843         through underflows.
53845         [BZ #12766]
53846         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53847         point to strings before performing equality test for error_one_per_line
53848         mode.
53850         [BZ #11697]
53851         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53853         [BZ #11820]
53854         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53855         (struct user_fpregs_struct): Avoid __uint*_t types.
53857         [BZ #6420]
53858         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53859         symbol info.  Use it instead of calling _dl_addr locally.
53860         (lock_and_info): New function.
53861         (tr_freehook): Call lock_and_info and pass symbol info as additional
53862         parameter to tr_where.
53863         (tr_mallochook): Likewise.
53864         (tr_reallochook): Likewise.
53865         (tr_memalignhook): Likewise.
53867         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53868         used and couldn't be at all thread-safe.
53870 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53872         * libio/freopen.c (freopen): Don't close old file descriptor
53873         before the new one is opened.  Instead dup the new file descriptor
53874         to the old one after the new stream is created.
53875         * libio/freopen64.c (freopen64): Likewise.
53876         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53877         * libio/fileops.c (_IO_new_file_close_it): Handle new
53878         _IO_FLAGS2_NOCLOSE flag.
53879         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53880         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53881         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53882         _IO_FLAGS2_NOCLOSE flag.
53883         * include/unistd.h: Add hidden_proto for dup3.
53884         Define __have_dup3.
53885         * io/dup3.c: Define hidden symbol.
53886         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53888         [BZ #7101]
53889         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53890         when an incomplete long option is used.
53891         * posix/tst-getopt_long1.c: New file.
53892         * posix/Makefile (tests): Add tst-getopt_long1.
53894         [BZ #10138]
53895         * scripts/config.guess: Update from autoconf-2.68.
53896         * scripts/config.sub: Likewise.
53898         [BZ #10157]
53899         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53900         tests into ...
53901         (has_cpuclock): ...this.  New function.
53902         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53903         macro here based on has_cpuclock code.
53905         [BZ #10149]
53906         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53907         First byte (not low byte) is now always NUL.
53908         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53910         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53911         Use non-cancelable interfaces.
53913         [BZ #9809]
53914         * locale/iso-639.def: Add entry for Sorani.
53916         [BZ #11901]
53917         * include/stdlib.h: Move include protection to the right place.
53918         Define abort_msg_s.  Declare __abort_msg with it.
53919         * stdlib/abort.c (__abort_msg): Adjust type.
53920         * assert/assert.c (__assert_fail_base): New function.  Majority
53921         of code from __assert_fail.  Allocate memory for __abort_msg with
53922         mmap.
53923         (__assert_fail): Now call __assert_fail_base.
53924         * assert/assert-perr.c: Remove bulk of implementation.  Use
53925         __assert_fail_base.
53926         * include/assert.hL Declare __assert_fail_base.
53927         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53928         mmap.
53929         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53931 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53933         [BZ #11952]
53934         [BZ #12453]
53935         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53936         until all modules are registered in the DTV.
53937         * elf/Makefile: Add rules to build and run tst-tls19.
53938         * elf/tst-tls19.c: New file.
53939         * elf/tst-tls19mod1.c: New file.
53940         * elf/tst-tls19mod2.c: New file.
53941         * elf/tst-tls19mod3.c: New file.
53942         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53944         [BZ #12083]
53945         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53946         correctly.
53948         [BZ #12601]
53949         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53950         two-byte sequence errors.
53951         * iconvdata/Makefile (tests): Add bug-iconv8.
53952         * iconvdata/bug-iconv8.c: New file.
53954         [BZ #12626]
53955         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53956         buf2 definition.
53958         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53960         [BZ #12432]
53961         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53962         (dummy_getcfa): New function.
53963         (init): Get _Unwind_GetCFA address, use dummy if not found.
53964         (backtrace_helper): In recursion check, also check whether CFA changes.
53965         (__backtrace): Completely initialize arg.
53967         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53968         storing incomplete byte sequence in state object.  Avoid testing for
53969         guaranteed too small input if we know there is enough data available.
53971 2011-05-11  Andreas Schwab  <schwab@redhat.com>
53973         * Makeconfig (+link-pie): Indent.
53974         * Rules (binaries-pie): Define if $(have-fpie) and
53975         $(build-shared).
53976         (binaries-shared): Also filter out $(binaries-pie).
53977         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53978         * nscd/Makefile (others-pie): Add nscd.
53979         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53980         ($(objpfx)nscd): Remove command override.
53981         * login/Makefile (others-pie): Add pt_chown.
53982         ($(objpfx)pt_chown): Remove command override.
53983         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53984         remove command overrides.
53986 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
53988         * libio/tst_putwc.c: Fix error messages.
53990         [BZ #12724]
53991         * libio/fileops.c (_IO_new_file_close_it): Always flush when
53992         currently writing and seek to current position when not.
53993         * libio/Makefile (tests): Add bug-fclose1.
53994         * libio/bug-fclose1.c: New file.
53996 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
53998         [BZ #12511]
53999         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54000         don't set DF_1_NODELETE here.
54001         (do_lookup_x): When entering new entry test for copy relocation
54002         and if necessary set DF_1_NODELETE flag.
54003         * elf/tst-unique4.cc: New file.
54004         * elf/tst-unique4.h: New file.
54005         * elf/tst-unique4lib.cc: New file.
54006         * elf/Makefile: Add rules to build and run tst-unique4.
54007         Patch by Piotr Bury <pbury@goahead.com>.
54009 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54011         [BZ #12052]
54012         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54014         [BZ #12625]
54015         * misc/mntent_r.c (addmntent): Flush the stream after the output
54017         [BZ #12393]
54018         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54019         (is_trusted_path_normalize): Skip initial colon.  Append slash
54020         to empty buffer.  Duplicate is_trusted_path code but allow
54021         constructed patch to be prefix.
54022         (is_dst): Allow $ORIGIN followed by /.
54023         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54024         Correct testing of result of is_trusted_path_normalize
54025         (decompose_rpath): Fix warning.
54027 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54029         [BZ #11257]
54030         * grp/initgroups.c (internal_getgrouplist): When we found the service
54031         list through the initgroups entry in nsswitch.conf do not always
54032         continue on a successful lookup.  Don't always use the
54033         __nss_group_database value if it is set.
54034         * nss/nsswitch.conf (initgroups): Change action for successful db
54035         lookup to continue for compatibility.
54037 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54039         [BZ #11532]
54040         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54041         and CP774 modules.
54042         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54043         and CP774 modules.
54044         * iconvdata/tst-tables.sh: Likewise.
54045         * iconvdata/cp770.c: New file.
54046         * iconvdata/cp771.c: New file.
54047         * iconvdata/cp772.c: New file.
54048         * iconvdata/cp773.c: New file.
54049         * iconvdata/cp774.c: New file.
54050         * iconvdata/testdata/CP770: New file.
54051         * iconvdata/testdata/CP770..UTF8: New file.
54052         * iconvdata/testdata/CP771: New file.
54053         * iconvdata/testdata/CP771..UTF8: New file.
54054         * iconvdata/testdata/CP772: New file.
54055         * iconvdata/testdata/CP772..UTF8: New file.
54056         * iconvdata/testdata/CP773: New file.
54057         * iconvdata/testdata/CP773..UTF8: New file.
54058         * iconvdata/testdata/CP774: New file.
54059         * iconvdata/testdata/CP774..UTF8: New file.
54061         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54062         END CHARMAP line.
54063         * iconvdata/gen-8bit-gap.sh: Likewise.
54064         * iconvdata/gen-8bit.sh: Likewise.
54066         * locale/iso-639.def: Add ary entry.
54068         [BZ #11258]
54069         * locale/C-translit.h.in: Add U20A1 transliteration.
54071         [BZ #12178]
54072         * locale/iso-639.def: Add wae entry.
54073         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54075         [BZ #12545]
54076         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54077         for n.
54079         [BZ #12711]
54080         * locale/C-translit.h.in: Add entry for U20B9.
54081         Patch by pravin.d.s@gmail.com.
54083 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54085         [BZ #12713]
54086         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54087         ENAMETOOLONG use generic getcwd.
54088         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54089         in rtld.  Use *stat64.
54090         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54091         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54092         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54093         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54094         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54095         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54096         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54097         __fstatat64 macros.
54098         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54099         * dirent/rewinddir.c: Add libc_hidden_def.
54100         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54101         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54103         * include/dirent.h (__alloc_dir): Add flags parameter.
54104         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54105         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54106         __alloc_dir.
54107         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54108         from fdopendir if O_CLOEXEC is already set.
54110 2011-03-15  Alan Modra  <amodra@gmail.com>
54112         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54113         l_tls_firstbyte_offset non-zero.  Save padding offset in
54114         l_tls_firstbyte_offset for later use.
54115         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54116         freeing static tls block.
54118 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54120         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54121         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54122         being defined by the kernel headers.
54124 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54126         [BZ #12734]
54127         * resolv/resolv.h: Define RES_NOTLDQUERY.
54128         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54129         no-tld-query and set RES_NOTLDQUERY.
54130         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54131         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54132         modern BIND to search name as TLD unless forbidden.
54134 2011-05-07  Petr Baudis  <pasky@suse.cz>
54135             Ulrich Drepper  <drepper@gmail.com>
54137         [BZ #12393]
54138         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54139         (is_trusted_path): ...to here.
54140         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54141         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54142         using is_trusted_path_normalize() in setuid scripts.
54144 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54146         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54147         __BEGIN/__END_DECLS.
54149 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54151         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54152         NSS_STATUS_NOTFOUND if no record was found.
54154 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54156         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54157         (headers-not-in-tirpc): Remove rpc/netdb.h
54158         * resolv/netdb.h: Revert last change.
54160 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54162         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54163         circular dependency between libgcc.a and libc.a.
54165 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54167         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54168         * nis/Makefile: Don't install rpcsvc/*.
54169         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54170         instead of <rpc/types.h>.
54171         (MAXHOSTNAMELEN): Define.
54173 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54175         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54177 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54179         [BZ #12714]
54180         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54181         gethostbyname4_r when IPv6 results are possible.
54183 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54185         [BZ #12723]
54186         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54187         _PC_PIPE_BUF handling.
54189 2011-04-30  Bruno Haible  <bruno@clisp.org>
54191         [BZ #12717]
54192         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54193         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54194         to 'int'.
54195         * inet/getnameinfo.c (getnameinfo): Likewise.
54197 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54199         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54200         to groups setting in database lookup.
54201         * nss/nsswitch.conf: Add initgroups entry.
54203 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54205         [BZ #12685]
54206         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54207         mode string.
54208         Patch by Eric Blake <eblake@redhat.com>.
54210 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54212         * sunrpc/Makefile (need-export-routines): Add svc_run.
54213         (routines): Remove svc_run.
54214         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54215         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54216         * sunrpc/svc_run.c (svc_run): Likewise.
54217         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54219 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54221         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54222         problem in reallocation in last patch.
54224 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54226         * sunrpc/Makefile: Move inclusion of Rules.
54228 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54230         * nss/nss_files/files-initgroups.c: New file.
54231         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54232         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54233         _nss_files_initgroups_dyn.
54235 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54237         * elf/elf.h (R_ARM_IRELATIVE): Define.
54239 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54241         * po/ru.po: Update from translation team.
54243 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54245         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54246         dependencies.
54248 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54250         [BZ #12653]
54251         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54252         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54253         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54254         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54255         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54257 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54259         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54260         differing bytes.
54261         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54262         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54263         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54265 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54267         [BZ #12420]
54268         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54269         storing it.
54270         * stdlib/bug-getcontext.c: New file.
54271         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54273 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54275         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54276         instructions into .machine "z9-109".
54277         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54278         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54280 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54282         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54283         between environment variables and auxiliary vector.
54285 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54287         * Makefile: Add rules to build linkobj/libc.so.
54288         * include/libc-symbols.h: Define libc_hidden_nolink.
54289         * include/rpc/auth.h: Mark functions which are to be hidden.
54290         * include/rpc/auth_des.h: Likewise.
54291         * include/rpc/auth_unix.h: Likewise.
54292         * include/rpc/clnt.h: Likewise.
54293         * include/rpc/des_crypt.h: Likewise.
54294         * include/rpc/key_prot.h: Likewise.
54295         * include/rpc/pmap_clnt.h: Likewise.
54296         * include/rpc/pmap_prot.h: Likewise.
54297         * include/rpc/pmap_rmt.h: Likewise.
54298         * include/rpc/rpc_msg.h: Likewise.
54299         * include/rpc/svc.h: Likewise.
54300         * include/rpc/svc_auth.h: Likewise.
54301         * include/rpc/xdr.h: Likewise.
54302         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54303         * nss/Makefile: Likewise.
54304         * sunrpc/Makefile: Don't install headers.  Build library with normal
54305         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54306         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54307         for the compat linking library.  Remove use of INTDEF/INTUSE.
54308         * sunrpc/auth_none.c: Likewise.
54309         * sunrpc/auth_unix.c: Likewise.
54310         * sunrpc/authdes_prot.c: Likewise.
54311         * sunrpc/authuxprot.c: Likewise.
54312         * sunrpc/clnt_gen.c: Likewise.
54313         * sunrpc/clnt_perr.c: Likewise.
54314         * sunrpc/clnt_raw.c: Likewise.
54315         * sunrpc/clnt_simp.c: Likewise.
54316         * sunrpc/clnt_tcp.c: Likewise.
54317         * sunrpc/clnt_udp.c: Likewise.
54318         * sunrpc/clnt_unix.c: Likewise.
54319         * sunrpc/des_crypt.c: Likewise.
54320         * sunrpc/des_soft.c: Likewise.
54321         * sunrpc/get_myaddr.c: Likewise.
54322         * sunrpc/key_call.c: Likewise.
54323         * sunrpc/key_prot.c: Likewise.
54324         * sunrpc/netname.c: Likewise.
54325         * sunrpc/pm_getmaps.c: Likewise.
54326         * sunrpc/pm_getport.c: Likewise.
54327         * sunrpc/pmap_clnt.c: Likewise.
54328         * sunrpc/pmap_prot.c: Likewise.
54329         * sunrpc/pmap_prot2.c: Likewise.
54330         * sunrpc/pmap_rmt.c: Likewise.
54331         * sunrpc/publickey.c: Likewise.
54332         * sunrpc/rpc_cmsg.c: Likewise.
54333         * sunrpc/rpc_common.c: Likewise.
54334         * sunrpc/rpc_dtable.c: Likewise.
54335         * sunrpc/rpc_prot.c: Likewise.
54336         * sunrpc/rpc_thread.c: Likewise.
54337         * sunrpc/rtime.c: Likewise.
54338         * sunrpc/svc.c: Likewise.
54339         * sunrpc/svc_auth.c: Likewise.
54340         * sunrpc/svc_authux.c: Likewise.
54341         * sunrpc/svc_raw.c: Likewise.
54342         * sunrpc/svc_run.c: Likewise.
54343         * sunrpc/svc_simple.c: Likewise.
54344         * sunrpc/svc_tcp.c: Likewise.
54345         * sunrpc/svc_udp.c: Likewise.
54346         * sunrpc/svc_unix.c: Likewise.
54347         * sunrpc/svcauth_des.c: Likewise.
54348         * sunrpc/xcrypt.c: Likewise.
54349         * sunrpc/xdr.c: Likewise.
54350         * sunrpc/xdr_array.c: Likewise.
54351         * sunrpc/xdr_float.c: Likewise.
54352         * sunrpc/xdr_intXX_t.c: Likewise.
54353         * sunrpc/xdr_mem.c: Likewise.
54354         * sunrpc/xdr_rec.c: Likewise.
54355         * sunrpc/xdr_ref.c: Likewise.
54356         * sunrpc/xdr_sizeof.c: Likewise.
54357         * sunrpc/xdr_stdio.c: Likewise.
54359 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54361         [BZ #12650]
54362         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54363         * sysdeps/ia64/dl-tls.h: Likewise.
54364         * sysdeps/powerpc/dl-tls.h: Likewise.
54365         * sysdeps/s390/dl-tls.h: Likewise.
54366         * sysdeps/sh/dl-tls.h: Likewise.
54367         * sysdeps/sparc/dl-tls.h: Likewise.
54368         * sysdeps/x86_64/dl-tls.h: Likewise.
54369         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54371 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54373         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54374         rpath element also skip the following colon.
54375         (expand_dynamic_string_token): Add is_path parameter and pass
54376         down to DL_DST_REQUIRED and _dl_dst_substitute.
54377         (decompose_rpath): Call expand_dynamic_string_token with
54378         non-zero is_path.  Ignore empty rpaths.
54379         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54380         with zero is_path.
54382 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54385         Make cancelable.
54387 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54389         [BZ #12655]
54390         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54391         Patch by Filipe David Manana <fdmanana@apache.org>.
54393 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54395         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54396         Maintain aligned stack.
54397         (CHECK_RSP): Remove unused macro.
54399 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54401         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54402         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54404 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54406         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54408         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54410 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54412         [BZ #12518]
54413         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54414         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54415         * sysdeps/x86_64/memmove.c: New file.
54416         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54417         (memcpy): Renamed to ...
54418         (__new_memcpy): This.
54419         (memcpy): Provide GLIBC_2_14 memcpy.
54420         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54421         (memcpy): Provide GLIBC_2_2_5 memcpy.
54423 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54425         [BZ #12631]
54426         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54428 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54430         * misc/syncfs.c: New file.
54431         * misc/Makefile (routines): Add syncfs.
54432         * posix/unistd.h: Declare syncfs.
54433         * sysdeps/unix/syscalls.list: Add syncfs.
54435 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54437         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54438         open_by_handle_at.
54439         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54440         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54441         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54442         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54443         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54444         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54445         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54447 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54449         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54450         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54451         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54452         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54453         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54454         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54455         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54457         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54458         sync_file_range.c with -fexceptions.
54459         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54460         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54461         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54462         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54463         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54464         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54465         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54466         sync_file_range as cancellation point
54467         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54468         now a wrapper around __call_sync_file_range with cancellation handling.
54469         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54470         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54471         function name to __call_sync_file_range.
54472         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54473         Add call_sync_file_range.
54475 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54477         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54478         bits/timex.h.
54480 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54482         * iconv/iconv.h: Fix typo in comment.
54483         * io/fcntl.h: Likewise.
54484         * libio/stdio.h: Likewise.
54485         * posix/spawn.h: Likewise.
54486         * posix/unistd.h: Likewise.
54487         * stdlib/stdlib.h: Likewise.
54488         * time/time.h: Likewise.
54489         * wcsmbs/wchar.h: Likewise.
54491         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54492         open_by_handle): Add.
54493         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54494         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54495         Augment a few comments.
54496         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54497         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54498         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54499         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54500         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54501         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54502         open_by_handle.
54504         * io/fcntl.h (AT_EMPTY_PATH): Define.
54506 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54508         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54509         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54510         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54511         to...
54512         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54513         * Versions.def: Add GLIBC_2.14.
54514         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54515         Export.
54517 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54519         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54520         round counter.
54521         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54523 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54525         [BZ #12597]
54526         * string/test-strncmp.c (do_page_test): New function.
54527         (check2): Likewise.
54528         (test_main): Call check2.
54529         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54531 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54533         [BZ #12587]
54534         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54535         Handle cache information in CPU leaf 4.
54536         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54538 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54540         [BZ #12583]
54541         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54542         character representation.
54543         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54545 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54547         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54548         END(__isnan) to END(__isnanf) to match function entry point/label
54549         EALIGN(__isnanf,...).
54551 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54553         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54555 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54557         [BZ #12510]
54558         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54559         copy from the symbol referenced in the relocation to initialize the
54560         used variable.
54561         Patch by Piotr Bury <pbury@goahead.com>.
54562         * elf/Makefile: Add rules to build and tst-unique3.
54563         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54564         * elf/tst-unique3.cc: New file.
54565         * elf/tst-unique3.h: New file.
54566         * elf/tst-unique3lib.cc: New file.
54567         * elf/tst-unique3lib2.cc: New file.
54569         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54571 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54573         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54574         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54575         to _start.
54577 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54579         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54580         to-be-loaded object along a path to loader is ld.so.
54582 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54583             Ulrich Drepper  <drepper@gmail.com>
54585         * sysdeps/x86_64/memset.S: After aligning destination, code
54586         branches to different locations depending on the value of
54587         misalignment, when multiarch is enabled. Fix this.
54589 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54591         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54592         Set _x86_64_preferred_memory_instruction for AMD processsors.
54593         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54594         Set bit_Prefer_SSE_for_memop for AMD processors.
54596 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54598         * libio/fmemopen.c (fmemopen): Optimize a bit.
54600 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54602         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54604 2011-03-03  Roland McGrath  <roland@redhat.com>
54606         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54608 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54610         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54611         __bzero_ultra1 instead of __memset_ultra1.
54613 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54614             Ulrich Drepper  <drepper@gmail.com>
54616         [BZ #12509]
54617         * include/link.h (struct link_map): Add l_orig_initfini.
54618         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54619         returning unsuccessfully.
54620         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54621         close of a file loaded at startup, restore the original l_initfini
54622         list.
54623         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54624         list, store the pointer.
54625         * elf/Makefile ($(objpfx)noload-mem): New rule.
54626         (noload-ENV): Define.
54627         (tests): Add $(objpfx)noload-mem.
54628         * elf/noload.c: Include <memcheck.h>.
54629         (main): Call mtrace.  Close all opened handles.
54631 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54633         [BZ #12454]
54634         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54635         dependencies are missing.
54637 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54639         Fix __if_freereq crash: Unlike the generic version which uses free,
54640         Hurd needs munmap.
54641         * sysdeps/mach/hurd/ifreq.h: New file.
54643 2011-01-27  Petr Baudis  <pasky@suse.cz>
54644             Ulrich Drepper  <drepper@gmail.com>
54646         [BZ 12445]#
54647         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54648         to extend_alloca().
54649         * stdio-common/bug23.c: New file.
54650         * stdio-common/Makefile (tests): Add bug23.
54652 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54653             Ulrich Drepper  <drepper@gmail.com>
54655         [BZ #12489]
54656         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54657         before performing relro protection.  At old place add assertion
54658         to make sure nothing changed.
54660 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54661             Glauber de Oliveira Costa  <glommer@gmail.com>
54663         * elf/elf.h: Add new ARM TLS relocs.
54665 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54668         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54669         cast from r3.
54670         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54671         'tests' variable.
54672         * sysdeps/wordsize-64/tst-writev.c: New file.
54674 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54676         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54677         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54678         insns in _dl_start to prevent a TOC reference before relocs are
54679         resolved.
54681 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54683         [BZ #12469]
54684         * Makeconfig: Remove RANLIB definition.
54685         * Makerules: Don't use RANLIB.
54686         * aclocal.m4: Remove ranlib test.
54687         * configure.in: No need to check for ranlib.
54688         * elf/rtld-Rules: Don't use RANLIB.
54690 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54692         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54693         protection macro.
54694         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54695         inclusion protection macro.
54697         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54698         SIGRTMIN and SIGRTMAX and print information in that case only when
54699         SIGRTMIN is defined.
54701 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54703         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54704         arginfo fn returning -1.
54706         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54707         and thousands string is zero terminated.
54709 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54711         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54712         sysdeps/unix/sysv/linux/bits/socket.h.
54714 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54716         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54717         (__CPU_COUNT): Remove old macros.
54718         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54719         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54720         (__CPU_ALLOC, __CPU_FREE): Add macros.
54721         (__sched_cpualloc, __sched_cpufree): Add declarations.
54723 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54725         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54726         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54727         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54728         (readdhstai): Return value of addhstaiX call.
54729         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54730         (addgrbyX): Return value returned by cache_addgr.
54731         (readdgrbyname): Return value returned by addgrbyX.
54732         (readdgrbygid): Likewise.
54733         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54734         (addpwbyX): Return value returned by cache_addpw.
54735         (readdpwbyname): Return value returned by addhstbyX.
54736         (readdpwbyuid): Likewise.
54737         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54738         (addservbyX): Return value returned by cache_addserv.
54739         (readdservbyname): Return value returned by addservbyX:
54740         (readdservbyport): Likewise.
54741         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54742         (addhstbyX): Return value returned by cache_addhst.
54743         (readdhstbyname): Return value returned by addhstbyX.
54744         (readdhstbyaddr): Likewise.
54745         (readdhstbynamev6): Likewise.
54746         (readdhstbyaddrv6): Likewise.
54747         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54748         (readdinitgroups): Return value returned by addinitgroupsX.
54749         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54750         (prune_cache): Keep track of timeout value of re-added entries.
54751         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54752         * nscd/nscd.h: Adjust prototypes of readd* functions.
54754 2011-02-04  Roland McGrath  <roland@redhat.com>
54756         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54757         (nis_stats): Likewise.
54758         * nis/nis_modify.c (nis_modify): Likewise.
54759         * nis/nis_remove.c (nis_remove): Likewise.
54760         * nis/nis_add.c (nis_add): Likewise.
54762         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54764         * posix/fnmatch_loop.c: Add some consts.
54766         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54768 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54770         [BZ #12460]
54771         * config.make.in (config-cflags-novzeroupper): Define.
54772         * configure.in: Substitute libc_cv_cc_novzeroupper.
54773         * elf/Makefile (AVX-CFLAGS): Define.
54774         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54775         (CFLAGS-tst-auditmod4a.c): Likewise.
54776         (CFLAGS-tst-auditmod4b.c): Likewise.
54777         (CFLAGS-tst-auditmod6b.c): Likewise.
54778         (CFLAGS-tst-auditmod6c.c): Likewise.
54779         (CFLAGS-tst-auditmod7b.c): Likewise.
54780         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54782 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54784         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54785         function to the callback.
54786         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54788 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54790         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54791         of errno.
54793 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54795         [BZ #11724]
54796         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54797         of constructors.
54798         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54799         of destructors.
54800         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54802         [BZ #11724]
54803         * elf/Makefile: Add rules to build and run new test.
54804         * elf/tst-initorder.c: New file.
54805         * elf/tst-initorder.exp: New file.
54806         * elf/tst-initordera1.c: New file.
54807         * elf/tst-initordera2.c: New file.
54808         * elf/tst-initordera3.c: New file.
54809         * elf/tst-initordera4.c: New file.
54810         * elf/tst-initorderb1.c: New file.
54811         * elf/tst-initorderb2.c: New file.
54812         * elf/tst-order-a1.c: New file.
54813         * elf/tst-order-a2.c: New file.
54814         * elf/tst-order-a3.c: New file.
54815         * elf/tst-order-a4.c: New file.
54816         * elf/tst-order-b1.c: New file.
54817         * elf/tst-order-b2.c: New file.
54818         * elf/tst-order-main.c: New file.
54819         New test case by George Gensure <werkt0@gmail.com>.
54821 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54823         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54824         decoding ACE if AI_CANONIDN.
54826 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54828         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54830 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54832         * version.h (RELEASE): Bump for 2.13 release.
54833         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54835         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54837         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54838         MADV_NOHUGEPAGE.
54839         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54840         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54841         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54842         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54843         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54844         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54846         * posix/getconf.c: Update copyright year.
54847         * catgets/gencat.c: Likewise.
54848         * csu/version.c: Likewise.
54849         * debug/catchsegv.sh: Likewise.
54850         * debug/xtrace.sh: Likewise.
54851         * elf/ldconfig.c: Likewise.
54852         * elf/ldd.bash.in: Likewise.
54853         * elf/sprof.c (print_version): Likewise.
54854         * iconv/iconv_prog.c: Likewise.
54855         * iconv/iconvconfig.c: Likewise.
54856         * locale/programs/locale.c: Likewise.
54857         * locale/programs/localedef.c: Likewise.
54858         * malloc/memusage.sh: Likewise.
54859         * malloc/mtrace.pl: Likewise.
54860         * nscd/nscd.c (print_version): Likewise.
54861         * nss/getent.c: Likewise.
54863         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54864         PF_CAIF, and PF_ALG.
54865         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54867 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54869         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54870         (modules-names): Use them.
54871         (ifunc-test-modules, ifunc-pie-tests): Define.
54872         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54873         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54874         (test-extras): Likewise.
54875         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54876         $(compile-command.c).
54877         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54878         (all-built-dso): Define.
54879         (check-textrel.out, check-execstack.out): Depend on it.
54881         * configure.in: Don't override --enable-multi-arch.
54883 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54885         [BZ #6812]
54886         * nscd/hstcache.c (tryagain): Define.
54887         (cache_addhst): Return tryagain not notfound for temporary errors.
54888         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54889         failed.
54891 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54893         [BZ #10563]
54894         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54895         to make the syscall.
54896         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54898         [BZ #12378]
54899         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54900         and fall back to matching as normal character if the string ends before
54901         the matching ']' is found.  This is what POSIX requires.
54902         * posix/testfnm.c: Adjust test result.
54903         * posix/globtest.sh: Adjust test result.  Add new test.
54904         * posix/tst-fnmatch.input: Likewise.
54905         * posix/tst-fnmatch2.c: Add new test.
54907 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54909         * elf/Makefile (check-execstack): Revert last change.  Depend on
54910         check-execstack.h.
54911         (check-execstack.h): New target.
54912         (generated): Add check-execstack.h.
54913         * elf/check-execstack.c: Include "check-execstack.h".
54914         (main): Revert last change.
54915         (handle_file): Return zero if GNU_STACK is absent and
54916         DEFAULT_STACK_PERMS doesn't include PF_X.
54918 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54920         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54921         in child fails because the descriptor is already closed.
54922         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54923         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54924         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54926         [BZ #12397]
54927         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54928         syscall.
54930         [BZ #10484]
54931         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54932         temporary buffer used to handle multi lookups locally.
54933         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54935 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54937         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54938         loader is ld.so.
54940 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54942         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54943         alignment for SSE2.
54945 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54947         [BZ #12394]
54948         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54949         characters.  When rounding increased number of integer digits recompute
54950         number of groups.
54951         * stdio-common/tst-grouping.c: New file.
54952         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54954 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54956         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54957         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54959         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54960         void.
54961         * bits/select.h: Likewise.
54963 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
54965         * po/ja.po: Update from translation team.
54967 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
54969         [BZ #11155]
54970         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54971         implementation just like for lxstat, fxstatat, et al.
54973 2010-12-27  Jim Meyering  <meyering@redhat.com>
54975         [BZ #12348]
54976         * posix/regexec.c (build_trtable): Return failure indication upon
54977         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
54979 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
54981         [BZ #12201]
54982         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54983         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54984         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54985         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54987         [BZ #12207]
54988         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54990         [BZ #12204]
54991         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54992         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54994 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
54996         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54997         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54998         script has SORT_BY_INIT_PRIORITY.
54999         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55000         NO_CTORS_DTORS_SECTIONS is defined.
55001         * elf/soinit.c: Likewise.
55002         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55003         NO_CTORS_DTORS_SECTIONS is defined.
55004         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55005         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55006         * sysdeps/sh/init-first.c: Likewise.
55007         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55009 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55011         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55012         always use the slow path.
55014 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55016         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55017         similar rule which adds the sysdep directories to the header search in
55018         order to pick up the correct platform stackinfo.h.
55019         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55020         perform test if it is, otherwise return successfully without testing.
55021         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55022         DEFAULT_STACK_PERMS define in stackinfo.h.
55023         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55024         defined in stackinfo.h.
55025         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55026         DEFAULT_STACK_PERMS defined in stackinfo.h.
55027         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55028         * sysdeps/ia64/stackinfo.h: Likewise.
55029         * sysdeps/s390/stackinfo.h: Likewise.
55030         * sysdeps/sh/stackinfo.h: Likewise.
55031         * sysdeps/sparc/stackinfo.h: Likewise.
55032         * sysdeps/x86_64/stackinfo.h: Likewise.
55033         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55034         PF_X for powerpc64.  Retain PF_X for powerpc32.
55036 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55038         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55039         accurately.
55040         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55041         GETDENTS_64BIT_ALIGNED.
55043 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55045         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55047 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55049         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55050         _GNU_SOURCE.
55052         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55053         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55054         Remove __restrict.
55055         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55056         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55058 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55060         [BZ #11655]
55061         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55062         are initialized.
55064 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55066         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55068 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55070         * po/it.po: Update from translation team.
55072 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55074         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55075         unused codes.
55077 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55079         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55081 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55083         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55084         specially.
55085         (gaih_getanswer_slice): Likewise.
55087 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55089         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55091 2010-05-31  Petr Baudis  <pasky@suse.cz>
55093         [BZ #11149]
55094         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55095         silently even in the chroot mode.
55097 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55099         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55100         last patch a bit.  Pretty printing
55102 2010-05-31  Petr Baudis <pasky@suse.cz>
55104         [BZ #10085]
55105         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55106         initialization of skip_initgroups_dyn.
55108 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55110         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55111         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55113 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55115         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55117 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55119         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55120         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55121         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55122         ($(objpfx)tst-fnmatch-mem): New rule.
55123         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55124         * posix/tst-fnmatch.c (main): Call mtrace.
55126 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55128         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55129         Support Intel processor model 6 and model 0x2c.
55131 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55133         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55134           signed comparison.
55136 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55138         [BZ #12205]
55139         * string/test-strncasecmp.c (check_result): New function.
55140         (do_one_test): Use it.
55141         (check1): New function.
55142         (test_main): Use it.
55143         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55144         Support strcasecmp and strncasecmp.
55146 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55148         [BZ #12194]
55149         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55150         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55152 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55154         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55155         IFUNC support.
55156         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55157         memset-x86-64.
55158         * sysdeps/x86_64/multiarch/bzero.S: New file.
55159         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55160         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55161         * sysdeps/x86_64/multiarch/memset.S: New file.
55162         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55163         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55164         Set bit_Prefer_SSE_for_memop for Intel processors.
55165         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55166         Define.
55167         (index_Prefer_SSE_for_memop): Define.
55168         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55170 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55172         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55173         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55175 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55177         [BZ #12191]
55178         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55179         (__x86_64_raw_data_cache_size_half): Likewise.
55180         (__x86_64_raw_shared_cache_size): Likewise.
55181         (__x86_64_raw_shared_cache_size_half): Likewise.
55183         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55184         (__x86_64_raw_data_cache_size_half): Likewise.
55185         (__x86_64_raw_shared_cache_size): Likewise.
55186         (__x86_64_raw_shared_cache_size_half): Likewise.
55187         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55188         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55189         and __x86_64_raw_shared_cache_size_half.  Round
55190         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55191         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55192         to multiple of 256 bytes.
55194 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55196         [BZ #12167]
55197         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55198         of inacessible symlinks.  Verify result of symlink before returning it.
55199         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55200         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55202 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55204         * math/math.h (isinf): Fix typo in comment.
55206 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55208         * po/da.po: Update from translation team.
55210 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55212         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55213         is added to the list.
55215 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55216             Ulrich Drepper  <drepper@gmail.com>
55218         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55219         the global list here.  Move code to...
55220         (_dl_add_to_namespace_list): ...here.  New function.
55221         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55222         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55223         * elf/dl-load.c (lose): Don't remove the element from the list.
55224         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55225         (_dl_map_object): Likewise.
55227 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55229         [BZ #12159]
55230         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55231         into all bytes of SSE register.
55232         Patch by Richard Li <richardpku@gmail.com>.
55234 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55236         [BZ #12140]
55237         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55238         perturbing.
55240 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55242         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55243         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55244         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55245         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55247         submachine.
55248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55250 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55252         * include/dlfcn.h (__RTLD_SECURE): Define.
55253         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55254         mode & __RTLD_SECURE instead.
55255         (open_path): Rename preloaded parameter to secure.
55256         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55257         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55258         * elf/dl-deps.c (openaux): Likewise.
55259         * elf/rtld.c (struct map_args): Remove is_preloaded.
55260         (map_doit): Don't use it.
55261         (dl_main): Likewise.
55262         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55263         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55265 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55267         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55268         (sysd-rules-targets): Remove duplicates.
55269         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55270         rtld-%.$o dependency.
55272 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55274         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55275         _dl_map_object do it.
55277 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55279         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55280         fast fma builtins, define the macros in the C99 standard.
55281         (FP_FAST_FMAF): Likewise.
55282         (FP_FAST_FMAL): Likewise.
55283         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55285         * bits/mathdef.h: Update copyright year.
55286         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55288 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55290         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55291         builtins, define the macros in the C99 standard.
55292         (FP_FAST_FMAF): Likewise.
55293         (FP_FAST_FMAL): Likewise.
55294         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55295         multiply/add.
55296         (FP_FAST_FMAF): Likewise.
55298 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55300         [BZ #3268]
55301         * math/libm-test.inc (fma_test): Some new testcases.
55302         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55303         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55304         y and infinite z.  Do multiplication by C already in long double.
55305         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55306         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55307         y and infinite z.  Do bitwise or of inexact bit into u.d.
55308         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55309         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55310         * sysdeps/i386/fpu/s_fma.S: Removed.
55311         * sysdeps/i386/fpu/s_fmal.S: Removed.
55313 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55315         [BZ #3268]
55316         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55317         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55318         computation is not scheduled after fetestexcept.  Fix value
55319         of minimum denormal long double.
55321 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55323         [BZ #3268]
55324         * math/libm-test.inc (fma_test): Add some more tests.
55325         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55326         correctly.
55328 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55330         * scripts/data/localplt-s390-linux-gnu.data: New file.
55331         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55333 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55335         [BZ #3268]
55336         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55337         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55338         instead of dbl-64.
55339         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55340         inlines.
55341         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55342         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55343         if one of x and y is very large and the other is subnormal.
55344         * sysdeps/s390/fpu/s_fmaf.c: New file.
55345         * sysdeps/s390/fpu/s_fma.c: New file.
55346         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55347         * sysdeps/powerpc/fpu/s_fma.S: New file.
55348         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55349         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55350         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55352 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55354         [BZ #3268]
55355         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55356         fma tests.
55357         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55358         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55359         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55360         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55361         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55362         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55363         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55365 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55367         [BZ #12078]
55368         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55369         * posix/bug-regex31.input: Add test case.
55371 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55373         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55374         * posix/bug-regex31.input: New file.
55376         [BZ #12078]
55377         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55378         (parse_sub_exp): Fix last change, use postorder.
55380         * posix/bug-regex31.c: New file.
55381         * posix/Makefile: Add rules to build and run bug-regex31.
55383         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55385         [BZ #12078]
55386         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55388         [BZ #12108]
55389         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55390         to have entries in sys_siglist.
55392         [BZ #12093]
55393         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55394         be NULL.
55396 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55398         [BZ #3268]
55399         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55400         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55401         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55402         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55403         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55404         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55405         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55406         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55407         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55408         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55409         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55410         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55411         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55412         * math/ftestexcept.c (fetestexcept): Likewise.
55413         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55414         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55415         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55416         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55417         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55418         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55419         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55421 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55423         [BZ #12107]
55424         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55425         newline.
55427 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55429         * string/bug-strstr1.c: New file.
55430         * string/Makefile: Add rules to build and run bug-strstr1.
55432 2010-10-05  Eric Blake  <eblake@redhat.com>
55434         [BZ #12092]
55435         * string/str-two-way.h (two_way_long_needle): Always clear memory
55436         when skipping input due to the shift table.
55438 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55440         [BZ #12005]
55441         * malloc/mcheck.c: Handle large requests.
55443         [BZ #12077]
55444         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55445         for strncmp and strncasecmp.
55446         * string/stratcliff.c: Add tests for strcmp and strncmp.
55447         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55449 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55451         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55452         __set_fpscr.
55454 2010-09-30  Andreas Jaeger  <aj@suse.de>
55456         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55457         (CGROUP_SUPER_MAGIC): Define.
55458         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55459         Handle btrfs and cgroup file systems.
55460         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55461         Likewise.
55463 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55465         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55466         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55468 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55470         [BZ #12067]
55471         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55472         trying to locate the ELF header.
55474 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55476         [BZ #11611]
55477         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55478         Mask out sign-bit copies when constructing f_fsid.
55480 2010-09-24  Petr Baudis <pasky@suse.cz>
55482         * debug/stack_chk_fail_local.c: Add missing licence exception.
55483         * debug/warning-nop.c: Likewise.
55485 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55487         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55488         implementing getdents64 using getdents syscall, set d_type if
55489         __ASSUME_GETDENTS32_D_TYPE.
55491 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55493         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55494         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55496 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55498         [BZ #12037]
55499         * posix/unistd.h: Undo change of feature selection for ftruncate from
55500         2010-01-11.
55502 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55504         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55505         detection.
55507 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55509         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55510         fanotify_mark.
55511         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55513 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55515         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55516         variables after CHECK_SP call.
55517         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55519 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55520             Ulrich Drepper  <drepper@redhat.com>
55522         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55523         re-relocationg ld.so.
55524         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55525         _dl_init_paths call.
55526         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55527         here anymore.
55529 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55531         * resolv/res_init.c (__res_vinit): Count the default server we added.
55533 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55534             Ulrich Drepper  <drepper@redhat.com>
55536         [BZ #11968]
55537         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55538         (____longjmp_chk): Use %ebx for saving value across system call.
55539         Add unwind info.
55541 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55543         * manual/Makefile: Don't mix pattern rules with normal rules.
55545 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55547         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55548         operation.
55549         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55550         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55551         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55552         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55553         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55554         Likewise.
55556 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55558         [BZ #11979]
55559         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55560         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55562 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55564         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55565         * sysdeps/x86_64/addmul_1.S: Likewise.
55566         * sysdeps/x86_64/lshift.S: Likewise.
55567         * sysdeps/x86_64/mul_1.S: Likewise.
55568         * sysdeps/x86_64/rshift.S: Likewise.
55569         * sysdeps/x86_64/sub_n.S: Likewise.
55570         * sysdeps/x86_64/submul_1.S: Likewise.
55572 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55574         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55575         Define __sched_param instead of SCHED_* and sched_param when
55576         <bits/sched.h> is included with __need_schedparam defined.
55577         * bits/sched.h [__need_schedparam]
55578         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55579         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55580         (__defined_schedparam): Define to 1.
55581         (__sched_param): New structure, identical to sched_param.
55582         (__need_schedparam): Undefine.
55584 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55586         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55587         (epoll_create1): Declare.
55589         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55591 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55593         [BZ #7066]
55594         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55595         shifting retval into place.
55597 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55599         * nis/rpcsvc/nis.h: Update copyright notice.
55600         * nis/rpcsvc/nis.x: Likewise.
55601         * nis/rpcsvc/nis_callback.h: Likewise.
55602         * nis/rpcsvc/nis_callback.x: Likewise.
55603         * nis/rpcsvc/nis_object.x: Likewise.
55604         * nis/rpcsvc/nis_tags.h: Likewise.
55605         * nis/rpcsvc/yp.h: Likewise.
55606         * nis/rpcsvc/yp.x: Likewise.
55607         * nis/rpcsvc/ypupd.h: Likewise.
55608         * nis/yp_xdr.c: Likewise.
55609         * nis/ypupdate_xdr.c: Likewise.
55611         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55612         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55613         (pmap_getport): Use __libc_rpc_getport.
55614         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55615         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55616         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55618 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55621         fanotify_mark.
55623 2010-08-27  Roland McGrath  <roland@redhat.com>
55625         * sysdeps/i386/i686/multiarch/Makefile
55626         (CFLAGS-varshift.c): New variable.
55628 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55630         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55631         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55633         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55635         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55637 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55639         * sysdeps/x86_64/strlen.S: Unroll the loop.
55640         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55641         strlen-sse2 strlen-sse2-bsf.
55642         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55643         __strlen_no_bsf if bit_Slow_BSF is set.
55644         (__strlen_sse42): Removed.
55645         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55646         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55648 2010-08-25  Roland McGrath  <roland@redhat.com>
55650         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55651         * sysdeps/x86_64/multiarch/varshift.c: New file.
55652         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55653         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55654         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55655         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55657 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55659         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55660         strlen-sse2 strlen-sse2-bsf.
55661         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55662         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55663         (__strlen_sse2): Removed.
55664         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55665         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55666         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55667         bit_Slow_BSF for Atom.
55668         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55669         (index_Slow_BSF): Define.
55670         (HAS_SLOW_BSF): Define.
55672 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55674         [BZ #10851]
55675         * resolv/res_init.c (__res_vinit): When no server address at all
55676         is given default to loopback.
55678 2010-08-24  Roland McGrath  <roland@redhat.com>
55680         * configure.in: Remove config-name.h generation.
55681         * configure: Regenerated.
55682         * config-name.in: File removed.
55683         * scripts/config-uname.sh: New file.
55684         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55685         ($(objdir)config-name.h): New target.
55687         * sunrpc/rpc_parse.h: Avoid nested comment.
55689 2010-08-24  Richard Henderson  <rth@redhat.com>
55690             Ulrich Drepper  <drepper@redhat.com>
55691             H.J. Lu  <hongjiu.lu@intel.com>
55693         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55694         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55695         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55696         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55697         _mm_alignr_epi8 with _mm_loadu_si128.
55698         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55699         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55700         (__m128i_shift_right): Removed.
55701         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55702         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55703         * sysdeps/x86_64/multiarch/varshift.h: New file.
55704         * sysdeps/x86_64/multiarch/varshift.S: New file.
55706 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55708         * configure.in: Move assembler checks to before sysdep dir checking.
55710 2010-08-20  Petr Baudis  <pasky@suse.cz>
55712         * LICENSES: Sync the sunrpc license.
55714 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55716         * sunrpc/auth_des.c: Update copyright notice once again.
55717         * sunrpc/auth_none.c: Likewise.
55718         * sunrpc/auth_unix.c: Likewise.
55719         * sunrpc/authdes_prot.c: Likewise.
55720         * sunrpc/authuxprot.c: Likewise.
55721         * sunrpc/bindrsvprt.c: Likewise.
55722         * sunrpc/clnt_gen.c: Likewise.
55723         * sunrpc/clnt_perr.c: Likewise.
55724         * sunrpc/clnt_raw.c: Likewise.
55725         * sunrpc/clnt_simp.c: Likewise.
55726         * sunrpc/clnt_tcp.c: Likewise.
55727         * sunrpc/clnt_udp.c: Likewise.
55728         * sunrpc/clnt_unix.c: Likewise.
55729         * sunrpc/des_crypt.c: Likewise.
55730         * sunrpc/des_soft.c: Likewise.
55731         * sunrpc/get_myaddr.c: Likewise.
55732         * sunrpc/getrpcport.c: Likewise.
55733         * sunrpc/key_call.c: Likewise.
55734         * sunrpc/key_prot.c: Likewise.
55735         * sunrpc/openchild.c: Likewise.
55736         * sunrpc/pm_getmaps.c: Likewise.
55737         * sunrpc/pm_getport.c: Likewise.
55738         * sunrpc/pmap_clnt.c: Likewise.
55739         * sunrpc/pmap_prot.c: Likewise.
55740         * sunrpc/pmap_prot2.c: Likewise.
55741         * sunrpc/pmap_rmt.c: Likewise.
55742         * sunrpc/rpc/auth.h: Likewise.
55743         * sunrpc/rpc/auth_unix.h: Likewise.
55744         * sunrpc/rpc/clnt.h: Likewise.
55745         * sunrpc/rpc/des_crypt.h: Likewise.
55746         * sunrpc/rpc/key_prot.h: Likewise.
55747         * sunrpc/rpc/netdb.h: Likewise.
55748         * sunrpc/rpc/pmap_clnt.h: Likewise.
55749         * sunrpc/rpc/pmap_prot.h: Likewise.
55750         * sunrpc/rpc/pmap_rmt.h: Likewise.
55751         * sunrpc/rpc/rpc.h: Likewise.
55752         * sunrpc/rpc/rpc_des.h: Likewise.
55753         * sunrpc/rpc/rpc_msg.h: Likewise.
55754         * sunrpc/rpc/svc.h: Likewise.
55755         * sunrpc/rpc/svc_auth.h: Likewise.
55756         * sunrpc/rpc/types.h: Likewise.
55757         * sunrpc/rpc/xdr.h: Likewise.
55758         * sunrpc/rpc_clntout.c: Likewise.
55759         * sunrpc/rpc_cmsg.c: Likewise.
55760         * sunrpc/rpc_common.c: Likewise.
55761         * sunrpc/rpc_cout.c: Likewise.
55762         * sunrpc/rpc_dtable.c: Likewise.
55763         * sunrpc/rpc_hout.c: Likewise.
55764         * sunrpc/rpc_main.c: Likewise.
55765         * sunrpc/rpc_parse.c: Likewise.
55766         * sunrpc/rpc_parse.h: Likewise.
55767         * sunrpc/rpc_prot.c: Likewise.
55768         * sunrpc/rpc_sample.c: Likewise.
55769         * sunrpc/rpc_scan.c: Likewise.
55770         * sunrpc/rpc_scan.h: Likewise.
55771         * sunrpc/rpc_svcout.c: Likewise.
55772         * sunrpc/rpc_tblout.c: Likewise.
55773         * sunrpc/rpc_util.c: Likewise.
55774         * sunrpc/rpc_util.h: Likewise.
55775         * sunrpc/rpcinfo.c: Likewise.
55776         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55777         * sunrpc/rpcsvc/key_prot.x: Likewise.
55778         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55779         * sunrpc/rpcsvc/mount.x: Likewise.
55780         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55781         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55782         * sunrpc/rpcsvc/rex.x: Likewise.
55783         * sunrpc/rpcsvc/rstat.x: Likewise.
55784         * sunrpc/rpcsvc/rusers.x: Likewise.
55785         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55786         * sunrpc/rpcsvc/spray.x: Likewise.
55787         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55788         * sunrpc/rtime.c: Likewise.
55789         * sunrpc/svc.c: Likewise.
55790         * sunrpc/svc_auth.c: Likewise.
55791         * sunrpc/svc_authux.c: Likewise.
55792         * sunrpc/svc_raw.c: Likewise.
55793         * sunrpc/svc_run.c: Likewise.
55794         * sunrpc/svc_simple.c: Likewise.
55795         * sunrpc/svc_tcp.c: Likewise.
55796         * sunrpc/svc_udp.c: Likewise.
55797         * sunrpc/svc_unix.c: Likewise.
55798         * sunrpc/svcauth_des.c: Likewise.
55799         * sunrpc/xcrypt.c: Likewise.
55800         * sunrpc/xdr.c: Likewise.
55801         * sunrpc/xdr_array.c: Likewise.
55802         * sunrpc/xdr_float.c: Likewise.
55803         * sunrpc/xdr_mem.c: Likewise.
55804         * sunrpc/xdr_rec.c: Likewise.
55805         * sunrpc/xdr_ref.c: Likewise.
55806         * sunrpc/xdr_sizeof.c: Likewise.
55807         * sunrpc/xdr_stdio.c: Likewise.
55809         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55810         handling.
55812 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55814         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55816 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55818         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55819         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55820         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55821         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55822         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55823         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55824         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55825         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55826         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55827         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55828         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55829         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55830         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55831         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55833 2010-07-26  Anton Blanchard  <anton@samba.org>
55835         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55836         * malloc/arena.c (heap_trim): Likewise.
55838 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55840         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55841         here.  Not...
55842         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55843         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55845 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55847         * sysdeps/i386/elf/Makefile: New file.
55849 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55851         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55852         from fanotify_init.
55853         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55854         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55856 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55858         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55859         of strncasecmp_l.
55860         * sysdeps/multiarch/strcmp.S: Likewise.
55862 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55864         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55865         strncase_l-nonascii.
55866         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55867         Add strncase_l-ssse3.
55868         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55869         * sysdeps/x86_64/strcmp.S: Likewise.
55870         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55871         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55872         * sysdeps/x86_64/strncase.S: New file.
55873         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55874         * sysdeps/x86_64/strncase_l.S: New file.
55875         * string/Makefile (strop-tests): Add strncasecmp.
55876         * string/test-strncasecmp.c: New file.
55878         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55879         warning.
55881         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55882         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55884 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55886         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55888 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55890         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55891         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55892         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55894 2010-05-01  Alan Modra  <amodra@gmail.com>
55896         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55897         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55898         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55899         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55900         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55901         tidying.  Don't tail-call __sigjmp_save for static lib.
55902         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55903         save location.
55904         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55905         (CALL_MCOUNT): Add eh info, and nop after bl.
55906         (TAIL_CALL_SYSCALL_ERROR): New macro.
55907         (PSEUDO_RET): Use it.
55908         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55909         Correct save location of integer regs and cr.
55910         (_dl_profile_resolve): Correct cr save location.  Delete nops
55911         after bl when SHARED.  Reduce cfi size a little by better
55912         placement of cfi directives.
55913         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55914         make a stack frame.  Instead use parm save area as a temp.
55915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55916         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55918         Don't make a stack frame for parent, use parm save area.
55919         Increase child stack frame to 112 bytes.  Don't save unused reg,
55920         and adjust reg usage.  Set up cfi on error recovery and
55921         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55923         (__makecontext): Add dummy nop after jump to exit.
55924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55925         Use correct parm save area and cr save, reduce stack frame.
55926         Correct cfi for possible PSEUDO_RET frame setup.
55927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55928         Branch to local label emitted by PSEUDO_RET rather than
55929         __syscall_error.
55931 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55933         [BZ #11904]
55934         * locale/programs/locale.c (print_assignment): New function.
55935         (show_locale_vars): Use it.
55937 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55939         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55940         field.
55941         (struct statfs64): Likewise.
55942         (_STATFS_F_FLAGS): Define.
55943         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55944         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55945         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55946         (ST_VALID): Define locally.
55947         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55948         __statvfs_getflags, use the provided value.
55949         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55950         __ASSUME_STATFS_F_FLAGS.
55952         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55954         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55955         Add sys/fanotify.h.
55956         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55957         fanotify_mask for GLIBC_2.13.
55958         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55959         fanotify_init and fanotify_mark.
55960         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55961         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55963         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55964         Add prlimit.
55965         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55966         prlimit64 for GLIBC_2.13.
55967         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55968         prlimit64.
55969         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55970         syscall.
55971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55972         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55973         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55974         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55975         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
55976         add prlimit alias.
55977         * sysdeps/unix/sysv/linux/prlimit.c: New file.
55979         [BZ #11903]
55980         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55981         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55983         * nss/Makefile: Add rules to build and run tst-nss-test1.
55984         * shlib-versions: Add entry for libnss_test1.
55985         * nss/nss_test1.c: New file.
55986         * nss/tst-nss-test1.c: New file.
55988         * nss/nsswitch.c (__nss_database_custom): Define new variable.
55989         (__nss_configure_lookup): Set appropriate entry in
55990         __nss_configure_lookup to true.
55991         * nss/nsswitch.h: Define enum with indeces of databases in
55992         databases and __nss_database_custom arrays.  Declare
55993         __nss_database_custom.
55994         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55995         to avoid using nscd when custom rules are installed.
55996         * nss/getXXbyYY_r.c: Likewise.
55997         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55999         * nss/nss_files/files-parse.c: Whitespace fixes.
56001 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56003         [BZ #11883]
56004         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56005         * posix/fnmatch_loop.c: Likewise.
56007 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56009         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56010         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56011         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56012         * Versions.def [GLIBC_2.13]: Add.
56014 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56016         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56017         Also fail if tpwd after pwuid call is NULL.
56019 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56021         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56022         when converting to ms.
56024 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56026         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56027         EOPNOTSUPP errors with ENOTTY.
56028         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56029         EOPNOTSUPP errors with ENOTTY.
56031 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56033         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56034         Add strcasecmp_l-ssse3.
56035         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56036         strcasecmp.
56037         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56038         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56039         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56041 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56043         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56045         * string/Makefile (strop-tests): Add strcasecmp.
56046         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56047         strcasecmp_l-nonascii.
56048         (gen-as-const-headers): Add locale-defines.sym.
56049         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56050         * sysdeps/x86_64/strcasecmp.S: New file.
56051         * sysdeps/x86_64/strcasecmp_l.S: New file.
56052         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56053         * sysdeps/x86_64/locale-defines.sym: New file.
56054         * string/test-strcasecmp.c: New file.
56056         * string/test-strcasestr.c: Test both ends of the range of characters.
56057         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56059 2010-07-29  Roland McGrath  <roland@redhat.com>
56061         [BZ #11856]
56062         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56064 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56066         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56067         for ld.so.
56069 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56071         * manual/memory.texi (Malloc Tunable Parameters): Document
56072         M_PERTURB.
56074 2010-07-26  Roland McGrath  <roland@redhat.com>
56076         [BZ #11840]
56077         * configure.in (-fgnu89-inline check): Set and substitute
56078         gnu89_inline, not libc_cv_gnu89_inline.
56079         * configure: Regenerated.
56080         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56082 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56084         * string/test-strnlen.c: New file.
56085         * string/Makefile (strop-tests): Add strnlen.
56086         * string/tester.c (test_strnlen): Add a few more test cases.
56087         * string/tst-strlen.c: Better error reporting.
56089         * sysdeps/x86_64/strnlen.S: New file.
56091 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56093         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56094         lower-latency instructions.
56096 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56098         * string/test-strcasestr.c: New file.
56099         * string/test-strstr.c: New file.
56100         * string/Makefile (strop-tests): Add strstr and strcasestr.
56101         * string/str-two-way.h: Don't undefine MAX.
56102         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56104 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56106         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56107         strcasestr-nonascii.
56108         (CFLAGS-strcasestr-nonascii.c): Define.
56109         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56110         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56111         Remove unused attribute.
56113 2010-07-20  Roland McGrath  <roland@redhat.com>
56115         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56116         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56117         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56118         like LD_HWCAP_MASK can disable hwcaps.
56120 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56122         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56124 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56126         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56127         call in strcasestr.
56128         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56129         __strcasestr_sse42_nonascii.
56130         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56131         strcasestr-nonascii.c.
56132         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56134 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56136         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56137         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56138         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56139         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56141 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56143         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56144         fcntl.
56146 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56148         [BZ #11577]
56149         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56150         dl_signal_cerror.
56152 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56154         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56155         _PC_PIPE_BUF using F_GETPIPE_SZ.
56157 2010-07-05  Roland McGrath  <roland@redhat.com>
56159         * manual/arith.texi (Rounding Functions): Fix rint description
56160         implicit in round description.
56162 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56164         * elf/Makefile: Fix linking for a few tests to make recent linker
56165         happy.
56167 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56169         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56170         $(common-objpfx)libc_nonshared.a.
56172 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56174         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56175         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56176         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56177         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56178         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56179         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56180         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56181         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56196         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56197         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56198         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56199         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56200         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56201         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56202         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56203         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56204         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56205         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56206         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56207         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56223 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56225         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56226         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56227         * string/memmove.c (memmove): Renamed to ...
56228         (MEMMOVE): ...this.  Default to memmove.
56229         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56230         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56231         (END_CHK): Define.
56232         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56233         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56234         mempcpy-ssse3-back memmove-ssse3-back.
56235         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56236         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56237         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56238         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56239         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56240         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56241         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56242         * sysdeps/x86_64/multiarch/memmove.c: New file.
56243         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56244         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56245         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56246         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56247         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56248         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56249         Define.
56250         (index_Fast_Copy_Backward): Define.
56251         (HAS_ARCH_FEATURE): Define.
56252         (HAS_FAST_REP_STRING): Define.
56253         (HAS_FAST_COPY_BACKWARD): Define.
56255 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56257         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56258         Restore proper fallback handling.
56260 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56262         [BZ #11701]
56263         * posix/group_member.c (__group_member): Correct checking loop.
56265         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56266         OOM in getpwuid_r correctly.  Return error number when the caller
56267         should return, otherwise -1.
56268         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56269         call returning > 0 value.
56270         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56272 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56274         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56275         libc_nonshared.a from targets in modules-names.
56277 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56279         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56280         requires it.
56282 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56284         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56285         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56286         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56287         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56289 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56291         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56293 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56295         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56296         and F_GETPIPE_SZ.
56297         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56298         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56299         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56300         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56301         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56302         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56304 2010-06-14  Roland McGrath  <roland@redhat.com>
56306         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56308 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56310         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56311         __REDIRECT followed by __THROW.
56312         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56313         * posix/getopt.h (getopt): Likewise.
56315 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56317         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56318         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56319         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56320         in AT_FLAGS.
56321         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56322         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56324 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56326         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56328 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56330         [BZ #11640]
56331         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56332         Properly check family and model.
56334 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56336         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56338 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56340         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56342 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56344         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56345         symbol reference.
56347 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56349         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56350         symbol reference.
56352 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56354         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56355         and internal_recvmmsg.
56356         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56357         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56358         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56359         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56361         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56362         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56363         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56365 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56367         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56369 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56371         POWER7 optimizations.
56372         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56373         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56375 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56377         * version.h: Update for 2.13 development version.
56379 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56381         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56382         exceptions.  Return 0.
56384 2010-05-07  Roland McGrath  <roland@redhat.com>
56386         * elf/ldconfig.c (main): Add a const.
56388 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56390         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56391         (args_options): Add no-idn option.
56392         (ahosts_keys_int): Add idn_flags to ai_flags.
56393         (parse_option): Handle 'i' option to clear idn_flags.
56395         * malloc/malloc.c (_int_free): Possible race in the most recently
56396         added check.  Only act on the data if no current modification
56397         happened.
56399 See ChangeLog.17 for earlier changes.