Conditionalize some tests' use of SA_SIGINFO.
[glibc.git] / ChangeLog
blobfa82cfa2df99d1818600d0f26581ddcbfb100be4
1 2015-02-06  Roland McGrath  <roland@hack.frob.com>
3         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
4         on [SA_SIGINFO].
5         * nptl/tst-cancel21.c (do_test): Likewise.
6         * debug/tst-backtrace6.c: Include <signal.h> first thing.
7         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
8         [!SA_SIGINFO]: Make it a stub test.
10         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
11         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
13         * posix/tst-getlogin.c: Move to ...
14         * login/tst-getlogin.c: ... here.
15         * posix/Makefile (tests): Move tst-getlogin to ...
16         * login/Makefile (tests): ... here.
18         * libio/tst-atime.c (do_test): Move local variables SV and E
19         inside [ST_NOATIME] conditional.
21         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
23         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
25         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
26         (wait_code): New function replaces macro.
27         Call nanosleep rather than syscall.
29         * nptl/pt-system.c: Rewritten.  Put everything under
30         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
31         Use IFUNC to redirect when possible.
33         * nptl/pt-longjmp.c: Rewritten.  Put everything under
34         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
35         Use IFUNC to redirect when possible.
37         * nptl/pt-fork.c: Rewritten.  Put everything under
38         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
39         Use IFUNC to redirect when possible.
40         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
42         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
43         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
44         unconditionally nowadays.  This included the only reference to
45         __vdso_clock_gettime that appears outside libc proper.
46         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
47         Remove version set (containing only __vdso_clock_gettime).
48         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
49         Add attribute_hidden.
50         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
51         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
52         libc_hidden_data_def.
53         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
54         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
56         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
57         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
58         setrpcent, and getrpcport to ...
59         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
60         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
61         getrpcbynumber_r, and getrpcent_r to ...
62         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
63         * inet/getrpcbyname.c: Moved ...
64         * sunrpc/getrpcbyname.c: ... here.
65         * inet/getrpcbyname_r.c: Moved ...
66         * sunrpc/getrpcbyname_r.c: ... here.
67         * inet/getrpcbynumber.c: Moved ...
68         * sunrpc/getrpcbynumber.c: ... here.
69         * inet/getrpcbynumber_r.c: Moved ...
70         * sunrpc/getrpcbynumber_r.c: ... here.
71         * inet/getrpcent.c: Moved ...
72         * sunrpc/getrpcent.c: ... here.
73         * inet/getrpcent_r.c: Moved ...
74         * sunrpc/getrpcent_r.c: ... here.
75         * inet/Makefile (routines): Move those to ...
76         * sunrpc/Makefile (routines): ... here.
77         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
78         the $(subdirs) list.
79         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
80         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
81         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
82         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
84         * elf/Makefile (routines): Include $(all-dl-routines), not just
85         $(dl-routines).
86         (rtld-routines): Likewise.  Use = rather than :=.
87         * sysdeps/aarch64/Makefile [$(subdir) = elf]
88         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
89         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
90         * sysdeps/arm/Makefile: Likewise.
91         * sysdeps/i386/Makefile: Likewise.
92         * sysdeps/x86_64/Makefile: Likewise.
93         * sysdeps/hppa/Makefile [$(subdir) = elf]
94         (sysdep_routines, sysdep-rtld-routines): Don't add
95         $(sysdep-dl-routines) to these.
96         * sysdeps/ia64/Makefile: Likewise.
97         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
98         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
99         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
100         Don't add dl-static to these; sysdep-dl-routines alone is enough.
101         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
102         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
103         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
104         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
105         * sysdeps/powerpc/Makefile [$(subdir) = elf]
106         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
107         these; sysdep-dl-routines alone is enough.
109 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
111         [BZ #17932]
112         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
113         where multiplication results in zero and third argument is finite
114         and nonzero.
115         * math/auto-libm-test-in: Add more tests of fma.
116         * math/auto-libm-test-out: Regenerated.
118         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
119         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
120         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
121         (_FP_CMP_EQ): Likewise.
122         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
124         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
125         extra argument CHECK_NAN.  Redefine as wrapper around
126         _FP_EXTEND_CNAN.
128 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
130         * version.h (RELEASE): Set to "stable".
131         (VERSION): Set to "2.21"
132         * include/features.h (__GLIBC_MINOR__): Set to 21.
134         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
136 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
137             Paul Eggert  <eggert@cs.ucla.edu>
139         [BZ #16618]
140         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
141         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
142         size in bytes. Store needed elements in wpmax. Use needed size
143         in bytes for extend_alloca.
145 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
147         * manual/install.texi: Latest tested versions are GCC 4.9.2,
148         binutls 2.25, and texinfo 5.2.
149         * INSTALL: Regenerate.
150         * sysdeps/nios2/configure: Regenerate.
151         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
152         * manual/contrib.texi: Update.
153         * po/be.po: Update.
154         * po/bg.po: Update.
155         * po/ca.po: Update.
156         * po/cs.po: Update.
157         * po/da.po: Update.
158         * po/de.po: Update.
159         * po/el.po: Update.
160         * po/eo.po: Update.
161         * po/es.po: Update.
162         * po/fi.po: Update.
163         * po/fr.po: Update.
164         * po/gl.po: Update.
165         * po/hr.po: Update.
166         * po/hu.po: Update.
167         * po/ia.po: Update.
168         * po/id.po: Update.
169         * po/it.po: Update.
170         * po/ja.po: Update.
171         * po/ko.po: Update.
172         * po/lt.po: Update.
173         * po/nb.po: Update.
174         * po/nl.po: Update.
175         * po/pl.po: Update.
176         * po/pt_BR.po: Update.
177         * po/ru.po: Update.
178         * po/rw.po: Update.
179         * po/sk.po: Update.
180         * po/sl.po: Update.
181         * po/sv.po: Update.
182         * po/tr.po: Update.
183         * po/uk.po: Update.
184         * po/vi.po: Update.
185         * po/zh_CN.po: Update.
186         * po/zh_TW.po: Update.
188         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
189         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
190         * sysdeps/hppa/dl-irel.h: Remove #warning.
191         * sysdeps/hppa/entry.h: Provide prototype for
192         __canonicalize_funcptr_for_compare and cast argument.
193         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
194         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
195         * sysdeps/hppa/sotruss-lib.c: New file.
196         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
197         (atomic_compare_and_exchange_val_acq): Use __typeof__.
198         (atomic_compare_and_exchange_bool_acq): Likewise.
199         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
200         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
202         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
203         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
204         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
206 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
208         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
209         called function in non-PIC case.
211 2015-01-31  David S. Miller  <davem@davemloft.net>
213         * sysdeps/sparc/sparc32/bits/atomic.h
214         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
215         unlock not after it.
216         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
217         volatile register usage warnings from the compiler.
219         * sysdeps/sparc/nptl/sem_init.c: Delete.
220         * sysdeps/sparc/nptl/sem_post.c: Delete.
221         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
222         * sysdeps/sparc/nptl/sem_wait.c: Delete.
223         * sysdeps/sparc/sparc32/sem_init.c: New file.
224         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
225         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
226         padding explicitly initialized.
227         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
228         padding for in-semaphore spinlock.
229         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
230         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
231         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
232         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
233         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
234         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
235         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
236         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
237         version.
238         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
239         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
241 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
243         [BZ #17801]
244         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
245         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
246         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
247         New.
248         (index_AVX_Fast_Unaligned_Load): Likewise.
249         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
250         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
251         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
252         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
253         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
254         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
255         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
256         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
257         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
259 2015-01-29  Andreas Schwab  <schwab@suse.de>
261         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
263 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
265         [BZ #17892]
266         * nscd/nscd_stat.c (send_stats): Initialize DATA.
268 2015-01-28  Martin Sebor  <msebor@redhat.com>
270         * math/README.libm-test: Clarify. Add "How to read the test output."
272 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
274         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
275         Define to 0.
277 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
279         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
280         (__HAVE_64B_ATOMICS): Define to 0.
282 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
284         [BZ #17885]
285         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
286         value to set as new flag.
288         [BZ #16576]
289         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
290         and use _ARCH_PPCSQ instead.
291         (__ieee754_sqrt): Likewise.
292         (__ieee754_sqrtf): Likewise.
293         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
294         _ARCH_PPCSQ is defined.
295         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
296         fsqrt instruction.
297         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
298         _ARCH_PPCSQ is defined.
299         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
300         fsqrts instruction.
301         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
303 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
305         * iconv/loop.c: Suppress array out of bound warning caused by GCC
306         bug (GCC BZ #64739).
308 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
310         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
311         Mark _retval as used.
312         (lll_futex_wake_unlock): Likewise.
313         (lll_futex_timed_wait_requeue_pi): Likewise.
315         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
316         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
317         register variables.
319         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
320         libm_hidden_def.
322         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
323         (__bswap_64): Mark as __always_inline.
325 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
327         [BZ #15378]
328         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
329         when none of the search directories exist.
331 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
333         [BZ #17869]
334         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
335         power8 in .machine directive.
337         [BZ #17868]
338         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
339         set dependency from opd value.
341 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
343         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
344         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
345         architecture.
347 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
349         [BZ #17870]
350         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
351         with uint64_t.
352         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
353         (uint64_t) 1.
354         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
355         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
356         Replace 1UL with (uint64_t) 1.
357         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
358         int with uint64_t.
360 2015-01-23  Roland McGrath  <roland@hack.frob.com>
362         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
363         (if_freenameindex): Likewise.
365         * resource/getrlimit64.c: Add missing libc_hidden_def.
367 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
369         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
370         __label__.
371         (_FP_FMA): Likewise.
372         (_FP_TO_INT_ROUND): Likewise.
373         (_FP_FROM_INT): Likewise.
375 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
377         [BZ #16418]
378         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
379         Make code racy and cancel safe.
381 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
383         * sysdeps/arm/unwind-resume.h: Fix copyright year.
384         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
385         attribution.
387         * pwd/tst-getpw.c: Rewrite.
389         [BZ #17702]
390         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
391         (modules-names): Add moddummy1 and moddummy2.
392         ($(objpfx)tst-rec-dlopen): Define.
393         * dlfcn/moddummy1.c: New file.
394         * dlfcn/moddummy2.c: New file.
395         * dlfcn/tst-rec-dlopen.c: New file.
396         * elf/dl-cache.c (_dl_load_cache_lookup):
397         Return char*. Copy result with alloca/strcpy/strdup.
398         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
399         returns char*. Free cached. If not saving realname
400         free cached.
401         * elf/dl-open.c (dl_open_worker): Do not assert that
402         _r_debug->r_state is RT_CONSISTENT.
403         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
404         returns char*.
406 2015-01-21  Torvald Riegel  <triegel@redhat.com>
407             Carlos O'Donell  <carlos@redhat.com>
409         [BZ #12674]
410         * nptl/sem_waitcommon.c: New file.
411         * nptl/sem_wait.c: Include sem_waitcommon.c.
412         (__sem_wait_cleanup, do_futex_wait): Remove.
413         (__new_sem_wait): Adapt.
414         (__new_sem_trywait): New function.
415         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
416         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
417         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
418         (sem_timedwait): Adapt.
419         * nptl/sem_post.c (__new_sem_post): Adapt.
420         (futex_wake): New function.
421         (__old_sem_post): Add release MO fence.
422         * nptl/sem_open.c (sem_open): Adapt.
423         * nptl/sem_init.c (__new_sem_init): Adapt.
424         (futex_private_if_supported): New function.
425         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
426         (__old_sem_getvalue): Add using previous code.
427         * sysdeps/nptl/internaltypes.h: Adapt.
428         * nptl/tst-sem13.c (do_test): Adapt.
429         * nptl/tst-sem11.c (main): Adapt.
430         * nptl/sem_trywait.c: Remove.
431         * nptl/DESIGN-sem.txt: Remove.
432         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
433         (gen-as-const-headers): Remove structsem.sym.
434         * nptl/structsem.sym: Remove.
435         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
436         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
437         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
438         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
439         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
440         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
441         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
442         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
443         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
444         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
445         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
446         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
447         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
448         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
449         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
450         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
451         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
452         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
453         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
454         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
455         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
456         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
458 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
460         * INSTALL: Regenerated.
462         * po/libc.pot: Regenerated.
464 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
465             Sandra Loosemore  <sandra@codesourcery.com>
466             Andrew Jenner  <andrew@codesourcery.com>
467             Joseph Myers  <joseph@codesourcery.com>
468             Nathan Sidwell  <nathan@codesourcery.com>
470         * NEWS: Mention new Nios II port.
471         * sysdeps/nios2/Implies: New file.
472         * sysdeps/nios2/Makefile: New file.
473         * sysdeps/nios2/Subdirs: New file.
474         * sysdeps/nios2/Versions: New file.
475         * sysdeps/nios2/__longjmp.S: New file.
476         * sysdeps/nios2/abort-instr.h: New file.
477         * sysdeps/nios2/backtrace.c: New file.
478         * sysdeps/nios2/bits/endian.h: New file.
479         * sysdeps/nios2/bits/fenv.h: New file.
480         * sysdeps/nios2/bits/link.h: New file.
481         * sysdeps/nios2/bits/setjmp.h: New file.
482         * sysdeps/nios2/bsd-_setjmp.S: New file.
483         * sysdeps/nios2/bsd-setjmp.S: New file.
484         * sysdeps/nios2/configure: New generated file.
485         * sysdeps/nios2/configure.ac: New file.
486         * sysdeps/nios2/crti.S: New file.
487         * sysdeps/nios2/crtn.S: New file.
488         * sysdeps/nios2/dl-init.c: New file.
489         * sysdeps/nios2/dl-machine.h: New file.
490         * sysdeps/nios2/dl-sysdep.h: New file.
491         * sysdeps/nios2/dl-tls.h: New file.
492         * sysdeps/nios2/dl-trampoline.S: New file.
493         * sysdeps/nios2/gccframe.h: New file.
494         * sysdeps/nios2/gmp-mparam.h: New file.
495         * sysdeps/nios2/jmpbuf-offsets.h: New file.
496         * sysdeps/nios2/jmpbuf-unwind.h: New file.
497         * sysdeps/nios2/ldsodefs.h: New file.
498         * sysdeps/nios2/libc-tls.c: New file.
499         * sysdeps/nios2/libm-test-ulps: New file.
500         * sysdeps/nios2/machine-gmon.h: New file.
501         * sysdeps/nios2/math-tests.h: New file.
502         * sysdeps/nios2/math_private.h: New file.
503         * sysdeps/nios2/memusage.h: New file.
504         * sysdeps/nios2/nptl/Makefile: New file.
505         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
506         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
507         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
508         * sysdeps/nios2/nptl/pthreaddef.h: New file.
509         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
510         * sysdeps/nios2/nptl/tls.h: New file.
511         * sysdeps/nios2/preconfigure: New file.
512         * sysdeps/nios2/s_fma.c: New file.
513         * sysdeps/nios2/s_fmaf.c: New file.
514         * sysdeps/nios2/setjmp.S: New file.
515         * sysdeps/nios2/sfp-machine.h: New file.
516         * sysdeps/nios2/sotruss-lib.c: New file.
517         * sysdeps/nios2/stackguard-macros.h: New file.
518         * sysdeps/nios2/stackinfo.h: New file.
519         * sysdeps/nios2/start.S: New file.
520         * sysdeps/nios2/sysdep.h: New file.
521         * sysdeps/nios2/tls-macros.h: New file.
522         * sysdeps/nios2/tst-audit.h: New file.
523         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
524         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
525         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
526         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
527         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
528         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
529         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
530         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
531         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
532         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
533         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
534         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
535         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
536         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
537         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
538         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
539         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
540         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
541         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
542         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
543         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
544         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
545         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
546         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
547         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
548         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
549         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
550         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
551         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
552         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
553         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
554         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
555         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
556         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
557         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
558         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
559         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
560         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
561         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
562         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
563         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
564         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
565         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
566         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
568 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
570         [BZ #17844]
571         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
572         (getutent): Use weak_alias in non SHARED case
573         and default_symbol_version in SHARED case.
574         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
575         (getutent_r, pututline): Likewise.
576         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
577         (getutid): Likewise.
578         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
579         (getutid_r): Likewise.
580         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
581         (getutline): Likewise.
582         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
583         (getutline_r): Likewise.
584         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
585         (updwtmp): Likewise.
587 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
589         [BZ #17848]
590         * sysdeps/s390/s390-32/memcmp.S
591         (memcmp_g5): Rename to __memcmp_g5.
592         * sysdeps/s390/s390-32/memcpy.S
593         (memcpy_g5): Rename to __memcpy_g5.
594         Jump to __memcpy_mvcle instead of memcpy_mvcle.
595         (memcpy_mvcle) Rename to __memcpy_mvcle.
596         * sysdeps/s390/s390-32/memset.S
597         (memset_g5): Rename to __memset_g5.
598         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
599         (IFUNC_RESOLVE): Prefix ifunc-resolve function
600         and use prefixed functions.
601         * sysdeps/s390/s390-32/multiarch/memcmp.S
602         (memcmp_z196): Rename to __memcmp_z196.
603         (memcmp_z10): Rename to __memcmp_z10.
604         (memcmp): Set alias to __memcmp_g5.
605         (bcmp): Set alias to __memcmp_g5.
606         * sysdeps/s390/s390-32/multiarch/memcpy.S
607         (memcpy_z196): Rename to __memcpy_z196.
608         Jump to __memcpy_mvcle instead of memcpy_mvcle.
609         (memcpy_z10): Rename to __memcpy_z10.
610         Jump to __memcpy_mvcle instead of memcpy_mvcle.
611         (memcpy): Set alias to __memcpy_g5.
612         * sysdeps/s390/s390-32/multiarch/memset.S
613         (memset_z196): Rename to __memset_z196.
614         Jump to __memset_mvcle instead of memset_mvcle.
615         (memset_z10): Rename to __memset_z10.
616         Jump to __memset_mvcle instead of memset_mvcle.
617         (memset_mvcle) Rename to __memset_mvcle.
618         (memset): Set alias to __memset_g5.
619         * sysdeps/s390/s390-64/memcmp.S
620         (memcmp_z900): Rename to __memcmp_z900.
621         * sysdeps/s390/s390-64/memcpy.S
622         (memcpy_z900): Rename to __memcpy_z900.
623         Jump to __memcpy_mvcle instead of memcpy_mvcle.
624         (memcpy_mvcle) Rename to __memcpy_mvcle.
625         * sysdeps/s390/s390-64/memset.S
626         (memset_z900): Rename to __memset_z900.
627         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
628         (IFUNC_RESOLVE): Prefix ifunc-resolve function
629         and use prefixed functions.
630         * sysdeps/s390/s390-64/multiarch/memcmp.S
631         (memcmp_z196): Rename to __memcmp_z196.
632         (memcmp_z10): Rename to __memcmp_z10.
633         (memcmp): Set alias to __memcmp_z900.
634         (bcmp): Set alias to __memcmp_z900.
635         * sysdeps/s390/s390-64/multiarch/memcpy.S
636         (memcpy_z196): Rename to __memcpy_z196.
637         Jump to __memcpy_mvcle instead of memcpy_mvcle.
638         (memcpy_z10): Rename to __memcpy_z10.
639         Jump to __memcpy_mvcle instead of memcpy_mvcle.
640         (memcpy): Set alias to __memcpy_z900.
641         * sysdeps/s390/s390-64/multiarch/memset.S
642         (memset_z196): Rename to __memset_z196.
643         Jump to __memset_mvcle instead of memset_mvcle.
644         (memset_z10): Rename to __memset_z10.
645         Jump to __memset_mvcle instead of memset_mvcle.
646         (memset_mvcle) Rename to __memset_mvcle.
647         (memset): Set alias to __memset_z900.
649 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
651         [BZ #17748]
652         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
653         __fesetenv instead of fesetenv.
655 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
657         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
658         macro.
660 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
662         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
663         regression on LE.
665         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
666         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
667         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
668         strncmp-power8 object.
669         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
670         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
671         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
672         * NEWS: Update.
674 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
675             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
677         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
678         trailing byte check.
680 2015-01-13  David S. Miller  <davem@davemloft.net>
682         * include/signal.h (__sigreturn): Guard with __USE_MISC.
684 2015-01-13  Roland McGrath  <roland@hack.frob.com>
686         * login/logout.c (logout): Use memset rather than bzero.
687         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
688         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
689         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
690         (_gethtbyaddr): Likewise.
691         * locale/programs/simple-hash.c (bcopy): Macro removed.
693 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
695         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
696         Add strcmp-power8 object.
697         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
698         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
699         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
700         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
701         __strcmp_power8 implementation.
702         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
703         * NEWS: Update.
705         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
706         Add strncpy-power8 and stpncpy-power8 objects.
707         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
708         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
709         implementations.
710         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
711         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
712         __stpncpy_power8 implementation.
713         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
714         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
715         __strncpy_power8 implementation.
716         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
717         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
718         * NEWS: Update.
720         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
721         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
722         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
724         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
725         strncat-power8 object.
726         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
727         __strcat_power8 implementation.
728         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
729         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
730         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
731         optimized strcat for power8.
733         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
734         strcpy-power8 and stpcpy-power8 objects.
735         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
736         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
737         implementations.
738         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
739         multiarch stpcpy implementation for POWER8.
740         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
741         multiarch strcpy implementation for POWER8.
742         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
743         __strcpy_power8 function.
744         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
745         stpcpy for POWER8.
746         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
747         strcpy for POWER8.
748         * NEWS: Update.
750 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
752         [BZ #16009]
753         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
754         weights and rules. Use do_xfrm_cached if data fits in cache,
755         do_xfrm otherwise.  Moved former main loop to...
756         * (do_xfrm_cached): New function.
757         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
758         find_idx, find_position and stack_push.
759         * (find_idx): New function.
760         * (find_position): Likewise.
761         * localedata/sort-test.sh: Added test run for do_xfrm.
762         * localedata/xfrm-test.c (main): Added command line option
763         -nocache to run the test with strings that are too large for
764         the STRXFRM cache.
766 2015-01-13  Torvald Riegel  <triegel@redhat.com>
768         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
769         variable to lll_futex_wake call, not the value itself.
771 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
773         [BZ #17803]
774         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
775         twom64.  Adjust value to 0x1p-64L.
776         (__scalblnl): Only return standard underflowing result for K <=
777         -64 not K <= -63; adjust exponent for underflowing result by 64
778         not 63.
779         * math/libm-test.inc (scalbn_test_data): Add more tests.
780         (scalbln_test_data): Likewise.
782         [BZ #17834]
783         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
784         0x1p63L.
785         (__scalblnl): Get new exponent of adjusted subnormal value from ES
786         not HX.
787         * math/libm-test.inc (scalbn_test_data): Add more tests.
788         (scalbln_test_data): Likewise.
790 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
791             Stefani Seibold  <stefani@seibold.net>
793         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
794         (sysdep_routines): Add dl-vdso here, ...
795         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
796         (sysdep_routines): ... not here.
797         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
798         fallback when vDSO is not presented.
799         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
800         Define with libc_hidden_proto/libc_hidden_data_def definitions.
801         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
802         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
803         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
804         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
805         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
806         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
807         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
808         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
809         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
810         fallback configurable symbol when vDSO is not available.
811         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
812         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
813         be able to redefine fallback symbol when vDSO is not available.
814         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
815         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
817 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
819         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
820         (TLS_INIT_TP): Add tm_capable initialization.
821         (TLS_DEFINE_INIT_TP): Likewise.
822         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
823         TCB.
824         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
825         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
826         calculation.
827         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
828         transactoion is lock elision is built and TCB tm_capable is set.
829         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
831         (INTERNAL_SYSCALL_NCS): Likewise.
832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
833         (INTERNAL_SYSCALL_NCS): Likewise.
834         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
836         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
837         for powerpc.
838         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
839         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
840         and remove it for 32 bits case.
841         [pthread_rwlock_t] (__rwelision): New field for lock elision.
842         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
843         initialization.
844         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
845         Disable lock elision with rdlocks if elision is not available.
847         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
848         (sysdep_routines): Add lock elision objects.
849         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
850         [pthread_mutex_t] (__spins): Rework to add lock elision field.
851         [pthread_mutex_t] (__elision): Add field.
852         [__PTHREAD_SPINS]: Adjust to init lock elision field.
853         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
854         elision definitions for powerpc.
855         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
856         implementation of lock elision for powerpc.
857         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
858         implementation of timed lock elision for powerpc.
859         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
860         implementation of trylock with lock elision for powerpc.
861         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
862         implementaion of unlock for lock elision for powerpc.
863         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
864         automatic enable lock elision for mutexes.
865         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
866         transaction execution definitions for powerpc.
867         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
868         definitions.
869         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
870         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
871         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
872         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
873         * NEWS: Update.
875 2015-01-09  Roland McGrath  <roland@hack.frob.com>
877         * sysdeps/posix/shm-directory.c: Use <> rather than ""
878         for #include of <shm-directory.h>.
880 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
882         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
883         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
885 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
887         [BZ #17791]
888         * NEWS: Mention bug fix.
889         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
890         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
891         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
893 2015-01-09  Torvald Riegel <triegel@redhat.com>
895         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
897 2015-01-09  Torvald Riegel <triegel@redhat.com>
899         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
901 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
903         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
904         pointer and cast to uintptr_t.
906 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
908         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
909         removed.
910         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
912 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
914         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
915         of 0.
917 2015-01-08  Roland McGrath  <roland@hack.frob.com>
919         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
920         <nptl/pthreadP.h> instead.
921         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
923         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
924         already defined.
925         [__SIGRTMIN] (init): Function removed.
926         [__SIGRTMIN] (initialized): Variable removed.
927         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
928         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
929         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
930         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
931         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
932         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
933         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
934         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
935         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
936         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
937         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
938         * sysdeps/nptl/allocrtsig.c: New file.
939         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
940         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
941         * sysdeps/generic/testrtsig.h: File removed.
943         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
944         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
946         * nptl/nptl-init.c (pthread_functions): Conditionalize
947         .ptr__nptl_setxid initialization on [SIGSETXID].
949         * sysdeps/nptl/sys/procfs.h: New file.
950         * nptl_db/Makefile (headers): Add it.
951         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
953         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
954         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
955         * nptl/pthread_attr_setaffinity.c: Include it.
956         * nptl/pthread_setattr_default_np.c: Likewise.
957         * nptl/check-cpuset.h: New file.
959 2015-01-08  Richard Henderson  <rth@redhat.com>
961         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
962         (CFLAGS-tst-execstack-prog.c): Likewise.
963         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
965 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
966             Sandra Loosemore  <sandra@codesourcery.com>
967             Andrew Jenner  <andrew@codesourcery.com>
968             Joseph Myers  <joseph@codesourcery.com>
969             Nathan Sidwell  <nathan@codesourcery.com>
971         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
972         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
973         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
974         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
975         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
976         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
977         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
978         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
979         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
980         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
981         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
982         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
983         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
984         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
985         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
986         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
987         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
989 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
991         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
992         timespec struct member in syscall macro.
993         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
994         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
995         first timeval struct member in syscall macro.
996         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
998 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1000         [BZ #17748]
1001         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1002         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1003         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1004         __feupdateenv and define as weak alias of __feupdateenv.  Use
1005         libm_hidden_weak.
1006         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1007         libm_hidden_def.
1008         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1009         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1010         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1011         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1012         libm_hidden_def.
1013         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1014         __feupdateenv and define as weak alias of __feupdateenv.  Use
1015         libm_hidden_weak.
1016         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1017         libm_hidden_def.
1018         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1019         __feupdateenv and define as weak alias of __feupdateenv.  Use
1020         libm_hidden_weak.
1021         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1022         libm_hidden_def.
1023         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1024         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1025         (__feupdateenv): Likewise.
1026         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1027         __feupdateenv and define as weak alias of __feupdateenv.  Use
1028         libm_hidden_weak.
1029         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1030         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1031         libm_hidden_def.
1032         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1033         function.
1034         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1035         libm_hidden_def.
1036         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1037         __feupdateenv instead of feupdateenv.
1038         (default_libc_feupdateenv_test): Likewise.
1039         (libc_feresetround_ctx): Likewise.
1041 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1043         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1044         prototype.
1046 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1048         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1049         COLL_SYM in a couple of places to avoid uninitialized variable
1050         wanings on tilegx gcc 4.8.2.
1052 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1054         * sysdeps/aarch64/strcpy.S: New file.
1055         * sysdeps/aarch64/stpcpy.S: New file.
1056         * NEWS: Updated.
1058 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1060         * sysdeps/aarch64/strrchr.S: New file.
1061         * NEWS: Updated.
1063 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1065         [BZ #17658]
1066         * stdlib/setenv.c: Fix memory leak when setting large,
1067         duplicate string.
1069 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1071         [BZ #17273]
1072         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1073         and tabs from buffer before parsing fstab entry.
1074         * misc/tst-mntent.c (main): Add test for mount entry with
1075         trailing spaces and tabs.
1077 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1079         [BZ #17748]
1080         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1081         * math/fesetround.c (fesetround): Rename to __fesetround and
1082         define as weak alias of __fesetround.  Use libm_hidden_weak.
1083         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1084         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1085         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1086         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1087         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1088         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1089         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1090         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1091         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1092         __fesetround_inline.
1093         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1094         __fesetround_inline instead of __fesetround.
1095         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1096         __fesetround and define as weak alias of __fesetround.  Use
1097         libm_hidden_weak.  Call __fesetround_inline instead of
1098         __fesetround.
1099         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1100         __fesetround and define as weak alias of __fesetround.  Use
1101         libm_hidden_weak.
1102         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1103         Likewise.
1104         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1105         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1106         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1107         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1108         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1109         __fesetround and define as weak alias of __fesetround.  Use
1110         libm_hidden_weak.
1111         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1112         __fesetround instead of fesetround.
1113         (default_libc_feholdexcept_setround): Likewise.
1114         (libc_feholdsetround_ctx): Likewise.
1115         (libc_feholdsetround_noex_ctx): Likewise.
1117         [BZ #17748]
1118         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1119         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1120         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1121         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1122         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1123         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1124         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1125         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1126         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1127         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1128         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1129         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1130         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1131         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1132         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1133         libm_hidden_def.
1134         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1135         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1136         Likewise.
1137         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1138         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1139         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1140         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1141         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1142         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1143         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1144         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1145         __fesetenv instead of fesetenv.
1146         (libc_feresetround_noex_ctx): Likewise.
1147         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1148         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1149         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1150         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1151         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1152         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1153         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1154         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1155         (__feupdateenv): Likewise.
1156         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1157         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1158         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1159         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1161 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1163         [BZ #17806]
1164         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1165         addresses have been freed.
1167 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1169         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1170         and nservall.
1172 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1174         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1175         Clean up check_pf allocation pattern. addresses
1177 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1179         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1180         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1181         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1182         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1183         * nptl/pthread_join.c (pthread_join): Likewise.
1184         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1185         * sysdeps/posix/waitid.c (__waitid): Likewise.
1186         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1187         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1188         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1189         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1190         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1191         Likewise.
1192         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1193         (__libc_pread64): Likewise.
1194         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1195         (__libc_pwrite): Likewise.
1196         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1197         (__libc_pwrite64): Likewsie.
1198         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1199         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1200         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1201         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1202         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1203         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1204         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1206         Likewise.
1207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1208         (__libc_pread64): Likewise.
1209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1210         Likewise.
1211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1212         (__libc_pwrite64): Likewise.
1213         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1214         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1215         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1216         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1217         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1218         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1219         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1220         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1221         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1222         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1223         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1224         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1225         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1226         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1227         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1228         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1229         Likewise.
1231 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1233         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1234         (CFLAGS-test-double.c): Likewise.
1235         (CFLAGS-test-ldouble.c): Likewise.
1236         (CPPFLAGS-test-ifloat.c): Likewise.
1237         (CPPFLAGS-test-idouble.c): Likewise.
1238         (CPPFLAGS-test-ildoubl.c): Likewise.
1239         (CFLAGS-test-test-fenv.c): Remove variable.
1240         (CFLAGS-test-misc.c): Likewise.
1242 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1244         [BZ #17797]
1245         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1246         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1247         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1248         CLOCKS_PER_SEC == 1000000.
1249         * time/clocktest.c (main): Replace %ld with %jd and cast to
1250         intmax_t.
1252 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1254         * sysdeps/generic/unwind-resume.h: New file.
1255         * sysdeps/gnu/unwind-resume.c: Include it.
1256         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1257         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1258         argument list.
1259         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1260         global rather than static.
1261         (_Unwind_Resume): Update user.
1262         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1263         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1264         rather than static.  Add __attribute__ ((cold)).
1265         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1266         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1267         * sysdeps/arm/arm-unwind-resume.S: New file.
1268         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1269         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1270         * sysdeps/arm/Makefile [$(subdir) = csu]
1271         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1272         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1273         Add rt-arm-unwind-resume.
1274         [$(subdir) = nptl]
1275         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1276         Add pt-arm-unwind-resume.
1277         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1278         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1280 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1282         [BZ #17748]
1283         * include/fenv.h (__feholdexcept): Declare.  Use
1284         libm_hidden_proto.
1285         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1286         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1287         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1288         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1289         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1290         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1291         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1292         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1293         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1294         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1295         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1296         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1297         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1298         (feholdexcept): Likewise.
1299         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1300         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1301         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1302         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1303         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1304         __feholdexcept instead of feholdexcept.
1305         (default_libc_feholdexcept_setround): Likewise.
1307 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1309         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1310         to avoid using stl/str to align destination.
1312 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1314         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1316 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1318         [BZ #17796]
1319         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1320         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1321         Define as weak alias not strong alias.
1323 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1325         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1326         bltzal with addiupc.
1327         (RTLD_START): Ditto.
1329 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1331         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1332         for __vdso_* functions in declarations.
1333         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1334         definitions.
1335         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1336         INTERNAL_VSYSCALL): Use struct return types to check for error.
1338         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1339         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1340         function with cast from llround().
1341         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1342         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1343         Define.
1345 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1347         [BZ #17793]
1348         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1349         Define as weak alias not strong alias.
1351         [BZ #17635]
1352         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1353         ...
1354         * ctype/ctype-extn.c: ... here.
1355         (__isblank_l): Move to ...
1356         * ctype/ctype-c99_l.c: ... here.  New file.
1357         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1358         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1359         Remove variable.
1360         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1361         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1362         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1363         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1364         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1366         [BZ #17777]
1367         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1368         (posix_fadvise64): Define as weak alias not strong alias.
1369         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1370         (posix_fallocate64): Likewise.
1371         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1372         Remove variable.
1373         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1374         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1375         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1376         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1377         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1379 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1381         [BZ #16191]
1382         * NEWS: Mention bug fix.
1383         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1384         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1385         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1386         (HOST_STACK_END_ADDR): Likewise.
1388 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1390         [BZ #17748]
1391         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1392         * math/fegetround.c (fegetround): Rename to __fegetround and
1393         define as weak alias of __fegetround.  Use libm_hidden_weak.
1394         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1395         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1396         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1397         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1398         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1399         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1400         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1401         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1402         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1403         Undefine after rather than before function definition; use
1404         parentheses around function name in definition.
1405         (__fegetround): Also undefine macro after function definition.
1406         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1407         __fegetround and define as weak alias of __fegetround.  Use
1408         libm_hidden_weak.  Do not undefine as macro.
1409         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1410         Likewise.
1411         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1412         __fegetround and define as weak alias of __fegetround.  Use
1413         libm_hidden_weak.
1414         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1415         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1416         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1417         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1418         __fegetround and define as weak alias of __fegetround.  Use
1419         libm_hidden_weak.
1420         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1421         __fegetround instead of fegetround.
1423         [BZ #17782]
1424         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1425         Condition macro definition on [__USE_MISC].
1427         [BZ #17781]
1428         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1429         (struct sigaction): Change type of sa_flags field to int.
1431         [BZ #17780]
1432         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1433         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1434         __glibc_reserved0.
1436         * nptl/version.c (banner): Use single year in copyright notice.
1438         * NEWS: Update copyright dates.
1439         * catgets/gencat.c (print_version): Likewise.
1440         * csu/version.c (banner): Likewise.
1441         * debug/catchsegv.sh: Likewise.
1442         * debug/pcprofiledump.c (print_version): Likewise.
1443         * debug/xtrace.sh (do_version): Likewise.
1444         * elf/ldconfig.c (print_version): Likewise.
1445         * elf/ldd.bash.in: Likewise.
1446         * elf/pldd.c (print_version): Likewise.
1447         * elf/sotruss.sh: Likewise.
1448         * elf/sprof.c (print_version): Likewise.
1449         * iconv/iconv_prog.c (print_version): Likewise.
1450         * iconv/iconvconfig.c (print_version): Likewise.
1451         * locale/programs/locale.c (print_version): Likewise.
1452         * locale/programs/localedef.c (print_version): Likewise.
1453         * login/programs/pt_chown.c (print_version): Likewise.
1454         * malloc/memusage.sh (do_version): Likewise.
1455         * malloc/memusagestat.c (print_version): Likewise.
1456         * malloc/mtrace.pl: Likewise.
1457         * manual/libc.texinfo: Likewise.
1458         * nptl/version.c (banner): Likewise.
1459         * nscd/nscd.c (print_version): Likewise.
1460         * nss/getent.c (print_version): Likewise.
1461         * nss/makedb.c (print_version): Likewise.
1462         * posix/getconf.c (main): Likewise.
1463         * scripts/test-installation.pl: Likewise.
1464         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1466 2015-01-02  Will Newton  <will.newton@linaro.org>
1468         * sysdeps/arm/armv7/configure: Removed.
1469         * sysdeps/arm/armv7/configure.ac: Likewise.
1471 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1473         * All files with FSF copyright notices: Update copyright dates
1474         using scripts/update-copyrights.
1475         * intl/plural.c: Regenerated.
1476         * locale/programs/charmap-kw.h: Likewise.
1477         * locale/programs/locfile-kw.h: Likewise.
1479 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1481         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1483 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1485         [BZ #17748]
1486         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1487         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1488         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1489         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1490         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1491         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1492         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1493         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1494         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1495         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1496         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1497         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1498         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1499         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1500         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1501         libm_hidden_def.
1502         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1503         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1504         Likewise.
1505         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1506         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1507         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1508         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1509         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1510         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1511         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1512         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1513         __fegetenv instead of fegetenv.
1514         (libc_feholdsetround_noex_ctx): Likewise.
1516 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1518         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1519         (Elf_MIPS_ABIFlags_v0): New structure.
1520         (EF_MIPS_FP64): Define.
1521         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1522         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1523         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1524         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1525         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1526         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1527         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1528         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1529         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1530         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1531         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1532         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1533         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1534         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1535         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1536         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1537         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1538         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1539         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1540         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1541         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1542         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1543         field.
1544         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1545         EF_MIPS_FP64.
1546         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1547         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1548         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1549         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1550         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1551         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1552         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1553         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1554         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1555         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1556         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1557         record the current FP ABI extension.
1558         (mips-mode-switch): Define to show if kernel headers support mode
1559         switching.
1560         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1561         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1562         supported SYSV ABI version to 3.
1563         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1564         feature.
1566 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1567             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1569         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1570         path.
1571         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1573 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1575         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1576         __fegetround and redefine to call __fegetround.  Remove condition
1577         on [!__NO_MATH_INLINES].
1578         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1579         function.
1580         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1581         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1582         Remove macro.
1583         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1584         instead of <fenv_libc.h>.
1585         (__llrintl): Call fegetround instead of __fegetround.
1586         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1587         instead of <fenv_libc.h>.
1588         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1589         (__lrintl): Call fegetround instead of __fegetround.
1590         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1591         instead of <fenv_libc.h>.
1592         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1593         (__rintl): Call fegetround instead of __fegetround.
1595 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1597         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1598         arrays.
1600 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1602         [BZ #17775]
1603         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1604         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1605         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1607 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1609         * sysdeps/i386/tls-macros.h: Include <features.h>.
1610         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1611         (TLS_IE): Likewise.
1612         (TLS_LD): Likewise.
1613         (TLS_GD): Likewise.
1614         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1615         define for GCC >= 5.0.
1617 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1619         * math/test-fenv.c (test_single_exception, set_single_exc,
1620         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1621         feexcp_mask_test, feenable_test, fe_single_test): Add
1622         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1623         case where they are not used.
1624         * math/libm-test.inc: Likewise.
1625         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1626         unused in the absence of FP rounding/exception support.
1627         * stdio-common/tst-printf-round.c: Likewise.
1628         * stdlib/tst-strtod-round.c: Likewise.
1629         * stdlib/tst-strtod-underflow.c: Likewise.
1631 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1633         [BZ #17723]
1634         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1635         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1636         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1637         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1638         libm_hidden_weak.
1639         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1640         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1641         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1642         libm_hidden_def.
1643         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1644         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1645         libm_hidden_weak.
1646         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1647         Likewise.
1648         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1649         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1650         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1651         libm_hidden_weak.
1652         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1653         libm_hidden_def.
1654         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1655         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1656         (__feraiseexcept): Likewise.
1657         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1658         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1659         libm_hidden_weak.
1660         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1661         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1662         libm_hidden_def.
1663         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1664         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1665         Use libm_hidden_def.
1666         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1667         libm_hidden_def.
1668         (feraiseexcept): Define as weak not strong alias.  Use
1669         libm_hidden_weak.
1670         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1671         New inline function.  Factored out of ...
1672         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1673         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1674         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1675         feraiseexcept.
1676         * math/w_acos.c (__acos): Likewise.
1677         * math/w_asin.c (__asin): Likewise.
1678         * math/w_ilogb.c (__ilogb): Likewise.
1679         * math/w_j0.c (y0): Likewise.
1680         * math/w_j1.c (y1): Likewise.
1681         * math/w_jn.c (yn): Likewise.
1682         * math/w_log.c (__log): Likewise.
1683         * math/w_log10.c (__log10): Likewise.
1684         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1685         * sysdeps/aarch64/fpu/math_private.h
1686         (libc_feupdateenv_test_aarch64): Likewise.
1687         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1688         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1689         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1690         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1691         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1692         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1693         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1694         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1695         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1696         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1698 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1700         [BZ #17732]
1701         * io/test-utime.c (main): Replace %ld with %jd and cast to
1702         intmax_t.
1703         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1704         * nptl/tst-mutex5.c: Include <stdint.h>.
1705         (do_test): Replace %ld with %jd and cast to intmax_t.
1706         * posix/tst-regex.c (run_test): Likewise.
1707         (run_test_backwards): Likewise.
1708         * rt/tst-clock.c: Include <stdint.h>.
1709         (clock_test): Replace %ld with %jd and cast to intmax_t.
1710         * rt/tst-cpuclock1.c: Include <stdint.h>.
1711         (do_test): Replace %lu with %ju and cast to uintmax_t.
1712         * rt/tst-cpuclock2.c: Include <stdint.h>.
1713         (do_test): Replace %lu with %ju and cast to uintmax_t.
1714         * rt/tst-mqueue1.c: Include <stdint.h>.
1715         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1716         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1717         intmax_t.
1718         * rt/tst-mqueue4.c (do_test): Likewise.
1719         * rt/tst-timer4.c: Include <stdint.h>.
1720         (check_ts): Replace %ld with %jd and cast to intmax_t.
1721         (do_test): Likewise.
1722         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1723         and cast to intmax_t.
1724         * sysdeps/pthread/tst-timer.c (main): Likewise.
1725         * time/clocktest.c (main): Likewise.
1726         * time/tst-posixtz.c (do_test): Likewise.
1727         * timezone/tst-timezone.c (main): Likewise.
1729 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1730             H.J. Lu  <hongjiu.lu@intel.com>
1732         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1733         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1734         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1735         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1736         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1737         version if bit_Fast_Unaligned_Load is set.
1738         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1739         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1740         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1741         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1742         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1743         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1744         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1745         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1746         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1747         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1748         to 4.
1749         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1750         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1751         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1752         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1754 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1756         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1757         instead of #if to avoid a Wundef warning.
1758         * stdlib/tst-limits.c (do_test): Likewise.
1760         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1761         parallel other exception macros.
1762         (fegetenv): Convert from macro to extern inline so that it applies
1763         retroactively to inline functions already seen by the compiler.
1764         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1766         * posix/Makefile (before-compile): Use $(objpfx) for
1767         posix-conf-vars-def.h.
1769 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1771         * posix/getconf.c (main): Use size_t for type of I.
1772         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1773         NSPEC.
1775         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1776         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1777         * posix/posix-envs.def: Likewise.
1778         * sysdeps/posix/sysconf.c: Likewise.
1779         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1780         (specs): Remove array.
1781         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1782         array.
1784         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1785         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1786         (__sysconf): Use CONF_IS_* macros.
1788         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1789         ($(objpfx)posix-conf-vars-def.h): New target.
1790         * posix/posix-conf-vars.list: New file.
1791         * posix/posix-conf-vars.h: New file.
1792         * posix/confstr.c: Include posix-conf-vars.h.
1793         (confstr): Use CONF_IS_* macros.
1794         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1795         CONF_IS_* macros.
1796         * scripts/gen-posix-conf-vars.awk: New file.
1798 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1800         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1801         fegetround): Add no-op macros to avoid linknamespace issues.
1803         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1804         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1806         * sysdeps/unix/sysv/linux/tile/sysdep.h
1807         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1808         assembly-specific section to avoid a redefinition warning.
1810         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1811         long before casting to pointer to avoid a cast warning.
1813 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1815         * sysdeps/tile/tilegx/Implies: New file.
1817 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1819         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1821 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1823         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1825 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1827         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1828         not define.
1829         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1830         <kernel-features.h>.
1831         (__utimes) [__NR_utimes]: Make code unconditional.
1832         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1833         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1834         (__ASSUME_UTIMES): Do not undefine.
1835         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1836         (__ASSUME_UTIMES): Likewise.
1837         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1838         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1839         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1840         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1842 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1844         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1846 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1848         [BZ #17747]
1849         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1850         alias to weak alias for j0l, y0l.
1851         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1852         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1854         [BZ #17746]
1855         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1856         conversion.
1858 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1860         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1861         to zero if not already defined.
1863 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1865         [BZ #17724]
1866         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1867         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1868         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1869         (char *) casts added.
1870         * sysdeps/ieee754/k_standardf.c: New file.
1871         * sysdeps/ieee754/k_standardl.c: Likewise.
1872         * math/Makefile (libm-support): Remove k_standard.
1873         (libm-calls): Add k_standard.
1875 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1877         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1878         Optimize to avoid an unnecessary FPCR read.
1880 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1882         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1883         Optimize to reduce FPCR/FPSR accesses.
1885 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1887         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1888         Call libc_fetestexcept_aarch64.
1890 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1892         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1893         Call libc_fesetround_aarch64.
1895 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1897         [BZ #17733]
1898         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1899         (__bind): Do not define as weak alias.
1900         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1901         define.
1902         (__getsockname): Do not define as weak alias.
1904 2014-12-22  Will Newton  <will.newton@linaro.org>
1906         * manual/install.texi: Document that we require bison 2.7
1907         or above.
1908         * INSTALL: Regenerate.
1909         * configure.ac: Use AC_CHECK_PROG_VER instead of
1910         AC_PATH_PROG when checking for bison and check for
1911         version 2.7 or above.
1912         * configure: Regenerate.
1914 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1916         [BZ #17745]
1917         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1918         * sysdeps/tile/ffsll.c (ffsll): To here.
1920         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1922 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1924         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1925         if not defined.
1926         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1927         definition.
1928         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1929         hidden ___tls_get_addr.
1930         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1931         hidden __tls_get_addr.
1932         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1933         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1934         Likewise.
1936 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1938         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1939         _dl_init call.
1941 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1943         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1944         from "call _dl_init@PLT".
1945         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1947 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1949         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1950         guarantees.
1952 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1954         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1956 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1958         [BZ #17744]
1959         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1960         strnlen.
1962 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1964         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1965         of multu on MIPSr6.
1966         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1967         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1968         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1969         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1970         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1972 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1974         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1975         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1976         (PTR_SUBU): Use subu for mips32r6/mips64r6.
1977         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1978         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1979         mips32r6/mips64r6.
1980         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1982 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
1984         * string/strncat.c (STRNCAT): Simplify implementation.
1986 2014-12-19  David S. Miller  <davem@davemloft.net>
1988         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1989         access the quad as both a long double and as a series of 4 words.
1991         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1992         link_map->l_info array access.
1994 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1996         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1998         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1999         * math/atest-exp2.c (TIMEOUT): Likewise.
2000         * math/atest-sincos.c (TIMEOUT): Likewise.
2002 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2004         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2005         -Wno-error with -fno-builtin-lround.
2007 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2009         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2010         Contains futex constants and functions moved over from ...
2011         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2012         <lowlevellock-futex.h>.
2013         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2014         (lll_timedwait_tid): Add comments and parentheses around macro
2015         arguments.
2017 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2019         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2020         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2021         (__lll_private_flag): Remove.
2022         (lll_futex_wait): Likewise.
2023         (lll_futex_timed_wait): Likewise.
2024         (lll_futex_wake): Likewise.
2025         (lll_futex_requeue): Likewise.
2026         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2027         (__lll_timedwait_tid): Spell out argument names.
2028         (lll_timedwait_tid): Add comments and parentheses around macro
2029         arguments.
2030         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2031         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2033 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2035         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2036         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2037         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2038         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2039         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2040         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2041         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2042         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2043         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2044         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2045         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2046         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2047         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2048         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2049         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2050         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2051         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2052         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2053         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2055 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2057         * sysdeps/x86_64/x32/Makefile: New file.
2059 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2061         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2062         1L with (mp_limb_t) 1.
2064 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2066         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2067         * nptl/libc_pthread_init.c: ... here.
2068         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2069         * nptl/register-atfork.c: ... here.
2071         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2072         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2073         Use assert_perror to check its return value.
2074         (__gai_create_helper_thread): Likewise.
2076         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2078         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2080 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2082         [BZ #17725]
2083         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2084         __profil_counter.
2085         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2086         Likewise.
2087         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2088         Likewise.
2089         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2090         Likewise.
2091         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2092         (profil_counter): Likewise.
2093         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2094         (profil_counter): Likewise.
2095         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2096         Likewise.
2097         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2098         Likewise.
2099         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2100         (profil_counter): Likewise.
2101         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2102         Likewise.
2103         [!__profil_counter] (profil_counter): Define as weak alias of
2104         __profil_counter.
2105         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2106         (profil_counter): Rename to __profil_counter.
2107         [!__profil_counter] (profil_counter): Define as weak alias of
2108         __profil_counter.
2109         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2110         (profil_counter): Rename to __profil_counter.
2111         [!__profil_counter] (profil_counter): Define as weak alias of
2112         __profil_counter.
2113         * sysdeps/posix/profil.c: Update comment referring to
2114         profil_counter.
2115         (__profil): Use __profil_counter instead of profil_counter.
2116         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2117         __profil_counter.  Use __profil_counter_ushort and
2118         __profil_counter_uint in definitions.
2119         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2120         instead of profil_counter_uint and profil_counter_ushort.
2122         [BZ #17722]
2123         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2124         define as weak alias of __inet_makeaddr.
2125         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2126         as weak alias of __inet_addr.
2127         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2128         as weak alias of __inet_pton.  Use libc_hidden_weak.
2129         * include/arpa/inet.h (__inet_pton): Declare.  Use
2130         libc_hidden_proto.
2131         (inet_makeaddr): Don't use libc_hidden_proto.
2132         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2133         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2134         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2135         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2136         Remove variable.
2137         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2138         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2140 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2142         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2144 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2146         * stdio-common/bug-vfprintf-nargs.c (do_test):
2147         Cast value to intptr_t to avoid format warning
2148         for usage with PRIdPTR printing macro.
2150 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2152         * libio/tst-widetext.c (do_test):
2153         Use format type %td instead of %Zd for ptrdiff_t
2154         in order to avoid format warning.
2156 2014-12-17  Andreas Schwab  <schwab@suse.de>
2158         * nscd/mem.c (gc): Add size_t cast to match printf format.
2160 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2162         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2163         (init): Apply PTR_MANGLE to pointers before storing them.
2164         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2165         before using them.
2167 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2169         [BZ #17719]
2170         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2171         define as weak alias of __memrchr.
2172         (__memrchr): Do not define as strong alias of memrchr.
2173         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2174         Remove variable.
2175         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2176         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2177         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2179         [BZ #17717]
2180         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2181         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2182         (if_indextoname): Rename to __if_indextoname and define as weak
2183         alias of __if_indextoname.  Use libc_hidden_weak.
2184         (if_freenameindex): Rename to __if_freenameindex and define as
2185         weak alias of __if_freenameindex.
2186         (if_nameindex): Rename to __if_nameindex and define as weak alias
2187         of __if_nameindex.
2188         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2189         __if_nametoindex and define as weak alias of __if_nametoindex.
2190         Use libc_hidden_weak.
2191         (if_freenameindex): Rename to __if_freenameindex and define as
2192         weak alias of __if_freenameindex.
2193         (if_nameindex): Rename to __if_nameindex and define as weak alias
2194         of __if_nameindex.
2195         (if_indextoname): Rename to __if_indextoname and define as weak
2196         alias of __if_indextoname.  Use libc_hidden_weak.
2197         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2198         __if_nametoindex and define as weak alias of __if_nametoindex.
2199         Use libc_hidden_weak.
2200         (if_freenameindex): Rename to __if_freenameindex and define as
2201         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2202         (if_nameindex_netlink): Use __if_freenameindex instead of
2203         if_freenameindex.
2204         (if_nameindex): Rename to __if_nameindex and define as weak alias
2205         of __if_nameindex.  Use libc_hidden_weak.
2206         (if_indextoname): Rename to __if_indextoname and define as weak
2207         alias of __if_indextoname.  Use libc_hidden_weak.
2208         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2209         libc_hidden_proto.
2210         [!_ISOMAC] (__if_freenameindex): Likewise.
2211         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2212         if_nametoindex.
2213         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2214         variable.
2215         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2216         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2217         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2218         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2219         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2220         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2221         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2223         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2224         Remove variable.
2225         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2226         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2228 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2230         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2231         subscript above bounds'
2233         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2234         bounds.
2236 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2238         * libio/tst-fopenloc.c: Use test-skeleton.c.
2240         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2241         (entry): Rename to ITEM.
2242         (do_test, comp): Adjust.
2244         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2246 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2248         * string/tester.c: Include <libc-internal.h>.
2249         (test_memset): Ignore -Wmemset-transposed-args.
2251 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2253         * misc/tst-mntent2.c (do_test): Fix warning.
2255 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2257         * elf/tst-unique4lib.cc(a): Mark as used.
2259 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2261         [BZ #17630]
2262         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2263         names.
2265 2014-12-16  Allan McRae  <allan@archlinux.org>
2267         * stdio-common/Makefile (tests): Re-add bug26.
2269 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2271         [BZ #17657]
2272         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2273         static array.
2275 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2277         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2278         (__lll_lock_wait): Likewise.
2279         (__lll_timedlock_wait): Likewise.
2280         (__lll_timedwait_tid): Likewise.
2281         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2282         (__lll_robust_timedlock_wait): Likewise.
2283         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2284         (lll_cond_trylock): Likewise.
2285         (__lll_lock): Likewise.
2286         (__lll_robust_lock): Likewise.
2287         (__lll_cond_lock): Likewise.
2288         (lll_robust_cond_lock): Likewise.
2289         (__lll_timedlock): Likewise.
2290         (__lll_robust_timedlock): Likewise.
2291         (__lll_unlock): Likewise.
2292         (__lll_robust_unlock): Likewise.
2293         (lll_wait_tid): Likewise.
2294         (lll_timedwait_tid): Likewise.
2296 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2298         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2300 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2302         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2304 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2306         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2307         * stdio-common/tst-sprintf.c: Likewise.
2309 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2311         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2313 2014-12-15  Jeff Law  <law@redhat.com>
2315         [BZ #16617]
2316         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2317         on the heap.  (CVE-2012-3406)
2318         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2319         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2320         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2322 2014-12-15  Will Newton  <will.newton@linaro.org>
2324         * manual/install.texi: Bump required version of texinfo
2325         to 4.7 from 4.5.
2326         * INSTALL: Regenerated.
2327         * configure.ac: Check for makeinfo version 4.7 and above.
2328         * configure: Regenerated.
2330 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2332         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2333         PREFIX, string constant to insert between directory and name.
2334         * sysdeps/posix/shm_open.c: Update caller.
2335         * sysdeps/posix/shm_unlink.c: Likewise.
2336         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2337         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2338         (SEM_SHM_PREFIX): New macro.
2339         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2340         [$(have-thread-library) = no].
2341         * nptl/Makefile (libpthread-routines): Add shm-directory.
2342         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2343         * sysdeps/nptl/shm-directory.h: New file.
2344         * sysdeps/posix/shm-directory.c
2345         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2346         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2347         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2348         INTERNAL_SYSCALL.
2349         (__where_is_shmfs): Function removed.
2350         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2351         Variables removed.
2352         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2353         Use SHM_GET_NAME.
2354         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2356         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2357         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2358         unconditional for use inside libpthread.
2359         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2361 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2363         * nptl/pthread_getaffinity.c: New file.
2364         * nptl/pthread_setaffinity.c: New file.
2365         * nptl/pthread_getname.c: New file.
2366         * nptl/pthread_setname.c: New file.
2368         * nptl/pthread_create.c (START_THREAD_DEFN)
2369         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2371 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2372             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2374         * resolv/res_send.c (send_vc): Disable warning resplen may
2375         be used uninitialized.
2377 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2379         * nptl/tst-mutex6.c
2380         (ATTR_NULL): New define checks ATTR against NULL.
2381         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2382         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2384 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2386         [BZ #17581]
2387         * malloc/hooks.c
2388         (mem2mem_check): Revert my previous change.
2389         (malloc_check_get_size): Revert my previous change.
2390         (mem2chunk_check): Revert my previous change.
2392 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2394         * sysdeps/posix/shm-directory.c: New file.
2395         * sysdeps/posix/shm-directory.h: New file.
2396         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2397         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2398         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2399         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2400         Transmute EPERM to EACCES.
2401         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2402         from ...
2403         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2404         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2406 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2408         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2409         pointer and cast to uintptr_t.
2410         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2411         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2412         Add cast to avoid warning.
2413         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2415 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2417         * nptl/semaphore.h: Move to ...
2418         * sysdeps/pthread/semaphore.h: ... here.
2419         * Makefile (installed-headers): Change nptl/semaphore.h to
2420         sysdeps/pthread/semaphore.h.
2422 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2424         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2425         generated error format strings.
2427         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2428         -Wformat-extra-args warnings for scanf formats.
2429         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2430         test of zero-length format (duh).
2431         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2432         corner-case scanf format test.
2433         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2434         generated fprintf format string.
2435         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2436         corner-case sprintf format tests.
2437         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2438         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2439         -Wformat-extra-args warnings throughout.
2440         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2441         (CFLAGS-scanf4.c): Likewise.
2442         (CFLAGS-scanf7.c): Likewise.
2443         (CFLAGS-tst-sprintf.c): Likewise.
2444         (CFLAGS-tst-printf.c): Likewise.
2445         (CFLAGS-tst-printfsz.c): Likewise.
2447 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2449         * include/cpio.h: New file.
2450         * include/fmtmsg.h: Likewise.
2452         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2453         corresponding format argument to size_t.
2454         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2455         arguments.
2456         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2457         corresponding format argument to size_t.
2458         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2459         arguments.
2460         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2461         corresponding format argument to size_t.
2462         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2463         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2464         (CFLAGS-tst-mbswcs2.c): Likewise.
2465         (CFLAGS-tst-mbswcs3.c): Likewise.
2466         (CFLAGS-tst-mbswcs4.c): Likewise.
2467         (CFLAGS-tst-mbswcs5.c): Likewise.
2468         (CFLAGS-tst-trans.c): Likewise
2470 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2472         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2473         rather than assuming they won't contain any '%'s.
2475 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2477         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2478         inhibit_loop_to_libcall to avoid recursive calls.
2479         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2480         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2482 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2484         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2485         prototype.
2487 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2489         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2490         integer value instead of boolean.
2492 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2494         * malloc/malloc.c: Fix powerof2 check.
2496 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2498         * locale/programs/locfile.h (maybe_swap_uint32):
2499         Remove inline and add unused attribute.
2501 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2503         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2504         Truncating assembler expression to a .long expression.
2506 2014-12-11  Andreas Schwab  <schwab@suse.de>
2508         * elf/rtld.c (struct map_args): Constify str member.
2509         (do_preload): Constify fname argument.
2511 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2513         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2514         constants definition.
2516 2014-12-11  Andreas Schwab  <schwab@suse.de>
2518         [BZ #16657]
2519         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2520         FORCE_ELISION instead of DO_ELISION.
2521         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2522         Remove.
2523         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2524         Likewise.
2526         * iconvdata/gconv-modules: Remove duplicate entry.
2528 2014-12-11  Will Newton  <will.newton@linaro.org>
2530         Merge gettext 0.19.3 into intl/.
2532         This involves a number of cosmetic changes to comments
2533         and ANSI function definitions and prototypes throughout
2534         all the files. The gettext copyright header is used but
2535         with the date ranges taken from the glibc copy.
2537         * NEWS: Add gettext merge to 2.21.
2538         * intl/bindtextdom.c: Switch to gettext copyright.
2539         Use ANSI definitions and prototypes.
2540         Use gl_* locking primitives rather than __libc_* ones.
2541         Use __builtin_expect rather than __glibc_likely/unlikely.
2542         * intl/dcgettext.c: Switch to gettext copyright.
2543         Use ANSI definitions and prototypes.
2544         * intl/dcigettext.c: Switch to gettext copyright.
2545         Use ANSI definitions and prototypes.
2546         (INTDIV0_RAISES_SIGFPE): New define.
2547         Use gl_* locking primitives rather than __libc_* ones.
2548         Include eval-plural.h instead of plural-eval.c.
2549         Use __builtin_expect rather than __glibc_likely/unlikely.
2550         * intl/dcngettext.c: Switch to gettext copyright.
2551         Use ANSI definitions and prototypes.
2552         * intl/dgettext.c: Likewise.
2553         * intl/dngettext.c: Likewise.
2554         * intl/plural-eval.c: Renamed to...
2555         * intl/eval-plural.h: ...this.
2556         * intl/explodename.c: Switch to gettext copyright.
2557         Use ANSI definitions and prototypes.
2558         (_nl_explode_name): Use strchr instead of __rawmemchr.
2559         * intl/finddomain.c: Switch to gettext copyright.
2560         Use ANSI definitions and prototypes.
2561         Use gl_* locking primitives rather than __libc_* ones.
2562         (_nl_find_domain): Use malloc rather than alloca for
2563         allocation of temporary locale name.
2564         * intl/gettext.c: Switch to gettext copyright.
2565         Use ANSI definitions and prototypes.
2566         * intl/gettextP.h: Switch to gettext copyright.
2567         Use ANSI definitions and prototypes.
2568         Use gl_* locking primitives rather than __libc_* ones.
2569         * intl/gmo.h: Switch to gettext copyright.
2570         (struct sysdep_string): Move struct segment_pair outside of
2571         struct definition.
2572         * intl/hash-string.c: Use ANSI definitions and prototypes.
2573         * intl/hash-string.h: Switch to gettext copyright.
2574         Use ANSI definitions and prototypes.
2575         * intl/l10nflist.c: Switch to gettext copyright.
2576         Use ANSI definitions and prototypes.
2577         (_nl_normalize_codeset): Avoid integer overflow.
2578         * intl/loadinfo.h: Switch to gettext copyright.
2579         Use ANSI definitions and prototypes.
2580         (LIBINTL_DLL_EXPORTED): New define.
2581         (PATH_SEPARATOR): New define.
2582         * intl/loadmsgcat.c: Switch to gettext copyright.
2583         * intl/localealias.c: Switch to gettext copyright.
2584         Use ANSI definitions and prototypes.
2585         (_nl_expand_alias): Use PATH_SEPARATOR.
2586         * intl/ngettext.c: Switch to gettext copyright.
2587         Use ANSI definitions and prototypes.
2588         * intl/plural-exp.c: Likewise.
2589         * intl/plural-exp.h: Switch to gettext copyright.
2590         Use ANSI definitions and prototypes.
2591         (struct expression): Move definition of enum operator outside
2592         of struct definition.
2593         * intl/plural.c: Regenerate.
2594         * intl/plural.y: Switch to gettext copyright.
2595         Use ANSI definitions and prototypes.
2596         Port to bison 3.0.
2597         * intl/textdomain.c: Switch to gettext copyright.
2598         Use ANSI definitions and prototypes.
2599         Use gl_* locking primitives rather than __libc_* ones.
2601 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2603         * debug/warning-nop.c: Add used atrribute.
2605 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2607         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2609         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2610         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2611         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2613 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2614             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2616         [BZ #17634]
2617         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2618         Undefine after defining function.  Define as weak alias of
2619         __wcschr.  Use libc_hidden_weak.
2620         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2621         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2622         (libc_hidden_def): Also define __GI___wcschr alias.
2623         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2624         __wcschr and define as weak alias of __wcschr.
2625         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2626         __wcschr.
2627         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2628         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2629         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2630         libc_hidden_weak.  Do not use libc_hidden_def.
2631         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2632         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2633         __GI___wcschr alias.
2634         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2635         [IS_IN (libc)] (wcschr): Define as macro expanding to
2636         __redirect_wcschr.
2637         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2638         [IS_IN (libc)] (__wcschr_power6): Likewise.
2639         [IS_IN (libc)] (__wcschr_power7): Likewise.
2640         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2641         instead of wcschr.
2642         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2643         __libc_wcschr.
2644         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2645         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2646         __wcschr and define as weak alias of __wcschr.  Use
2647         libc_hidden_builtin_def.
2648         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2649         as weak alias of __wcschr.  Use libc_hidden_weak.
2650         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2651         wcschr.
2652         * time/era.c (_nl_init_era_entries): Likewise.
2653         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2654         variable.
2655         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2656         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2658 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2660         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2661         format for long int variable.
2663 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2665         [BZ #10672]
2666         * manual/search.texi: (Array Sort Function): Remove claim how to make
2667         qsort stable.
2669 2014-12-10  Andreas Schwab  <schwab@suse.de>
2671         [BZ #12847]
2672         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2673         user-controlled locks.
2675 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2677         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2678         register.
2680 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2682         * configure.ac (--disable-werror): New configure option.
2683         (enable_werror): New AC_SUBST.
2684         * configure: Regenerated.
2685         * config.make.in (enable-werror): New variable.
2686         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2687         -Wno-error=undef.
2688         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2689         * manual/install.texi (Configuring and compiling): Document
2690         --disable-werror.
2691         * INSTALL: Regenerated.
2692         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2693         (CFLAGS-tst-chk2.c): Likewise.
2694         (CFLAGS-tst-chk3.c): Likewise.
2695         (CFLAGS-tst-chk4.cc): Likewise.
2696         (CFLAGS-tst-chk5.cc): Likewise.
2697         (CFLAGS-tst-chk6.cc): Likewise.
2698         (CFLAGS-tst-lfschk1.c): Likewise.
2699         (CFLAGS-tst-lfschk2.c): Likewise.
2700         (CFLAGS-tst-lfschk3.c): Likewise.
2701         (CFLAGS-tst-lfschk4.cc): Likewise.
2702         (CFLAGS-tst-lfschk5.cc): Likewise.
2703         (CFLAGS-tst-lfschk6.cc): Likewise.
2705         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2706         (main): Disable -Wdeprecated-declarations around calls to
2707         register_printf_function.
2709         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2710         (do_test): Disable -Wdiv-by-zero around some calls to
2711         fwrite_unlocked and fread_unlocked.
2713         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2714         (DIAG_POP_NEEDS_COMMENT): Likewise.
2715         (_DIAG_STR1): Likewise.
2716         (_DIAG_STR): Likewise.
2717         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2718         * stdio-common/bug21.c: Include <libc-internal.h>.
2719         (do_test): Disable -Wformat around call to sscanf.
2720         * stdio-common/scanf14.c: Include <libc-internal.h>.
2721         (main): Disable -Wformat around some calls to scanf functions.
2723 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2725         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2727 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2729         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2730         stack variable alignment.
2732 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2734         [BZ #17682]
2735         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2736         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2737         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2738         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2739         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2740         __getrlimit instead of getrlimit.
2741         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2742         __gettimeofday instead of gettimeofday.
2743         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2744         Likewise.
2745         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2746         Likewise.
2747         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2748         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2749         Remove variable.
2750         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2751         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2753 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2755         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2756         for wide-character tests.
2758 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2760         * io/openat64.c: #include <libc-internal.h>
2761         (__openat64): Prototypify.  Use ignore_value on MODE.
2762         * io/openat.c: Likewise.
2763         * misc/reboot.c: #include <libc-internal.h>
2764         (reboot): Prototypify.  Use ignore_value on HOWTO.
2765         * misc/ptrace.c: #include <libc-internal.h>
2766         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2768 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2770         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2771         XPG4, UNIX98 and XOPEN2K.
2772         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2773         Remove variable.
2774         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2776 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2778         * libio/fileops.c: Use ISO C style for function definitions.
2779         * libio/iofopen.c: Likewise.
2780         * libio/wfileops.c: Likewise.
2782         [BZ #17653]
2783         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2784         offset on EOF.
2785         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2786         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2787         (fgets_func): Function pointer to fgets and fgetws.
2788         (do_ftell_test): Add test to verify ftell value after read
2789         EOF.
2790         (do_test): Set fgets_func.
2792         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2793         O_TRUNC flag for w and w+ modes.
2794         (do_rewind_test): Likewise.
2795         (do_ftell_test): Likewise.
2796         (do_write_test): Likewise.
2798         [BZ #17647]
2799         * libio/fileops.c (do_ftell): Seek only when there are
2800         unflushed writes.
2801         * libio/wfileops.c (do_ftell_wide): Likewise.
2802         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2803         test case.
2804         (do_one_test): Call it.
2806 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2808         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2809         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2810         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2811         Remove variable.
2812         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2813         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2814         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2816 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2818         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2819         Remove variable.
2820         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2822         [BZ #17668]
2823         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2824         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2825         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2826         __freeifaddrs.  Use libc_hidden_weak.
2827         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2828         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2829         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2830         __freeifaddrs.  Use libc_hidden_weak.
2831         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2832         __getifaddrs and define as weak alias of __getifaddrs.  Use
2833         libc_hidden_weak.
2834         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2835         __freeifaddrs.  Use libc_hidden_weak.
2836         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2837         Remove variable.
2838         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2839         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2841 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2843         [BZ #17601]
2844         * sysdeps/mips/start.S (__start): Use indirect jump to call
2845         __libc_start_main.
2847 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2849         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2851         * nptl/tst-mutex1.c: Include <stdbool.h>.
2852         [!ATTR] (ATTR_NULL): New macro.
2853         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2854         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2855         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2857         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2858         to char *.
2860         [BZ #17665]
2861         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2862         Change conditional to [__USE_MISC].
2864         [BZ #17664]
2865         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2866         fgets_unlocked.
2867         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2868         __fgets_unlocked.
2869         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2870         fgets_unlocked.
2871         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2872         Remove variable.
2873         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2874         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2875         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2876         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2877         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2878         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2879         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2880         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2881         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2883         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2885 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2887         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2888         Remove strpbrk objects.
2889         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2890         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2891         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2892         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2893         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2894         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2896         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2897         Remove strcspn objects.
2898         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2899         (__libc_ifunc_impl_list): Remove strcspn implementation.
2900         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2901         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2902         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2903         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2905         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2906         Remove strspn objetcs.
2907         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2908         (__libc_ifunc_impl_list): Remove strspn implementation.
2909         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2910         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2911         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2912         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2914 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2916         [BZ #17581]
2917         * malloc/hooks.c
2918         (mem2mem_check): Add a terminator to the chain of checking blocks.
2919         (malloc_check_get_size): Use it here.
2920         (mem2chunk_check): Ditto.
2922 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2924         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2925         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2927 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2929         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2931         * nptl/nptl-init.c: Include libc-internal.h.
2932         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2934         * elf/ldconfig.c (search_dir): Expand comment.
2936 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2938         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2939         variable.
2940         (linknamespace-symlist-stdlibs-tests): Likewise.
2941         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2942         instead of $(objpfx)symlist-stdlibs.
2943         (linknamespace-libs-isoc): New variable.
2944         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2945         (linknamespace-libs-ISO): New variable.
2946         (linknamespace-libs-ISO99): Likewise.
2947         (linknamespace-libs-ISO11): Likewise.
2948         (linknamespace-libs-XPG3): Likewise.
2949         (linknamespace-libs-XPG4): Likewise.
2950         (linknamespace-libs-POSIX): Likewise.
2951         (linknamespace-libs-UNIX98): Likewise.
2952         (linknamespace-libs-XOPEN2K): Likewise.
2953         (linknamespace-libs-POSIX2008): Likewise.
2954         (linknamespace-libs-XOPEN2K8): Likewise.
2955         ($(objpfx)symlist-stdlibs): Replace by
2956         $(linknamespace-symlist-stdlibs-tests).  Use
2957         $(linknamespace-libs-$*) as set of libraries.
2958         ($(linknamespace-header-tests)): Update dependencies.  Use
2959         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2960         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2961         * conform/linknamespace.pl: Remove comment about considering
2962         definitions of symbols from irrelevant libraries.
2964 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2966         [BZ #13862]
2967         * elf/dl-tls.c: Include <atomic.h>.
2968         (oom): Remove #ifdef SHARED/#endif.
2969         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2970         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
2971         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2972         big enough.
2973         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2974         * nptl/Makefile (tests): Add tst-stack4.
2975         (modules-names): Add tst-stack4mod.
2976         ($(objpfx)tst-stack4): New.
2977         (tst-stack4mod.sos): Likewise.
2978         ($(objpfx)tst-stack4.out): Likewise.
2979         ($(tst-stack4mod.sos)): Likewise.
2980         (clean): Likewise.
2981         * nptl/tst-stack4.c: New file.
2982         * nptl/tst-stack4mod.c: Likewise.
2984 2014-11-27  J. Brown  <jb999@gmx.de>
2986         * sysdeps/x86/bits/string.h: Add recent CPUs.
2988 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2990         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2991         sigblock.
2993         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2994         feof.
2996         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2997         variable.
2999 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3001         * nscd/connections.c: Include libc-internal.h because of macro
3002         usage ignore_value.
3004 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3006         * string/bits/string3.h (__warn_memset_zero_len): Don't
3007         declare for gcc newer than 5.0.
3008         (memset): Don't test for zero-length __LEN for gcc newer than
3009         5.0.
3011 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3013         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3014         size_t for %zu format.
3016         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3017         difference, not %ju.
3019 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3021         * include/libc-internal.h (ignore_value): New macro.
3022         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3023         with ignore_value.
3025         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3026         definition.
3028         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3029         pthread_cleanup_push to void *.
3031         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3032         Undefine.
3034         [BZ #16619]
3035         [BZ #16740]
3036         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3037         instead of 1L << 52.
3039         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3040         * libio/bug-rewind2.c (do_test): Likewise.
3042         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3043         * debug/test-strcpy_chk-ifunc.c: Likewise.
3044         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3045         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3046         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3047         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3048         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3049         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3050         * Rules [$(multi-arch) = no] (tests): Do not filter out
3051         $(tests-ifunc).
3052         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3053         * debug/Makefile (tests-ifunc): Remove variable.
3054         (tests): Do not add $(tests-ifunc).
3055         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3056         (tests): Do not add $(tests-ifunc).
3057         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3058         [TEST_IFUNC]: Remove conditionals.
3059         * string/test-string.h (TEST_IFUNC): Remove macro.
3060         [TEST_IFUNC]: Remove conditionals.
3062         * string/test-strchr.c [!WIDE] (L): New macro.
3063         [WIDE] (L): Likewise.
3064         (check1): Use CHAR instead of char.  Use L on string and character
3065         constants.
3067 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3069         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3070         tests.
3071         * sysdeps/powerpc/bits/atomic.h
3072         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3073         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3074         (atomic_exchange_and_add_acq): Likewise.
3075         (atomic_exchange_and_add_rel): Likewise.
3076         * sysdeps/powerpc/powerpc32/bits/atomic.h
3077         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3078         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3079         * sysdeps/powerpc/powerpc64/bits/atomic.h
3080         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3081         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3083 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3085         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3086         Change synchronization of __sched_fifo_min_prio and
3087         __sched_fifo_max_prio.
3088         * nptl/pthread_mutexattr_getprioceiling.c
3089         (pthread_mutexattr_getprioceiling): Likewise.
3090         * nptl/pthread_mutexattr_setprioceiling.c
3091         (pthread_mutexattr_setprioceiling): Likewise.
3092         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3093         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3094         Likewise.
3096 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3098         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3099         void.
3101 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3103         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3104         third argument const.
3106 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3108         fnmatch: work around GCC compiler warning bug with uninit var
3109         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3110         This works around a bug with x86-64 GCC 4.9.2 and earlier
3111         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3112         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3113         used uninitialized in this function [-Wmaybe-uninitialized]".
3115 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3117         * posix/bug-regex31.c (main): Return RES not 0.
3119 2014-11-25  Anton Blanchard <anton@samba.org>
3121         * sysdeps/powerpc/bits/atomic.h
3122         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3124 2014-11-24  Sterling Augustine  <saugustine@google.com>
3126         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3128 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3130         [BZ #17608]
3131         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3133 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3135         [BZ #17633]
3136         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3137         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3138         variable.
3139         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3140         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3142 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3144         * string/strncpy.c (strncpy): Improve performance by using memset.
3146 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3148         * string/strcpy.c (strcpy):
3149         Improve performance by using strlen and memcpy.
3151 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3153         * string/strcoll_l.c (get_next_seq): __always_inline.
3154         * string/strcoll_l.c (do_compare): __always_inline.
3156 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3158         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3159         defined.
3160         * include/mqueue.h: Likewise.
3161         * include/stdlib.h: Likewise.
3163         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3164         (get_null_defines): Adjust.
3165         * sunrpc/Makefile: Adjust comment.
3166         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3167         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3168         (CFLAGS-interp.c): Likewise.
3169         (CFLAGS-ldconfig.c): Likewise.
3170         (CPPFLAGS-.os): Likewise.
3171         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3172         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3173         * extra-modules.mk (extra-modules.mk): Likewise.
3174         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3175         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3176         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3177         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3178         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3179         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3180         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3181         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3182         * iconvdata/Makefile (CPPFLAGS): Likewise.
3183         (cpp-srcs-left): Add libof for all iconvdata routines.
3184         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3185         * include/assert.h: Likewise.
3186         * include/ctype.h: Likewise.
3187         * include/errno.h: Likewise.
3188         * include/libc-symbols.h: Likewise.
3189         * include/math.h: Likewise.
3190         * include/netdb.h: Likewise.
3191         * include/resolv.h: Likewise.
3192         * include/stdio.h: Likewise.
3193         * include/stdlib.h: Likewise.
3194         * include/string.h: Likewise.
3195         * include/sys/stat.h: Likewise.
3196         * include/wctype.h: Likewise.
3197         * intl/l10nflist.c: Likewise.
3198         * libidn/idn-stub.c: Likewise.
3199         * libio/libioP.h: Likewise.
3200         * nptl/libc_multiple_threads.c: Likewise.
3201         * nptl/pthreadP.h: Likewise.
3202         * posix/regex_internal.h: Likewise.
3203         * resolv/res_hconf.c: Likewise.
3204         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3205         * sysdeps/arm/memmove.S: Likewise.
3206         * sysdeps/arm/sysdep.h: Likewise.
3207         * sysdeps/generic/_itoa.h: Likewise.
3208         * sysdeps/generic/symbol-hacks.h: Likewise.
3209         * sysdeps/gnu/errlist.awk: Likewise.
3210         * sysdeps/gnu/errlist.c: Likewise.
3211         * sysdeps/i386/i586/memcpy.S: Likewise.
3212         * sysdeps/i386/i586/memset.S: Likewise.
3213         * sysdeps/i386/i686/memcpy.S: Likewise.
3214         * sysdeps/i386/i686/memmove.S: Likewise.
3215         * sysdeps/i386/i686/mempcpy.S: Likewise.
3216         * sysdeps/i386/i686/memset.S: Likewise.
3217         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3218         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3219         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3220         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3221         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3222         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3223         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3224         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3225         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3226         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3227         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3228         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3229         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3230         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3231         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3232         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3233         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3234         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3235         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3236         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3237         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3238         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3239         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3240         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3241         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3242         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3243         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3244         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3245         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3246         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3247         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3248         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3249         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3250         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3251         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3252         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3253         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3254         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3255         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3256         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3257         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3258         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3259         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3260         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3261         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3262         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3263         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3264         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3265         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3266         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3267         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3268         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3269         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3270         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3271         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3272         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3273         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3274         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3275         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3276         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3277         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3278         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3279         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3280         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3281         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3282         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3283         * sysdeps/posix/closedir.c: Likewise.
3284         * sysdeps/posix/opendir.c: Likewise.
3285         * sysdeps/posix/readdir.c: Likewise.
3286         * sysdeps/posix/rewinddir.c: Likewise.
3287         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3288         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3289         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3290         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3291         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3292         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3293         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3294         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3295         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3296         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3297         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3298         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3299         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3300         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3301         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3302         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3303         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3304         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3305         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3306         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3307         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3308         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3309         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3310         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3311         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3312         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3313         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3314         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3315         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3316         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3317         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3318         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3319         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3320         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3321         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3322         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3323         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3324         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3325         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3326         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3327         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3328         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3329         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3330         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3331         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3332         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3333         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3334         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3335         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3336         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3337         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3338         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3339         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3340         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3341         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3342         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3343         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3344         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3345         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3346         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3347         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3348         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3349         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3350         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3351         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3352         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3353         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3354         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3355         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3356         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3357         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3358         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3359         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3360         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3361         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3362         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3363         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3364         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3365         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3366         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3367         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3368         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3369         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3370         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3371         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3372         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3373         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3374         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3375         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3376         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3377         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3378         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3379         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3380         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3381         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3382         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3383         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3384         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3385         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3386         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3387         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3388         * sysdeps/unix/alpha/sysdep.S: Likewise.
3389         * sysdeps/unix/alpha/sysdep.h: Likewise.
3390         * sysdeps/unix/make-syscalls.sh: Likewise.
3391         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3392         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3393         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3394         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3395         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3396         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3397         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3398         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3399         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3400         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3401         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3402         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3403         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3404         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3405         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3406         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3407         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3408         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3409         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3410         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3411         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3412         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3413         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3414         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3415         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3416         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3417         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3420         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3421         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3422         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3423         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3424         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3425         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3426         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3427         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3428         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3429         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3430         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3431         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3432         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3433         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3434         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3435         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3436         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3437         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3438         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3439         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3440         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3441         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3442         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3443         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3444         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3445         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3446         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3447         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3448         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3449         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3450         * sysdeps/x86_64/memcpy.S: Likewise.
3451         * sysdeps/x86_64/memmove.c: Likewise.
3452         * sysdeps/x86_64/memset.S: Likewise.
3453         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3454         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3455         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3456         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3457         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3458         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3459         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3460         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3461         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3462         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3463         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3464         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3465         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3466         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3467         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3468         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3469         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3470         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3471         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3472         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3473         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3474         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3475         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3476         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3477         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3478         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3479         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3480         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3481         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3482         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3483         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3484         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3485         * sysdeps/x86_64/strcmp.S: Likewise.
3487         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3489         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3490         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3491         * elf/rtld-Rules: Likewise.
3492         * elf/setup-vdso.h: Likewise.
3493         * include/assert.h: Likewise.
3494         * include/bits/stdlib-float.h: Likewise.
3495         * include/errno.h: Likewise.
3496         * include/sys/stat.h: Likewise.
3497         * include/unistd.h: Likewise.
3498         * sysdeps/aarch64/setjmp.S: Likewise.
3499         * sysdeps/alpha/setjmp.S: Likewise.
3500         * sysdeps/arm/__longjmp.S: Likewise.
3501         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3502         * sysdeps/arm/setjmp.S: Likewise.
3503         * sysdeps/arm/sysdep.h: Likewise.
3504         * sysdeps/generic/_itoa.h: Likewise.
3505         * sysdeps/generic/dl-sysdep.h: Likewise.
3506         * sysdeps/generic/ldsodefs.h: Likewise.
3507         * sysdeps/i386/dl-tls.h: Likewise.
3508         * sysdeps/i386/setjmp.S: Likewise.
3509         * sysdeps/m68k/setjmp.c: Likewise.
3510         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3511         * sysdeps/mach/hurd/opendir.c: Likewise.
3512         * sysdeps/posix/getcwd.c: Likewise.
3513         * sysdeps/posix/opendir.c: Likewise.
3514         * sysdeps/posix/profil.c: Likewise.
3515         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3516         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3517         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3518         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3519         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3520         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3521         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3522         * sysdeps/s390/dl-tls.h: Likewise.
3523         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3524         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3525         * sysdeps/sh/sh3/setjmp.S: Likewise.
3526         * sysdeps/sh/sh4/setjmp.S: Likewise.
3527         * sysdeps/unix/alpha/sysdep.h: Likewise.
3528         * sysdeps/unix/arm/sysdep.S: Likewise.
3529         * sysdeps/unix/i386/sysdep.S: Likewise.
3530         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3531         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3532         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3533         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3534         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3535         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3536         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3537         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3538         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3539         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3540         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3541         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3542         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3545         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3546         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3547         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3548         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3549         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3550         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3551         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3552         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3553         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3554         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3555         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3556         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3557         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3558         * sysdeps/x86_64/setjmp.S: Likewise.
3560         * include/math.h: Use IS_IN instead of IS_IN_libm.
3561         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3562         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3563         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3564         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3565         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3566         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3567         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3568         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3569         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3570         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3571         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3572         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3573         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3574         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3575         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3576         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3577         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3578         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3579         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3580         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3581         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3582         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3583         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3584         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3585         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3586         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3587         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3588         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3589         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3590         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3591         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3592         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3593         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3595         Likewise.
3596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3597         Likewise.
3598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3599         Likewise.
3600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3601         Likewise.
3602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3603         Likewise.
3604         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3605         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3606         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3607         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3608         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3609         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3611         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3615         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3616         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3617         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3618         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3619         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3620         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3621         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3622         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3623         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3624         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3625         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3626         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3627         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3628         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3630         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3632         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3633         * nptl/pthreadP.h: Likewise.
3634         * nptl_db/structs.def: Likewise.
3635         * sysdeps/arm/sysdep.h: Likewise.
3636         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3637         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3638         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3639         * sysdeps/unix/alpha/sysdep.h: Likewise.
3640         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3641         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3642         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3643         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3644         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3645         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3646         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3647         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3648         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3649         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3650         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3651         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3652         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3653         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3656         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3657         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3658         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3659         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3660         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3661         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3662         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3663         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3664         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3665         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3667         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3668         * nptl/pthreadP.h: Likewise.
3669         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3670         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3671         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3672         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3673         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3674         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3675         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3676         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3677         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3678         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3679         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3680         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3682         Likewise.
3683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3684         Likewise.
3685         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3686         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3687         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3688         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3689         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3690         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3691         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3692         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3694         * dlfcn/dladdr.c: Use IS_IN.
3695         * dlfcn/dladdr1.c: Likewise.
3696         * dlfcn/dlclose.c: Likewise.
3697         * dlfcn/dlerror.c: Likewise.
3698         * dlfcn/dlinfo.c: Likewise.
3699         * dlfcn/dlmopen.c: Likewise.
3700         * dlfcn/dlopen.c: Likewise.
3701         * dlfcn/dlsym.c: Likewise.
3702         * dlfcn/dlvsym.c: Likewise.
3704         * include/ifaddrs.h: Use IS_IN.
3705         * inet/check_pf.c: Likewise.
3706         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3707         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3709         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3710         IS_IN_ldconfig.
3711         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3712         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3714         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3715         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3716         IS_IN (libc).
3718         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3720         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3721         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3722         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3723         * include/libc-symbols.h (IS_IN_LIB): New macro.
3724         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3725         * include/netdb.h: Likewise.
3726         * include/stap-probe.h: Remove all uses of IN_LIB.
3728         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3729         instead of IN_MODULE.
3730         * include/libc-symbols.h (IN_MODULE): Define using
3731         MODULE_NAME.
3732         (PASTE_NAME, PASTE_NAME1): New macros.
3733         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3734         of IN_LIB.
3735         (STAP_PROBE_ASM): Likewise.
3737 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3739         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3740         __mach_init in dlopened libc.
3742 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3744         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3745         * sysdeps/arm/preconfigure: Regenerate.
3747 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3749         * nptl/pthread_create.c (__pthread_create_2_1): Set
3750         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3751         when copying values from IATTR into PD.
3753 2014-11-21  Will Newton  <will.newton@linaro.org>
3754             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3756         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3757         Refactor inline-asm.  Also add comment.
3759         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3760         ElfW macro instead of hardcoded Elf64 types.
3761         (la_aarch64_gnu_pltenter): Likewise.
3762         * sysdeps/aarch64/dl-machine.h
3763         (elf_machine_runtime_setup): Use ElfW(Addr).
3765         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3766         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3767         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3768         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3769         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3770         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3771         (R_AARCH64_TLS_DTPMOD): This.
3772         (R_AARCH64_TLS_DTPREL64): Rename to ...
3773         (R_AARCH64_TLS_DTPREL): This.
3774         (R_AARCH64_TLS_TPREL64): Rename to ...
3775         (R_AARCH64_TLS_TPREL): This.
3776         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3777         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3778         R_AARCH64_TLS_TPREL64.
3779         (elf_machine_rela): Likewise.
3781 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3783         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3784         by setting it to 0.  64b atomics are not supported currently.
3786 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3788         [BZ #16469]
3789         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3790         search domain names.
3792 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3794         [BZ #16469]
3795         * NEWS: Update.
3796         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3797         trailing dot.
3798         * posix/tst-getaddrinfo5.c: New.
3799         * posix/Makefile (tests): Add it.
3801 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3803         [BZ #14498]
3804         * NEWS: Fixed.
3805         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3806         after parsing line but before break_if_match.
3807         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3808         if there is a protocol mismatch.
3810 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3812         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3813         because the potential race is on the user-supplied stream.
3815 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3817         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3818         string literal if not passed a buffer.
3819         * manual/job.texi (ctermid): Update reasoning, note deviation
3820         from posix, suggest mtasurace when not passed a buffer, for
3821         future non-preliminary safety notes.
3823 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3825         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3826         of not passing it a buffer.
3827         Reported by Peng Haitao.
3829 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3831         * manual/Makefile ($(objpfx)stamp-summary): Require
3832         check-safety.sh to pass.
3833         * manual/check-safety.sh: Wish for verification that every
3834         @deftypefn and @deftypefun is followed by a @safety remark.
3836 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3838         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3840         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3841         PTHREAD_CANCEL_ASYNCHRONOUS.
3842         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3843         send SIGCANCEL.
3845         * nptl/default-sched.h: New file.
3846         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3847         * nptl/pthread_create.c: Include it.
3848         (__pthread_create_2_1): Use collect_default_sched instead of making
3849         Linux syscalls here directly.
3851 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3853         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3854         __pthread_once): Use C11 atomics.
3856 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3858         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3860 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3862         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3863         atomic_thread_fence_acquire, atomic_thread_fence_release,
3864         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3865         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3866         atomic_compare_exchange_weak_relaxed,
3867         atomic_compare_exchange_weak_acquire,
3868         atomic_compare_exchange_weak_release,
3869         atomic_exchange_acquire, atomic_exchange_release,
3870         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3871         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3872         atomic_fetch_and_acquire,
3873         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3875 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3877         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3878         USE_ATOMIC_COMPILER_BUILTINS): Define.
3879         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3880         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3881         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3882         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3883         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3884         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3885         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3886         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3887         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3888         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3889         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3890         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3891         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3892         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3893         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3894         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3895         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3896         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3897         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3898         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3899         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3900         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3901         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3902         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3903         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3904         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3905         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3906         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3907         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3908         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3909         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3910         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3911         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3912         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3913         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3914         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3915         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3916         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3917         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3918         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3920 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3922         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3923         the sched_priority value here.  It was already checked when the user
3924         called pthread_attr_setschedparam.
3926         * nptl/tst-bad-schedattr.c: New file.
3927         * nptl/Makefile (tests): Add it.
3929 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3930             Florian Weimer  <fweimer@redhat.com>
3931             Joseph Myers  <joseph@codesourcery.com>
3932             Adam Conrad  <adconrad@0c3.net>
3933             Andreas Schwab  <schwab@suse.de>
3934             Brooks  <bmoses@google.com>
3936         [BZ #17625]
3937         * wordexp-test.c (__dso_handle): Add prototype.
3938         (__register_atfork): Likewise.
3939         (__app_register_atfork): New function.
3940         (registered_forks): New global.
3941         (register_fork): New function.
3942         (test_case): Add 3 new tests for WRDE_CMDSUB.
3943         (main): Call __app_register_atfork.
3944         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3945         fork count is non-zero fail the test.
3946         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3947         is set.
3948         (parse_dollars): Remove check for WRDE_NOCMD.
3949         (parse_dquote): Likewise.
3951 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3953         * Makeconfig (built-modules): List non-library modules to be
3954         built.
3955         (module-cppflags): Include libc-modules.h for
3956         everything except shlib-versions.v.i.
3957         (CPPFLAGS): Use it.
3958         (before-compile): Add libc-modules.h.
3959         ($(common-objpfx)libc-modules.h,
3960         $(common-objpfx)libc-modules.stmp): New targets.
3961         (common-generated): Add libc-modules.h and libc-modules.stmp.
3962         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3963         * include/libc-symbols.h: Don't include libc-modules.h.
3964         * include/libc-modules.h: Remove file.
3965         * scripts/gen-libc-modules.awk: New script to generate
3966         libc-modules.h.
3967         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3968         Depend on libc-modules.stmp.
3970         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3972         * Makeconfig (in-module): Get value of libof set for the
3973         translation unit.
3974         (CPPFLAGS): Use $(in-module).
3975         * Makerules: Don't suffix routine names for nonlib.
3976         * include/libc-modules.h: New file.
3977         * include/libc-symbols.h: Include libc-modules.h
3978         (IS_IN): New macro to replace IS_IN_* macros.
3979         * elf/Makefile: Set libof-* for each routine.
3980         * elf/rtld-Rules: Likewise.
3981         * extra-modules.mk: Likewise.
3982         * iconv/Makefile: Likewise.
3983         * iconvdata/Makefile: Likewise.
3984         * locale/Makefile: Likewise.
3985         * malloc/Makefile: Likewise.
3986         * nss/Makefile: Likewise.
3987         * sysdeps/gnu/Makefile: Likewise.
3988         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3989         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3990         * sysdeps/s390/s390-64/Makefile: Likewise.
3991         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
3992         CPPFLAGS for nscd instead of nonlib.
3994 2014-11-18  Roland McGrath  <roland@hack.frob.com>
3996         * nptl/createthread.c: New file.
3998         * nptl/createthread.c: Moved ...
3999         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4001         * nptl/createthread.c: Add proper top-line comment.
4002         (do_clone): Folded into ...
4003         (create_thread): ... here.  Take new arguments STOPPED_START and
4004         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4005         increment __nptl_threads, do event-reporting logic, do
4006         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4007         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4008         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4009         just send SIGCANCEL.
4010         * nptl/pthread_create.c: Forward-declare create_thread before
4011         including createthread.c.
4012         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4013         declaration, and new macro START_THREAD_SELF to replace argument.
4014         Remove return statement.
4015         (report_thread_creation): New function.
4016         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4017         synchronization logic, and __nptl_nthreads increment here, around
4018         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4019         PD->parent_cancelhandling here, before create_thread.  When
4020         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4021         __deallocate_stack, and ENOMEM translation here.
4023 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4025         [BZ #17616]
4026         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4027         (mptwo): Rename to __mptwo.
4028         (__inv): Use __mptwo instead of mptwo.
4029         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4030         (mptwo): Rename to __mptwo.
4031         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4032         of mpone and __mptwo instead of mptwo.
4033         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4034         instead of mpone.
4035         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4036         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4037         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4038         of mpone and __mptwo instead of mptwo.
4039         (__mpranred): Use __mpone instead of mpone.
4040         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4041         variable.
4042         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4043         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4044         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4045         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4046         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4047         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4048         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4049         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4050         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4051         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4052         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4053         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4054         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4055         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4056         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4057         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4058         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4059         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4060         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4062 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4064         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4065         replace BSD Handler xref with BSD Signal Handling.
4067 2014-11-17  Richard Henderson  <rth@redhat.com>
4069         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4070         (_FP_PACK_RAW_2): Remove.
4071         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4072         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4073         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4074         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4075         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4076         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4077         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4078         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4079         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4080         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4081         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4082         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4083         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4084         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4085         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4086         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4088 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4090         * signal/signal.h [__USE_MISC]
4091         (struct sigvec): Remove type.
4092         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4093         (sigvec): Remove declaration.
4094         * sysdeps/posix/sigvec.c: Moved ...
4095         * signal/sigvec.c: ... here, replacing old file.
4096         (struct sigvec): New type, copied from old signal.h definition.
4097         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4098         (__sigvec): Convert definition to prototype.
4099         (sigvec): Replace weak_alias with compat_symbol.
4100         * signal/Versions (libc: GLIBC_2.21): New version set.
4101         * include/signal.h: Remove __sigvec declaration.
4102         * sysdeps/unix/bsd/sigvec.c: Remove file.
4103         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4104         * manual/signal.texi (BSD Handler): Remove subsection.
4105         Move siginterrupt up to ...
4106         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4107         (Blocking in BSD): Fold subsection into its parent.
4108         * NEWS: Mention sigvec removal.
4110 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4112         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4113         (DLA_FMS): Make definition conditional only on [__FMA4__].
4114         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4115         definition.
4117         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4118         Make definition conditional only on [PROF].
4119         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4120         definition.
4121         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4122         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4124         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4125         !__GNUC__].
4126         * include/signal.h (__sigpause): Move declaration above call to
4127         libc_hidden_proto.
4128         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4129         variable.
4130         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4131         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4133 2014-11-14  David S. Miller  <davem@davemloft.net>
4135         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4136         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4138 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4140         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4141         * configure: Regenerated.
4142         * manual/install.texi (Tools for Compilation): Document a
4143         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4144         compiler verified to work.
4145         * INSTALL: Regenerated.
4147         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4148         redeclare with asm name.
4149         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4150         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4151         including <string.h>.
4152         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4153         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4154         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4155         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4156         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4157         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4158         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4160 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4162         * stdlib/strtol.c (__strtol): Use prototype definition.
4164         [BZ #17594]
4165         * stdlib/strtol.c (SYM__): New macro.
4166         (SYM__1): Likewise.
4167         (__strtol): Likewise.
4168         (strtol): Rename to __strtol and define as weak alias of
4169         __strtol.  Use libc_hidden_weak.
4171 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4173         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4174         Use numbered labels in inline assembly.
4176 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4178         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4179         Add setjmp LIBC_PROBE.
4180         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4181         Likewise.
4182         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4183         Add longjmp, longjmp_target LIBC_PROBE.
4184         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4185         Likewise.
4187 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4189         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4190         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4191         to get rid of unused variable warning.
4193 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4195         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4196         Check for unwind_backtrace ==  NULL only in SHARED case.
4197         (__backchain_backtrace): Compile only in SHARED case.
4198         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4199         Likewise.
4200         (__backchain_backtrace): Declare as static.
4202 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4204         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4205         (__libc_multiple_threads_ptr): Variable moved ...
4206         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4208 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4210         * conform/GlibcConform.pm: New file.
4211         * conform/conformtest.pl: Use GlibcConform module.
4212         * conform/linknamespace.pl: New file.
4213         * conform/list-header-symbols.pl: Likewise.
4214         * conform/Makefile (linknamespace-symlists-base): New variable.
4215         (linknamespace-symlists-tests): Likewise.
4216         (linknamespace-header-base): Likewise.
4217         (linknamespace-header-tests): Likewise.
4218         (tests-special): Add new tests.
4219         ($(linknamespace-symlists-tests)): New rule.
4220         (linknamespace-libs): New variable.
4221         ($(objpfx)symlist-stdlibs): New rule.
4222         ($(linknamespace-header-tests)): Likewise.
4223         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4224         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4225         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4226         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4227         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4228         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4229         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4230         (test-xfail-ISO/math.h/linknamespace): Likewise.
4231         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4232         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4233         (test-xfail-ISO/time.h/linknamespace): Likewise.
4234         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4235         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4236         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4237         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4238         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4239         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4240         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4241         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4242         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4243         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4244         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4245         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4246         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4247         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4248         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4249         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4250         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4251         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4252         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4253         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4254         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4255         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4256         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4257         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4258         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4259         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4260         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4261         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4262         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4263         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4264         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4265         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4266         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4267         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4268         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4269         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4270         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4271         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4272         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4273         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4274         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4275         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4276         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4277         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4278         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4279         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4280         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4281         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4282         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4283         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4284         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4285         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4286         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4287         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4288         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4289         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4290         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4291         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4292         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4293         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4294         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4295         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4296         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4297         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4298         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4299         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4300         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4301         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4302         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4303         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4304         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4305         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4306         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4307         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4308         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4309         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4310         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4311         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4312         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4313         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4314         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4315         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4316         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4317         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4318         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4319         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4320         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4321         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4322         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4323         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4324         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4325         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4326         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4327         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4328         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4329         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4330         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4331         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4332         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4333         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4334         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4335         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4336         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4337         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4338         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4339         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4340         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4341         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4342         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4343         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4344         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4345         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4346         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4347         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4348         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4349         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4350         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4351         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4352         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4353         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4354         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4355         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4356         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4357         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4358         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4359         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4360         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4361         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4362         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4363         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4364         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4365         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4366         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4367         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4368         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4369         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4370         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4371         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4372         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4373         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4374         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4375         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4376         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4377         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4378         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4379         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4380         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4381         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4382         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4383         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4385         [BZ #17589]
4386         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4387         of fgets_unlocked.
4389         [BZ #17585]
4390         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4391         (memmem): Rename to __memmem and define as weak alias of
4392         __memmem.  Use libc_hidden_weak.
4393         (__memmem): Use libc_hidden_def.
4394         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4395         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4396         memmem.
4398         [BZ #17582]
4399         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4400         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4401         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4402         and define as weak alias of __fgets_unlocked.  Use
4403         libc_hidden_weak.
4404         (__fgets_unlocked): Use libc_hidden_def.
4405         * include/stdio.h (__fgets_unlocked): Declare.  Use
4406         libc_hidden_proto.
4407         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4408         __fgets_unlocked instead of fgets_unlocked.
4409         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4410         (GET_NPROCS_CONF_PARSER): Likewise.
4411         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4412         (GET_NPROCS_CONF_PARSER): Likewise.
4414         [BZ #17574]
4415         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4416         weak alias of __wmemset.  Use libc_hidden_weak.
4417         (__wmemset): Use libc_hidden_def.
4418         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4419         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4420         of wmemset.
4422         [BZ #17573]
4423         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4424         with asm name __mempcpy.
4425         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4427         [BZ #17572]
4428         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4429         and define as weak alias of __rawmemchr.
4430         (__rawmemchr): Do not define as strong alias of rawmemchr.
4432         [BZ #17571]
4433         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4434         alias of __qsort_r.
4435         (qsort): Call __qsort_r instead of qsort_r.
4436         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4437         (__qsort_r): Declare.  Call libc_hidden_proto.
4438         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4439         instead of qsort_r.
4440         * nscd/gai.c (__qsort_r): Define to qsort_r.
4441         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4442         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4443         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4445         [BZ #17570]
4446         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4447         define as weak alias of __malloc_info.
4449         [BZ #17584]
4450         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4451         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4452         (__rewinddir): Use libc_hidden_def.
4453         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4454         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4455         (__rewinddir): Use libc_hidden_def.
4456         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4457         weak alias of __rewinddir.  Don't use libc_hidden_def.
4458         (__rewinddir): Use libc_hidden_def.
4459         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4460         (__rewinddir): Use libc_hidden_proto.
4461         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4462         rewinddir.
4463         (__getcwd): Use __rewinddir instead of rewinddir.
4465         [BZ #17583]
4466         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4467         alias of __fileno.  Use libc_hidden_weak.
4468         (__fileno): Use libc_hidden_def.
4469         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4470         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4471         alias of __ftello.
4472         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4473         __ftello.
4474         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4475         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4476         libc_hidden_def.
4477         (fread_unlocked): Don't use libc_hidden_ver.
4478         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4479         and define as weak alias of __fread_unlocked.  Don't use
4480         libc_hidden_def.
4481         (__fread_unlocked): Use libc_hidden_def.
4482         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4483         (ftello): Don't use libc_hidden_proto.
4484         (__ftello): Declare.  Use libc_hidden_proto.
4485         (fread_unlocked): Don't use libc_hidden_proto.
4486         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4487         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4488         and __ftello instead of fileno, fread_unlocked and ftello.
4490 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4492         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4493         GOT12.
4494         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4495         Likewise.
4496         (_dl_start_user): Likewise.
4497         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4499 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4500             Siddhesh Poyarekar  <siddhesh@redhat.com>
4502         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4503         Move argv and envp down instead of moving argc up.
4504         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4506 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4508         [BZ #17506]
4509         * test-skeleton.c (main): Return successful if one of
4510         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4511         * string/tst-strcoll-overflow.c: Define expected status.
4513 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4515         [BZ #17475]
4516         * locale/iso-639.def: Define Bhili and Tulu language codes.
4518 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4520         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4522 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4524         [BZ #17555]
4525         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4527 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4529         * configure.ac: Updated check of minimal required version to
4530         2.22.
4531         * manual/install.texi (Tools for Compilation): Updated version
4532         number.
4533         * configure: Regenerated.
4534         * INSTALL: Likewise.
4536 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4538         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4539         __tls_get_addr.
4541 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4543         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4544         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4545         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4546         libc_hidden_weak.
4547         (waitpid): Define as alias of __waitpid.
4548         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4549         __waitpid.
4550         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4551         libc_hidden_weak.
4552         (waitpid): Define as alias of __waitpid.
4553         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4554         __libc_waitpid alias.
4555         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4556         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4557         Likewise.
4558         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4559         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4560         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4561         alias.
4562         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4563         __waitpid.
4564         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4565         libc_hidden_weak.
4566         (waitpid): Define as alias of __waitpid.
4568 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4570         * manual/llio.texi: Add comment that write safety has been
4571         fixed in Linux.
4573         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4574         (localplt-build-dso): Add elf/ld.so.
4575         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4576         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4577         and free for ld.so.
4578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4579         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4581         Likewise.
4582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4583         Likewise.
4584         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4585         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4586         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4587         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4588         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4589         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4590         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4591         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4592         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4593         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4594         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4596 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4598         [BZ #14132]
4599         * include/libc-symbols.h (INTUSE): Remove macro.
4600         (INTDEF): Likewise.
4601         (INTVARDEF): Likewise.
4602         (_INTVARDEF): Likewise.
4603         (INTDEF2): Likewise.
4604         (INTVARDEF2): Likewise.
4605         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4606         rtld_hidden_def instead of INTVARDEF.
4607         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4608         (_dl_starting_up_internal): Remove declaration.
4609         (_dl_starting_up): Use rtld_hidden_proto.
4610         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4611         declaration.
4612         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4613         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4614         _dl_starting_up.
4615         * elf/dl-writev.h (_dl_writev): Likewise.
4616         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4617         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4618         _dl_starting_up_internal.
4620 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4622         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4623         test-skeleton.c.
4625 2014-11-05  Will Newton  <will.newton@linaro.org>
4627         * benchtests/Makefile: (bench-malloc): Add malloc thread
4628         scalability benchmark.
4629         * benchtests/bench-malloc-threads.c: New file.
4631 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4633         * sysdeps/aarch64/strchrnul.S: New file.
4635 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4637         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4638         definition.
4639         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4640         Likwise.
4641         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4642         Likewise.
4643         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4644         Likewise.
4645         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4646         Likewise.
4647         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4648         Likewise.
4650 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4652         * catgets/test-gencat.c: Use test-skeleton.c.
4653         * catgets/tst-catgets.c: Likewise.
4654         * csu/tst-empty.c: Likewise.
4655         * elf/tst-audit2.c: Likewise.
4656         * elf/tst-global1.c: Likewise.
4657         * elf/tst-pathopt.c: Likewise.
4658         * elf/tst-piemod1.c: Likewise.
4659         * elf/tst-tls10.c: Likewise.
4660         * elf/tst-tls11.c: Likewise.
4661         * elf/tst-tls12.c: Likewise.
4662         * gnulib/tst-gcc.c: Likewise.
4663         * iconvdata/tst-e2big.c: Likewise.
4664         * iconvdata/tst-loading.c: Likewise.
4665         * iconv/tst-iconv1.c: Likewise.
4666         * iconv/tst-iconv2.c: Likewise.
4667         * inet/test-inet6_opt.c: Likewise.
4668         * inet/tst-gethnm.c: Likewise.
4669         * inet/tst-network.c: Likewise.
4670         * inet/tst-ntoa.c: Likewise.
4671         * intl/tst-codeset.c: Likewise.
4672         * intl/tst-gettext2.c: Likewise.
4673         * intl/tst-gettext3.c: Likewise.
4674         * intl/tst-ngettext.c: Likewise.
4675         * intl/tst-translit.c: Likewise.
4676         * io/test-stat.c: Likewise.
4677         * libio/test-fmemopen.c: Likewise.
4678         * libio/tst-freopen.c: Likewise.
4679         * libio/tst-sscanf.c: Likewise.
4680         * libio/tst-ungetwc1.c: Likewise.
4681         * libio/tst-ungetwc2.c: Likewise.
4682         * libio/tst-widetext.c: Likewise.
4683         * localedata/tst-ctype.c: Likewise.
4684         * localedata/tst-digits.c: Likewise.
4685         * localedata/tst-leaks.c: Likewise.
4686         * localedata/tst-mbswcs1.c: Likewise.
4687         * localedata/tst-mbswcs2.c: Likewise.
4688         * localedata/tst-mbswcs3.c: Likewise.
4689         * localedata/tst-mbswcs4.c: Likewise.
4690         * localedata/tst-mbswcs5.c: Likewise.
4691         * localedata/tst-setlocale.c: Likewise.
4692         * localedata/tst-trans.c: Likewise.
4693         * localedata/tst-wctype.c: Likewise.
4694         * localedata/tst-xlocale1.c: Likewise.
4695         * login/tst-grantpt.c: Likewise.
4696         * malloc/tst-calloc.c: Likewise.
4697         * malloc/tst-malloc.c: Likewise.
4698         * malloc/tst-mallocstate.c: Likewise.
4699         * malloc/tst-mcheck.c: Likewise.
4700         * malloc/tst-mtrace.c: Likewise.
4701         * malloc/tst-obstack.c: Likewise.
4702         * math/atest-exp2.c: Likewise.
4703         * math/atest-exp.c: Likewise.
4704         * math/atest-sincos.c: Likewise.
4705         * math/test-matherr.c: Likewise.
4706         * math/test-misc.c: Likewise.
4707         * math/test-powl.c: Likewise.
4708         * math/tst-definitions.c: Likewise.
4709         * misc/tst-dirname.c: Likewise.
4710         * misc/tst-efgcvt.c: Likewise.
4711         * misc/tst-fdset.c: Likewise.
4712         * misc/tst-hsearch.c: Likewise.
4713         * misc/tst-mntent2.c: Likewise.
4714         * nptl/tst-sem7.c: Likewise.
4715         * nptl/tst-sem8.c: Likewise.
4716         * nptl/tst-sem9.c: Likewise.
4717         * nss/test-netdb.c: Likewise.
4718         * posix/tst-fnmatch.c: Likewise.
4719         * posix/tst-getlogin.c: Likewise.
4720         * posix/tst-gnuglob.c: Likewise.
4721         * posix/tst-mmap.c: Likewise.
4722         * pwd/tst-getpw.c: Likewise.
4723         * resolv/tst-inet_ntop.c: Likewise.
4724         * rt/tst-timer.c: Likewise.
4725         * stdio-common/test-fseek.c: Likewise.
4726         * stdio-common/test-popen.c: Likewise.
4727         * stdio-common/test-vfprintf.c: Likewise.
4728         * stdio-common/tst-cookie.c: Likewise.
4729         * stdio-common/tst-fileno.c: Likewise.
4730         * stdio-common/tst-gets.c: Likewise.
4731         * stdio-common/tst-obprintf.c: Likewise.
4732         * stdio-common/tst-perror.c: Likewise.
4733         * stdio-common/tst-sprintf2.c: Likewise.
4734         * stdio-common/tst-sprintf3.c: Likewise.
4735         * stdio-common/tst-sprintf.c: Likewise.
4736         * stdio-common/tst-swprintf.c: Likewise.
4737         * stdio-common/tst-tmpnam.c: Likewise.
4738         * stdio-common/tst-unbputc.c: Likewise.
4739         * stdio-common/tst-wc-printf.c: Likewise.
4740         * stdlib/tst-environ.c: Likewise.
4741         * stdlib/tst-fmtmsg.c: Likewise.
4742         * stdlib/tst-limits.c: Likewise.
4743         * stdlib/tst-rand48-2.c: Likewise.
4744         * stdlib/tst-rand48.c: Likewise.
4745         * stdlib/tst-random2.c: Likewise.
4746         * stdlib/tst-random.c: Likewise.
4747         * stdlib/tst-strtol.c: Likewise.
4748         * stdlib/tst-strtoll.c: Likewise.
4749         * stdlib/tst-tls-atexit.c: Likewise.
4750         * stdlib/tst-xpg-basename.c: Likewise.
4751         * string/test-ffs.c: Likewise.
4752         * string/tst-bswap.c: Likewise.
4753         * string/tst-inlcall.c: Likewise.
4754         * string/tst-strtok.c: Likewise.
4755         * string/tst-strxfrm.c: Likewise.
4756         * sysdeps/x86_64/tst-audit10.c: Likewise.
4757         * sysdeps/x86_64/tst-audit3.c: Likewise.
4758         * sysdeps/x86_64/tst-audit4.c: Likewise.
4759         * sysdeps/x86_64/tst-audit5.c: Likewise.
4760         * time/tst-ftime_l.c: Likewise.
4761         * time/tst-getdate.c: Likewise.
4762         * time/tst-mktime3.c: Likewise.
4763         * time/tst-mktime.c: Likewise.
4764         * time/tst-posixtz.c: Likewise.
4765         * time/tst-strptime2.c: Likewise.
4766         * time/tst-strptime3.c: Likewise.
4767         * wcsmbs/tst-btowc.c: Likewise.
4768         * wcsmbs/tst-mbrtowc.c: Likewise.
4769         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4770         * wcsmbs/tst-wchar-h.c: Likewise.
4771         * wcsmbs/tst-wcpncpy.c: Likewise.
4772         * wcsmbs/tst-wcrtomb.c: Likewise.
4773         * wcsmbs/tst-wcsnlen.c: Likewise.
4774         * wcsmbs/tst-wcstof.c: Likewise.
4776 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4778         [BZ #14132]
4779         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4780         INTDEF.
4781         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4782         declaration.
4783         (_dl_mcount): Use rtld_hidden_proto.
4784         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4785         _dl_mcount.
4786         * elf/rtld.c (_rtld_global_ro): Likewise.
4788         [BZ #14132]
4789         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4790         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4791         of _dl_init_internal.
4792         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4793         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4794         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4795         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4796         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4797         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4798         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4799         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4800         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4801         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4802         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4803         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4804         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4805         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4806         * sysdeps/tile/dl-start.S (_start): Likewise.
4807         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4808         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4810         [BZ #14132]
4811         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4812         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4813         (rtld_progname): Make macro definition unconditional.
4814         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4815         INTDEF.
4816         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4817         (dl_main): Likewise.
4818         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4819         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4820         instead of _dl_argv_internal.
4821         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4822         __GI__dl_argv instead of INTUSE(_dl_argv).
4823         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4824         __GI__dl_argv instead of _dl_argv_internal.
4826         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4827         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4828         macro.
4829         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4830         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4831         New macro.
4832         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4833         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4834         macro.
4835         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4836         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4838 2014-11-04  Andreas Schwab  <schwab@suse.de>
4840         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4842 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4844         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4845         mtvsrd instruction in binary form.
4847 2014-11-03  Andreas Schwab  <schwab@suse.de>
4849         [BZ #17522]
4850         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4851         for less than MB_LEN_MAX use a local buffer of that size.
4852         * libio/tst-fputws.c: New file.
4853         * libio/Makefile (tests): Add tst-fputws.
4855 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4857         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4858         the size of the fpu_fr.fpu_dregs[] array.
4860 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4862         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4863         (__nanosleep): Do not define as alias.
4864         (nanosleep): Define as alias of __nanosleep.
4865         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4866         __libc_nanosleep name.
4868 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4870         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4871         install.texi in comment.
4873 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4875         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4876         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4877         ... add here and use lwsync or sync ...
4878         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4879         ... and add here using lwsync.
4881 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4883         * elf/dl-machine-reject-phdr.h: New file.
4884         * elf/dl-load.c: #include that.
4885         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4886         if that returned true.
4888 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4890         [BZ #17496]
4891         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4892         gen-as-const-headers chunk.  Add a big scare comment after the last
4893         safe place to touch before-compile.
4895 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4897         * manual/install.texi (Tools for Compilation): Update autoconf
4898         version requirements.
4899         * INSTALL: Regenerated.
4901         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4902         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4903         (__libc_pselect): Likewise.
4905         [BZ #14138]
4906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4911 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4913         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4914         correct barrier instruction.
4915         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4916         Likewise.
4917         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4918         Likewise.
4920 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4922         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4923         after defining inlines.  Instead, just use parens to defeat macro
4924         expansion of __isctype in its declaration.
4926 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4928         * include/sys/uio.h (__libc_readv): Remove declaration.
4929         (__libc_writev): Likewise.
4930         * misc/readv.c (__libc_readv): Rename to __readv.
4931         (__readv): Do not define as alias.
4932         (readv): Define as alias of __readv.
4933         * misc/writev.c (__libc_writev): Rename to __writev.
4934         (__writev): Do not define as alias.
4935         (writev): Define as alias of __writev.
4936         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4937         (__readv): Do not define as alias.
4938         (readv): Define unconditionally as alias of __readv.
4939         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4940         (__writev): Do not define as alias.
4941         (writev): Define unconditionally as alias of __writev.
4942         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4943         name.
4944         (writev): Do not define __libc_writev name.
4946 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4948         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4949         (convert_charseq): New function, broken out of ...
4950         (use_from_charmap): ... here.  Call it.
4951         (use_to_charmap): Use convert_charseq and free instead of duplicating
4952         its code with a variable-length stack struct.
4954 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4956         * include/fcntl.h (__libc_creat): Remove declaration.
4957         * io/creat.c (__libc_creat): Rename to creat.
4958         (creat): Do not define as alias.
4959         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4960         of creat instead of __libc_creat.
4961         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4962         to creat.
4963         (creat): Do not define as alias.
4964         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4965         __libc_creat.
4966         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4967         __libc_creat name.
4968         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4969         Likewise.
4971 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
4973         * manual/llio.texi: Add comments discussing why write() may be
4974         considered MT-unsafe on Linux.
4976 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
4978         * dl-load.c (local_strdup): Remove.
4979         (expand_dynamic_string_token): Use __strdup.
4980         (decompose_rpath): Likewise.
4981         (_dl_map_object): Likewise.
4983 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
4985         [BZ #14132]
4986         * sysdeps/generic/unwind-dw2-fde.c
4987         (__register_frame_info_bases_internal): Do not declare.
4988         (__register_frame_info_table_bases_internal): Likewise.
4989         (__deregister_frame_info_bases_internal): Likewise.
4990         (__register_frame_info_bases): Declare and use hidden_proto before
4991         definition.  Use hidden_def instead of INTDEF.
4992         (__register_frame_info_table_bases): Likewise.
4993         (__deregister_frame_info_bases): Likewise.
4994         (__register_frame_info): Do not use INTUSE.
4995         (__register_frame): Likewise.
4996         (__register_frame_info_table): Likewise.
4997         (__register_frame_table): Likewise.
4998         (__deregister_frame_info): Likewise.
4999         (__deregister_frame): Likewise.
5001 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5003         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5004         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5005         not undefine.
5006         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5007         Likewise.
5008         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5009         Likewise.
5011 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5013         [BZ #14138]
5014         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5015         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5016         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5017         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5018         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5019         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5020         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5021         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5022         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5023         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5024         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5025         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5026         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5027         syscall.
5028         (setfsuid): Likewise.
5029         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5030         (setfsuid): Likewise.
5031         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5032         (setfsuid): Likewise.
5033         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5034         Likewise.
5035         (setfsuid): Likewise.
5036         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5037         (setfsuid): Likewise.
5038         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5039         Likewise.
5040         (setfsuid): Likewise.
5042 2014-10-27  Andreas Schwab  <schwab@suse.de>
5044         [BZ #17501]
5045         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5046         check for Slow_SSE4_2 feature bit.
5047         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5048         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5049         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5050         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5052 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5054         * configure.ac: Validate compiler version with a empirical test of
5055         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5056         $CC -v output.
5057         * configure: Regenerated.
5059         * inet/htons.c (htons): Prototypify.
5060         * inet/htonl.c (htonl): Likewise.
5062 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5064         * string/strncat.c (strncat): Improve performance by using strlen.
5066 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5068         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5070 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5072         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5073         Call libc_fetestexcept_aarch64.
5075 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5077         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5078         Call libc_feholdexcept_aarch64.
5080 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5082         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5083         Call get_rounding_mode.
5085 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5087         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5088         Simplify logic.
5090 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5092         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5093         Simplify logic.
5095 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5097         [BZ #14138]
5098         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5099         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5100         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5101         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5102         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5103         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5104         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5105         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5106         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5107         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5108         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5109         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5110         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5111         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5112         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5113         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5114         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5115         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5116         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5117         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5118         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5119         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5120         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5121         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5122         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5123         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5124         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5125         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5126         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5127         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5128         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5129         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5130         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5131         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5132         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5133         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5134         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5135         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5136         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5137         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5138         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5139         syscall.
5140         (geteuid): Likewise.
5141         (getgid): Likewise.
5142         (getuid): Likewise.
5143         (getresgid): Likewise.
5144         (getresuid): Likewise.
5145         (getgroups): Likewise.
5146         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5147         (geteuid): Likewise.
5148         (getgid): Likewise.
5149         (getuid): Likewise.
5150         (getresgid): Likewise.
5151         (getresuid): Likewise.
5152         (getgroups): Likewise.
5153         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5154         (geteuid): Likewise.
5155         (getgid): Likewise.
5156         (getuid): Likewise.
5157         (getresgid): Likewise.
5158         (getresuid): Likewise.
5159         (getgroups): Likewise.
5160         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5161         Likewise.
5162         (geteuid): Likewise.
5163         (getgid): Likewise.
5164         (getuid): Likewise.
5165         (getresgid): Likewise.
5166         (getresuid): Likewise.
5167         (getgroups): Likewise.
5168         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5169         (geteuid): Likewise.
5170         (getgid): Likewise.
5171         (getuid): Likewise.
5172         (getresgid): Likewise.
5173         (getresuid): Likewise.
5174         (getgroups): Likewise.
5175         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5176         Likewise.
5177         (geteuid): Likewise.
5178         (getgid): Likewise.
5179         (getuid): Likewise.
5180         (getgroups): Likewise.
5182         [BZ #14138]
5183         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5184         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5185         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5186         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5187         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5188         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5189         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5190         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5191         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5192         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5193         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5194         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5195         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5196         __chown.
5197         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5198         (lchown): Likewise.
5199         (fchown): Likewise.
5200         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5201         Likewise.
5202         (lchown): Likewise.
5203         (fchown): Likewise.
5204         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5205         (lchown): Likewise.
5206         (fchown): Likewise.
5207         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5208         Likewise.
5209         (lchown): Likewise.
5210         (fchown): Likewise.
5212 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5214         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5215         Simplify logic.
5217 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5219         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5220         Cleanup logic.
5222 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5224         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5225         Remove unused include.
5227 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5229         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5230         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5231         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5232         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5234 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5235             Helge Deller <deller@gmx.de>
5237         [BZ #17508]
5238         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5239         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5240         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5242 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5244         [BZ #14132]
5245         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5246         Remove macro definition.
5247         (__ashrdi3_v_glibc20): Likewise.
5248         (__lshrdi3_v_glibc20): Likewise.
5249         (__cmpdi2_v_glibc20): Likewise.
5250         (__ucmpdi2_v_glibc20): Likewise.
5251         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5252         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5253         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5254         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5255         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5256         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5258 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5260         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5261         old GNU extension [0] syntax.
5262         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5263         alloca rather than an array member with variable length.
5264         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5265         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5266         (parse_opt): ... here.  Likewise use alloca there.
5267         Validate the -i argument before checking for rootness.
5268         (send_shutdown): New function, broken out of ...
5269         (parse_opt): ... here.
5271 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5273         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5274         macro to get at the _rt_local_ro field.
5275         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5276         ([PIC] case) or _dl_hwcap ([!PIC] case).
5277         * sysdeps/arm/setjmp.S: Likewise.
5279         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5280         * sysdeps/arm/configure.ac: New check to define it.
5281         * sysdeps/arm/configure: Regenerated.
5282         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5283         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5284         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5285         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5286         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5287         Use move/movt pair instead of a load.
5288         (LDST_GLOBAL): Macro removed.
5289         (LDR_GLOBAL): New macro replaces it.
5290         (LDR_HIDDEN): New macro.
5291         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5292         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5294         * setjmp/tst-setjmp-static.c: New file.
5295         * setjmp/Makefile (tests): Add it.
5296         (tests-static): New variable.
5298 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5300         [BZ #17485]
5301         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5303 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5305         [BZ #14132]
5306         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5308 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5310         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5312 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5314         * io/fts.c (dirent_not_directory): New function.
5315         (fts_build): Call it.
5317 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5319         * nptl/version.c (__nptl_main): Use normal __write rather than
5320         INTERNAL_SYSCALL.
5321         (banner): Update copyright years.
5323         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5324         gettimeofday.
5325         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5326         * nptl/pthread_cond_timedwait.c: Likewise.
5327         * nptl/pthread_mutex_timedlock.c: Likewise.
5328         * nptl/sem_timedwait.c: Likewise.
5330         * sysdeps/nptl/bits/libc-lock.h
5331         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5332         (__libc_lock_init_recursive): Return void, not 0.
5333         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5334         (__libc_rwlock_init): Likewise.
5335         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5337 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5339         [BZ #15215]
5340         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5341         (__pthread_once_slow): ... here.
5342         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5343         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5345 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5347         [BZ #15215]
5348         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5349         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5350         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5351         * nptl/pthread_once.c (__pthread_once): Likewise.
5352         Update comments.
5354 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5356         [BZ #14138]
5357         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5358         name.
5359         (writev): Use __libc_writev as strong name.
5360         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5361         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5363 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5365         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5367         * sysdeps/i386/nptl/tls.h
5368         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5369         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5370         New macros.
5371         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5372         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5373         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5374         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5375         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5376         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5378         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5379         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5380         on [__NR_futex].
5381         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5382         broken out of ...
5383         (__pthread_mutex_init): ... here.  Call it.
5384         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5385         Conditionalize PI cases on [__NR_futex].
5386         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5387         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5388         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5390         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5391         conditional on [SIGSETXID].
5392         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5393         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5394         is defined.  Likewise for SIGSETXID.
5395         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5396         Conditionalize definitions on [SIGSETXID].
5397         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5398         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5399         unblocking on [SIGCANCEL].
5401         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5402         [__NR_set_robust_list].
5404 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5406         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5407         (do_compare): Likewise.
5409 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5411         [BZ #15884]
5412         * string/strcoll_l.c: Don't include stdio.h.
5413         (coll_seq): Remove members idxarr and rulearr.
5414         (get_next_seq_cached): Remove function.
5415         (get_next_seq): Likewise.
5416         (get_next_seq_nocache): Rename to get_next_seq.
5417         (do_compare): Remove function.
5418         (do_compare_nocache): Rename to do_compare.
5419         (STRCOLL): Remove weight and rules cache.
5421 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5423         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5424         * sysdeps/arm/sfp-machine.h: ... to here.
5425         * sysdeps/arm/Implies: Remove arm/soft-fp.
5427 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5429         * conform/data/sys/utsname.h-data (*_t): Allow.
5430         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5431         [POSIX] (WEXITED): Do not expect constant.
5432         [POSIX] (WSTOPPED): Likewise.
5433         [POSIX] (WNOHANG): Likewise.
5434         [POSIX] (WNOWAIT): Likewise.
5435         [POSIX] (siginfo_t): Do not expect type or elements.
5436         [POSIX] (pid_t): Do not expect type.
5437         [POSIX] (signal.h): Do not allow header.
5438         [POSIX] (sys/resource.h): Likewise.
5439         [POSIX] (si_*): Do not allow pattern.
5440         [POSIX] (W*): Likewise.
5441         [POSIX] (P_*): Likewise.
5442         [POSIX] (BUS_*): Likewise.
5443         [POSIX] (CLD_*): Likewise.
5444         [POSIX] (FPE_*): Likewise.
5445         [POSIX] (ILL_*): Likewise.
5446         [POSIX] (POLL_*): Likewise.
5447         [POSIX] (SEGV_*): Likewise.
5448         [POSIX] (SI_*): Likewise.
5449         [POSIX] (TRAP_*): Likewise.
5450         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5451         variable.
5453 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5455         [BZ #12926]
5456         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5457         infinite loop when __recvmsg returns 0.
5459 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5461         * CANCEL-FCT-WAIVE: Remove file.
5462         * CANCEL-FILE-WAIVE: Likewise.
5464         [BZ #14132]
5465         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5466         instead of INTVARDEF.
5467         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5468         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5469         rtld_hidden_data_def instead of INTVARDEF.
5470         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5471         * elf/dl-deps.c (expand_dst): Likewise.
5472         * elf/dl-load.c (_dl_dst_count): Likewise.
5473         (_dl_dst_substitute): Likewise.
5474         (decompose_rpath): Likewise.
5475         (_dl_init_paths): Likewise.
5476         (open_path): Likewise.
5477         (_dl_map_object): Likewise.
5478         * elf/rtld.c (dl_main): Likewise.
5479         (process_dl_audit): Likewise.
5480         (process_envvars): Likewise.
5481         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5482         Remove declaration.
5483         (__libc_enable_secure): Use rtld_hidden_proto.
5485 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5487         * elf/dl-load.c
5488         (add_path): New function broken out of _dl_rtld_di_serinfo.
5489         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5491 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5493         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5494         parentheses around macro arguments.
5495         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5496         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5497         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5498         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5499         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5500         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5501         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5502         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5503         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5504         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5505         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5506         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5507         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5508         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5509         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5510         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5511         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5512         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5513         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5514         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5515         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5516         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5517         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5518         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5519         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5520         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5521         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5522         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5523         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5524         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5525         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5526         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5527         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5528         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5529         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5530         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5531         Likewise.
5532         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5533         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5534         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5535         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5536         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5537         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5538         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5539         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5540         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5541         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5542         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5543         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5544         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5545         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5546         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5547         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5548         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5549         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5550         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5551         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5552         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5553         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5554         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5555         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5556         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5557         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5558         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5559         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5560         (_FP_FRAC_SRS_1): Likewise.
5561         (_FP_FRAC_CLZ_1): Likewise.
5562         (_FP_MUL_MEAT_1_imm): Likewise.
5563         (_FP_MUL_MEAT_1_wide): Likewise.
5564         (_FP_MUL_MEAT_1_hard): Likewise.
5565         (_FP_SQRT_MEAT_1): Likewise.
5566         (_FP_FRAC_ASSEMBLE_1): Likewise.
5567         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5568         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5569         (__FP_CLZ_2): Likewise.
5570         (_FP_MUL_MEAT_2_wide): Likewise.
5571         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5572         (_FP_MUL_MEAT_2_gmp): Likewise.
5573         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5574         (_FP_SQRT_MEAT_2): Likewise.
5575         (_FP_FRAC_ASSEMBLE_2): Likewise.
5576         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5577         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5578         (_FP_FRAC_CLZ_4): Likewise.
5579         (_FP_MUL_MEAT_4_wide): Likewise.
5580         (_FP_MUL_MEAT_4_gmp): Likewise.
5581         (_FP_SQRT_MEAT_4): Likewise.
5582         (_FP_FRAC_ASSEMBLE_4): Likewise.
5583         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5584         * soft-fp/op-common.h (_FP_CMP): Likewise.
5585         (_FP_CMP_EQ): Likewise.
5586         (_FP_CMP_UNORD): Likewise.
5587         (_FP_TO_INT): Likewise.
5588         (_FP_FROM_INT): Likewise.
5589         [!__FP_CLZ] (__FP_CLZ): Likewise.
5590         (_FP_DIV_HELP_imm): Likewise.
5591         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5592         Likewise.
5593         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5594         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5595         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5596         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5597         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5598         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5599         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5600         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5601         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5602         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5603         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5604         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5605         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5606         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5607         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5608         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5609         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5610         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5611         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5612         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5613         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5614         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5615         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5616         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5617         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5618         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5619         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5620         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5621         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5622         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5623         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5624         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5625         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5626         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5627         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5628         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5629         (FP_UNPACK_RAW_SP): Likewise.
5630         (FP_PACK_RAW_S): Likewise.
5631         (FP_PACK_RAW_SP): Likewise.
5632         (FP_UNPACK_S): Likewise.
5633         (FP_UNPACK_SP): Likewise.
5634         (FP_UNPACK_SEMIRAW_S): Likewise.
5635         (FP_UNPACK_SEMIRAW_SP): Likewise.
5636         (FP_PACK_S): Likewise.
5637         (FP_PACK_SP): Likewise.
5638         (FP_PACK_SEMIRAW_S): Likewise.
5639         (FP_PACK_SEMIRAW_SP): Likewise.
5640         (_FP_SQRT_MEAT_S): Likewise.
5641         (FP_CMP_S): Likewise.
5642         (FP_CMP_EQ_S): Likewise.
5643         (FP_CMP_UNORD_S): Likewise.
5644         (FP_TO_INT_S): Likewise.
5645         (FP_FROM_INT_S): Likewise.
5647         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5649         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5650         (FP_EX_INVALID_IMZ): Likewise.
5651         (FP_EX_INVALID_IMZ_FMA): Likewise.
5652         (FP_EX_INVALID_ISI): Likewise.
5653         (FP_EX_INVALID_ZDZ): Likewise.
5654         (FP_EX_INVALID_IDI): Likewise.
5655         (FP_EX_INVALID_SQRT): Likewise.
5656         (FP_EX_INVALID_CVI): Likewise.
5657         (FP_EX_INVALID_VC): Likewise.
5658         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5659         "invalid" exceptions.
5660         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5661         (_FP_ADD_INTERNAL): Likewise.
5662         (_FP_MUL): Likewise.
5663         (_FP_FMA): Likewise.
5664         (_FP_DIV): Likewise.
5665         (_FP_CMP_CHECK_NAN): Likewise.
5666         (_FP_SQRT): Likewise.
5667         (_FP_TO_INT): Likewise.
5668         (FP_EXTEND): Likewise.
5670 2014-10-09  Allan McRae  <allan@archlinux.org>
5672         * po/fr.po: Update French translation from translation project.
5674 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5676         [BZ #14132]
5677         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5678         of INTDEF.
5679         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5680         (__cxa_atexit): Use libc_hidden_proto.
5681         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5683         [BZ #14132]
5684         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5685         declaration.
5686         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5687         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5688         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5689         [!_ISOMAC] (__iswctype_internal): Likewise.
5690         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5691         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5692         alias.
5693         (fcntl): Remove __fcntl_internal alias.
5694         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5695         __connect_internal alias.
5696         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5697         Likewise.
5699         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5700         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5701         FP_DENORM_ZERO.
5702         (_FP_CHECK_FLUSH_ZERO): New macro.
5703         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5704         (_FP_CMP): Likewise.
5705         (_FP_CMP_EQ): Likewise.
5706         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5707         FP_DENORM_ZERO.
5708         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5709         (FP_TRUNC): Likewise.
5711         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5712         treated as invalid conversion, not as normal exponent.
5714         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5715         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5716         (_FP_CMP_EQ): Likewise.
5717         (_FP_CMP_UNORD): Likewise.
5718         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5719         (FP_CMP_EQ_D): Likewise.
5720         (FP_CMP_UNORD_D): Likewise.
5721         * soft-fp/extended.h (FP_CMP_E): Likewise.
5722         (FP_CMP_EQ_E): Likewise.
5723         (FP_CMP_UNORD_E): Likewise.
5724         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5725         (FP_CMP_EQ_Q): Likewise.
5726         (FP_CMP_UNORD_Q): Likewise.
5727         * soft-fp/single.h (FP_CMP_S): Likewise.
5728         (FP_CMP_EQ_S): Likewise.
5729         (FP_CMP_UNORD_S): Likewise.
5730         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5731         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5732         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5733         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5734         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5735         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5736         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5737         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5738         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5739         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5740         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5741         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5742         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5743         to FP_CMP_Q.
5744         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5745         FP_CMP_Q.
5746         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5747         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5748         FP_CMP_EQ_Q.
5749         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5750         FP_CMP_Q.
5751         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5752         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5753         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5754         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5755         FP_CMP_EQ_Q.
5756         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5757         FP_CMP_Q.
5758         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5759         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5760         FP_CMP_EQ_Q.
5761         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5762         FP_CMP_Q.
5763         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5764         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5765         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5766         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5767         FP_CMP_EQ_Q.
5769         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5770         a subnormal result, set the underflow exception if trapping on
5771         underflow is enabled.
5772         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5773         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5774         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5775         redefine to 0.
5776         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5777         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5778         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5779         * soft-fp/extendxftf2.c (__extendxftf2): Use
5780         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5782         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5783         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5784         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5785         FP_HANDLE_EXCEPTIONS.
5786         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5787         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5788         FP_HANDLE_EXCEPTIONS.
5789         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5790         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5791         FP_HANDLE_EXCEPTIONS.
5792         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5793         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5794         FP_HANDLE_EXCEPTIONS.
5796 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5798         [BZ #14132]
5799         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5800         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5801         use INTUSE.
5802         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5803         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5804         Remove alias.
5805         (__adjtimex): Define using libc_hidden_ver.
5806         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5807         Remove declaration.
5808         (ntp_gettime): Call __adjtimex directly.
5809         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5810         Remove declaration.
5811         (ntp_gettimex): Call __adjtimex directly.
5812         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5813         __adjtimex_internal alias.
5815 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5817         [BZ #17460]
5818         * nscd/nscd.c (more_help): Rewrite list of tables collection
5819         using xstrdup and asprintf.
5821         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5823 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5824             Roland McGrath  <roland@hack.frob.com>
5826         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5827         (do_lookup_unique): ... local function 'enter' here; update callers.
5829 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5831         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5832         compat_symbol calls on [SHARED].
5833         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5834         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5835         Remove.
5836         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5837         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5838         (oldsetrlimit): Remove.
5839         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5841         (lchown): New syscall entry.
5842         (oldsetrlimit): Remove.
5843         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5844         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5845         (oldsetrlimit): Remove.
5846         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5848         [BZ #14138]
5849         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5850         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5851         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5852         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5853         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5854         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5855         (fchown): Likewise.
5856         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5857         (fchown): Likewise.
5858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5859         Likewise.
5861 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5863         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5864         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5865         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5866         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5867         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5868         Likewise.
5869         (__old_sem_post): Likewise.
5871 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5873         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5874         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5875         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5876         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5877         Use INLINE_VSYSCALL macro.
5878         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5879         __vdso_clock_gettime.
5880         * sysdeps/unix/sysv/linux/tile/init-first.c
5881         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5882         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5883         __vdso_clock_gettime.
5885         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5886         to set up frame more cleanly.
5888         * sysdeps/tile/memcmp.c: New file.
5890         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5892         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5893         * sysdeps/tile/tilegx/strcasestr.c: New file.
5894         * sysdeps/tile/tilegx/strnlen.c: New file.
5895         * sysdeps/tile/tilegx/strstr.c: New file.
5897         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5899 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5901         * nptl/tst-setuid3.c: Write errors to stdout.
5903 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5905         * elf/dl-deps.c
5906         (preload): New functions broken out of _dl_map_object_deps.
5907         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5909 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5911         [BZ #14138]
5912         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5913         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5915 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5917         * sysdeps/mips/strcmp.S: New.
5919 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5921         [BZ #14138]
5922         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5923         (linkat): Likewise.
5924         (mkdirat): Likewise.
5925         (readlinkat): Likewise.
5926         (renameat): Likewise.
5927         (symlinkat): Likewise.
5928         (unlinkat): Likewise.
5929         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5930         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5931         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5932         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5933         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5934         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5935         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5937 2014-09-30  Will Newton  <will.newton@linaro.org>
5939         * math/math.h: Define long double math functions if
5940         _LIBC_TEST is defined.
5941         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5943         * localedata/Makefile: Move assignment to tests-special
5944         into an ifdef testing run-built-tests.
5945         * timezone/Makefile: Likewise.
5947 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5949         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5950         with $(BASH) not $(SHELL).
5952 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5953             Matthew LeGendre  <legendre1@llnl.gov>
5955         [BZ #17411]
5956         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5957         l_reloc_result.
5959 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5961         * stdio-common/printf_fp.c
5962         (hack_digit): New function, broken out of ...
5963         (__printf_fp): ... local function here.  Update call sites.
5964         hack_digit now takes an additional parameter that is a pointer
5965         to a struct of the referenced locals.  Those locals moved inside
5966         the struct and references updated.
5968 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5970         * aclocal.m4: Require autoconf 2.69.
5971         * configure: Regenerated.
5972         * sysdeps/aarch64/configure: Likewise.
5973         * sysdeps/alpha/configure: Likewise.
5974         * sysdeps/arm/armv7/configure: Likewise.
5975         * sysdeps/arm/configure: Likewise.
5976         * sysdeps/ia64/configure: Likewise.
5977         * sysdeps/mach/configure: Likewise.
5978         * sysdeps/mips/configure: Likewise.
5979         * sysdeps/s390/configure: Likewise.
5980         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5983         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5984         file.
5985         * sysdeps/ia64/configure.ac: Likewise.
5987 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
5989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5990         specify symbol version for ld.so.  Do not include entry for
5991         libpthread.
5992         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5993         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5994         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5996         [BZ #14171]
5997         * Makeconfig [$(build-shared) = yes]
5998         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5999         makefiles.
6000         [$(build-shared) = yes && $(soversions.mk-done) = t]
6001         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6002         [$(build-shared) = yes && $(soversions.mk-done) = t]
6003         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6004         to Makerules.
6005         [$(build-shared) = yes && $(soversions.mk-done) = t]
6006         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6007         here.
6008         [$(build-shared) = yes && $(soversions.mk-done) = t]
6009         (common-generated): Don't append gnu/lib-names.h and
6010         gnu/lib-names.stmp here.
6011         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6012         (lib-names-h-abi): New variable.
6013         [$(build-shared) = yes && $(soversions.mk-done) = t]
6014         (lib-names-stmp-abi): Likewise.
6015         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6016         abi-variants] (before-compile): Append
6017         $(common-objpfx)$(lib-names-h-abi).
6018         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6019         abi-variants] (common-generated): Append gnu/lib-names.h.
6020         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6021         abi-variants] (install-others-nosubdir): Depend on
6022         $(inst_includedir)/$(lib-names-h-abi).
6023         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6024         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6025         [$(build-shared) = yes && $(soversions.mk-done) = t]
6026         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6027         [$(build-shared) = yes && $(soversions.mk-done) = t]
6028         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6029         [$(build-shared) = yes && $(soversions.mk-done) = t]
6030         (common-generated): Append $(lib-names-h-abi) and
6031         $(lib-names-stmp-abi).
6032         * scripts/lib-names.awk: Do not handle multi being set.
6033         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6034         Remove variable.
6035         (abi-lp64_be-ld-soname): Likewise.
6036         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6037         Likewise.
6038         (abi-hard-ld-soname): Likewise.
6039         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6040         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6041         Remove variable.
6042         (abi-o32_hard-ld-soname): Likewise.
6043         (abi-o32_soft_2008-ld-soname): Likewise.
6044         (abi-o32_hard_2008-ld-soname): Likewise.
6045         (abi-n32_soft-ld-soname): Likewise.
6046         (abi-n32_hard-ld-soname): Likewise.
6047         (abi-n32_soft_2008-ld-soname): Likewise.
6048         (abi-n32_hard_2008-ld-soname): Likewise.
6049         (abi-n64_soft-ld-soname): Likewise.
6050         (abi-n64_hard-ld-soname): Likewise.
6051         (abi-n64_soft_2008-ld-soname): Likewise.
6052         (abi-n64_hard_2008-ld-soname): Likewise.
6053         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6054         Likewise.
6055         (abi-64-v2-ld-soname): Likewise.
6056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6057         ld.so entries.
6058         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6059         variable.
6060         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6061         entry.
6062         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6063         variable.
6064         (abi-64-ld-soname): Likewise.
6065         (abi-x32-ld-soname): Likewise.
6066         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6067         entry.
6068         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6070 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6072         [BZ #14138]
6073         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6074         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6075         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6076         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6077         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6078         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6079         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6080         syscall entry for GLIBC_2.2 symbol version.
6081         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6082         Likewise.
6083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6084         (setrlimit): Likewise.
6085         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6086         Likewise.
6088 2014-09-23  Will Newton  <will.newton@linaro.org>
6090         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6091         _LINUX_ARM_SYSDEP_H include guard too.
6092         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6093         define.
6095 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6097         * sysdeps/unix/sysv/linux/eventfd.c:
6098         Make first argument unsigned.
6099         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6100         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6102 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6104         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6105         * socket/sys/socket.h: Likewise
6106         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6108 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6110         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6112 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6114         * time/tst-ftime.c: New test.
6115         * time/Makefile (tests): Add tst-ftime.
6117 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6119         * soft-fp/extended.h: Fix comment formatting.
6120         * soft-fp/op-1.h: Likewise.
6121         * soft-fp/op-2.h: Likewise.
6122         * soft-fp/op-4.h: Likewise.
6123         * soft-fp/op-8.h: Likewise.
6124         * soft-fp/op-common.h: Likewise.
6125         * soft-fp/soft-fp.h: Likewise.
6127         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6129 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6131         [BZ #6652]
6132         * Makeconfig (soversions-default-setname): Remove variable.
6133         ($(common-objpfx)soversions.i): Don't pass default_setname to
6134         soversions.awk.
6135         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6136         oldest_abi to abi-versions.awk.
6137         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6138         * config.make.in (oldest-abi): Remove variable.
6139         * configure.ac (--enable-oldest-abi): Remove configure option.
6140         * configure: Regenerated.
6141         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6142         text.
6143         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6144         * scripts/soversions.awk: Do not handle default_setname variable.
6145         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6146         variable.
6147         * sysdeps/mach/hurd/configure: Regenerated.
6148         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6149         variable.
6150         * sysdeps/unix/sysv/linux/configure: Regenerated.
6152 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6154         * elf/Makefile (CFLAGS-interp.c): Remove.
6155         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6156         path string.
6157         * elf/interp.c: Include generated runtime-linker.h
6159         * Makerules (lib%.so): Don't include $(+interp) in
6160         prerequisites.
6161         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6162         * dlfcn/eval.c: Remove file.
6164         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6165         macros.
6167         [BZ #17266]
6168         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6169         4.2 and newer.
6171         [BZ #17370]
6172         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6174 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6175             Jakub Jelinek  <jakub@redhat.com>
6177         [BZ #17266]
6178         * libio/stdio.h: Check definition of __fortify_function
6179         instead of __extern_always_inline to include bits/stdio2.h.
6180         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6181         check if __extern_always_inline is defined.
6182         [__USE_MISC || __USE_XOPEN]: Likewise.
6183         [__USE_ISOC99] Likewise.
6184         * misc/sys/cdefs.h (__fortify_function): Define only if
6185         __extern_always_inline is defined.
6186         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6187         __extern_always_inline and __extern_inline only for g++-4.3
6188         and newer or a compatible gcc.
6190 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6192         [BZ #17371]
6193         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6194         last change to handle zero prefix length.
6196 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6198         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6199         _SC_REGEX_VERSION.
6201         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6202         _POSIX_RAW_SOCKETS.
6204 2014-09-13  Allan McRae  <allan@archlinux.org>
6206         * po/ru.po: Update Russian translation from translation project.
6208 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6210         * locale/programs/locale.c (show_locale_vars): Inline local function
6211         into its sole call site.  Clean up some style nits.
6212         (print_item): New function, broken out of ...
6213         (show_info): ... local function here.  Clean up style nits.
6215         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6216         out of ...
6217         (set_class_defaults): ... local function set_default here.
6218         Define set_default as a macro locally to pass constant parameters.
6219         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6220         rather than a shared local.
6222         * stdlib/rpmatch.c (try): New function, broken out of ...
6223         (rpmatch): ... local function here.  Also, prototypify definition.
6225 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6227         * scripts/soversions.awk: Do not handle configuration names.
6228         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6229         vendor and os variables to soversions.awk.
6230         * configure.ac: Do not modify gnu-* host_os.
6231         * configure: Regenerated
6232         * shlib-versions: Remove first column with configuration names.
6233         * nptl/shlib-versions: Likewise.
6234         * nptl_db/shlib-versions: Likewise.
6235         * sysdeps/hppa/shlib-versions: Likewise.
6236         * sysdeps/m68k/shlib-versions: Likewise.
6237         * sysdeps/mach/hurd/shlib-versions: Likewise.
6238         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6239         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6240         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6241         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6242         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6243         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6244         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6245         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6247         Likewise.
6248         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6249         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6250         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6251         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6252         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6253         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6254         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6255         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6258         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6260         Regenerated.
6261         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6263         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6265         * shlib-versions: Remove OS-specific entries.  Moved to files in
6266         sysdeps.
6267         * sysdeps/mach/hurd/shlib-versions: New file.
6268         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6270         * nptl/shlib-versions: Remove architecture-specific entries.
6271         Moved to files in sysdeps.
6272         * shlib-versions: Likewise.
6273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6274         file.
6275         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6276         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6277         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6278         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6280         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6281         (UDP_NO_CHECK6_RX): Likewise.
6283 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6285         * sysdeps/posix/sysconf.c (__sysconf): Spell
6286         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6288 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6290         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6291         loading.
6292         * iconv/Versions (__gconv_transliterate): Export for use from
6293         gconv modules.
6294         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6295         (struct __gconv_trans_data, __gconv_trans_fct,
6296         __gconv_trans_context_fct, __gconv_trans_query_fct,
6297         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6298         definitions.
6299         (struct __gconv_step_data): Remove __trans member.
6300         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6301         longer hidden.  Remove unused trans_data argument.
6302         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6303         (__gconv_translit_find): Remove declaration.
6304         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6305         prototype.
6306         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6307         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6308         trans_data argument.  Add hidden definition.
6309         (__gconv_translit_find): Remove.
6310         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6311         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6312         * iconv/skeleton.c: Remove transliteration initialization.
6313         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6314         __gconv_step_data initialization.
6315         * libio/iofwide.c (__libio_translit_): Remove.
6316         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6317         * wcsmbs/btowc.c (__btowc): Likewise.
6318         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6319         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6320         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6321         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6322         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6323         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6324         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6325         * wcsmbs/wctob.c (wctob): Likewise.
6327 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6329         [BZ #16194]
6330         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6331         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6332         register usage.
6333         * sysdeps/x86/Makefile: Adjust.
6335 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6336             Roland McGrath  <roland@hack.frob.com>
6338         * locale/weight.h: Add include guard.
6339         (findidx): Make static rather than auto; take new parameters
6340         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6341         * locale/weightwc.h: Likewise.
6342         * posix/fnmatch_loop.c
6343         (FCT): Change type of EXTRA from int32_t to wint_t.
6344         Don't include either header inside the function.
6345         Call FINDIDX rather than findidx, and pass new arguments.
6346         #undef FINDIDX at the end of the file.
6347         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6348         FINDIDX before including fnmatch_loop.c for the non-wide version.
6349         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6350         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6351         for the wide version.
6352         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6353         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6354         Pass new arguments to findidx.
6355         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6356         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6357         Don't #include it inside the function.  Pass new arguments to findidx.
6358         * posix/regex_internal.h
6359         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6360         (re_string_elem_size_at): Don't #include it inside the function.
6361         Pass new arguments to findidx.
6362         * string/strcoll_l.c: #include WEIGHT_H at top level.
6363         (get_next_seq): Don't #include it inside the function.
6364         Pass new arguments to findidx.
6365         (get_next_seq_nocache): Likewise.
6366         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6367         (STRXFRM): Don't #include it inside the function.
6368         Pass new arguments to findidx.
6370 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6372         [BZ #17344]
6373         * malloc/malloc.c (unlink): Turn asserts into a call to
6374         malloc_printerr.
6376 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6378         [BZ #17370]
6379         * libio/wfileops (do_ftell_wide): Free OUT.
6381 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6383         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6385 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6387         [BZ #17363]
6388         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6389         group if the current group is empty.
6391 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6393         * benchtests/bench-memset.c (test_main): Add more test from size
6394         from 32 to 512 bytes.
6395         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6396         Add POWER8 memset object.
6397         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6398         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6399         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6400         implementation.
6401         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6402         Likewise.
6403         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6404         multiarch POWER8 memset optimization.
6405         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6406         POWER8 memset optimization.
6408         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6409         Remove bzero multiarch objects.
6410         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6411         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6412         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6413         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6414         Remove define.
6415         [__bzero]: Redefine to specific name.
6416         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6417         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6418         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6419         define.
6420         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6421         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6423 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6425         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6426         warnings into errors.
6428         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6429         __cxa_thread_atexit_impl prototype.
6431 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6433         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6434         Fix capitalization of error message.
6436 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6438         * sysdeps/mips/preconfigure: Modify ABI tests.
6440 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6442         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6444 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6445             Carlos O'Donell  <carlos@systemhalted.org>
6447         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6448         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6449         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6450         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6451         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6452         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6453         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6454         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6455         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6456         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6457         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6458         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6459         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6460         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6461         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6462         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6463         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6464         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6465         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6466         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6467         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6468         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6469         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6470         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6471         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6472         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6473         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6474         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6475         Deconditionalize the code that was previously under [RESET_PID].
6476         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6477         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6478         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6479         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6480         include sysdep.h.
6482 2014-09-08  Allan McRae  <allan@archlinux.org>
6484         * version.h (RELEASE): Set to "development".
6485         (VERSION): Set to "2.20.90"
6487 2014-09-07  Allan McRae  <allan@archlinux.org
6489         * version.h (RELEASE): Set to "stable".
6490         (VERSION): Set to "2.20"
6491         * include/features.h (__GLIBC_MINOR__): Set to 20.
6493         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6494         Liebler.
6496         * po/ko.po: Update Korean translation from translation project.
6498 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6500         [BZ #17354]
6501         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6502         macro for handling signed relocations.
6504 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6506         [BZ #17325]
6507         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6508         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6509         assert.
6510         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6511         * iconvdata/ibm935.c (BODY): Likewise.
6512         * iconvdata/ibm937.c (BODY): Likewise.
6513         * iconvdata/ibm939.c (BODY): Likewise.
6514         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6515         assert.
6516         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6517         script.
6518         * iconvdata/run-iconv-test.sh: New test loop for checking for
6519         decoder crashers.
6521 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6523         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6524         libm_hidden_ver.
6526 2014-09-01  Allan McRae  <allan@archlinux.org>
6528         * po/eo.po: Update Esperanto translation from translation project.
6530         * po/ca.po: Update Catalan translation from translation project.
6532 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6534         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6535         __proc_dostop call.
6537 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6539         [BZ #17319]
6540         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6541         to call set_thread_area instead of hand written asm.
6542         (__NR_set_thread_area): Removed define.
6543         (TLS_FLAG_WRITABLE): Likewise.
6544         (__ASSUME_SET_THREAD_AREA): Remove check.
6545         (TLS_EBX_ARG): Remove define.
6546         (TLS_LOAD_EBX): Likewise.
6548 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6550         Simplify atomicity of socket creation in bind.
6552         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6553         looking up the name after linking the file.
6555 2014-08-27  Allan McRae  <allan@archlinux.org>
6557         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6559 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6561         [BZ #17187]
6562         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6563         trans_compare, open_translit, __gconv_translit_find):
6564         Remove module loading code.
6566 2014-08-26  Allan McRae  <allan@archlinux.org>
6568         * po/vi.po: Update Vietnamese translation from translation project.
6570         * po/uk.po: Update Ukrainian translation from translation project.
6572         * po/fr.po: Update French translation from translation project.
6574         * po/ru.po: Update Russian translation from translation project.
6576         * po/pl.po: Update Polish translation from translation project.
6578         * po/cs.po: Update Czech translation from translation project.
6580         * po/de.po: Update German translation from translation project.
6582         * po/bg.po: Update Bulgarian translation from translation project.
6584         * po/sv.po: Update Sweedish translation from translation project.
6586         * po/nl.po: Update Dutch translation from translation project.
6588         * po/es.po: Update Spanish translation from translation project.
6590 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6592         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6594         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6595         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6596         (CPPFLAGS-iconvconfig): Likewise.
6597         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6599         * include/libc-symbols.h: Remove unnecessary check for
6600         NOT_IN_libc.
6601         * nptl/pthreadP.h: Likewise.
6602         * sysdeps/aarch64/setjmp.S: Likewise.
6603         * sysdeps/alpha/setjmp.S: Likewise.
6604         * sysdeps/arm/sysdep.h: Likewise.
6605         * sysdeps/i386/setjmp.S: Likewise.
6606         * sysdeps/m68k/setjmp.c: Likewise.
6607         * sysdeps/posix/getcwd.c: Likewise.
6608         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6609         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6610         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6611         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6612         * sysdeps/sh/sh3/setjmp.S: Likewise.
6613         * sysdeps/sh/sh4/setjmp.S: Likewise.
6614         * sysdeps/unix/alpha/sysdep.h: Likewise.
6615         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6616         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6617         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6618         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6621         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6622         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6623         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6624         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6625         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6626         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6627         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6628         * sysdeps/x86_64/setjmp.S: Likewise.
6630 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6632         [BZ #17263]
6633         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6634         <stdint.h>.
6635         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6636         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6638 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6640         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6642         [BZ #17262]
6643         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6644         and __x86_64__ when disabling x87 inline functions.
6646 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6648         [BZ #17259]
6649         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6650         asm statement with __cpuid_count.
6652 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6654         * configure.ac: Change __ehdr_start code to dereference the struct.
6655         Run readelf on the output to look for relocations.
6656         * configure: Regenerated.
6658 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6660         [BZ #17261]
6661         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6662         value to 0.
6663         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6665 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6667         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6669 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6671         [BZ #16892]
6672         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6673         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6675 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6677         * malloc/malloc.c: Fix typo in comment.
6679 2014-08-09  Allan McRae  <allan@archlinux.org>
6681         * Regenerate libc.po.
6683 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6685         * intl/tst-gettext2.sh: Check every lang file for creation.
6687 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6689         * sysdeps/aarch64/fpu/math_private.h
6690         (libc_feholdsetround_noex_aarch64_ctx): New function.
6692 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6694         * sysdeps/arm/armv6/strcpy.S (strcpy):
6695         Fix performance issue in misaligned cases.
6697 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6699         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6700         Move definition from termios.h.
6701         (struct termio): Likewise.
6702         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6703         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6704         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6705         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6706         Likewise.
6707         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6708         Move definition to ioctl-types.h
6709         (struct termio): Likewise.
6710         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6711         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6712         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6713         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6714         Likewise.
6716 2014-08-05  Richard Henderson  <rth@redhat.com>
6718         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6719         exceptions.
6720         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6721         Add fraiseexcpt.
6722         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6723         Use __feraiseexcept.
6724         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6725         Protect libm symbols with IS_IN_libm.
6727         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6729 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6731         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6733 2014-08-04  Will Newton  <will.newton@linaro.org>
6735         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6736         file.
6738 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6740         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6741         variants for each function.
6743 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6745         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6746         appended ...
6747         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6748         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6749         appended ...
6750         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6751         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6752         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6753         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6754         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6755         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6756         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6757         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6758         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6759         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6760         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6762         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6763         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6764         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6765         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6766         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6767         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6768         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6769         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6770         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6772         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6774         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6776         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6777         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6778         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6779         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6780         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6781         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6782         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6783         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6784         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6785         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6786         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6787         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6788         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6789         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6790         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6791         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6792         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6793         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6794         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6795         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6796         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6797         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6798         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6799         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6800         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6801         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6802         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6803         Update #include.
6804         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6805         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6807 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6809         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6810         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6811         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6812         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6813         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6814         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6816 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6818         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6819         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6820         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6821         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6823 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6825         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6826         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6827         (__libc_vfork): Define function under this name.
6828         (__vfork): Define as an alias.
6829         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6830         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6832 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6834         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6835         that was previously under [RESET_PID].
6836         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6838 2014-08-04  Andreas Schwab  <schwab@suse.de>
6840         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6842 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6844         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6845         (main): Likewise.
6847 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6849         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6851 2014-08-01  Richard Henderon  <rth@redhat.com>
6853         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6854         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6855         typo in exact zero test.
6856         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6857         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6858         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6860 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6862         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6863         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6864         * sysdeps/arm/sysdep.h: ... here.
6865         [!__ASSEMBLER__]: Include <stdint.h>.
6867 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6869         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6870         (HAVE_WCTYPE_H): Likewise.
6871         (HAVE_ISWCTYPE): Likewise.
6872         (ENABLE_NLS): Likewise.
6873         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6874         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6876         * posix/regex_internal.c: Check if DEBUG is defined and is
6877         set.
6879         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6880         (HAVE_MBSRTOWCS): Likewise.
6881         * posix/fnmatch.c: Include string.h unconditionally.
6883 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6885         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6886         reversal.
6888 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6890         * sysdeps/generic/safe-fatal.h: New file.
6891         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6892         * nptl/forward.c: Include it.
6893         (__pthread_unwind): Use __safe_fatal as default action, rather
6894         than a bogus use of INTERNAL_SYSCALL that could never work.
6896         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6897         * configure.ac (libc_cv_builtin_trap): New test.
6898         * configure: Regenerated.
6899         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6900         (ABORT_INSTRUCTION): Define using __builtin_trap.
6902         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6903         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6904         * sysdeps/nptl/nptl-signals.h: New file.
6905         * nptl/pthreadP.h: Include <nptl-signals.h>.
6907 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6909         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6910         (ONE_DIRECTION): Define.
6911         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6912         (ONE_DIRECTION): Define.
6913         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6914         (ONE_DIRECTION): Define.
6916 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6918         * sysdeps/s390/Makefile: Delete file.
6919         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6920         * sysdeps/s390/__longjmp.c: Delete file.
6921         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6922         Remove fields __flags and __reserved.
6923         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6924         and add versioning.
6925         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6926         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6927         * sysdeps/s390/rtld-setjmp.S: Likewise.
6928         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6929         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6930         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6931         * sysdeps/s390/s390-32/setjmp.S: ... here.
6932         Add versioning.
6933         (__sigsetjmp): Remove setting __flags field.
6934         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6935         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6936         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6937         * sysdeps/s390/s390-64/setjmp.S: ... here.
6938         Add versioning.
6939         (__sigsetjmp): Remove setting __flags field.
6940         * sysdeps/s390/setjmp.S: Delete file.
6941         * sysdeps/s390/sigjmp.c: Likewise.
6942         * sysdeps/s390/v1-longjmp.c: Likewise.
6943         * sysdeps/s390/v1-setjmp.h: Likewise.
6944         * sysdeps/s390/v1-sigjmp.c: Likewise.
6945         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6946         Remove v1-longjmp_chk.
6947         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6948         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6949         Include debug/longjmp_chk.c and add versioning.
6950         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6951         Include nptl/pt-longjmp.c and add versioning.
6952         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6953         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6954         Include __longjmp.c.
6955         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6956         Move to ...
6957         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6958         (__getcontext): Remove setting __flags field.
6959         Add versioning.
6960         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6961         Don't restore upper high grps.
6962         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6963         Likewise.
6964         (__swapcontext): Remove setting uc_flags field.
6965         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6966         Delete file.
6967         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6968         Include __longjmp.c.
6969         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6970         Move to ...
6971         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6972         (__getcontext): Remove setting __flags field.
6973         Add versioning.
6974         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6975         (__swapcontext): Remove setting uc_flags field.
6976         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6977         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6978         Remove fields uc_high_gprs and __reserved.
6979         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6980         New file with reverted content.
6981         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6982         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6983         Regenerated.
6984         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6985         Regenerated.
6987 2014-07-31  Andreas Schwab  <schwab@suse.de>
6989         * config.h.in (HAVE_IFUNC): Define to 0.
6990         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6991         definedness.
6993 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
6995         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6996         memmove-avx-unaligned, memcpy-avx-unaligned and
6997         mempcpy-avx-unaligned.
6998         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6999         Add tests for AVX memcpy functions.
7000         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7001         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7002         memcpy_chk.
7003         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7004         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7005         memmove_chk.
7006         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7007         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7008         mempcpy_chk.
7009         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7010         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7011         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7013 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7015         [BZ #17213]
7016         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7017         powerpc64le.
7019 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7021         [BZ #16839]
7022         * manual/llio.texi: Add section about open file description locks.
7023         * manual/examples/ofdlocks.c: Example of open file description
7024         lock usage.
7025         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7026         F_OFD_SETLK, and F_OFD_SETLKW.
7028 2014-07-23  Allan McRae  <allan@archlinux.org>
7030         * po/es.po: Update Spanish translation from translation project.
7032 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7034         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7036 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7038         [BZ #17078]
7039         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7040         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7041         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7043 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7045         [BZ #17088]
7046         * math/fesetenv.c (__fesetenv)
7047         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7048         * math/feupdateenv.c (__feupdateenv)
7049         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7051         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7052         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7053         (__ASSUME_SOCKETCALL): Do not define.
7055         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7056         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7057         (__ASSUME_SOCKETCALL): Do not define.
7058         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7059         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7060         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7061         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7062         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7063         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7064         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7065         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7067         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7068         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7069         (__ASSUME_SOCKETCALL): Do not define.
7070         (__ASSUME_IPC64): Define unconditionally.
7071         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7072         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7073         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7074         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7075         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7076         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7077         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7078         Likewise.
7080         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7081         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7082         (__ASSUME_SOCKETCALL): Do not define.
7083         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7084         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7085         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7086         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7087         (__ASSUME_REQUEUE_PI): Define unconditionally.
7088         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7089         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7090         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7091         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7092         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7093         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7095         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7096         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7097         (__ASSUME_SOCKETCALL): Do not define.
7098         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7099         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7100         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7101         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7102         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7103         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7105         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7106         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7107         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7108         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7109         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7110         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7111         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7112         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7113         (__ASSUME_GETCPU_SYSCALL): Likewise.
7115         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7116         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7117         cases for individual architectures.
7118         * sysdeps/gnu/configure: Regenerated.
7119         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7120         LIBC_SLIBDIR_RTLDDIR.
7121         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7122         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7123         LIBC_SLIBDIR_RTLDDIR.
7124         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7126         LIBC_SLIBDIR_RTLDDIR.
7127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7128         Regenerated.
7129         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7130         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7131         file.
7132         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7133         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7134         file.
7135         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7136         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7137         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7138         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7140         * sysdeps/aarch64/shlib-versions: Move to ...
7141         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7142         * sysdeps/alpha/shlib-versions: Move to ...
7143         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7144         * sysdeps/arm/shlib-versions: Move to ...
7145         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7146         * sysdeps/hppa/shlib-versions: Move all contents except for
7147         libgcc_s entry to ...
7148         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7149         entry from ...
7150         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7151         * sysdeps/ia64/shlib-versions: Move to ...
7152         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7153         entry from ...
7154         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7155         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7156         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7157         * sysdeps/microblaze/shlib-versions: Move to ...
7158         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7159         * sysdeps/mips/shlib-versions: Move to ...
7160         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7161         entry from ...
7162         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7163         * sysdeps/tile/shlib-versions: Move to ...
7164         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7165         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7166         from ...
7167         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7168         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7169         entry from ...
7170         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7172 2014-07-17  Will Newton  <will.newton@linaro.org>
7174         * sysdeps/arm/bits/atomic.h
7175         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7176         (__arch_compare_and_exchange_bool_16_int): Likewise.
7177         (__arch_compare_and_exchange_bool_64_int): Likewise.
7179         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7180         into an #else block.
7182 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7184         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7185         just Linux configurations.  Test empirically that the compiler sets
7186         __ARM_EABI__, rather than using the tuple to decide.
7187         * sysdeps/arm/preconfigure: Regenerated.
7188         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7189         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7190         contents appended ...
7191         * sysdeps/arm/configure.ac: ... here.
7192         * sysdeps/arm/configure: Regenerated.
7194 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7196         * nptl/pthread_kill.c: New file.
7197         * nptl/pthread_sigmask.c: New file.
7198         * nptl/pthread_sigqueue.c: New file.
7200         * sysdeps/nptl/lowlevellock.h: New file.
7201         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7202         * sysdeps/nptl/lowlevellock-futex.h: New file.
7204         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7205         Remove dead declarations.
7207 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7209         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7210         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7211         config-cflags-avx2.
7212         * sysdeps/x86_64/configure.ac: Likewise.
7213         * sysdeps/i386/configure: Regenerated.
7214         * sysdeps/x86_64/configure: Likewise.
7215         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7216         memset-avx2 only if config-cflags-avx2 is yes.
7217         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7218         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7219         defined.
7220         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7221         only if HAVE_AVX2_SUPPORT is defined.
7222         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7224 2014-07-14  Alan Modra  <amodra@gmail.com>
7226         [BZ #17153]
7227         * elf/elf.h (DT_PPC64_NUM): Correct value.
7228         * NEWS: Add to fixed bug list.
7230 2014-07-13  Jim Meyering  <meyering@fb.com>
7232         [BZ 17150]
7233         regex: don't deref NULL upon heap allocation failure
7234         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7235         failure in one more place.
7236         To trigger the segfault, configure grep -with-included-regex,
7237         build it, and run these commands:
7238         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7240 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7242         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7244 2014-07-11  Richard Henderson  <rth@redhat.com>
7246         * sysdeps/aarch64/libm-test-ulps: Update.
7248 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7250         [BZ #17135]
7251         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7252         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7253         (__nptl_setxid): Initialize error member.  Call
7254         __nptl_setxid_error.
7255         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7256         * nptl/descr.h (struct xid_command): Add error member.
7257         * nptl/tst-setuid3.c: New file.
7258         * nptl/Makefile (tests): Add it.
7260 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7262         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7263         New define.
7264         (__lll_trylock): Use __lll_base_trylock.
7265         (__lll_cond_trylock): Likewise.
7267 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7269         * nptl/pthread_create.c (start_thread): Use atomic_or and
7270         lll_futex_wake directly rather than lll_robust_dead.
7271         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7272         (lll_robust_dead): Macro removed.
7273         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7274         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7275         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7276         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7277         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7278         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7279         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7280         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7281         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7282         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7283         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7284         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7285         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7286         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7287         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7289         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7290         Use atomic_compare_and_exchange_val_acq directly rather than
7291         lll_robust_trylock.
7292         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7293         (__lll_robust_trylock, lll_robust_trylock): Removed.
7294         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7295         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7296         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7297         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7298         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7299         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7300         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7301         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7302         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7303         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7304         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7305         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7306         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7307         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7309 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7311         * manual/locale.texi (Locale Names): New section documenting
7312         locale name syntax.  Adjust menu and node chaining accordingly.
7313         (Choosing Locale): Reference Locale Names, Locale Categories.
7314         Mention setting LC_ALL=C.  Reflect that name syntax is now
7315         documented.
7316         (Locale Categories): New section title.  Reference Locale Names.
7317         LC_ALL is an environment variable, but not a category.
7318         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7319         description, now in Locale Name.  Reference that section.  Locale
7320         name syntax is now documented.
7322 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7324         [BZ #17137]
7325         * locale/findlocale.c (name_present, valid_locale_name): New
7326         functions.
7327         (_nl_find_locale): Use the loc_name variable to store name
7328         candidates.  Call name_present and valid_locale_name to check and
7329         validate locale names.  Return an error if the locale is invalid.
7331 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7333         * locale/setlocale.c (setlocale): Use strdup for allocating
7334         composite name copy.
7336 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7338         Sync up with gnulib.
7339         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7340         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7341         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7342         and _GL_ARG_NONNULL.
7343         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7344         [!_LIBC]: Include code for Windows and Cygwin.
7345         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7346         Include prototype for int strerror_r.
7347         [!_LIBC] (is_open): New function.
7348         (flush_stdout): New function.
7349         (print_errno_message): Use it.
7350         (error): Likewise.
7351         (error_at_line): Likewise.
7352         (error_tail) Add function attribute macros.  Use
7353         __builtin_expect.
7355         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7357         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7359         * io/ftw.c: Include sys/param.h unconditionally.
7361         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7363         [BZ #17125]
7364         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7365         libc_freeres_ptr.
7366         (freecache): New function to free CACHE on exit.
7368         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7369         initialization.
7371 2014-07-09  David S. Miller  <davem@davemloft.net>
7373         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7375         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7376         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7377         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7378         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7379         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7380         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7381         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7382         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7383         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7384         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7385         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7386         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7387         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7389 2014-07-09  Andreas Schwab  <schwab@suse.de>
7391         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7392         output.
7393         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7394         (do_test): Likewise.
7396         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7398 2014-07-09  Will Newton  <will.newton@linaro.org>
7400         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7401         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7402         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7403         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7404         * sysdeps/hppa/start.S (_start): Likewise.
7406 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7408         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7410         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7411         defined.
7413 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7415         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7416         after checking that it is non-NULL.
7418         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7420 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7422         * sysdeps/powerpc/memmove.c: Remove file.
7423         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7424         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7425         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7426         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7427         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7428         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7429         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7430         string memmove instead of removed powerpc one.
7432         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7433         [weak_alias]: Fix compiler warning due trailing data.
7434         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7435         [weak_alias]: Likewise.
7436         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7437         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7439         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7440         (__libc_ifunc_impl_list): Add memmove functions.
7442 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7444         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7445         Remove code.
7446         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7447         Likewise
7448         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7449         Likewise
7450         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7451         Likewise
7452         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7453         Likewise
7454         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7455         Likewise
7456         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7457         Likewise
7458         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7459         Likewise
7460         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7461         Likewise
7462         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7463         Likewise
7464         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7465         Likewise
7466         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7467         Likewise
7468         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7469         Likewise
7470         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7471         Likewise
7472         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7473         Likewise
7474         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7475         Likewise
7476         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7477         Likewise
7479 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7481         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7482         to avoid alignment traps in non-cacheable memory.
7483         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7485         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7486         multiarch objects.
7487         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7488         file: multiarch power7 memmove.
7489         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7490         multiarch default memmove.
7491         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7492         multiarch memove for powerpc32/power4.
7494         * string/bcopy.c: Use full path to include memmove.c.
7495         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7496         multiarch objects.
7497         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7498         bcopy for powerpc64.
7499         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7500         bcopy for powerpc64.
7501         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7502         and memmove implementations.
7503         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7504         optimized multiarch memmove for POWER7/powerpc64.
7505         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7506         default multiarch memmove for powerpc64.
7507         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7508         multiarch for powerpc64.
7509         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7510         for POWER7/powerpc64.
7511         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7512         memmove for POWER7/powerpc64.
7514         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7515         glibc default one.
7517         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7518         __ELF_NATIVE_CLASS equal to 64.
7520 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7522         * sysdeps/nptl/lowlevellock.h: File removed.
7524         * NEWS: NPTL is no longer an add-on!
7525         * nptl/internaltypes.h: Moved ...
7526         * sysdeps/nptl/internaltypes.h: ... here.
7527         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7528         * sysdeps/nptl/fork.c: Likewise.
7529         * sysdeps/nptl/gai_misc.h: Likewise.
7530         * sysdeps/nptl/librt-cancellation.c: Likewise.
7531         * sysdeps/nptl/jmp-unwind.c: Likewise.
7532         * sysdeps/nptl/setxid.h: Likewise.
7533         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7534         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7535         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7536         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7537         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7538         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7539         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7540         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7541         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7542         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7543         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7544         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7545         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7546         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7547         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7548         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7549         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7550         * nptl/Makeconfig: Moved ...
7551         * sysdeps/nptl/Makeconfig: ... here.
7552         * nptl/configure: File removed.
7553         * nptl/ANNOUNCE: File removed.
7554         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7555         * sysdeps/unix/sysv/linux/configure: Regenerated.
7557         * nptl/Makefile (routines): Add libc_pthread_init,
7558         libc_multiple_threads, register-atfork and unregister-atfork.
7559         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7560         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7561         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7562         pthread-pi-defines.sym, structsem.sym.
7563         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7564         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7565         [$(subdir) = nptl] (tests): Add tst-setgetname.
7566         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7567         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7568         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7569         [!LIBC_SIGACTION]: Remove aliases.
7570         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7571         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7572         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7573         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7574         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7575         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7576         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7577         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7578         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7579         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7580         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7581         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7582         __libc_allocate_rtsig_private.
7583         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7584         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7585         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7586         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7587         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7588         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7589         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7590         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7591         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7592         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7593         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7594         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7595         * nptl/internaltypes.h: ... here.
7596         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7597         * sysdeps/nptl/jmp-unwind.c: ... here.
7598         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7599         * nptl/libc-lowlevellock.c: ... here.
7600         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7601         * nptl/libc_multiple_threads.c: ... here.
7602         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7603         * nptl/libc_pthread_init.c: ... here.
7604         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7605         * nptl/lowlevelbarrier.sym: ... here.
7606         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7607         * nptl/lowlevelcond.sym: ... here.
7608         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7609         * nptl/lowlevellock.c: ... here.
7610         * nptl/lowlevellock.h: Moved ...
7611         * sysdeps/nptl/lowlevellock.h: ... here.
7612         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7613         * nptl/lowlevelrobustlock.c: ... here.
7614         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7615         * nptl/lowlevelrobustlock.sym: ... here.
7616         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7617         * nptl/lowlevelrwlock.sym: ... here.
7618         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7619         * nptl/pt-fork.c: ... here.
7620         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7621         * nptl/pthread-pi-defines.sym: ... here.
7622         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7623         * nptl/pthread_attr_getaffinity.c: ... here.
7624         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7625         * nptl/pthread_attr_setaffinity.c: ... here.
7626         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7627         * nptl/pthread_mutex_cond_lock.c: ... here.
7628         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7629         Update #include.
7630         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7631         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7632         * nptl/pthread_once.c: ... here, replacing old file.
7633         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7634         * nptl/pthread_yield.c: ... here.
7635         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7636         * nptl/register-atfork.c: ... here.
7637         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7638         * nptl/sem_post.c: ... here.
7639         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7640         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7641         * nptl/sem_timedwait.c: ... here.
7642         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7643         * nptl/sem_trywait.c: ... here.
7644         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7645         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7646         * nptl/sem_wait.c: ... here.
7647         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7648         * nptl/structsem.sym: ... here.
7649         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7650         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7651         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7652         * nptl/unregister-atfork.c: ... here.
7653         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7654         * nptl/unwindbuf.sym: ... here.
7655         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7656         * sysdeps/nptl/fork.c: ... here.
7657         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7658         * sysdeps/nptl/fork.h: ... here.
7659         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7660         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7661         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7662         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7663         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7664         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7665         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7666         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7667         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7668         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7669         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7670         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7671         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7672         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7673         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7674         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7675         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7676         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7677         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7678         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7679         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7680         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7681         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7682         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7683         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7684         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7685         * sysdeps/unix/sysv/linux/raise.c: ... here.
7686         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7687         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7688         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7689         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7690         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7691         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7692         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7693         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7694         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7695         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7696         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7697         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7698         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7699         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7700         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7702 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7704         * sysdeps/generic/memcopy.h: Add comment for
7705         MEMCPY_OK_FOR_FWD_MEMMOVE.
7707 2014-07-04  Will Newton  <will.newton@linaro.org>
7709         * string/memchr.c: Merge from gnulib.
7710         [_LIBC]: Remove conditionals.
7711         (__ptr_t): Remove define.
7712         (LONG_MAX_32_BITS): Likewise.
7713         (LONG_MAX): Likewise.
7714         (MEMCHR): Use ANSI prototype and optimize algorithm.
7716         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7718 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7720         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7721         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7723         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7724         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7725         in a bare environment with no <stdlib.h> installed.
7726         * sysdeps/nptl/configure: Regenerated.
7728         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7730         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7731         AC_EGREP_CPP for kernel header checks, so they only succeed if
7732         including <linux/version.h> actually works right.
7733         * sysdeps/unix/sysv/linux/configure: Regenerated.
7735         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7736         value so it's not diagnosed as unused.
7738         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7739         thing) with "ifeq ($(subdir),rt)".
7741 2014-07-03  Richard Henderson  <rth@redhat.com>
7743         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7744         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7745         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7747         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7748         (math_force_eval): New.
7750         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7751         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7753         * sysdeps/alpha/fpu/s_round.c: Remove file.
7754         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7756         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7757         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7758         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7759         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7760         (_dl_start, print_statistics): Likewise.
7761         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7762         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7764         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7765         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7766         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7767         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7768         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7769         (HP_SMALL_TIMING_AVAIL): Define.
7770         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7771         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7772         (HP_SMALL_TIMING_AVAIL): Define.
7773         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7774         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7776         * sysdeps/aarch64/hp-timing.h: New file.
7778         * sysdeps/generic/hp-timing.h: Remove dead comment.
7779         * sysdeps/generic/hp-timing-common.h: New file.
7780         * sysdeps/alpha/hp-timing.h: Include it.
7781         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7782         * sysdeps/i386/i686/hp-timing.h: Likewise.
7783         * sysdeps/ia64/hp-timing.h: Likewise.
7784         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7785         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7786         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7787         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7788         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7789         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7790         (hp_timing_t): New.
7792         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7793         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7794         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7795         * elf/rtld.c (_dl_start_final): Likewise.
7796         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7797         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7798         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7799         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7800         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7801         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7802         (HP_TIMING_DIFF_INIT): Remove.
7803         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7804         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7805         (HP_TIMING_DIFF_INIT): Remove.
7806         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7807         * sysdeps/i386/i686/hp-timing.c: Remove file.
7808         * sysdeps/x86_64/hp-timing.c: Remove file.
7809         * sysdeps/ia64/hp-timing.c: Remove file.
7810         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7811         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7812         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7813         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7815         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7816         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7817         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7818         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7819         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7820         (HP_TIMING_ACCUM): Remove.
7821         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7822         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7823         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7825         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7826         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7827         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7828         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7829         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7830         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7831         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7832         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7834         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7836 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7838         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7840 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7842         Sync up with gettext.
7843         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7844         [_MSC_VER]: Include malloc.h
7845         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7846         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7847         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7848         TEMP_FAILURE_RETRY.  Cast return of alloca.
7849         [!_LIBC] Call gl_rwlock_init.
7850         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7852 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7854         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7855         before checking its value.
7857 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7859         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7861         * debug/memcpy_chk.c: Don't include pagecopy.h.
7862         * debug/mempcpy_chk.c: Likewise.
7863         * string/memcpy.c: Likewise.
7864         * string/memmove.c: Likewise.
7865         * sysdeps/powerpc/memmove.c: Likewise.
7866         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7867         definition of PAGE_COPY_FWD_MAYBE here...
7868         * sysdeps/generic/pagecopy.h: ... from here.
7869         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7871 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7872             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7874         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7875         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7876         optimizations.
7877         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7878         (__libc_ifunc_impl_list): Likewise.
7879         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7880         multiarch strcat for PPC64.
7881         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7882         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7884 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7886         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7888 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7890         * intl/loadmsgcat.c: Remove declaration of
7891         get_sysdep_segment_value.
7892         (get_sysdep_segment_value): Use ISO C style.
7893         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7894         semicolon.  Fix typo and formatting in comment.
7895         (_nl_unload_domain): Use ISO C style.
7897         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7899 2014-07-02  Will Newton  <will.newton@linaro.org>
7901         * malloc/obstack.c: Merge from gnulib master.
7902         [HAVE_CONFIG_H]: Remove conditional code.
7903         [!_LIBC]: Include config.h.
7904         [!ELIDE_CODE]: Don't include inttypes.h, include
7905         stdint.h unconditionally.
7906         (print_and_abort): Mark as _Noreturn.
7907         (_obstack_allocated_p): Mark as __attribute_pure__.
7908         (obstack_free): Rename to __obstack_free.
7909         [!__attribute__]: Remove conditional code.
7910         * malloc/obstack.h: Merge from gnulib master.
7911         [__cplusplus]: Move conditional down.
7912         [!__attribute_pure__]: Define __attribute_pure__ here
7913         if it is not already defined.
7914         (_obstack_memory_used): Mark as __attribute_pure__.
7915         [!__obstack_free]: Define as obstack_free.
7916         [__GNUC__]: Remove check for ancient NeXT gcc.
7918 2014-07-02  Will Newton  <will.newton@linaro.org>
7919             Paul Eggert  <eggert@cs.ucla.edu>
7921         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7923 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7925         * resolv/gethnamaddr.c: Add comment warning that the file is
7926         not maintained.
7928 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7930         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7931         entries.
7933         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7934         entry for aio_cancel and aio_cancel64.
7935         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7936         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7937         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7938         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7939         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7940         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7941         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7942         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7943         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7944         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7945         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7946         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7947         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7949 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7951         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7952         * nptl/pthread_mutex_lock.c: Likewise.
7953         * nptl/pthread_mutex_timedlock.c: Likewise.
7954         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7956 2014-07-01  Richard henderson  <rth@redhat.com>
7958         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7959         (__isnan, __isnanl): Remove.
7960         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7962         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7964 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7966         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7968 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7970         * resolv/nss_dns/dns-host.c (getanswer_r)
7971         [MULTI_PTRS_ARE_ALIASES]: Remove code.
7973 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
7975         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7976         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7977         undefine.
7978         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7979         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7981 2014-07-01  Roland McGrath <roland@hack.frob.com>
7983         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7984         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7986         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7987         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7989         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7990         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7991         ... here.
7992         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7993         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7995         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7996         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7997         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7998         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8000         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8001         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8002         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8003         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8004         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8005         Moved ...
8006         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8007         ... here.
8008         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8009         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8010         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8011         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8012         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8013         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8014         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8015         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8016         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8017         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8018         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8019         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8020         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8021         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8022         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8023         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8024         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8025         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8026         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8027         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8028         ... here.
8029         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8030         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8031         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8032         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8033         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8034         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8035         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8036         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8038 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8040         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8041         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8042         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8043         Add sysdep.
8045 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8047         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8049 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8051         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8052         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8054         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8056         * sysdeps/arm/libm-test-ulps: Regenerated.
8058 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8059             Roland McGrath <roland@hack.frob.com>
8061         * test-skeleton.c (signal_handler): Kill the whole process group
8062         before killing the child individually.
8063         (main): Report any failure on `setpgid'.
8065 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8067         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8068         from _TLS_H to _ARM_NPTL_TLS_H.
8069         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8070         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8072 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8074         [BZ #16539]
8075         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8076         (__expm1l): Return argument unchanged when small but not
8077         subnormal.
8079         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8080         include macro name.
8081         (_FP_UNPACK_RAW_1_P): Likewise.
8082         (_FP_PACK_RAW_1): Likewise.
8083         (_FP_PACK_RAW_1_P): Likewise.
8084         (_FP_MUL_MEAT_1_wide): Likewise.
8085         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8086         (_FP_MUL_MEAT_1_hard): Likewise.
8087         (_FP_DIV_MEAT_1_imm): Likewise.
8088         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8089         (_FP_DIV_MEAT_1_udiv): Likewise.
8090         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8091         (_FP_UNPACK_RAW_2): Likewise.
8092         (_FP_UNPACK_RAW_2_P): Likewise.
8093         (_FP_PACK_RAW_2): Likewise.
8094         (_FP_PACK_RAW_2_P): Likewise.
8095         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8096         (_FP_MUL_MEAT_2_wide): Likewise.
8097         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8098         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8099         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8100         (_FP_MUL_MEAT_2_gmp): Likewise.
8101         (_FP_DIV_MEAT_2_udiv): Likewise.
8102         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8103         (_FP_FRAC_SRL_4): Likewise.
8104         (_FP_FRAC_SRST_4): Likewise.
8105         (_FP_FRAC_SRS_4): Likewise.
8106         (_FP_UNPACK_RAW_4): Likewise.
8107         (_FP_UNPACK_RAW_4_P): Likewise.
8108         (_FP_PACK_RAW_4): Likewise.
8109         (_FP_PACK_RAW_4_P): Likewise.
8110         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8111         (_FP_MUL_MEAT_4_wide): Likewise.
8112         (_FP_MUL_MEAT_4_gmp): Likewise.
8113         (umul_ppppmnnn): Likewise.
8114         (_FP_DIV_MEAT_4_udiv): Likewise.
8115         (__FP_FRAC_ADD_4): Likewise.
8116         (__FP_FRAC_SUB_3): Likewise.
8117         (__FP_FRAC_SUB_4): Likewise.
8118         (__FP_FRAC_DEC_3): Likewise.
8119         (__FP_FRAC_DEC_4): Likewise.
8120         (__FP_FRAC_ADDI_4): Likewise.
8121         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8122         (_FP_FRAC_SRL_8): Likewise.
8123         (_FP_FRAC_SRS_8): Likewise.
8125         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8126         include macro name.
8127         (FP_UNPACK_RAW_EP): Likewise.
8128         (FP_PACK_RAW_E): Likewise.
8129         (FP_PACK_RAW_EP): Likewise.
8130         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8131         (_FP_ISSIGNAN): Likewise.
8132         (_FP_ADD_INTERNAL): Likewise.
8133         (_FP_FMA): Likewise.
8134         (_FP_CMP): Likewise.
8135         (_FP_SQRT): Likewise.
8136         (_FP_TO_INT): Likewise.
8137         (_FP_FROM_INT): Likewise.
8138         (FP_EXTEND): Likewise.
8139         (_FP_DIV_MEAT_N_loop): Likewise.
8141 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8143         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8144         throughout.
8146 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8148         [BZ #17097]
8149         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8150         result with correct sign in case of exponents that produce
8151         overflow except for X very close to 1.
8153 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8155         mktime: merge #if/#ifdef usage from glibc
8156         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8157         as that works with both Glibc's and Gnulib's style.
8158         See thread starting at Siddhesh Poyarekar's bug report at:
8159         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8161 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8163         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8164         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8165         * sysdeps/tile/tilegx/memmove.c: Remove file.
8167 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8169         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8170         abi-name definition.
8171         * scripts/soversions.awk: Do not handle or generate ABI lines.
8172         * shlib-versions: Remove ABI entries.
8173         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8174         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8176 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8178         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8179         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8180         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8181         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8182         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8183         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8184         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8185         Moved ...
8186         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8187         ... here.
8188         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8189         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8190         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8191         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8192         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8193         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8194         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8195         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8196         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8197         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8198         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8199         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8200         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8201         Moved ...
8202         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8203         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8204         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8205         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8206         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8207         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8208         Moved ...
8209         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8210         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8211         Moved ...
8212         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8213         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8214         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8215         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8216         Moved ...
8217         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8218         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8219         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8220         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8221         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8222         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8223         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8224         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8225         Moved ...
8226         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8227         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8228         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8229         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8230         Moved ...
8231         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8232         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8233         Moved ...
8234         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8235         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8236         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8237         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8238         Moved ...
8239         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8240         ... here.
8241         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8242         Identical file removed.
8243         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8244         Moved ...
8245         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8246         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8247         Identical file removed.
8248         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8249         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8250         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8251         Moved ...
8252         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8253         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8254         Identical file removed.
8255         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8256         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8257         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8258         Identical file removed.
8259         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8260         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8261         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8262         Identical file removed.
8263         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8264         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8265         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8266         Identical file removed.
8267         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8268         Moved ...
8269         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8270         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8271         Identical file removed.
8272         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8273         Moved ...
8274         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8275         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8276         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8277         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8278         Identical file removed.
8279         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8280         Moved ...
8281         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8282         ... here.
8283         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8284         Identical file removed.
8285         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8286         Moved ...
8287         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8288         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8289         Identical file removed.
8290         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8291         Moved ...
8292         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8293         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8294         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8295         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8296         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8297         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8298         Moved ...
8299         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8300         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8301         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8303         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8304         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8305         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8306         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8307         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8309 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8311         [BZ #17092]
8312         * nscd/nscd.c (monitor_child): Return exit status of child
8313         instead of return value from wait syscall.
8315 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8317         * configure.ac (libc_commonpagesize): Remove variable.
8318         (libc_relro_required): Likewise.
8319         (libc_cv_z_relro): Remove configure test.
8320         * configure: Regenerated.
8321         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8322         variable.
8323         (libc_relro_required): Likewise.
8324         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8325         (libc_relro_required): Likewise.
8326         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8327         (libc_relro_required): Likewise.
8328         * sysdeps/arm/preconfigure: Regenerated.
8329         * sysdeps/ia64/preconfigure: Remove file.
8330         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8331         variable.
8332         (libc_relro_required): Likewise.
8334         [BZ #16561]
8335         [BZ #16562]
8336         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8337         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8338         recompute overflowing results in original rounding mode.
8339         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8340         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8341         recompute overflowing results in original rounding mode.
8342         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8343         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8344         recompute overflowing results in original rounding mode.
8345         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8346         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8347         recompute overflowing results in original rounding mode.
8348         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8349         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8350         recompute overflowing results in original rounding mode.
8351         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8352         (libc_feholdsetround_ctx): New macro.
8353         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8354         * sysdeps/i386/fpu/libm-test-ulps: Update.
8355         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8357 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8359         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8360         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8361         corresponding .cpsetup call.
8363 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8365         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8366         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8367         * sysdeps/arm/Makefile [$(subdir) = csu]
8368         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8369         (static-only-routines): Add aeabi_read_tp here.
8370         (shared-only-routines): Add libc-aeabi_read_tp here.
8371         (CFLAGS-libc-start.c): Add -fexceptions here.
8372         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8373         (sysdep_routines, static-only-routines, shared-only-routines):
8374         Don't add to these here.
8375         (CFLAGS-libc-start.c): Likewise.
8377         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8378         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8379         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8380         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8381         * sysdeps/arm/Makefile [$(subdir) = rt]
8382         (librt-sysdep_routines, librt-shared-only-routines):
8383         Append rt-aeabi_unwind_cpp_pr1 here.
8384         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8385         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8386         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8387         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8388         Append nptl-aeabi_unwind_cpp_pr1 here.
8389         (tests): Filter out tst-cleanupx4 here.
8390         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8391         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8392         Don't do those here.
8394 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8396         * scripts/list-sources.sh: Do not handle ports specially.
8398 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8400         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8401         * sysdeps/arm/feupdateenv.c: Likewise.
8403         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8405 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8407         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8408         trailing whitespace removed.
8409         * scripts/config.guess: Update to version 2014-03-23.
8410         * scripts/config.sub: Update to version 2014-05-01
8411         * scripts/install-sh: Update to version 2013-12-25.23.
8412         * scripts/move-if-change: Update from gnulib.
8414 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8416         * debug/memmove_chk.c: Remove pagecopy.h include.
8418 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8420         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8421         identical to gnulib mktime.
8423 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8425         * configure.ac: Do not test for machine being rs6000.  Do not test
8426         for powerpc*-*soft.
8427         * configure: Regenerated.
8429         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8430         test.
8431         * configure: Regenerated.
8432         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8433         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8434         Remove configure test.
8435         * sysdeps/arm/configure: Regenerated.
8436         * sysdeps/nptl/configure.ac: Do not check
8437         libc_cv_asm_cfi_directives.
8438         * sysdeps/nptl/configure: Regenerated.
8439         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8440         * sysdeps/x86_64/nptl/configure: Remove generated file.
8441         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8442         unconditional.
8443         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8445 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8447         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8448         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8449         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8450         it is defined.
8452         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8453         instead of whether it is defined.
8454         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8455         * sysdeps/hppa/dl-machine.h: Likewise.
8456         * sysdeps/ia64/dl-machine.h: Likewise.
8457         * sysdeps/m68k/dl-machine.h: Likewise.
8458         * sysdeps/microblaze/dl-machine.h: Likewise.
8459         * sysdeps/mips/dl-machine.: Likewise.
8460         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8461         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8462         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8463         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8464         * sysdeps/sh/dl-machine.h: Likewise.
8465         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8466         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8467         * sysdeps/tile/dl-machine.h: Likewise.
8468         * sysdeps/x86_64/dl-machine.h: Likewise.
8470         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8471         code.
8472         (verify_persistent_db): Likewise.
8474 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8477         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8478         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8479         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8480         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8481         Moved ...
8482         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8483         ... here.
8484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8485         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8486         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8487         Identical file removed.
8488         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8489         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8490         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8491         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8492         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8493         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8494         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8495         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8496         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8497         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8498         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8499         Moved ...
8500         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8502         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8504         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8505         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8506         Moved ...
8507         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8509         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8511         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8513         Identical file removed.
8514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8515         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8517         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8519         Moved ...
8520         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8521         ... here.
8522         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8523         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8524         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8525         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8526         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8527         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8528         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8529         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8530         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8531         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8532         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8533         Moved ...
8534         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8535         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8536         Moved ...
8537         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8538         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8539         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8540         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8541         Moved ...
8542         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8543         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8544         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8546         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8547         folded into ...
8548         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8549         * sysdeps/unix/sysv/linux/s390/Versions
8550         (libpthread: GLIBC_2.19): New version set.
8551         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8552         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8553         (librt: GLIBC_2.3.3): New version set.
8554         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8555         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8556         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8557         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8558         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8559         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8560         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8561         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8562         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8563         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8564         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8565         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8566         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8567         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8568         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8569         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8570         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8571         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8572         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8573         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8574         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8575         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8576         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8577         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8578         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8579         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8580         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8581         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8582         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8583         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8584         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8585         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8586         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8587         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8588         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8589         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8590         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8591         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8592         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8593         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8594         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8595         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8596         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8597         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8598         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8600         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8601         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8602         (__libc_vfork): Define the function under this name.
8603         [!NOT_IN_libc] (__vfork): Make this an alias.
8604         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8605         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8606         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8607         (__libc_vfork): Define the function under this name.
8608         [!NOT_IN_libc] (__vfork): Make this an alias.
8609         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8610         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8611         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8612         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8613         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8614         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8616         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8617         code that was previously under [RESET_PID].
8618         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8619         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8620         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8622         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8623         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8624         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8625         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8626         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8627         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8628         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8629         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8630         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8631         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8632         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8633         Moved ...
8634         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8635         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8636         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8637         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8638         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8639         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8640         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8641         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8642         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8643         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8644         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8645         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8646         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8647         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8648         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8649         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8650         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8651         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8652         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8653         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8654         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8655         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8656         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8657         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8658         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8659         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8660         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8661         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8662         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8664 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8666         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8667         that was previously under [RESET_PID].
8668         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8670 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8672         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8673         not undefine and redefine.
8674         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8675         [O_CLOEXEC]: Make code unconditional.
8676         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8677         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8678         <kernel-features.h>.
8679         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8680         conditional variable definition.
8681         (shm_open) [O_CLOEXEC]: Make code unconditional.
8682         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8683         code.
8685         * configure.ac (USE_REGPARMS): Don't define here.
8686         * configure: Regenerated.
8687         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8688         * sysdeps/i386/configure: Regenerated.
8690         * nptl/createthread.c: Don't include kernel-features.h.
8691         * nptl/pthread_cancel.c: Likewise.
8692         * nptl/pthread_condattr_setclock.c: Likewise.
8693         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8694         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8695         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8696         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8697         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8698         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8699         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8700         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8701         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8702         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8703         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8704         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8705         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8706         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8707         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8708         * nscd/gai.c: Likewise.
8709         * nss/nss_db/db-open.c: Likewise.
8710         * sysdeps/generic/ldsodefs.h: Likewise.
8711         * sysdeps/sh/nptl/tls.h: Likewise.
8712         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8713         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8714         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8715         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8716         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8717         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8718         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8719         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8720         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8721         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8722         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8723         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8724         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8725         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8726         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8727         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8728         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8729         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8730         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8731         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8732         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8733         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8734         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8735         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8736         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8737         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8738         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8739         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8740         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8741         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8742         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8743         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8744         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8745         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8746         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8747         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8748         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8749         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8750         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8751         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8752         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8753         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8754         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8755         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8756         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8757         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8758         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8759         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8760         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8761         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8762         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8763         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8764         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8765         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8766         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8767         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8768         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8769         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8792         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8793         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8794         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8795         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8796         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8797         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8798         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8799         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8800         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8801         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8802         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8803         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8804         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8805         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8806         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8807         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8808         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8809         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8810         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8811         * sysdeps/unix/sysv/linux/system.c: Likewise.
8812         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8813         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8814         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8815         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8816         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8817         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8818         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8820         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8821         * configure: Regenerated.
8822         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8824         * configure.ac (base_machine): Do not set specially for particular
8825         machines here.
8826         * configure: Regenerated.
8827         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8828         settings from configure.ac.
8829         * sysdeps/i386/preconfigure: New file.
8830         * sysdeps/s390/preconfigure: Likewise.
8831         * sysdeps/sh/preconfigure: Likewise.
8832         * sysdeps/sparc/preconfigure: Likewise.
8834 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8836         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8837         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8838         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8839         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8840         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8841         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8842         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8843         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8844         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8845         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8846         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8847         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8848         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8849         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8850         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8851         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8852         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8853         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8854         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8856         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8857         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8858         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8859         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8860         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8861         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8862         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8863         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8864         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8865         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8866         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8867         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8868         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8869         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8870         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8871         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8872         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8873         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8874         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8875         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8876         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8877         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8878         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8879         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8880         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8881         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8882         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8883         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8884         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8885         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8886         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8887         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8888         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8889         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8890         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8891         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8892         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8893         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8895         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8896         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8897         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8898         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8899         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8900         Moved ...
8901         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8902         ... here.
8903         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8904         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8905         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8906         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8907         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8908         Moved ...
8909         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8910         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8911         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8913         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8915         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8916         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8917         Moved ...
8918         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8920         Moved ...
8921         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8923         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8924         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8925         Moved ...
8926         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8927         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8928         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8929         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8930         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8932         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8933         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8934         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8935         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8936         Moved ...
8937         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8938         ... here.
8939         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8940         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8941         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8942         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8943         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8944         Moved ...
8945         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8947         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8949         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8951         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8952         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8953         Moved ...
8954         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8956         Moved ...
8957         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8958         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8959         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8960         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8961         Moved ...
8962         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8963         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8964         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8965         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8966         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8968 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8970         * timezone/checktab.awk: Update from tzcode 2014e.
8971         * timezone/private.h: Likewise.
8972         * timezone/tzfile.h: Likewise.
8973         * timezone/zdump.c: Likewise.
8974         * timezone/zic.c: Likewise.
8976         * sysdeps/unix/sysv/linux/kernel-features.h
8977         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8978         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8979         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8980         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8981         Remove conditional code.
8983 2014-06-25  Will Newton  <will.newton@linaro.org>
8985         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8986         (_dl_arm_cap_flags): Add HWCAP2 values.
8987         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8988         (_DL_HWCAP_COUNT): Increase to 37.
8989         (_DL_HWCAP_LAST): New define.
8990         (_DL_HWCAP2_LAST): New define.
8991         (_dl_procinfo): Add support for printing
8992         AT_HWCAP2 entries.
8993         (_dl_string_hwcap): Use _dl_hwcap_string.
8995 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8997         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8999 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9001         * README: Do not mention ports directory.
9003         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9004         Remove macro.
9005         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9006         <kernel-features.h>.
9007         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9008         conditional variable definition.
9009         (__futimes): Update comment.
9010         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9011         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9013         [BZ #16560]
9014         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9015         arguments close to 0.
9016         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9017         Likewise.
9018         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9019         Likewise.
9020         * math/auto-libm-test-in: Add more tests of exp10.
9021         * math/auto-libm-test-out: Regenerated.
9022         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9024         * sysdeps/unix/sysv/linux/kernel-features.h
9025         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9026         * sysdeps/unix/sysv/linux/readv.c: Do not include
9027         <kernel-features.h>.
9028         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9029         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9030         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9031         unconditional.
9032         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9033         conditional code.
9034         * sysdeps/unix/sysv/linux/writev.c: Do not include
9035         <kernel-features.h>.
9036         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9037         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9038         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9039         unconditional.
9040         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9041         conditional code.
9043 2014-06-25  Will Newton  <will.newton@linaro.org>
9045         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9046         comment changes throughout the file.  Remove checks
9047         for HAVE_*_H definitions that are not required.
9048         (__gen_tempname): Call abort if an unknown kind value is
9049         passed.
9051 2014-06-25  Andreas Schwab  <schwab@suse.de>
9053         [BZ #17086]
9054         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9055         scalbln, scalblnf, scalblnl in libc.
9057 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9059         [BZ #17086]
9060         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9061         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9062         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9064 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9066         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9067         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9068         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9069         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9070         Update #include.
9071         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9072         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9073         Update #include.
9074         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9075         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9076         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9077         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9078         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9079         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9080         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9081         * sysdeps/x86/bits/semaphore.h: ... here.
9082         * sysdeps/x86/nptl/elide.h: Moved ...
9083         * sysdeps/x86/elide.h: ... here.
9084         * sysdeps/x86_64/nptl/Implies: File removed.
9085         * sysdeps/i386/nptl/Implies: File removed.
9087 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9089         [BZ #16539]
9090         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9091         return the argument for normal arguments with exponent below -64.
9092         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9093         Likewise.
9094         * math/auto-libm-test-in: Add another test of expm1.
9095         * math/auto-libm-test-out: Regenerated.
9097         [BZ #16287]
9098         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9099         calling __erfcl for arguments at least 16.
9100         * math/auto-libm-test-in: Add more tests of erf.
9101         * math/auto-libm-test-out: Regenerated.
9103         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9104         individual architectures.
9105         * sysdeps/unix/sysv/linux/configure: Regenerated.
9106         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9107         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9108         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9109         (ldd_rewrite_script): Define variable.
9110         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9112         file.
9113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9114         generated file.
9115         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9116         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9117         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9118         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9119         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9120         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9121         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9122         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9124 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9126         [BZ #17084]
9127         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9128         Rename member __data.d to __data.__elision_data.
9130 2014-06-24  Wilco  <wdijkstr@arm.com>
9132         * NEWS: Add 16918 to fixed bug list.
9134 2014-06-24  Wilco  <wdijkstr@arm.com>
9136         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9138 2014-06-24  Wilco  <wdijkstr@arm.com>
9140         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9141         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9142         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9143         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9144         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9145         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9146         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9147         Use _FPU_MASK_RM.
9149 2014-06-24  Wilco  <wdijkstr@arm.com>
9151         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9153 2014-06-24  Wilco  <wdijkstr@arm.com>
9155         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9156         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9157         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9158         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9160 2014-06-24  Wilco  <wdijkstr@arm.com>
9162         [BZ #16918]
9163         * sysdeps/arm/feupdateenv.c (feupdateenv):
9164         Rewrite to reduce FPSCR accesses and fix return value.
9166 2014-06-24  Wilco  <wdijkstr@arm.com>
9168         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9169         Optimize to avoid unnecessary FPSCR writes.
9170         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9171         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9172         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9173         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9175 2014-06-24  Wilco  <wdijkstr@arm.com>
9177         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9178         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9179         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9180         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9181         Call libc_fetestexcept_vfp.
9182         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9183         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9184         __SOFTFP__ ifdef so that they can be built for softfp.
9186 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9188         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9189         argument type signed char.
9191         * Makerules (check-abi): Dump diff of symlist if the test
9192         fails.
9194 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9196         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9197         using abort.
9199         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9200         Remove unused variable ST.
9202 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9204         [BZ #16354]
9205         [BZ #17061]
9206         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9207         small arguments before calling __expm1.
9208         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9209         small arguments before calling __expm1f.
9210         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9211         small arguments before calling __expm1l.
9212         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9213         Likewise.
9214         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9215         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9216         spurious underflow for some cosh tests.
9217         * math/auto-libm-test-out: Regenerated.
9218         * sysdeps/i386/fpu/libm-test-ulps: Update.
9220         [BZ #17050]
9221         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9222         (__ieee754_y1): Set errno if return value overflows.
9223         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9224         (__ieee754_y1f): Set errno if return value overflows.
9225         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9226         (__ieee754_y1l): Set errno if return value overflows.
9227         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9228         (__ieee754_y1l): Set errno if return value overflows.
9229         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9230         * math/auto-libm-test-out: Regenerated.
9232         * math/gen-auto-libm-tests.c: Document use of
9233         ignore-zero-inf-sign.
9234         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9235         (input_flags): Add ignore-zero-inf-sign.
9236         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9237         * math/gen-libm-test.pl (generate_testfile): Handle
9238         ignore-zero-inf-sign.
9239         * math/auto-libm-test-in: Mark some cpow tests with
9240         ignore-zero-inf-sign and some with xfail-rounding.
9241         * math/auto-libm-test-out: Regenerated.
9242         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9243         * sysdeps/i386/fpu/libm-test-ulps: Update.
9244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9246         [BZ #16315]
9247         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9248         overflowing or underflowing operations take place with sign of
9249         result.
9250         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9251         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9252         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9253         (__ieee754_pow): Recompute overflowing and underflowing results in
9254         original rounding mode.
9255         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9256         (__powl_helper): Allow negative argument X and scale negated value
9257         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9258         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9259         overflowing or underflowing operations take place with sign of
9260         result.
9261         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9262         Include <math.h>.
9263         * math/auto-libm-test-in: Add more tests of pow.
9264         * math/auto-libm-test-out: Regenerated.
9265         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9266         (pow_tonearest_test_data): Remove.
9267         (pow_test_tonearest): Likewise.
9268         (pow_towardzero_test_data): Likewise.
9269         (pow_test_towardzero): Likewise.
9270         (pow_downward_test_data): Likewise.
9271         (pow_test_downward): Likewise.
9272         (pow_upward_test_data): Likewise.
9273         (pow_test_upward): Likewise.
9274         (main): Don't call removed functions.
9275         * sysdeps/i386/fpu/libm-test-ulps: Update.
9276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9278 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9281         Moved ...
9282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9284         Moved ...
9285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9287         Moved ...
9288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9290         Moved ...
9291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9293         File removed.
9294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9295         File removed.
9296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9297         File removed.
9298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9299         File removed.
9300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9301         File removed.
9302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9303         File removed.
9304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9305         File removed.
9306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9307         File removed.
9308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9309         File removed.
9310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9311         File removed.
9312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9313         File removed.
9314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9315         File removed.
9316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9317         Moved ...
9318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9320         Moved ...
9321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9322         ... here.
9323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9324         Moved ...
9325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9327         Moved ...
9328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9330         Moved ...
9331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9333         Moved ...
9334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9336         Moved ...
9337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9339         Moved ...
9340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9342         Moved ...
9343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9346         ... here.
9347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9348         Moved ...
9349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9351         Moved ...
9352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9353         ... here.
9354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9355         Moved ...
9356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9357         ... here.
9358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9359         Moved ...
9360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9361         ... here.
9362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9363         Moved ...
9364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9366         Moved ...
9367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9371         Moved ...
9372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9373         ... here.
9374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9375         Moved ...
9376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9377         ... here.
9378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9379         Moved ...
9380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9382         Moved ...
9383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9385         Moved ...
9386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9388         Moved ...
9389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9391         Moved ...
9392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9393         ... here.
9394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9395         Moved ...
9396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9398         Moved ...
9399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9401         Moved ...
9402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9404         Moved ...
9405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9409         Moved ...
9410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9412         Moved ...
9413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9415         Moved ...
9416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9417         ... here.
9418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9419         Moved ...
9420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9421         ... here.
9422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9423         Moved ...
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9425         ... here.
9426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9427         Moved ...
9428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9430         Moved ...
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9433         Moved ...
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9436         Moved ...
9437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9438         ... here.
9439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9440         Moved ...
9441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9442         ... here.
9443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9444         Moved ...
9445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9446         ... here.
9447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9448         Moved ...
9449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9451         Moved ...
9452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9454 2014-06-23  Will Newton  <will.newton@linaro.org>
9455             Wilco  <wdijkstr@arm.com>
9457         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9458         implementation.  Include get-rounding-mode.h.
9459         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9460         [!libc_feholdsetround_noex_ctx]: Define
9461         libc_feholdsetround_noex_ctx.
9462         [!libc_feholdsetround_noexf_ctx]: Define
9463         libc_feholdsetround_noexf_ctx.
9464         [!libc_feholdsetround_noexl_ctx]: Define
9465         libc_feholdsetround_noexl_ctx.
9466         (libc_feholdsetround_ctx): New function.
9467         (libc_feresetround_ctx): New function.
9468         (libc_feholdsetround_noex_ctx): New function.
9469         (libc_feresetround_noex_ctx): New function.
9471 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9473         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9474         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9475         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9476         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9477         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9478         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9480         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9481         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9482         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9483         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9484         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9485         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9486         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9487         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9488         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9489         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9490         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9491         Moved ...
9492         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9493         ... here.
9494         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9495         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9496         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9497         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9498         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9499         Moved ...
9500         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9501         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9502         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9503         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9504         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9505         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9506         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9507         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9508         Moved ...
9509         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9510         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9511         Moved ...
9512         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9513         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9514         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9515         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9516         Moved ...
9517         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9518         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9519         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9520         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9521         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9522         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9523         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9524         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9525         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9526         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9527         Moved ...
9528         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9529         ... here.
9530         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9533         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9534         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9535         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9536         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9537         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9538         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9539         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9540         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9541         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9542         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9543         Moved ...
9544         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9545         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9546         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9547         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9548         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9549         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9550         Moved ...
9551         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9552         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9553         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9554         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9555         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9557         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9558         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9559         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9560         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9561         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9562         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9563         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9564         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9565         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9566         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9567         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9568         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9569         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9570         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9571         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9572         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9573         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9574         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9575         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9576         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9577         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9578         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9579         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9580         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9581         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9582         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9583         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9584         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9586 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9588         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9589         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9590         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9591         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9592         (IPV6_PMTUDISC_INTERFACE): Likewise.
9593         (IPV6_PMTUDISC_OMIT): Likewise.
9595 2014-06-23  Andreas Schwab  <schwab@suse.de>
9597         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9598         Remove unused errout label.
9600 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9602         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9603         macro: hardware supports Vector Crypto instructions.
9605 2014-06-23  Will Newton  <will.newton@linaro.org>
9607         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9608         rather than __builtin_expect.
9610         * elf/dl-lookup.c (undefined_msg): Remove variable.
9611         (_dl_lookup_symbol_x): Replace undefined_msg with string
9612         literal.
9614         * elf/dl-lookup.c (do_lookup_unique): New function.
9615         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9616         to a separate function.
9618 2014-06-23  Andreas Schwab  <schwab@suse.de>
9620         [BZ #17079]
9621         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9622         before reading the next line.
9624 2014-06-23  Will Newton  <will.newton@linaro.org>
9626         * test-skeleton.c (signal_handler): Use printf and %m
9627         rather than perror.  Use printf rather than fprintf to
9628         stderr.  Use puts rather than fputs to stderr.
9629         (main): Likewise.
9631 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9633         * nscd/nscd.c (thread_info_t): Remove typedef.
9634         (thread_info): Remove variable.
9636 2014-06-21  Allan McRae  <allan@archlinux.org>
9638         * NEWS: Mention CVE-2014-4043.
9640 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9642         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9643         * nptl/smp.h: ... here.
9645         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9647         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9648         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9649         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9650         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9652         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9653         * nptl/stack-aliasing.h: New file.
9654         * sysdeps/i386/i686/stack-aliasing.h: New file.
9655         * sysdeps/i386/i686/nptl/Makefile: File removed.
9656         * sysdeps/x86_64/stack-aliasing.h: New file.
9657         * sysdeps/x86_64/nptl/Makefile
9658         (CFLAGS-pthread_create.c): Variable removed.
9660         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9661         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9662         old file.
9663         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9664         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9665         old file.
9667 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9669         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9670         (__ASSUME_SIGFRAME_V2): Remove macro.
9671         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9672         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9673         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9674         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9675         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9676         Declare as function.  Remove conditional macro definitions.
9677         (__default_rt_sa_restorer): Likewise.
9678         (__default_sa_restorer_v1): Remove declaration.
9679         (__default_sa_restorer_v2): Likewise.
9680         (__default_rt_sa_restorer_v1): Likewise.
9681         (__default_rt_sa_restorer_v2): Likewise.
9682         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9683         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9684         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9686 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9688         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9689         (libpthread-routines): Add sysdep.
9690         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9691         * sysdeps/unix/sysv/linux/sparc/Versions
9692         (libpthread: GLIBC_2.3.3): New version set.
9693         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9694         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9695         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9696         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9697         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9698         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9699         Moved ...
9700         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9701         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9702         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9703         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9704         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9705         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9706         * sysdeps/sparc/nptl/sem_init.c: ... here.
9707         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9708         * sysdeps/sparc/nptl/sem_post.c: ... here.
9709         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9710         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9711         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9712         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9713         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9714         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9715         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9716         (libpthread-routines): Add cpu_relax.
9717         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9718         File removed.
9719         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9720         (librt: GLIBC_2.3.3): New version set.
9721         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9722         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9723         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9724         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9725         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9726         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9727         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9728         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9729         Moved ...
9730         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9731         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9732         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9733         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9734         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9736         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9737         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9738         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9739         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9740         Moved ...
9741         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9742         Update #include.
9743         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9744         Moved ...
9745         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9746         Update #include.
9747         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9748         Moved ...
9749         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9750         Update #include.
9751         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9752         Moved ...
9753         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9754         Update #include.
9755         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9756         Moved ...
9757         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9758         Update #include.
9759         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9760         Moved ...
9761         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9762         Update #include.
9763         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9764         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9765         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9766         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9767         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9768         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9769         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9770         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9771         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9772         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9773         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9774         Moved ...
9775         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9776         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9777         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9778         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9779         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9781 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9783         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9784         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9785         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9786         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9787         * nscd/nscd.c: Likewise.
9788         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9789         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9790         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9791         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9793         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9794         <kernel-features.h>.
9795         (init_mq_netlink): Remove conditional have_sock_cloexec
9796         definitions.  Remove code conditional on have_sock_cloexec < 0.
9797         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9798         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9799         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9800         <kernel-features.h>.
9801         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9802         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9804 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9806         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9807         Add tests for memset_chk and memset.
9809         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9810         with AVX2_Usable.
9812 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9814         [BZ #16046]
9815         * elf/tst-dl-iter-static.c: New file.
9816         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9818         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9819         error.
9821 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9823         * sysdeps/unix/sysv/linux/kernel-features.h
9824         (__ASSUME_F_GETOWN_EX): Remove macro.
9825         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9826         <kernel-features.h>.
9827         (miss_F_GETOWN_EX): Remove variable or macro.
9828         (do_fcntl): Do not check miss_F_GETOWN_EX.
9829         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9831         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9832         Remove macro.
9833         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9834         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9835         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9837         * sysdeps/unix/sysv/linux/kernel-features.h
9838         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9839         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9840         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9841         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9843 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9845         [BZ #17075]
9846         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9847         Fix calculation of the symbol's value.
9848         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9849         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9850         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9851         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9852         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9853         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9854         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9855         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9856         (modules-names): Add `tst-armtlsdescmod',
9857         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9858         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9859         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9860         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9861         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9862         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9863         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9864         ($(objpfx)tst-armtlsdescloc): New dependency.
9865         ($(objpfx)tst-armtlsdescextnow): Likewise.
9866         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9867         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9868         TLS scheme support.
9869         * sysdeps/arm/configure: Regenerate.
9871 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9873         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9874         (__atfct_seterrno_2): Likewise.
9875         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9876         <kernel-features.h>.
9877         (__ASSUME_ATFCTS): Do not undefine and redefine.
9878         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9879         (__have_atfcts): Remove conditional definition.
9880         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9881         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9882         unreachable if [__ASSUME_ATFCTS].
9883         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9884         not undefine and redefine.
9885         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9886         <kernel-features.h>.
9887         (faccessat) [__NR_faccessat]: Make code unconditional.
9888         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9889         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9890         <kernel-features.h>.
9891         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9892         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9893         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9894         <kernel-features.h>.
9895         (fchownat) [__NR_fchownat]: Make code unconditional.
9896         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9897         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9898         <kernel-features.h>.
9899         (futimesat) [__NR_futimesat]: Make code unconditional.
9900         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9901         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9902         <kernel-features.h>.
9903         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9904         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9905         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9906         <kernel-features.h>.
9907         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9908         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9909         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9910         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9911         <kernel-features.h>.
9912         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9913         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9914         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9915         <kernel-features.h>.
9916         (linkat) [__NR_linkat]: Make code unconditional.
9917         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9918         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9919         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9920         <kernel-features.h>.
9921         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9922         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9923         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9924         <kernel-features.h>.
9925         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9926         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9927         * sysdeps/unix/sysv/linux/openat.c: Do not include
9928         <kernel-features.h>.
9929         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9930         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9931         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9932         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9933         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9934         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9935         <kernel-features.h>.
9936         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9937         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9938         result of INLINE_SYSCALL directly, not via int variable.
9939         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9940         <kernel-features.h>.
9941         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9942         (renameat) [__NR_renameat]: Make code unconditional.
9943         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9944         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9945         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9946         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9947         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9948         (__ASSUME_ATFCTS): Do not undefine and redefine.
9949         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9950         <kernel-features.h>.
9951         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9952         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9953         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9954         <kernel-features.h>.
9955         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9956         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9957         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9958         (__ASSUME_ATFCTS): Do not undefine and redefine.
9959         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9960         <kernel-features.h>.
9961         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9962         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9963         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9964         <kernel-features.h>.
9965         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9966         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9968 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9970         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9972 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
9974         [BZ #17069]
9975         * posix/regcomp.c (parse_reg_exp): Deallocate partially
9976         constructed tree before returning error.
9977         * posix/bug-regexp36.c: Expand test case.
9979 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
9981         [BZ #6803]
9982         * math/libm-test.inc (scalbln_test_date):
9983         Add errno expectations.
9984         * math/w_scalblnf.c: New File.
9985         Add wrapper which checks for setting errno to ERANGE.
9986         Add weak_alias for corresponding scalbln function.
9987         * math/w_scalbln.c: Likewise.
9988         * math/w_scalblnl.c: Likewise.
9989         * math/Makefile (libm-calls): Add w_scalbln.
9990         * sysdeps/ieee754/flt-32/s_scalblnf.c:
9991         Remove weak_alias for corresponding scalbln function.
9992         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9993         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9994         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9995         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9996         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9997         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9998         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9999         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10000         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10001         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10002         Remove long_double_symbol for scalblnl function in libm, libc.
10003         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10004         Add wrapper which checks for setting errno to ERANGE.
10005         Add long_double_symbol for scalblnl function in libm, libc.
10006         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10007         Remove long_double_symbol for scalblnl in libm.
10008         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10009         Add wrapper which checks for setting errno to ERANGE.
10010         Add long_double_symbol for scalblnl function in libm.
10011         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10012         Do not use wrapper because of own implementation.
10014 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10016         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10017         3 bytes for __pad1 for x32.
10018         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10020 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10021             H.J. Lu  <hongjiu.lu@intel.com>
10023         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10024         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10025         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10026         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10027         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10029 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10031         [BZ #17069]
10032         * posix/regcomp.c (parse_expression): Deallocate partially
10033         constructed tree before returning error.
10034         * posix/Makefile.c (tests): Add bug-regex36.
10035         (generated): Add bug-regex36.mtrace.
10036         (tests-special): Add $(objpfx)bug-regex36-mem.out
10037         (bug-regex36-ENV): New variable.
10038         ($(objpfx)bug-regex36-mem.out): New rule.
10039         * posix/bug-regex36.c: New file.
10041 2014-06-19  Will Newton  <will.newton@linaro.org>
10043         * malloc/malloc.c (systrim): If extra is zero then return
10044         early.
10046 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10048         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10050 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10052         * sysdeps/aarch64/strchr.S: New file.
10054 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10056         [BZ #17022]
10057         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10058         from arguments -2 or below.
10059         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10060         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10062 2014-06-18  Andreas Schwab  <schwab@suse.de>
10064         [BZ #17062]
10065         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10066         of a bracket expr not to run off the end of the string.
10067         * posix/Makefile (tests): Add tst-fnmatch3.
10068         * posix/tst-fnmatch3.c: New file.
10070 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10072         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10073         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10074         [$(cross-compiling) = no]: Likewise.
10075         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10076         [$(cross-compiling) = no]: Likewise.
10078 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10080         [BZ #17031]
10081         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10082         double, adjusted for any remainder from the high double.
10083         * math/libm-test.inc (nearbyint): Add tests.
10084         (rint): Likewise.
10086 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10088         * nptl/sysdeps/powerpc/Makefile: Moved ...
10089         * sysdeps/powerpc/nptl/Makefile: ... here.
10090         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10091         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10092         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10093         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10094         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10095         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10096         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10097         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10098         * nptl/sysdeps/powerpc/tls.h: Moved ...
10099         * sysdeps/powerpc/nptl/tls.h: ... here.
10101 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10103         [BZ #16681]
10104         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10105         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10106         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10107         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10108         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10109         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10110         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10111         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10112         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10114 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10116         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10118 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10120         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10121         defined operator.
10123         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10124         $TIMEOUTFACTOR.
10126 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10128         [BZ #17058]
10129         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10130         non-executed part of the test.
10132 2014-06-16  Andreas Schwab  <schwab@suse.de>
10134         * string/bits/string2.h (strdup, strndup): Update feature guard.
10136 2014-06-14  David S. Miller  <davem@davemloft.net>
10138         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10140 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10142         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10143         that was previously under [RESET_PID].
10144         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10146         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10147         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10148         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10149         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10150         (__libc_vfork): New strong alias.
10151         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10153 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10155         * sysdeps/generic/elide.h: New file.
10157 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10159         * Makefile (installed-headers): Adjust path of pthread.h header.
10161 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10163         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10164         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10165         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10166         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10168         * nptl/sysdeps/s390/Makefile: Moved ...
10169         * sysdeps/s390/nptl/Makefile: ... here.
10170         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10171         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10172         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10173         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10174         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10175         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10176         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10177         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10178         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10179         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10180         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10181         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10182         * nptl/sysdeps/s390/tls.h: Moved ...
10183         * sysdeps/s390/nptl/tls.h: ... here.
10185         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10186         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10188 2014-06-13  David S. Miller  <davem@davemloft.net>
10190         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10191         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10192         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10193         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10194         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10195         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10196         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10197         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10198         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10199         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10200         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10201         Remove RESET_PID cpp guards.
10202         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10203         Remove RESET_PID cpp guards.
10204         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10206 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10208         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10209         __sp to uintptr_t.
10211 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10213         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10214         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10215         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10216         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10217         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10218         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10219         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10220         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10221         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10222         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10223         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10224         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10225         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10226         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10227         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10228         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10229         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10230         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10231         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10232         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10234         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10235         (pthread_rwlock_rdlock): Add elision.
10236         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10237         (pthread_rwlock_wrlock): Add elision.
10238         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10239         (pthread_rwlock_trywrlock): Add elision.
10240         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10241         (pthread_rwlock_tryrdlock): Add elision.
10242         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10243         (pthread_rwlock_tryrdlock): Add elision unlock.
10244         * nptl/sysdeps/pthread/pthread.h:
10245         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10246         (PTHREAD_RWLOCK_INITIALIZER,
10247         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10248         Handle new elision field.
10249         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10250         * sysdeps/arm/nptl/bits/pthreadtypes.h
10251         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10252         * sysdeps/sh/nptl/bits/pthreadtypes.h
10253         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10254         * sysdeps/tile/nptl/bits/pthreadtypes.h
10255         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10256         * sysdeps/a/nptl/bits/pthreadtypes.h
10257         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10258         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10259         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10260         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10261         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10262         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10263         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10264         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10265         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10266         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10267         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10268         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10269         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10270         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10271         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10272         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10273         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10274         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10275         (elision_init): Set try_xbegin to zero when no RTM.
10276         * sysdeps/x86/nptl/bits/pthreadtypes.h
10277         (pthread_rwlock_t): Change __pad1 to __rwelision.
10278         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10280 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10282         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10283         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10284         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10285         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10287 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10289         [BZ #16996]
10290         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10291         that the cached result has been set before returning it.
10293 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10295         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10296         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10297         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10298         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10299         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10300         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10302         * nptl/sysdeps/sparc/Makefile: Moved ...
10303         * sysdeps/sparc/nptl/Makefile: ... here.
10304         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10305         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10306         * nptl/sysdeps/sparc/tls.h: Moved ...
10307         * sysdeps/sparc/nptl/tls.h: ... here.
10308         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10309         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10310         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10311         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10312         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10313         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10314         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10315         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10316         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10317         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10318         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10319         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10320         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10321         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10322         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10323         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10324         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10325         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10326         Update #include.
10327         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10328         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10329         Update #include.
10330         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10331         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10332         Update #include.
10333         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10334         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10335         Update #include.
10337         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10339         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10340         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10342         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10343         (struct list_links): Type removed.
10344         (struct thread_node, struct timer_node): Replace struct list_links
10345         with struct list_head.
10346         (list_unlink_ip): Likewise.
10347         * sysdeps/pthread/timer_routines.c
10348         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10349         (list_append, list_insbefore): Likewise.
10350         (list_init): Function removed.
10351         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10352         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10353         * sysdeps/pthread/Makefile: ... here, new file.
10355         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10356         * sysdeps/nptl/Implies: ... here.
10357         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10358         * nptl/sysdeps/pthread/list.h: Moved ...
10359         * include/list.h: ... here.
10360         * nptl/sysdeps/pthread/createthread.c: Moved ...
10361         * nptl/createthread.c: ... here.
10362         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10363         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10364         * nptl/pt-longjmp.c: ... here.
10365         * nptl/sysdeps/pthread/Makefile: Moved ...
10366         * sysdeps/nptl/Makefile: ... here.
10367         * nptl/sysdeps/pthread/Subdirs: Moved ...
10368         * sysdeps/nptl/Subdirs: ... here.
10369         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10370         * sysdeps/nptl/aio_misc.h: ... here.
10371         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10372         * sysdeps/nptl/bits/libc-lock.h: ... here.
10373         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10374         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10375         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10376         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10377         * nptl/sysdeps/pthread/configure: Moved ...
10378         * sysdeps/nptl/configure: ... here.
10379         * nptl/sysdeps/pthread/configure.ac: Moved ...
10380         * sysdeps/nptl/configure.ac: ... here.
10381         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10382         * sysdeps/nptl/gai_misc.h: ... here.
10383         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10384         * sysdeps/nptl/librt-cancellation.c: ... here.
10385         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10386         * sysdeps/nptl/malloc-machine.h: ... here.
10387         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10388         * sysdeps/nptl/pthread-functions.h: ... here.
10389         * nptl/sysdeps/pthread/pthread.h: Moved ...
10390         * sysdeps/nptl/pthread.h: ... here.
10391         * nptl/sysdeps/pthread/setxid.h: Moved ...
10392         * sysdeps/nptl/setxid.h: ... here.
10393         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10394         * sysdeps/nptl/sigfillset.c: ... here.
10395         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10396         * sysdeps/nptl/tcb-offsets.h: ... here.
10397         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10398         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10399         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10400         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10401         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10402         * sysdeps/pthread/allocalim.h: ... here.
10403         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10404         * sysdeps/pthread/bits/sigthread.h: ... here.
10405         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10406         * sysdeps/pthread/flockfile.c: ... here.
10407         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10408         * sysdeps/pthread/ftrylockfile.c: ... here.
10409         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10410         * sysdeps/pthread/funlockfile.c: ... here.
10411         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10412         * sysdeps/pthread/posix-timer.h: ... here.
10413         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10414         * sysdeps/pthread/timer_create.c: ... here.
10415         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10416         * sysdeps/pthread/timer_delete.c: ... here.
10417         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10418         * sysdeps/pthread/timer_getoverr.c: ... here.
10419         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10420         * sysdeps/pthread/timer_gettime.c: ... here.
10421         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10422         * sysdeps/pthread/timer_routines.c: ... here.
10423         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10424         * sysdeps/pthread/timer_settime.c: ... here.
10425         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10426         * sysdeps/pthread/tst-timer.c: ... here.
10427         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10428         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10430         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10431         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10433         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10434         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10435         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10436         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10437         Update #include target.
10438         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10439         * sysdeps/i386/i686/nptl/Makefile: ... here.
10440         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10441         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10442         Update #include target.
10443         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10444         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10445         * nptl/sysdeps/i386/Makefile: Moved ...
10446         * sysdeps/i386/nptl/Makefile: ... here.
10447         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10448         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10449         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10450         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10451         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10452         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10453         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10454         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10455         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10456         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10457         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10458         * nptl/sysdeps/i386/tls.h: Moved ...
10459         * sysdeps/i386/nptl/tls.h: ... here.
10461         * sysdeps/sh/Makefile [$(subdir) = csu]
10462         (gen-as-const-headers): Add tcb-offsets.sym.
10463         * nptl/sysdeps/sh/Makefile: File removed.
10464         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10465         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10466         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10467         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10468         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10469         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10470         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10471         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10472         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10473         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10474         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10475         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10476         * nptl/sysdeps/sh/tls.h: Moved ...
10477         * sysdeps/sh/nptl/tls.h: ... here.
10478         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10479         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10480         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10481         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10482         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10483         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10484         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10485         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10486         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10487         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10488         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10489         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10490         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10491         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10492         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10493         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10494         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10495         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10496         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10497         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10498         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10499         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10500         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10501         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10502         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10503         Moved ...
10504         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10505         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10506         Moved ...
10507         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10508         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10509         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10510         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10511         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10512         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10513         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10514         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10515         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10516         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10517         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10518         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10519         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10520         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10521         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10522         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10523         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10524         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10525         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10527 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10529         * posix/spawn_faction_addopen.c: Include string.h.
10531 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10533         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10534         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10535         * nptl/sysdeps/x86_64/Makefile: Moved ...
10536         * sysdeps/x86_64/nptl/Makefile: ... here.
10537         * nptl/sysdeps/x86_64/configure: Moved ...
10538         * sysdeps/x86_64/nptl/configure: ... here.
10539         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10540         * sysdeps/x86_64/nptl/configure.ac: ... here.
10541         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10542         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10543         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10544         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10545         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10546         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10547         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10548         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10549         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10550         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10551         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10552         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10553         * nptl/sysdeps/x86_64/tls.h: Moved ...
10554         * sysdeps/x86_64/nptl/tls.h: ... here.
10555         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10556         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10557         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10558         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10560         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10562 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10564         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10566 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10568         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10569         type.
10570         [POSIX] (off_t): Likewise.
10571         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10572         [POSIX] (S_ISBLK): Require macro.
10573         [POSIX] (S_ISCHR): Likewise.
10574         [POSIX] (S_ISDIR): Likewise.
10575         [POSIX] (S_ISFIFO): Likewise.
10576         [POSIX] (S_ISREG): Likewise.
10577         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10578         optional-macro.
10579         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10580         type.
10581         [POSIX] (time_t): Likewise.
10582         [POSIX] (timer_t): Likewise.
10584 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10586         [BZ #17048]
10587         * posix/spawn_int.h (struct __spawn_action): Make the path string
10588         non-const to support deallocation.
10589         * posix/spawn_faction_addopen.c
10590         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10591         * posix/spawn_faction_destroy.c
10592         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10593         path in all spawn_do_open actions.
10594         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10595         posix_spawn_file_actions_addopen.
10597 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10599         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10600         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10601         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10602         conditional code always true.
10603         (__libc_vfork): New alias.
10605 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10607         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10608         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10610         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10612         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10613         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10615         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10616         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10618         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10619         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10621 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10623         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10624         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10625         multiarch strcmp for PPC64.
10626         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10627         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10628         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10629         multiarch optimizations.
10630         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10631         (__libc_ifunc_impl_list): Likewise.
10633 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10635         * benchtests/scripts/validate_benchout.py: New script.
10636         * benchtests/Makefile (bench-func): Call it.
10637         * benchtests/scripts/benchout.schema.json: New file.
10639 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10641         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10642         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10643         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10644         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10645         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10646         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10647         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10648         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10649         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10650         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10651         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10652         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10653         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10654         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10655         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10656         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10657         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10658         Moved ...
10659         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10660         ... here.
10661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10662         Moved ...
10663         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10665         Moved ...
10666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10667         ... here.
10668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10669         Moved ...
10670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10671         ... here.
10672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10673         Moved ...
10674         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10676         Moved ...
10677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10678         ... here.
10679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10680         Moved ...
10681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10682         ... here.
10683         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10684         Moved ...
10685         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10687         Moved ...
10688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10689         ... here.
10690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10691         Moved ...
10692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10693         ... here.
10694         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10695         Moved ...
10696         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10697         ... here.
10698         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10699         Moved ...
10700         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10702         Moved ...
10703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10704         ... here.
10705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10706         Moved ...
10707         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10708         ... here.
10709         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10710         Moved ...
10711         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10712         ... here.
10713         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10714         Moved ...
10715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10717         Moved ...
10718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10719         ... here.
10720         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10721         Moved ...
10722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10723         ... here.
10724         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10725         Moved ...
10726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10728         Moved ...
10729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10730         ... here.
10731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10732         Moved ...
10733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10735         Moved ...
10736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10738         Moved ...
10739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10740         ... here.
10741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10742         Moved ...
10743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10744         ... here.
10745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10746         Moved ...
10747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10748         ... here.
10749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10750         Moved ...
10751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10753         Moved ...
10754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10755         ... here.
10756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10757         Moved ...
10758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10759         ... here.
10760         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10761         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10762         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10763         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10764         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10765         Moved ...
10766         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10767         ... here.
10768         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10769         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10770         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10771         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10772         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10773         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10774         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10775         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10776         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10777         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10778         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10779         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10780         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10781         Moved ...
10782         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10783         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10784         Moved ...
10785         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10786         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10787         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10788         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10789         Moved ...
10790         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10791         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10792         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10793         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10794         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10795         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10796         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10798 2014-06-10  Wilco  <wdijkstr@arm.com>
10800         * math/test-fenv-return.c: New file.
10801         * math/Makefile: Add new test test-fenv-return.
10803 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10805         [BZ #17042]
10806         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10807         when x - 1 is zero.
10808         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10809         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10810         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10811         0.0L for an argument of 1.0L.
10812         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10813         Likewise.
10814         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10815         value when x - 1 is zero.
10816         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10817         * sysdeps/i386/fpu/libm-test-ulps: Update.
10818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10820 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10822         [BZ #15119]
10823         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10825 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10827         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10828         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10830 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10832         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10833         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10835         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10836         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10838         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10839         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10841         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10842         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10844         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10845         if not already defined.
10846         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10847         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10848         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10849         (TLS_INIT_TP): Use it.
10850         (TLS_DEFINE_INIT_TP): New macro.
10851         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10853 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10855         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10856         constant.
10857         [POSIX] (IXANY): Likewise.
10858         [POSIX] (OLCUC): Likewise.
10859         [POSIX || POSIX2008] (CBAUD): Do not allow.
10860         [POSIX || POSIX2008] (DEFECHO): Likewise.
10861         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10862         [POSIX || POSIX2008] (ECHOKE): Likewise.
10863         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10864         [POSIX || POSIX2008] (EXTA): Likewise.
10865         [POSIX || POSIX2008] (EXTB): Likewise.
10866         [POSIX || POSIX2008] (FLUSHO): Likewise.
10867         [POSIX || POSIX2008] (LOBLK): Likewise.
10868         [POSIX || POSIX2008] (PENDIN): Likewise.
10869         [POSIX || POSIX2008] (SWTCH): Likewise.
10870         [POSIX || POSIX2008] (VDISCARD): Likewise.
10871         [POSIX || POSIX2008] (VDSUSP): Likewise.
10872         [POSIX || POSIX2008] (VLNEXT): Likewise.
10873         [POSIX || POSIX2008] (VREPRINT): Likewise.
10874         [POSIX || POSIX2008] (VSTATUS): Likewise.
10875         [POSIX || POSIX2008] (VWERASE): Likewise.
10876         (B*): Change to B[0123456789]*.
10877         * conform/data/time.h-data [POSIX || UNIX98]
10878         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10879         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10880         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10881         [POSIX] (tm_*): Do not allow.
10883 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10885         * Makefile (install): Don't set LANGUAGE.
10886         * Makefile.in (install): Likewise.
10887         * assert/Makefile (test-assert-ENV): Remove variable.
10888         (test-assert-perr-ENV): Likewise.
10889         * elf/Makefile (neededtest4-ENV): Likewise.
10890         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10891         [$(cross-compiling) = no]: Don't set LANGUAGE.
10892         * io/ftwtest-sh (LANG): Remove variable.
10893         * libio/Makefile (tst-widetext-ENV): Likewise.
10894         * manual/install.texi (Running make install): Don't refer to
10895         environment settings for make install.
10896         * INSTALL: Regenerated.
10897         * nptl/tst-tls6.sh: Don't set LANG.
10898         * posix/globtest.sh (LANG): Remove variable.
10899         * string/Makefile (tester-ENV): Likewise.
10900         (inl-tester-ENV): Likewise.
10901         (noinl-tester-ENV): Likewise.
10902         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10903         [$(cross-compiling) = no]: Don't set LANGUAGE.
10904         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10905         without explicit environment settings.
10907 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10909         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10910         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10911         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10912         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10914 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10916         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10917         other files in the crypt directory.
10918         * crypt/crypt.c: Remove duplicate includes.
10919         * crypt/crypt-entry.c: Likewise.
10920         * crypt/crypt_util.c: Likewise.
10922 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10924         * Makeconfig (run-program-env): New variable.
10925         (run-program-prefix-before-env): Likewise.
10926         (run-program-prefix-after-env): Likewise.
10927         (run-program-prefix): Define in terms of new variables.
10928         (built-program-cmd-before-env): New variable.
10929         (built-program-cmd-after-env): Likewise.
10930         (built-program-cmd): Define in terms of new variables.
10931         (test-program-prefix-before-env): New variable.
10932         (test-program-prefix-after-env): Likewise.
10933         (test-program-prefix): Define in terms of new variables.
10934         (test-program-cmd-before-env): New variable.
10935         (test-program-cmd-after-env): Likewise.
10936         (test-program-cmd): Define in terms of new variables.
10937         * Rules (make-test-out): Use $(run-program-env).
10938         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10939         (help): Do not mention environment variables.  Mention
10940         --timeoutfactor option.
10941         (timeoutfactor): New variable.
10942         (blacklist_exports): Remove function.
10943         (exports): Remove variable.
10944         (command): Do not include ${exports}.
10945         * manual/install.texi (Configuring and compiling): Do not mention
10946         test wrappers preserving environment variables.  Mention that last
10947         assignment to a variable must take precedence.
10948         * INSTALL: Regenerated.
10949         * benchtests/Makefile (run-bench): Use $(run-program-env).
10950         * catgets/Makefile ($(objpfx)test1.cat): Use
10951         $(built-program-cmd-before-env), $(run-program-env) and
10952         $(built-program-cmd-after-env).
10953         ($(objpfx)test2.cat): Do not specify environment variables
10954         explicitly.
10955         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10956         $(run-program-env) and $(built-program-cmd-after-env).
10957         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10958         $(run-program-env) and $(test-program-cmd-after-env).
10959         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10960         explicitly.
10961         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10962         run_program_env and test_program_cmd_after_env arguments.
10963         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10964         * elf/tst-pathopt.sh: Use run_program_env argument.
10965         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10966         $(test-wrapper-env) and $(run-program-env).
10967         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10968         run_program_env arguments.
10969         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10970         * intl/Makefile ($(objpfx)tst-gettext.out): Use
10971         $(test-program-prefix-before-env), $(run-program-env) and
10972         $(test-program-prefix-after-env).
10973         ($(objpfx)tst-gettext2.out): Likewise.
10974         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10975         run_program_env and test_program_prefix_after_env arguments.
10976         * intl/tst-gettext2.sh: Likewise.
10977         * intl/tst-gettext4.sh: Do not set environment variables
10978         explicitly.
10979         * intl/tst-gettext6.sh: Likewise.
10980         * intl/tst-translit.sh: Likewise.
10981         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10982         $(test-program-prefix-before-env), $(run-program-env) and
10983         $(test-program-prefix-after-env).
10984         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10985         run_program_env and test_program_prefix_after_env arguments.
10986         * math/Makefile (run-regen-ulps): Use $(run-program-env).
10987         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10988         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
10989         explicitly with each use of ${test_wrapper_env}.
10990         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10991         $(test-program-prefix-before-env), $(run-program-env) and
10992         $(test-program-prefix-after-env).
10993         * posix/tst-getconf.sh: Do not set environment variables
10994         explicitly.
10995         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10996         run_program_env and test_program_prefix_after_env arguments.
10997         * stdio-common/tst-printf.sh: Do not set environment variables
10998         explicitly.
10999         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11000         $(test-program-prefix-before-env), $(run-program-env) and
11001         $(test-program-prefix-after-env).
11002         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11003         run_program_env and test_program_prefix_after_env arguments.
11004         Split $test calls into $test_pre and $test.
11005         * timezone/Makefile (build-testdata): Use
11006         $(built-program-cmd-before-env), $(run-program-env) and
11007         $(built-program-cmd-after-env).
11009 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11011         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11012         strlen for non SHARED builds.
11014 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11016         * nptl/allocatestack.c (check_list): Inlined function...
11017         (__reclaim_stacks): ... here.
11019 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11021         [BZ #15698]
11022         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11023         memory overrun.
11025 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11027         * Rules (make-test-out): Include
11028         LOCPATH=$(common-objpfx)localedata in default environment.
11029         * debug/Makefile (tst-chk1-ENV): Remove variable.
11030         (tst-chk2-ENV): Likewise.
11031         (tst-chk3-ENV): Likewise.
11032         (tst-chk4-ENV): Likewise.
11033         (tst-chk5-ENV): Likewise.
11034         (tst-chk6-ENV): Likewise.
11035         (tst-lfschk1-ENV): Likewise.
11036         (tst-lfschk2-ENV): Likewise.
11037         (tst-lfschk3-ENV): Likewise.
11038         (tst-lfschk4-ENV): Likewise.
11039         (tst-lfschk5-ENV): Likewise.
11040         (tst-lfschk6-ENV): Likewise.
11041         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11042         (tst-iconv7-ENV): Likewise.
11043         * intl/Makefile (LOCPATH-ENV): Likewise.
11044         (tst-codeset-ENV): Likewise.
11045         (tst-gettext3-ENV): Likewise.
11046         (tst-gettext5-ENV): Likewise.
11047         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11048         (tst-fopenloc-ENV): Likewise.
11049         (tst-fgetws-ENV): Remove variable.
11050         (tst-ungetwc1-ENV): Likewise.
11051         (tst-ungetwc2-ENV): Likewise.
11052         (bug-ungetwc2-ENV): Likewise.
11053         (tst-swscanf-ENV): Likewise.
11054         (bug-ftell-ENV): Likewise.
11055         (tst-fgetwc-ENV): Likewise.
11056         (tst-fseek-ENV): Likewise.
11057         (tst-ftell-partial-wide-ENV): Likewise.
11058         (tst-ftell-active-handler-ENV): Likewise.
11059         (tst-ftell-append-ENV): Likewise.
11060         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11061         (tst-regexloc-ENV): Likewise.
11062         (bug-regex1-ENV): Likewise.
11063         (tst-regex-ENV): Likewise.
11064         (tst-regex2-ENV): Likewise.
11065         (bug-regex5-ENV): Likewise.
11066         (bug-regex6-ENV): Likewise.
11067         (bug-regex17-ENV): Likewise.
11068         (bug-regex18-ENV): Likewise.
11069         (bug-regex19-ENV): Likewise.
11070         (bug-regex20-ENV): Likewise.
11071         (bug-regex22-ENV): Likewise.
11072         (bug-regex23-ENV): Likewise.
11073         (bug-regex25-ENV): Likewise.
11074         (bug-regex26-ENV): Likewise.
11075         (bug-regex30-ENV): Likewise.
11076         (bug-regex32-ENV): Likewise.
11077         (bug-regex33-ENV): Likewise.
11078         (bug-regex34-ENV): Likewise.
11079         (bug-regex35-ENV): Likewise.
11080         (tst-rxspencer-ENV): Likewise.
11081         (tst-rxspencer-no-utf8-ENV): Likewise.
11082         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11083         (tst-sscanf-ENV): Likewise.
11084         (tst-swprintf-ENV): Likewise.
11085         (tst-swscanf-ENV): Likewise.
11086         (test-vfprintf-ENV): Likewise.
11087         (scanf13-ENV): Likewise.
11088         (bug14-ENV): Likewise.
11089         (tst-grouping-ENV): Likewise.
11090         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11091         (tst-strtod3-ENV): Likewise.
11092         (tst-strtod4-ENV): Likewise.
11093         (tst-strtod5-ENV): Likewise.
11094         (testmb2-ENV): Likewise./
11095         * string/Makefile (tst-strxfrm-ENV): Likewise.
11096         (tst-strxfrm2-ENV): Likewise.
11097         (bug-strcoll1-ENV): Likewise.
11098         (test-strcasecmp-ENV): Likewise.
11099         (test-strncasecmp-ENV): Likewise.
11100         * time/Makefile (tst-strptime-ENV): Likewise.
11101         (tst-ftime_l-ENV): Likewise.
11102         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11103         (tst-mbrtowc-ENV): Likewise.
11104         (tst-wcrtomb-ENV): Likewise.
11105         (tst-mbrtowc2-ENV): Likewise.
11106         (tst-c16c32-1-ENV): Likewise.
11107         (tst-mbsnrtowcs-ENV): Likewise.
11109 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11111         * manual/resource.texi (How to get information about the memory
11112         subsystem?): Fix typo.
11113         Reported by Peon de la Parra Ivan <peon@keba.com>
11115 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11117         [BZ #16882]
11118         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11119         (pthread_spin_lock): Branch out of spin loop to proper location.
11120         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11121         (pthread_spin_lock): Likewise.
11123         * nptl/tst-spin4.c: New test.
11124         * nptl/Makefile (tests): Add tst-spin4.
11126 2014-06-03  Andreas Schwab  <schwab@suse.de>
11128         [BZ #15946]
11129         * resolv/res_send.c (send_dg): Reload file descriptor after
11130         calling reopen.
11132 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11134         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11136 2014-06-03  Richard Henderson  <rth@redhat.com>
11138         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11139         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11140         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11141         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11142         in the SAVE_PID block.
11143         (__libc_vfork): New alias.
11144         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11146         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11147         child in registers, not on the stack.  Remove RESET_PID conditionals.
11148         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11150 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11152         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11154 2014-06-03  Wilco  <wdijkstr@arm.com>
11156         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11157         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11158         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11159         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11160         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11161         Likewise.
11163 2014-06-03  Wilco  <wdijkstr@arm.com>
11165         * sysdeps/aarch64/fpu/math_private.h
11166         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11167         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11168         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11169         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11170         Fix declarations.
11172 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11174         * crypt/crypt-private.h: Include ufc-crypt.h.
11175         (__b64_from_24bit): Declare extern.
11176         * crypt/crypt_util.c(__b64_from_24bit): New function.
11177         (b64t): New static const variable.
11178         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11179         (b64t): Remove variable.
11180         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11181         * crypt/sha256-crypt.c: Include crypt-private.h.
11182         (b64t): Remove variable.
11183         (__sha256_crypt_r): Remove b64_from_24bit and replace
11184         with __b64_from_24bit.
11185         * crypt/sha512-crypt.c: Likewise.
11187 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11189         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11190         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11191         Label the code __libc_vfork rather than __vfork.
11192         [!NOT_IN_libc] (vfork): Define as weak alias.
11193         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11194         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11195         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11197 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11199         * malloc/malloc.c (malloc_info): Fix format specifier for
11200         n_mmaps.
11202 2014-06-02  Wilco  <wdijkstr@arm.com>
11204         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11205         FPCR write.
11207 2014-06-02  Wilco  <wdijkstr@arm.com>
11209         [BZ #17009]
11210         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11211         Rewrite to reduce FPCR/FPSR accesses.
11213 2014-06-01  David S. Miller  <davem@davemloft.net>
11215         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11217 2014-05-31  David S. Miller  <davem@davemloft.net>
11219         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11220         to occur in round to nearest mode when |x| >= 2.0
11222 2014-05-30  Richard Henderson  <rth@twiddle.net>
11224         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11225         (PSEUDO_RET_NOERRNO): Remove.
11226         (ret): Don't redefine.
11227         (ret_NOERRNO): Define in terms of ret.
11228         (ret_ERRVAL): Likewise.
11230         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11231         use of PSEUDO_RET; perform the error check directly.
11233 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11235         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11236         with __int128_t.
11238 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11240         * malloc/malloc (malloc_info): Fix formatting.
11242 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11243             Roland McGrath  <roland@hack.frob.com>
11245         * malloc/malloc (malloc_info): Also print mmapped statistics.
11247 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11249         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11250         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11252 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11254         * malloc/malloc.c (malloc_info): Inline mi_arena.
11256 2014-05-29  Richard Henderson  <rth@twiddle.net>
11258         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11259         Remove comma before expanding ASM_ARGS_##nr.
11260         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11261         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11262         of ASM_ARGS_##nr.
11263         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11264         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11265         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11266         (ASM_ARGS_1): Add leading comma.
11268         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11269         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11270         to __errno_location.
11271         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11272         Remove the expected plt for __errno_location.
11274         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11275         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11276         call to __read_tp.
11278         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11279         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11280         it and break it down.
11281         (DOCARGS_0, DOCARGS_1): Do nothing.
11282         (DOCARGS_2): Update to store into the new stack frame.
11283         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11284         (UNDOCARGS_1): Update to restore from the new stack frame.
11285         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11286         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11288         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11289         (SINGLE_THREAD_P): New parameter for result regno.
11290         (PSEUDO): Update to match; use cbz instead of beq.
11292         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11293         Use ENTRY to define the _nocancel entry point.  Share the syscall
11294         and syscall error check paths with the cancel path.
11295         (PSEUDO_END): New.
11297         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11298         whitespace; tabs before and after asm mnemonics.
11300 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11302         [BZ #15132]
11303         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11304         Call fstat64 or stat64 internally, depending on arguments passed.
11305         Replace stat buffer argument with file descriptor argument.
11306         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11307         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11308         Pass fd to __internal_statvfs instead of calling fstat64.
11309         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11310         Pass fd to __internal_statvfs64 instead of calling fstat64.
11311         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11312         Pass -1 to __internal_statvfs instead of calling stat64.
11313         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11314         Pass -1 to __internal_statvfs64 instead of calling stat64.
11316 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11318         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11319         that was previously under [RESET_PID].
11320         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11322         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11323         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11325 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11327         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11329         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11330         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11332 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11334         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11336 2014-05-27  Andreas Schwab  <schwab@suse.de>
11338         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11339         TLS_INIT_TP macro.
11340         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11341         * elf/rtld.c (init_tls, dl_main): Likewise.
11342         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11343         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11344         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11345         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11346         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11347         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11348         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11349         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11350         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11351         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11352         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11353         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11354         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11355         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11356         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11357         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11358         * sysdeps/generic/tls.h: Update description.
11360 2014-05-27  Will Newton  <will.newton@linaro.org>
11362         [BZ #16990]
11363         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11364         and restore r2 rather than just restoring.
11366 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11368         [BZ #16724]
11369         * libio/tst-ftell-append.c: New test case.
11370         * libio/Makefile (tests): Add test case.
11371         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11372         append mode.
11373         * libio/wfileops.c (do_ftell_wide): Likewise.
11375 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11379         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11380         ...
11381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11383         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11384         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11385         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11386         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11387         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11388         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11389         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11390         Moved ...
11391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11392         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11393         Moved ...
11394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11395         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11396         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11397         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11398         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11399         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11400         ...
11401         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11402         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11403         Moved ...
11404         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11405         here.
11406         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11407         ...
11408         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11409         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11410         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11412         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11413         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11414         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11415         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11417         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11418         merge into ...
11419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11420         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11421         ...
11422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11423         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11424         ...
11425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11426         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11427         Moved ...
11428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11429         here.
11430         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11431         Moved ...
11432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11433         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11434         Moved ...
11435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11438         conditional [RESET_PID].
11439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11440         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11441         removed.
11442         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11443         removed.
11445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11446         <tcb-offsets.h>.
11447         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11448         (__libc_vfork): New strong alias.
11449         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11450         removed.
11451         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11452         Removed.
11454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11455         <tcb-offsets.h>.
11456         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11457         (__libc_vfork): New strong alias.
11458         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11459         removed.
11460         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11461         removed.
11463 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11465         * malloc/malloc.c (mi_arena): New function.
11466         (malloc_info): Remove nested function mi_arena. Call non-nosted
11467         function mi_arena.
11469 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11471         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11472         by insrwi.
11473         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11474         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11475         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11476         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11477         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11478         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11479         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11481 2014-05-26  Andreas Schwab  <schwab@suse.de>
11483         [BZ #16984]
11484         * locale/programs/repertoire.c (repertoire_read): Add slash
11485         between I18NPATH element and file name.
11486         * locale/programs/locfile.c (locfile_read): Likewise.
11488 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11490         * nptl/pthread_mutexattr_settype.c
11491         (__pthread_mutexattr_settype):
11492         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11494 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11496         * nptl/tst-mutex5 (do_test):
11497         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11499 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11501         * benchtests/README: Document 'init' directive.
11502         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11503         BENCH_INIT.
11504         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11505         (parse_file): Recognize 'init' directive.
11507 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11509         [BZ #16796]
11510         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11511         alignment of struct pthread.
11513 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11515         [BZ #16878]
11516         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11517         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11518         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11519         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11521 2014-05-25  Richard Henderson  <rth@twiddle.net>
11523         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11524         (SINGLE_THREAD_P_PIC): Remove.
11525         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11526         (SINGLE_THREAD_P_PIC): Remove.
11528         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11529         branch to syscall error ...
11530         (PSEUDO): ... here.
11531         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11532         from __local_syscall_error to .Lsyscall_error.
11533         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11534         (SYSCALL_ERROR): Update label name.
11536         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11537         Do not use DOARGS/UNDOARGS.
11538         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11539         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11540         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11541         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11542         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11544         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11545         block comment.
11547         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11548         define if !NOT_IN_libc.
11549         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11550         define with non-default symbol versions.
11552 2014-05-23  Richard Henderson  <rth@twiddle.net>
11554         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11555         (vfork, __vfork): Define via compat_symbol.
11557         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11558         [!HAVE_IFUNC] (vfork_compat): Remove.
11559         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11561 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11563         [BZ #16978]
11564         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11565         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11566         variable.
11568 2014-05-23  Richard Henderson  <rth@twiddle.net>
11570         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11571         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11572         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11573         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11575         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11576         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11577         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11578         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11579         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11580         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11581         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11582         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11583         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11584         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11585         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11586         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11587         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11588         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11589         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11590         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11591         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11592         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11593         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11594         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11595         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11596         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11597         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11598         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11599         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11600         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11601         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11602         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11603         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11604         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11605         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11606         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11607         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11608         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11609         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11610         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11611         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11612         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11613         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11614         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11615         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11616         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11617         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11618         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11619         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11620         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11621         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11622         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11623         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11624         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11625         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11626         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11627         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11628         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11629         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11630         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11632         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11633         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11634         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11635         before exiting on error.
11636         (__libc_vfork): New strong alias.
11637         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11638         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11640         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11641         that was previously under [RESET_PID].
11642         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11644         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11646 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11648         [BZ #16977]
11649         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11650         value when x - 1 is zero.
11651         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11652         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11653         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11654         0.0L for an argument of 1.0L.
11655         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11656         Likewise.
11657         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11658         value when x - 1 is zero.
11659         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11660         * sysdeps/i386/fpu/libm-test-ulps: Update.
11661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11663 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11665         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11666         alphasort and versionsort.
11668 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11670         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11671         macro.
11672         [copysignf]: Likewise.
11674 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11676         * crypt/md5-crypt.c: Fix formatting.
11678 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11680         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11681         (b64_from_24bit): New function.
11683 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11685         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11686         libc_hidden_builtin_def to ifunc.
11687         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11688         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11690 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11692         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11693         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11695 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11697         * nscd/Depend (linuxthreads): Remove.
11698         (nptl): Add.
11699         * resolv/Depend (linuxthreads): Remove.
11700         * rt/Depend (linuxthreads): Remove.
11702         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11703         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11704         $(common-objpfx)elf/.
11705         (link-libc-before-gnulib): Likewise.
11706         (elfobjdir): Remove variable.
11707         * Makefile (install): Use $(elf-objpfx) instead of
11708         $(common-objpfx)elf/.
11709         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11710         $(elfobjdir)/.
11711         (link-libc-deps): Likewise.
11712         ($(common-objpfx)libc.so): Likewise.
11713         ($(common-objpfx)linkobj/libc.so): Likewise.
11714         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11715         instead of $(common-objpfx)elf/.
11716         (symbolic-link-list): Likewise.
11717         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11718         [$(cross-compiling) = no]: Likewise.
11719         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11720         $(elfobjdir)/.
11721         (static-gnulib-arch): Likewise.
11722         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11723         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11724         $(common-objpfx)elf/.
11726 2014-05-21  Richard Henderson  <rth@redhat.com>
11728         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11729         (SINGLE_THREAD_P): Use the correct width load.  Fold
11730         into the ldr offset.
11732         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11733         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11735 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11737         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11738         (libgcc_s_resume): Use __attribute_used__.
11739         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11740         Likewise.
11742 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11744         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11745         optimization when used with float constants.
11747         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11749 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11751         [BZ #16915]
11752         * locale/nl_langinfo_l.c: Make direct reference to every
11753         _nl_current_CATEGORY symbol.
11754         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11755         (tests-static): Add tst-langinfo-static.
11756         (tests-special): Add tst-langinfo-static.out.
11757         ($(objpfx)tst-langinfo.out): Redirect output.
11758         ($(objpfx)tst-langinfo-static.out): New.
11759         * localedata/tst-langinfo.sh: Send output to stdout.
11760         * localedata/tst-langinfo-static.c: New file.
11762         [BZ #16965]
11763         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11764         when the shift amount is modulo the limb size.
11766 2014-05-20  Richard Henderson  <rth@redhat.com>
11768         [BZ #16967]
11769         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11770         Change type of sa_flags from unsigned int to int.
11772         [BZ #16966]
11773         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11775         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11777 2014-05-20  Will Newton  <will.newton@linaro.org>
11779         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11780         Test the return value of the system call in the nocancel case.
11782 2014-05-20  Will Newton  <will.newton@linaro.org>
11783             Yvan Roux  <yvan.roux@linaro.org>
11785         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11786         #include of asm/ptrace.h.
11787         (PTRACE_GET_THREAD_AREA): Remove #undef.
11788         (PTRACE_GETHBPREGS): Likewise.
11789         (PTRACE_SETHBPREGS): Likewise.
11790         (struct user_regs_struct): New structure.
11791         (struct user_fpsimd_struct): New structure.
11792         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11793         #include of asm/ptrace.h and second #include of sys/user.h.
11794         (PTRACE_GET_THREAD_AREA): Remove #undef.
11795         (PTRACE_GETHBPREGS): Likewise.
11796         (PTRACE_SETHBPREGS): Likewise.
11797         (ELF_NGREG): Use new struct user_regs_struct.
11798         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11800 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11802         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11803         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11805 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11807         [BZ #16958]
11808         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11809         membar to avoid block loads/stores to overlap previous stores.
11811 2014-05-17  Richard Henderson  <rth@redhat.com>
11813         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11814         Create the __##syscall_name##_nocancel entry point.
11815         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11816         Remove; let the sysdep-cancel.h code create it.
11818 2014-05-17  David S. Miller  <davem@davemloft.net>
11820         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11821         Protect with __USE_GNU.
11822         (TIOCSET_TEMPT): Likewise.
11823         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11824         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11825         these are already provided in bits/ioctl-types.h
11827 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11829         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11830         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11832         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11833         Use wait4 regardless of [__NR_waitpid].
11835 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11837         PR libgcc/60166
11838         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11839         (_FP_NANSIGN_Q): Set the quiet bit.
11841 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11843         * benchtests/Makefile
11844         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11845         not $(common-objpfx)math/libm.so.
11846         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11847         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11848         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11849         $(common-objpfx)dlfcn/libdl.so.
11850         ($(objpfx)tst-audit8): Depend on $(libm), not
11851         $(common-objpfx)math/libm.so.
11852         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11853         not $(common-objpfx)dlfcn/libdl.so.
11854         * math/Makefile
11855         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11856         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11857         [$(build-shared) = yes].
11858         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11859         $(common-objpfx)nptl/libpthread.so.
11860         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11861         $(common-objpfx)math/libm.so$(libm.so-version) or
11862         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11863         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11864         $(common-objpfx)dlfcn/libdl.so.
11865         * setjmp/Makefile (link-libm): Remove variable.
11866         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11867         * stdio-common/Makefile (link-libm): Remove variable.
11868         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11869         * stdlib/Makefile (link-libm): Remove variable.
11870         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11871         ($(objpfx)tst-strtod-round): Likewise.
11872         ($(objpfx)tst-tininess): Likewise.
11873         ($(objpfx)tst-strtod-underflow): Likewise.
11874         ($(objpfx)tst-strtod6): Likewise.
11875         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11876         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11877         $(common-objpfx)dlfcn/libdl.so.
11879 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11881         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11882         BSD terminal modes definitions.
11884 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11886         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11887         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11889         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11890         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11891         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11892         Don't do #include_next.
11893         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11894         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11895         Don't do #include_next.
11896         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11897         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11898         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11899         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11901 2014-05-16  Allan McRae  <allan@archlinux.org>
11903         * po/sv.po: Update Swedish translation from translation project.
11905         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11906         in sed expression.
11908 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11910         [BZ #16917]
11911         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11912         errno if the TIOCGPTN ioctl fails with an error different than
11913         EINVAL.
11914         * login/tst-ptsname.c: New file.
11915         * login/Makefile (tests): Add tst-ptsname.
11917         [BZ #16943]
11918         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11919         and prlimit64.
11921 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11923         [BZ #16849]
11924         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11925         herrno to return EAI_AGAIN.
11927 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11929         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11930         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11931         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11932         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11933         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11934         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11935         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11936         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11937         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11938         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11939         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11940         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11941         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11942         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11943         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11944         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11945         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11946         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11947         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11948         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11949         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11950         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11951         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11952         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11953         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11954         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11955         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11956         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11957         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11958         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11959         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11960         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11961         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11962         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11963         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11964         Moved ...
11965         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11967         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11969         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11970         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11971         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11973         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11974         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11975         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11976         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11977         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11978         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11979         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11981         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11982         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11983         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11984         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11985         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11987         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11988         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11989         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11990         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11991         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11992         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11993         Moved ...
11994         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11995         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11996         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11998         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11999         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12000         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12001         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12002         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12003         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12004         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12005         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12006         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12007         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12008         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12009         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12010         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12011         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12012         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12013         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12014         Moved ...
12015         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12016         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12017         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12019         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12020         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12021         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12022         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12023         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12024         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12025         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12026         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12027         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12028         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12029         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12030         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12031         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12032         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12033         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12034         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12035         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12036         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12037         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12038         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12039         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12040         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12041         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12042         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12043         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12044         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12045         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12046         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12047         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12048         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12049         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12051         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12052         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12054         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12055         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12056         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12057         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12058         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12059         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12060         Moved ...
12061         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12062         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12063         Moved ...
12064         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12065         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12066         Moved ...
12067         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12068         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12069         Moved ...
12070         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12071         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12072         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12073         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12074         Moved ...
12075         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12076         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12077         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12078         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12079         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12080         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12081         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12082         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12083         Moved ...
12084         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12085         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12086         Moved ...
12087         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12088         ... here.
12089         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12090         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12091         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12092         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12093         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12094         Moved ...
12095         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12096         ... here.
12097         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12098         Moved ...
12099         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12100         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12101         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12102         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12103         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12104         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12105         Moved ...
12106         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12107         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12108         Moved ...
12109         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12110         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12111         Moved ...
12112         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12113         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12114         Moved ...
12115         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12116         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12117         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12118         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12119         Moved ...
12120         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12121         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12122         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12123         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12124         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12125         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12126         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12127         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12128         Moved ...
12129         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12130         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12131         Moved ...
12132         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12133         ... here.
12134         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12135         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12136         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12137         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12138         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12139         Moved ...
12140         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12141         ... here.
12142         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12143         Moved ...
12144         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12145         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12146         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12147         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12148         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12149         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12150         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12151         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12152         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12153         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12154         Moved ...
12155         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12156         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12157         Moved ...
12158         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12159         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12160         Moved ...
12161         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12162         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12163         Moved ...
12164         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12165         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12166         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12167         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12168         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12169         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12170         Moved ...
12171         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12172         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12173         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12174         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12175         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12176         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12177         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12178         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12179         Moved ...
12180         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12181         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12182         Moved ...
12183         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12184         ... here.
12185         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12186         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12187         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12188         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12189         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12190         Moved ...
12191         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12192         ... here.
12193         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12194         Moved ...
12195         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12196         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12197         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12198         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12199         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12200         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12201         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12202         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12203         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12204         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12205         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12207         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12208         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12210         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12211         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12213         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12214         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12215         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12216         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12217         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12218         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12219         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12220         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12221         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12222         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12223         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12224         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12225         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12226         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12227         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12228         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12229         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12230         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12231         Moved ...
12232         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12233         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12234         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12235         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12236         Moved ...
12237         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12238         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12239         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12240         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12241         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12242         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12243         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12244         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12245         Moved ...
12246         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12247         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12248         Moved ...
12249         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12250         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12251         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12252         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12253         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12254         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12255         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12256         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12257         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12258         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12259         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12260         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12261         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12262         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12263         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12264         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12265         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12267         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12268         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12269         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12270         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12271         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12273         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12274         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12275         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12276         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12277         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12278         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12279         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12280         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12281         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12282         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12284         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12285         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12287         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12288         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12289         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12290         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12291         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12292         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12293         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12294         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12295         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12296         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12297         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12298         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12299         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12300         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12301         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12302         Update #include.
12303         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12304         Likewise.
12305         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12306         Likewise.
12307         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12308         Likewise.
12309         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12310         Likewise.
12311         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12312         Likewise.
12313         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12314         Likewise.
12315         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12316         Likewise.
12317         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12318         Likewise.
12319         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12320         Likewise.
12321         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12322         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12323         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12324         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12325         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12326         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12327         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12328         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12329         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12330         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12331         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12332         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12333         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12334         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12335         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12337         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12338         that was previously under [RESET_PID].
12339         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12340         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12341         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12343         * sysdeps/i386/nptl/Implies: New file.
12344         * sysdeps/x86_64/nptl/Implies: New file.
12345         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12346         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12347         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12348         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12350         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12351         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12352         (__libc_vfork): New strong alias.
12353         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12354         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12356         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12357         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12358         (__libc_vfork): New strong alias.
12359         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12360         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12362         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12363         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12364         (__libc_vfork): New strong alias.
12365         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12366         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12367         * nptl/pt-vfork.c: New file.
12368         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12369         (libpthread: GLIBC_2.20): New version set (empty).
12371 2014-05-14  Will Newton  <will.newton@linaro.org>
12373         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12374         rather than #if.
12376 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12378         [BZ #16564]
12379         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12380         arguments with exponent 65 or above.
12381         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12382         arguments 0x1p113L or above.
12383         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12384         to arguments 0x1p107L or above.
12385         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12386         positive arguments with exponent 65 or above.
12387         * math/auto-libm-test-in: Add more tests of log1p.
12388         * math/auto-libm-test-out: Regenerated.
12390         [BZ #16928]
12391         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12392         non-finite arguments is +0.
12393         * math/s_cacosf.c (__cacosf): Likewise.
12394         * math/s_cacosl.c (__cacosl): Likewise.
12395         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12396         * sysdeps/i386/fpu/libm-test-ulps: Update.
12397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12399         [BZ #16927]
12400         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12401         value.
12402         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12403         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12404         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12405         for explicit high bit of mantissa when testing for argument equal
12406         to 1.
12407         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12408         * sysdeps/i386/fpu/libm-test-ulps: Update.
12409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12411         [BZ #16516]
12412         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12413         (__erf): Scale by 16 instead of 8 in potentially underflowing
12414         case.  Ensure exception if result actually underflows.
12415         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12416         (__erff): Scale by 16 instead of 8 in potentially underflowing
12417         case.  Ensure exception if result actually underflows.
12418         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12419         (efx8): Remove variable.
12420         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12421         case.  Ensure exception if result actually underflows.
12422         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12423         (efx8): Remove variable.
12424         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12425         case.  Ensure exception if result actually underflows.
12426         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12427         (efx8): Remove variable.
12428         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12429         case.  Ensure exception if result actually underflows.
12430         * math/auto-libm-test-in: Add more tests of erf.
12431         * math/auto-libm-test-out: Regenerated.
12433 2014-05-14  Andreas Schwab  <schwab@suse.de>
12435         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12436         Remove code conditionalized on USE___THREAD.
12438         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12439         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12440         not definedness.
12442 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12444         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12445         Define unconditionally.
12446         (__ASSUME_O_CLOEXEC): Likewise.
12447         (__ASSUME_SOCK_CLOEXEC): Likewise.
12448         (__ASSUME_IN_NONBLOCK): Likewise.
12449         (__ASSUME_PIPE2): Likewise.
12450         (__ASSUME_EVENTFD2): Likewise.
12451         (__ASSUME_SIGNALFD4): Likewise.
12452         (__ASSUME_DUP3): Likewise.
12453         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12454         (__ASSUME_DUP3): Do not define.
12455         (__ASSUME_EVENTFD2): Likewise.
12456         (__ASSUME_IN_NONBLOCK): Likewise.
12457         (__ASSUME_O_CLOEXEC): Likewise.
12458         (__ASSUME_PIPE2): Likewise.
12459         (__ASSUME_SIGNALFD4): Likewise.
12460         (__ASSUME_SOCK_CLOEXEC): Likewise.
12461         (__ASSUME_UTIMES): Undefine.
12462         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12463         (__ASSUME_UTIMES): Do not define.
12464         (__ASSUME_O_CLOEXEC): Likewise.
12465         (__ASSUME_SOCK_CLOEXEC): Likewise.
12466         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12467         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12468         0x020621].
12469         (__ASSUME_PIPE2): Likewise.
12470         (__ASSUME_EVENTFD2): Likewise.
12471         (__ASSUME_SIGNALFD4): Likewise.
12472         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12473         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12474         Do not define.
12475         (__ASSUME_EVENTFD2): Likewise.
12476         (__ASSUME_SIGNALFD4): Likewise.
12477         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12478         (__ASSUME_32BITUIDS): Likewise.
12479         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12480         (__ASSUME_IPC64): Likewise.
12481         (__ASSUME_ST_INO_64_BIT): Likewise.
12482         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12483         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12484         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12485         (__ASSUME_UTIMES): Do not define.
12486         (__ASSUME_PSELECT): Likewise.
12487         (__ASSUME_PPOLL): Likewise.
12488         (__ASSUME_O_CLOEXEC): Likewise.
12489         (__ASSUME_SOCK_CLOEXEC): Likewise.
12490         (__ASSUME_IN_NONBLOCK): Likewise.
12491         (__ASSUME_PIPE2): Likewise.
12492         (__ASSUME_EVENTFD2): Likewise.
12493         (__ASSUME_SIGNALFD4): Likewise.
12494         (__ASSUME_DUP3): Likewise.
12495         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12496         (__ASSUME_UTIMES): Likewise.
12497         (__ASSUME_O_CLOEXEC): Likewise.
12498         (__ASSUME_SOCK_CLOEXEC): Likewise.
12499         (__ASSUME_IN_NONBLOCK): Likewise.
12500         (__ASSUME_PIPE2): Likewise.
12501         (__ASSUME_EVENTFD2): Likewise.
12502         (__ASSUME_SIGNALFD4): Likewise.
12503         (__ASSUME_DUP3): Likewise.
12504         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12505         (__ASSUME_UTIMES): Likewise.
12506         (__ASSUME_O_CLOEXEC): Likewise.
12507         (__ASSUME_SOCK_CLOEXEC): Likewise.
12508         (__ASSUME_IN_NONBLOCK): Likewise.
12509         (__ASSUME_PIPE2): Likewise.
12510         (__ASSUME_EVENTFD2): Likewise.
12511         (__ASSUME_SIGNALFD4): Likewise.
12512         (__ASSUME_DUP3): Likewise.
12513         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12514         Likewise.
12515         (__ASSUME_UTIMES): Likewise.
12516         (__ASSUME_EVENTFD2): Likewise.
12517         (__ASSUME_SIGNALFD4): Likewise.
12518         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12519         (__ASSUME_O_CLOEXEC): Likewise.
12520         (__ASSUME_SOCK_CLOEXEC): Likewise.
12521         (__ASSUME_IN_NONBLOCK): Likewise.
12522         (__ASSUME_PIPE2): Likewise.
12523         (__ASSUME_EVENTFD2): Likewise.
12524         (__ASSUME_SIGNALFD4): Likewise.
12525         (__ASSUME_DUP3): Likewise.
12526         (__ASSUME_UTIMES): Undefine.
12528         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12529         feclearexcept.  Remove symbol versioning code.
12530         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12531         symbol versioning code.
12532         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12533         symbol versioning code.
12534         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12535         feupdateenv.  Remove symbol versioning code.
12536         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12537         fegetexceptflag.  Remove symbol versioning code.
12538         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12539         fesetexceptflag.  Remove symbol versioning code.
12540         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12541         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12542         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12543         (__posix_fadvise64_l32): Remove prototype.
12544         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12545         code.
12547 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12549         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12550         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12551         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12552         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12554 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12556         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12557         current working directory
12559 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12561         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12562         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12563         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12564         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12565         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12566         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12567         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12568         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12569         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12570         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12571         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12572         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12573         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12574         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12575         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12576         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12577         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12578         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12579         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12580         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12581         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12582         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12583         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12584         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12585         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12586         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12587         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12588         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12589         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12590         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12591         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12592         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12593         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12594         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12595         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12596         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12597         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12598         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12599         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12600         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12601         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12602         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12604         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12605         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12607         * sysdeps/unix/sysv/linux/arm/Makefile
12608         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12609         Add rt-aeabi_unwind_cpp_pr1.
12610         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12611         Add nptl-aeabi_unwind_cpp_pr1.
12612         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12613         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12614         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12615         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12616         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12617         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12619         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12620         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12621         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12622         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12624         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12625         Deconditionalize the code that was previously under [RESET_PID].
12626         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12628         * sysdeps/generic/exit-thread.h: New file.
12629         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12630         * include/unistd.h (__exit_thread): Remove declaration.
12631         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12632         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12633         * csu/libc-start.c: Include <exit-thread.h>.
12634         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12635         * nptl/pthread_create.c: Include <exit-thread.h>.
12636         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12637         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12638         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12639         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12640         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12641         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12642         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12643         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12644         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12645         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12646         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12647         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12648         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12649         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12650         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12651         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12652         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12654 2014-05-13  Andreas Schwab  <schwab@suse.de>
12656         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12658 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12660         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12661         (__ASSUME_UTIMES): Do not condition on kernel version.
12662         (__ASSUME_PSELECT): Define unconditionally.
12663         (__ASSUME_PPOLL): Likewise.
12664         (__ASSUME_ATFCTS): Likewise.
12665         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12666         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12667         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12668         (__ASSUME_UTIMENSAT): Define unconditionally.
12669         (__ASSUME_PRIVATE_FUTEX): Likewise.
12670         (__ASSUME_FALLOCATE): Likewise.
12671         (__ASSUME_O_CLOEXEC): Likewise.
12672         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12673         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12674         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12675         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12676         (__ASSUME_IN_NONBLOCK): Likewise.
12677         (__ASSUME_PIPE2): Likewise.
12678         (__ASSUME_EVENTFD2): Likewise.
12679         (__ASSUME_SIGNALFD4): Likewise.
12680         (__ASSUME_DUP3): Likewise.
12681         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12682         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12683         (__ASSUME_AT_RANDOM): Likewise.
12684         (__ASSUME_PREADV): Likewise.
12685         (__ASSUME_PWRITEV): Likewise.
12686         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12687         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12688         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12689         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12690         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12691         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12692         (__ASSUME_O_CLOEXEC): Define unconditionally.
12693         (__ASSUME_PSELECT): Do not undefine conditionally.
12694         (__ASSUME_PPOLL): Likewise.
12695         (__ASSUME_ATFCTS): Likewise.
12696         (__ASSUME_SET_ROBUST_LIST): Likewise.
12697         (__ASSUME_UTIMENSAT): Likewise.
12698         (__ASSUME_FDATASYNC): Define unconditionally.
12699         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12700         (__ASSUME_SIGFRAME_V2): Likewise.
12701         )__ASSUME_EVENTFD2): Likewise.
12702         (__ASSUME_SIGNALFD4): Likewise.
12703         (__ASSUME_PSELECT): Do not undefine conditionally.
12704         (__ASSUME_PPOLL): Likewise.
12705         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12706         (__ASSUME_PSELECT): Define unconditionally.
12707         (__ASSUME_PPOLL): Likewise.
12708         (__ASSUME_O_CLOEXEC): Likewise.
12709         (__ASSUME_SOCK_CLOEXEC): Likewise.
12710         (__ASSUME_IN_NONBLOCK): Likewise.
12711         (__ASSUME_PIPE2): Likewise.
12712         (__ASSUME_EVENTFD2): Likewise.
12713         (__ASSUME_SIGNALFD4): Likewise.
12714         (__ASSUME_DUP3): Likewise.
12715         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12716         (__ASSUME_O_CLOEXEC): Likewise.
12717         (__ASSUME_SOCK_CLOEXEC): Likewise.
12718         (__ASSUME_IN_NONBLOCK): Likewise.
12719         (__ASSUME_PIPE2): Likewise.
12720         (__ASSUME_EVENTFD2): Likewise.
12721         (__ASSUME_SIGNALFD4): Likewise.
12722         (__ASSUME_DUP3): Likewise.
12723         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12724         (__ASSUME_EVENTFD2): Likewise.
12725         (__ASSUME_SIGNALFD4): Likewise.
12726         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12728 2014-05-12  Andreas Schwab  <schwab@suse.de>
12730         [BZ #16932]
12731         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12732         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12733         than maximum RPC packet size.
12734         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12735         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12736         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12737         (_nss_nis_getservbyport_r): Likewise.
12739 2014-05-12  Will Newton  <will.newton@linaro.org>
12741         * malloc/Makefile (tests): Add tst-mallopt.
12742         * malloc/tst-mallopt.c: New file.
12744 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12746         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12747         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12749 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12751         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12752         (tst-tlsmod6.so): Likewise.
12754 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12756         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12758 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12760         [BZ #16064]
12761         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12762         and <dl-procinfo.h>.
12763         (__fegetenv): Save SSE state in envp->__eip if supported.
12764         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12765         envp->__eip if supported.
12766         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12767         and <dl-procinfo.h>.
12768         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12769         __data_offset and __data_selector in environment to 0.  Set SSE
12770         state if supported.
12771         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12772         test-fenv-sse.
12773         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12774         -mfpmath=sse.
12775         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12777 2014-05-09  Will Newton  <will.newton@linaro.org>
12779         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12780         and libc_relro_required for ARM.
12781         * sysdeps/arm/preconfigure: Regenerate.
12783 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12784             Stefan Liebler  <stli@linux.vnet.ibm.com>
12786         * config.make.in (enable-lock-elision): New Makefile variable.
12787         * configure.ac: Likewise.
12788         * configure: Regenerate.
12789         * sysdeps/s390/configure.ac:
12790         Add check for gcc transactions support.
12791         * sysdeps/s390/configure: Regenerate.
12792         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12793         Build elision files if enabled.
12794         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12795         Add lock elision support for s390.
12796         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12797         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12798         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12799         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12800         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12801         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12802         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12803         Likewise.
12804         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12805         Likewise.
12806         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12807         Likewise.
12808         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12809         Likewise.
12810         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12811         (__lll_timedlock_elision, __lll_lock_elision)
12812         (__lll_unlock_elision, __lll_trylock_elision)
12813         (lll_timedlock_elision, lll_lock_elision)
12814         (lll_unlock_elision, lll_trylock_elision): Add.
12815         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12816         (pthread_mutex_t): Add lock elision support for s390.
12818 2014-05-14  Wilco  <wdijkstr@arm.com>
12820         * sysdeps/arm/fclrexcpt.c: Cleanup.
12821         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12822         * sysdeps/arm/feenablxcpt.c: Cleanup.
12823         * sysdeps/arm/fegetenv.c: Cleanup.
12824         * sysdeps/arm/fegetexcept.c: Cleanup.
12825         * sysdeps/arm/fegetround.c: Cleanup.
12826         * sysdeps/arm/feholdexcpt.c: Cleanup.
12827         * sysdeps/arm/fesetenv.c: Cleanup.
12828         * sysdeps/arm/fesetround.c: Cleanup.
12829         * sysdeps/arm/feupdateenv.c: Cleanup.
12830         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12831         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12832         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12833         * sysdeps/arm/ftestexcept.c: Cleanup.
12834         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12835         * sysdeps/arm/setfpucw.c: Cleanup.
12837 2014-05-09  Will Newton  <will.newton@linaro.org>
12839         * sysdeps/arm/armv7/strcmp.S: New file.
12840         * NEWS: Mention addition of ARMv7 optimized strcmp.
12842 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12844         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12845         look for %.ac rather than %.in.
12847         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12848         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12849         * sysdeps/mach/hurd/configure: Regenerated.
12850         * sysdeps/unix/sysv/linux/configure: Regenerated.
12852         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12854 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12856         [BZ# 16922]
12857         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12858         (LONG_SUB): Ditto.
12859         (PTR_SUB): Ditto.
12861 2014-05-07  Andreas Schwab  <schwab@suse.de>
12863         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12864         when skipping over non-matching result from nscd.
12866 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12868         [BZ #16876]
12869         * nptl/sockperf.c (client): Check socket return value.
12871         [BZ #16877]
12872         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12873         nscd security class.
12875 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12877         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12878         * sysdeps/arm/unwind.h: ... here.
12880 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12882         [BZ# 16916]
12883         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12884         Define.
12886 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12888         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12889         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12890         multiarch strncpy for PPC64.
12891         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12892         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12893         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12894         multiarch optimizations.
12895         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12896         (__libc_ifunc_impl_list): Likewise.
12897         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12898         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12899         multiarch stpncpy for PPC64.
12900         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12901         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12903 2014-05-06  Andreas Schwab  <schwab@suse.de>
12905         [BZ #16912]
12906         * gmon/mcount.c (_MCOUNT_DECL): Use
12907         atomic_compare_and_exchange_bool_acq instead of
12908         catomic_compare_and_exchange_bool_acq.
12910 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12912         * elf/Makefile (others, install-bin): Remove pldd.
12913         (pldd-modules): Variable removed.
12914         ($(objpfx)pldd): Target removed.
12915         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12916         (others, install-bin): Append pldd here.
12917         ($(objpfx)pldd): New target.
12919         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12920         to 0, so the first #if test emitted later doesn't see it undefined.
12921         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12922         * sysdeps/gnu/errlist.c: Regenerated.
12924 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12926         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12927         [libc_hidden_builtin_def]: Define to empty value.
12928         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12929         [libc_hidden_builtin_def]: Likewise.
12930         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12931         [libc_hidden_builtin_def]: Likewise.
12932         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12933         [libc_hidden_builtin_def]: Likewise.
12934         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12935         __redirect_memcpy and define ifunc as default hidden symbol.
12936         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12937         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12939 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12941         * locale/iso-4217.def: Reintroduce XDR currency.
12943 2014-05-04  Allan McRae  <allan@archlinux.org>
12945         * po/eo.po: Update Esperanto translation from translation project.
12947 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12949         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12950         and FEATURE_INDEX_MAX to 1.
12951         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12953 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12955         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12956         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12957         * iconvdata/big5.c (ONE_DIRECTION): Define.
12958         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12959         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12960         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12961         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12962         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12963         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12964         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12965         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12966         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12967         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12968         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12969         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12970         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12971         * iconvdata/gbk.c (ONE_DIRECTION): Define.
12972         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12973         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12974         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12975         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12976         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12977         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12978         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12979         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12980         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12981         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12982         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12983         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12984         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12985         * iconvdata/iso646.c (ONE_DIRECTION): Define.
12986         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12987         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12988         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12989         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12990         * iconvdata/johab.c (ONE_DIRECTION): Define.
12991         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12992         * iconvdata/sjis.c (ONE_DIRECTION): Define.
12993         * iconvdata/t.61.c (ONE_DIRECTION): Define.
12994         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12995         * iconvdata/tscii.c (ONE_DIRECTION): Define.
12996         * iconvdata/uhc.c (ONE_DIRECTION): Define.
12997         * iconvdata/unicode.c (ONE_DIRECTION): Define.
12998         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12999         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13000         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13002 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13004         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13005         (_IO_JUMPS_OFFSET): Define to 0.
13007         * nptl/sysdeps/pthread/bits/libc-lock.h
13008         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13009         (__libc_lock_define_initialized_recursive): Always define using
13010         initializer.  Modern compilers treat uninitialized (implicit zero) and
13011         explicit zero initializers the same (i.e. put the datum in bss).
13013 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13015         * nscd/nscd-client.h: Include <string.h>.
13017 2014-05-01  David S. Miller  <davem@davemloft.net>
13019         [BZ #16885]
13020         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13021         multiple zero bytes exist at the end of a string.
13022         Reported by Aurelien Jarno <aurelien@aurel32.net>
13024         * string/test-strcmp.c (check): Add explicit test for situations where
13025         there are multiple zero bytes after the first.
13027 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13029         [BZ #16890]
13030         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13031         when compiling wprintf.
13032         * stdio-common/tstdiomisc.c (t3): New function.
13033         (main): Call it.
13035 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13037         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13038         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13039         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13040         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13042 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13044         * stdlib/longlong.h: Updated from GCC.
13046 2014-05-01  Will Newton  <will.newton@linaro.org>
13047             Bernard Ogden  <bernie.ogden@linaro.org>
13049         * NEWS: Update fixed bug list.
13051         [BZ #15119]
13052         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13054 2014-04-30  David S. Miller  <davem@davemloft.net>
13056         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13057         (libc_feholdexcept_setround_sparc_ctx): New function.
13058         (libc_fesetenv_sparc_ctx): Likewise.
13059         (libc_feupdateenv_sparc_ctx): Likewise.
13060         (libc_feholdsetround_sparc_ctx): Likewise.
13061         (libc_feholdexcept_setround_ctx): Define.
13062         (libc_feholdexcept_setroundf_ctx): Likewise.
13063         (libc_feholdexcept_setroundl_ctx): Likewise.
13064         (libc_fesetenv_ctx): Likewise.
13065         (libc_fesetenvf_ctx): Likewise.
13066         (libc_fesetenvl_ctx): Likewise.
13067         (libc_feupdateenv_ctx): Likewise.
13068         (libc_feupdateenvf_ctx): Likewise.
13069         (libc_feupdateenvl_ctx): Likewise.
13070         (libc_feresetround_ctx): Likewise.
13071         (libc_feresetroundf_ctx): Likewise.
13072         (libc_feresetroundl_ctx): Likewise.
13073         (libc_feholdsetround_ctx): Likewise.
13074         (libc_feholdsetroundf_ctx): Likewise.
13075         (libc_feholdsetroundl_ctx): Likewise.
13077         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13078         with __USE_GNU instead of XOPEN cpp guards.
13080         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13081         0.
13083         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13084         with XOPEN cpp guards.
13086 2014-04-30  Julian Brown  <julian@codesourcery.com>
13088         [BZ #16888]
13089         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13090         handling.
13092 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13094         [BZ #9894]
13095         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13096         Change to 2.6.32.
13097         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13098         * sysdeps/unix/sysv/linux/configure: Regenerated.
13099         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13100         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13101         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13102         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13103         * README: Update reference to required Linux kernel version.
13104         * manual/install.texi (Linux): Update reference to required Linux
13105         kernel headers version.
13106         * INSTALL: Regenerated.
13108         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13109         header inclusion.
13110         [POSIX] (limits.h): Likewise.
13111         [POSIX] (math.h): Likewise.
13112         [POSIX] (sys/wait.h): Likewise.
13113         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13114         function.
13115         [POSIX] (stddef.h): Do not allow header inclusion.
13117 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13119         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13121 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13123         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13124         Return immediately after lll_futex_wake.
13126 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13128         [BZ #16791]
13129         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13130         structure.
13131         (datahead_init_pos): Call datahead_init_common early.
13132         (datahead_init_neg): Likewise.
13134         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13135         datahead_init_neg): New functions.
13136         * nscd/aicache.c (addhstaiX): Use them.
13137         * nscd/grpcache.c (cache_addgr): Likewise.
13138         * nscd/hstcache.c (cache_addhst): Likewise.
13139         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13140         * nscd/netgroupcache.c (do_notfound): Likewise.
13141         (addgetnetgrentX): Likewise.
13142         (addinnetgrX): Likewise.
13143         * nscd/pwdcache.c (cache_addpw): Likewise.
13144         * nscd/servicescache.c (cache_addserv): Likewise.
13146 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13147             Atsushi Onoe  <atsushi@onoe.org>
13149         [BZ #14308]
13150         [BZ #12994]
13151         [BZ #13651]
13152         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13153         one response is valid.
13154         * resolv/res_send.c (send_dg): Check for validity of other
13155         response if the current response is a referral.
13157 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13159         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13161 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13163         [BZ #16823]
13164         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13165         Always divide by positive zero when computing -Inf result.
13166         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13167         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13169 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13171         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13172         FPSCR if value do not change.
13173         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13174         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13175         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13176         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13177         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13178         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13179         function.
13181 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13183         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13184         * sysdeps/unix/sysv/linux/hppa: Move directory from
13185         ports/systeps/unix/sysv/linux/hppa.
13186         * README: Update listing for hppa-*-linux-gnu.
13188 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13190         [BZ #16754]
13191         * manual/stdio.texi (Hook functions): Fix types of stream hook
13192         functions.
13193         [BZ #16854]
13194         * socket/sys/socket.h: Fix typo in comment.
13196 2014-04-28  Wilco  <wdijkstr@arm.com>
13198         * sysdeps/arm/fenv_private.h: New file.
13199         * sysdeps/arm/math_private.h: New file.
13200         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13202 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13204         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13205         with __int128_t.
13206         (La_x86_64_retval): Likewise.
13208 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13210         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13211         fpsr if value didn't change.
13212         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13213         to fpcr if value didn't change.
13214         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13215         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13216         fpsr or fpcr if value didn't change.
13217         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13218         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13219         fpcr if value didn't change.
13220         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13221         to fpsr if value didn't change.
13223 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13225         * nptl/tst-sem3.c: Use test-skeleton.c
13226         (main): Rename to do_test.  Use return instead of
13227         exit.
13228         * nptl/tst-sem4.c: Use test-skeleton.c
13229         (main): Rename to do_test.
13231 2014-04-22  David S. Miller  <davem@davemloft.net>
13233         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13234         (struct sigaction): New struct member __glibc_reserved0, change
13235         type of sa_flags to int.
13237 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13239         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13240         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13242 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13244         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13245         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13247 2014-04-22  Will Newton  <will.newton@linaro.org>
13248             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13250         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13251         (__longjmp): Add longjmp and longjmp_target SystemTap
13252         probes.
13253         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13254         (__sigsetjmp): Add setjmp SystemTap probe.
13256 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13258         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13259         match manual order.
13261 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13263         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13265         * sysdeps/powerpc/fpu/fenv_private.h
13266         (libc_feholdexcept_setroundl_ctx): Define to
13267         libc_feholdexcept_setround_ppc_ctx.
13268         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13269         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13270         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13271         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13273 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13275         * sysdeps/aarch64/math-tests.h: New file.
13277 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13279         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13280         New.
13281         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13282         Check and set bit_AVX2_Usable.
13283         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13284         macro.
13285         (bit_AVX2): Likewise.
13286         (index_AVX2_Usable): Likewise.
13287         (CPUID_AVX2): Likewise.
13288         (HAS_AVX2): Likewise.
13290 2014-04-17  Will Newton  <will.newton@linaro.org>
13292         * manual/setjmp.texi (System V contexts): Add note that
13293         calling setcontext on a context created by a call to a
13294         signal handler is undefined.  Update text to note that
13295         setcontext from a signal handler is possible but not
13296         recommended.
13298         [BZ #16629]
13299         * stdlib/tst-setcontext.c: Include signal.h.
13300         (main): Check that the signal stack before and
13301         after swapcontext is the same.
13303         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13304         Re-implement to restore registers in user code and avoid
13305         rt_sigreturn system call.
13307 2014-04-17  Wilco  <wdijkstr@arm.com>
13309         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13310         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13311         * math/test-fenv.c: Skip exception trap tests on targets which only
13312         support non-stop mode.
13314 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13315             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13317         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13318         (libc_feholdsetround_aarch64_ctx)
13319         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13320         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13321         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13322         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13323         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13324         (libc_feresetround_noexl_ctx): Define.
13326 2014-04-16  Richard Henderson  <rth@redhat.com>
13328         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13330         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13331         unwind tables.
13333         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13334         const from the non-libc, non-ldso copy.
13336         * sysdeps/alpha/libm-test-ulps: Regenerate.
13338 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13339             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13341         * sysdeps/aarch64/fpu/math_private.h: New file.
13343 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13345         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13347 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13349         [BZ #16275]
13350         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13351         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13352         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13353         Intel MPX bound registers before _dl_profile_fixup.
13354         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13355         registers after _dl_profile_fixup.  Save and restore bound
13356         registers bnd0/bnd1 when calling _dl_call_pltexit.
13357         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13358         (LR_BND_OFFSET): Likewise.
13359         (LRV_BND0_OFFSET): Likewise.
13360         (LRV_BND1_OFFSET): Likewise.
13362 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13364         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13365         to...
13366         * sysdeps/mach/hurd/i386/tls.h: ... here.
13367         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13368         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13369         fields.
13371 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13373         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13375 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13377         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13379 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13381         [BZ #14770]
13382         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13383         * sysdeps/s390/configure: Regenerate.
13385         [BZ #16824]
13386         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13387         Set round-to-nearest internally to reduce error accumulation.
13389 2014-04-16  Alan Modra  <amodra@gmail.com>
13391         [BZ #16740]
13392         [BZ #16619]
13393         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13394         * math/libm-test.inc (frexp_test_data): Add tests.
13395         * NEWS: Update fixed bug list.
13397 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13399         * benchtests/Makefile: Depend on libraries in build directory.
13400         (bench-math): Separate out math tests.
13401         (bench-pthread): Separate out pthread tests.
13402         (bench): Include math and pthread tests.
13404 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13406         [BZ #16831]
13407         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13408         _dl_debug_initialize.
13410         * configure.ac: Remove SELinux header check.
13411         * configure: Regenerate.
13412         * nscd/selinux.c (perms): Array of const char* to permission names.
13413         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13414         default policy. Call string_to_security_class and string_to_av_perm to
13415         translate strings. Enforce default policy and call avs_has_perm with
13416         results of translated strings.
13418 2014-04-13  David S. Miller  <davem@davemloft.net>
13420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13422 2014-04-12  Allan McRae  <allan@archlinux.org>
13424         [BZ #16838]
13425         * manual/string.texi (Collation Functions): Fix qsort argument
13426         order in example.
13427         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13429 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13431         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13432         Make the test a no-op if there are no exceptions defined.
13434 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13436         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13437         enable-hardcoded-path-in-tests
13439 2014-04-11  Will Newton  <will.newton@linaro.org>
13441         * benchtests/Makefile (extra-objs): Add json-lib.o.
13442         (bench-func): Tidy up JSON output.
13443         * benchtests/bench-skeleton.c: Include json-lib.h.
13444         (main): Use JSON library functions to do output of
13445         benchmark results.
13446         * benchtests/bench-timing-type.c (main): Output the
13447         timing type simply, leaving formatting to the user.
13448         * benchtests/json-lib.c: New file.
13449         * benchtests/json-lib.h: Likewise.
13451 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13453         [BZ #15215]
13454         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13455         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13456         memory barriers.  Add comments.
13457         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13458         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13459         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13460         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13461         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13462         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13464 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13466         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13467         * sysdeps/s390/s390-64/configure.ac: ... this ...
13468         * sysdeps/s390/configure.ac: ... to here.
13469         * sysdeps/s390/s390-32/configure: Delete file.
13470         * sysdeps/s390/s390-64/configure: Delete file.
13471         * sysdeps/s390/configure: Regenerate.
13473 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13475         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13477 2014-04-11  Will Newton  <will.newton@linaro.org>
13479         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13480         to zero if it is not defined elsewhere.  (mtrim): Test
13481         the value of MALLOC_DEBUG with #if rather than #ifdef.
13483 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13485         * benchtests/pthread_once-inputs: New file.
13486         * benchtests/pthread_once-source.c: New file.
13487         * benchtests/README: Update documentation.
13489 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13490             H.J. Lu  <hongjiu.lu@intel.com>
13492         [BZ #16275]
13493         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13494         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13495         * sysdeps/x86_64/configure: Regenerated.
13496         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13497         macro.
13498         (REGISTER_SAVE_RAX): Likewise.
13499         (REGISTER_SAVE_RCX): Likewise.
13500         (REGISTER_SAVE_RDX): Likewise.
13501         (REGISTER_SAVE_RSI): Likewise.
13502         (REGISTER_SAVE_RDI): Likewise.
13503         (REGISTER_SAVE_R8): Likewise.
13504         (REGISTER_SAVE_R9): Likewise.
13505         (REGISTER_SAVE_BND0): Likewise.
13506         (REGISTER_SAVE_BND1): Likewise.
13507         (REGISTER_SAVE_BND2): Likewise.
13508         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13509         bound registers when calling _dl_fixup.
13511 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13513         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13514         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13515         of its definition.
13516         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13517         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13518         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13519         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13520         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13521         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13522         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13524 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13526         [BZ #15514]
13527         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13528         pathconf(_PC_NAME_MAX).
13530 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13532         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13533         Remove macro usage.
13534         (__PTHREAD_SPINS): Move definition to ...
13535         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13536         (__PTHREAD_SPINS): ... here.
13537         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13538         (__PTHREAD_SPIN): Likewise.
13539         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13540         (__PTHREAD_SPIN): Likewise.
13541         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13542         (__PTHREAD_SPIN): Likewise.
13543         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13544         (__PTHREAD_SPIN): Likewise.
13545         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13546         (__PTHREAD_SPIN): Likewise.
13547         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13548         (__PTHREAD_SPIN): Likewise.
13549         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13550         (__PTHREAD_SPIN): Likewise.
13551         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13552         (__PTHREAD_SPIN): Likewise.
13553         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13554         (__PTHREAD_SPIN): Likewise.
13555         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13556         (__PTHREAD_SPIN): Likewise.
13557         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13558         (__PTHREAD_SPIN): Likewise.
13559         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13560         (__PTHREAD_SPIN): Likewise.
13562         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13563         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13564         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13565         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13566         imply folder.
13567         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13568         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13569         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13570         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13571         correct imply path.
13572         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13573         strlen symbol for non multi-arch builds.
13574         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13575         missing hidden_def and weak_alias.
13577 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13579         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13581 2014-04-07  Will Newton  <will.newton@linaro.org>
13583         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13584         and contents.  [!_LIBC] Remove #ifndef and contents.
13585         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13586         * string/memccpy.c (__memccpy): Use ANSI prototype.
13587         * string/memfrob.c (memfrob): Likewise.
13588         * string/strcoll.c (STRCOLL): Likewise.
13589         * string/strlen.c (strlen): Likewise.
13590         * string/strtok.c (STRTOK): Likewise.
13591         * string/strcat.c: Remove unused #include of memcopy.h.
13592         (strcat): Use ANSI prototype.
13593         * string/strchr.c: Remove unused #include of memcopy.h.
13594         (strchr): Use ANSI prototype.
13595         * string/strcmp.c: Remove unused #include of memcopy.h.
13596         (strcmp): Use ANSI prototype.
13597         * string/strcpy.c: Remove unused #include of memcopy.h.
13598         (strcpy): Use ANSI prototype.
13600 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13602         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13603         * config.make.in (config-extra-cppflags): Set it from
13604         libc_extra_cppflags.
13605         * configure.ac (libc_extra_cflags): Make it accumulate over
13606         configure fragments.
13607         (libc_extra_cppflags): New flag.
13608         * configure. Regenerate.
13609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13610         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13611         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13614         [BZ #16815]
13615         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13616         result for FE_DOWNWARD rounding mode.
13617         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13618         Likewise.
13619         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13621 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13623         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13624         in function argument name.
13626 2014-04-03  David Svoboda  <svoboda@cert.org>
13628         [BZ #5666]
13629         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13630         explicitly.
13632 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13634         * elf/dl-unmap-segments.h: New file.
13635         * sysdeps/generic/ldsodefs.h
13636         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13637         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13638         * elf/dl-fptr.c: Likewise.
13639         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13640         * sysdeps/aarch64/tlsdesc.c: Likewise.
13641         * sysdeps/arm/tlsdesc.c: Likewise.
13642         * sysdeps/i386/tlsdesc.c: Likewise.
13643         * sysdeps/tile/dl-runtime.c: Likewise.
13644         * sysdeps/x86_64/tlsdesc.c: Likewise.
13645         * elf/dl-load.h: New file.
13646         * elf/dl-load.c: Include it.
13647         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13648         Macros moved to dl-load.h.
13649         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13650         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13651         Use _dl_unmap_segments in place of __munmap.
13652         Break out segment-mapping loop into ...
13653         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13655 2014-04-03  Will Newton  <will.newton@linaro.org>
13657         * elf/dl-lookup.c (do_lookup_x): Remove comment
13658         referring to nested function and move variable
13659         declarations down to before first use.
13661 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13663         [BZ #16799]
13664         [BZ #16800]
13665         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13666         with 0 numerator.
13667         * math/s_catanf.c (__catanf): Likewise.
13668         * math/s_catanh.c (__catanh): Likewise.
13669         * math/s_catanhf.c (__catanhf): Likewise.
13670         * math/s_catanhl.c (__catanhl): Likewise.
13671         * math/s_catanl.c (__catanl): Likewise.
13672         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13673         by positive zero when computing -Inf result.
13674         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13675         (catanh_test): Likewise.
13676         * sysdeps/i386/fpu/libm-test-ulps: Update.
13677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13679         [BZ #16789]
13680         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13681         instead of using underflowing value in computing result.
13682         * math/s_clog10.c (__clog10): Likewise.
13683         * math/s_clog10f.c (__clog10f): Likewise.
13684         * math/s_clog10l.c (__clog10l): Likewise.
13685         * math/s_clogf.c (__clogf): Likewise.
13686         * math/s_clogl.c (__clogl): Likewise.
13687         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13688         (clog10_test): Likewise.
13689         * sysdeps/i386/fpu/libm-test-ulps: Update.
13690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13692 2014-04-02  Alan Modra  <amodra@gmail.com>
13694         [BZ #16739]
13695         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13696         output when value is near a power of two.  Use int64_t for lx and
13697         remove casts.  Use decimal rather than hex exponent constants.
13698         Don't use long double multiplication when double will suffice.
13699         * math/libm-test.inc (nextafter_test_data): Add tests.
13700         * NEWS: Add 16739 and 16786 to bug list.
13702         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13704         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13706 2014-04-01  Will Newton  <will.newton@linaro.org>
13708         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13709         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13711 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13713         [BZ #13347]
13714         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13715         * nptl/tst-setuid2.c: New file.
13716         * nptl/Makefile (xtests): Add tst-setuid2.
13718 2014-04-01  Alan Modra  <amodra@gmail.com>
13720         [BZ #16786]
13721         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13723 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13725         [BZ #6803]
13726         [BZ #6804]
13727         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13728         set errno as appropriate.
13729         * math/w_scalbf.c (__scalbf): Likewise.
13730         * math/w_scalbl.c (__scalbl): Likewise.
13731         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13732         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13733         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13734         Add more NaN tests.
13736         [BZ #16349]
13737         * math/w_atan2.c: Include <errno.h>.
13738         (__atan2): Set errno for result underflowing to zero.
13739         * math/w_atan2f.c: Include <errno.h>.
13740         (__atan2f): Set errno for result underflowing to zero.
13741         * math/w_atan2l.c: Include <errno.h>.
13742         (__atan2l): Set errno for result underflowing to zero.
13743         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13744         tests.
13745         * math/auto-libm-test-out: Regenerated.
13747 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13749         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13750         Encode instruction correctly in little endian.
13751         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13752         Likewise.
13753         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13754         Likewise.
13755         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13756         Likewise.
13757         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13758         Likewise.
13760 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13762         [BZ #9894]
13763         * sysdeps/unix/sysv/linux/kernel-features.h
13764         [__sparc__ && !__arch64__ && !__sparc_v9__]
13765         (__ASSUME_SET_ROBUST_LIST): Do not define.
13766         [__sparc__ && !__arch64__ && !__sparc_v9__]
13767         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13768         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13769         Likewise.
13770         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13771         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13772         (__ASSUME_REQUEUE_PI): Likewise.
13773         (__ASSUME_SET_ROBUST_LIST): Likewise.
13774         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13775         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13776         Undefine.
13777         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13778         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13779         Likewise.
13780         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13781         Likewise.
13782         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13783         Likewise.
13784         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13785         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13786         Undefine.
13787         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13788         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13789         Likewise.
13791         [BZ #16648]
13792         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13793         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13794         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13796 2014-03-31  Will Newton  <will.newton@linaro.org>
13798         * benchtests/Makefile (bench): Add ffs and ffsll to list
13799         of tests.
13800         * benchtests/ffs-inputs: New file.
13801         * benchtests/ffsll-inputs: Likewise.
13803 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13805         [BZ #16770]
13806         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13807         too large before casting to int.
13808         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13809         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13810         * math/libm-test.inc (scalb_test_data): Add more tests.
13812 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13814         * benchtests/Makefile (DETAILED_OPT): New make option.
13815         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13816         set.
13817         * benchtests/bench-skeleton.c: Include stdbool.h.
13818         (main): Store and print timings per input.
13819         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13820         member to each argument value.
13821         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13822         (_print_arg_data): Initialize per-input timing to 0.
13824         * benchtests/Makefile (timing-type): New binary.
13825         (bench-clean): Also remove bench-timing-type.
13826         (bench): New target for timing-type.
13827         (bench-func): Print output in JSON format.
13828         * benchtests/bench-skeleton.c (main): Print output in JSON
13829         format.
13830         * benchtests/bench-timing-type.c: New file.
13831         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13832         (TIMING_PRINT_STATS): Remove.
13833         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13834         name separately.
13836         * benchtests/bench-modf.c: Remove.
13837         * benchtests/modf-inputs: New inputs file.
13839 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13841         [BZ #16362]
13842         * math/s_clog10.c (M_PI_LOG10E): New macro.
13843         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13844         imaginary parts are 0.
13845         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13846         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13847         imaginary parts are 0.
13848         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13849         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13850         imaginary parts are 0.
13851         * math/libm-test.inc (clog10_test_data): Update expected results
13852         for when real and imaginary parts are 0.
13854 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13856         * elf/dl-load.c: Finish conversion of __builtin_expect into
13857         __glibc_{un}likely.
13859 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13861         [BZ #16348]
13862         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13863         1+x for argument with exponent below -67.
13864         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13865         Likewise.
13866         * math/auto-libm-test-in: Add more tests of exp.
13867         * math/auto-libm-test-out: Regenerated.
13869 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13871         [BZ #16759]
13872         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13873         (nscd_getnetgrent): Use it.
13875         [BZ #16760]
13876         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13877         of stpcpy.
13879 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13881         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13882         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13883         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13884         (lll_robust_unlock): Remove out of line section. Use cfi
13885         intrinsics.
13886         (LLL_STUB_UNWIND_INFO*): Remove.
13887         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13888         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13889         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13890         (lll_robust_unlock): Remove out of line section. Use cfi
13891         intrinsics.
13892         (LLL_STUB_UNWIND_INFO*): Remove.
13894 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13896         [BZ #16758]
13897         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13898         blank values.
13900 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13902         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13904 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13906         [BZ #16198]
13907         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13908         fnstenv.
13909         * math/test-fenv-preserve.c: New file.
13910         * math/Makefile (tests): Add test-fenv-preserve.
13912 2014-03-26  Will Newton <will.newton@linaro.org>
13914         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13916 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13918         * scripts/versionlist.awk: Partition the version sets and emit all
13919         GLIBC_* (sorted) before all others (sorted).
13921 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13923         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13924         GLIBC_2.2.5 version.
13926 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13928         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13929         calls.
13931         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13932         previous change.
13934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13936 2014-03-25  Andreas Schwab  <schwab@suse.de>
13938         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13939         label to be used after in6ailist is initialized.
13941 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13943         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13944         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13946 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13948         [BZ #16357]
13949         [BZ #16599]
13950         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13951         min_plus_half.
13952         (fp_formats): Update initializers.
13953         (init_fp_formats): Initialize new field.
13954         (output_for_one_input_case): Allow underflow for results up to
13955         min_plus_half.
13956         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13957         * math/auto-libm-test-in: Don't mark some underflows from asin and
13958         atanh as spurious.
13959         * math/auto-libm-test-out: Regenerated.
13960         * sysdeps/i386/fpu/libm-test-ulps: Update.
13961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13963 2014-03-25  Andreas Schwab  <schwab@suse.de>
13965         * libio/Makefile (tst-ftell-partial-wide-ENV)
13966         (tst-ftell-active-handler-ENV): Define.
13968 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13970         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13972 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13974         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13976 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13978         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13979         * sysdeps/x86_64/fpu/multiarch/e_exp.c
13980         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13982 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13984         [BZ #16634]
13985         * elf/dl-load.c (open_verify): Add mode parameter.
13986         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13987         (open_path): Change from boolean 'secure' to complete flag 'mode'
13988         (_dl_map_object): Adjust.
13989         * elf/Makefile (tests): Add tst-dlopen-aout.
13990         * elf/tst-dlopen-aout.c: New test.
13992 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
13994         [BZ #16714]
13995         * sysdeps/unix/sysv/linux/s390/bits/stat.h
13996         (struct stat): Rename member pad0 to __glibc_reserved0.
13998         [BZ #16712]
13999         * sysdeps/s390/s390-32/bits/wordsize.h
14000         (__WORDSIZE32_SIZE_ULONG): New define.
14001         * sysdeps/s390/s390-64/bits/wordsize.h
14002         (__WORDSIZE32_SIZE_ULONG): Likewise.
14003         * sysdeps/generic/stdint.h (SIZE_MAX):
14004         Define as UL if __WORDSIZE32_SIZE_ULONG.
14006         [BZ #16713]
14007         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14008         (__glibc_reserved0): New variable.
14009         (sa_flags): Change type to int.
14011         * posix/Makefile (before-compile): Use += before-compile instead
14012         of a :=.
14014         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14015         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14017 2014-03-20  Andreas Schwab  <schwab@suse.de>
14019         [BZ #16743]
14020         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14021         non-matching result from nscd.
14023 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14025         * scripts/bench.py: Moved to ...
14026         * benchtests/scripts/bench.py: ... here.
14027         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14029 2014-03-24  Andreas Schwab  <schwab@suse.de>
14031         [BZ #16002]
14032         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14033         alloca_account and account alloca use for struct in6ailist.
14035 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14037         [BZ #16284]
14038         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14039         rounding mode to recompute results that overflow to infinity or
14040         underflow to zero.
14041         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14042         bug 16284.
14043         * math/auto-libm-test-out: Regenerated.
14044         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14045         (ccosh_test): Likewise.
14046         (csin_test_data): Use plus_oflow.
14047         (csin_test): Use ALL_RM_TEST.
14048         (csinh_test_data): Use plus_oflow.
14049         (csinh_test): Use ALL_RM_TEST.
14050         * sysdeps/i386/fpu/libm-test-ulps: Update.
14051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14053 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14055         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14056         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14057         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14059         [BZ #16731]
14060         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14061         when x - 1 is zero.
14062         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14063         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14064         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14065         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14066         argument is 1.
14067         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14068         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14069         zero.
14070         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14071         * sysdeps/i386/fpu/libm-test-ulps: Update.
14072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14074 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14076         * scripts/bench.pl: Remove file.
14077         * scripts/bench.py: New benchmark script.
14078         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14079         * benchtests/README: Mention python dependency.
14080         * scripts/pylintrc: New file.
14081         * scripts/pylint: New file.
14083         * bits/mathdef.h: Use #ifdef instead of #if.
14084         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14085         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14086         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14087         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14088         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14089         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14091 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14092             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14094         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14095         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14096         and strpbrk-ppc64 objects.
14097         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14098         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14099         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14100         multiarch strpbrk for POWER7.
14101         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14102         multiarch strpbrk for PPC64.
14103         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14104         ifunc selector.
14105         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14106         strpbrk for POWER7.
14108 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14110         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14111         (atan_test): Likewise.
14112         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14113         (atanh_test): Use ALL_RM_TEST.
14114         (atan2_test_data): Likewise.
14115         (cabs_test): Likewise.
14116         (cacosh_test): Likewise.
14117         (carg_test): Likewise.
14118         (casin_test): Likewise.
14119         (casinh_test): Likewise.
14120         (cbrt_test): Likewise.
14121         (csqrt_test): Likewise.
14122         (erf_test): Likewise.
14123         (erfc_test): Likewise.
14124         (pow10_test): Likewise.
14125         (exp2_test): Likewise.
14126         (hypot_test): Likewise.
14127         (j0_test): Likewise.
14128         (j1_test): Likewise.
14129         (lgamma_test): Likewise.
14130         (gamma_test): Likewise.
14131         (sincos_test): Likewise.
14132         (tanh_test): Likewise.
14133         (y0_test): Likewise.
14134         (y1_test): Likewise.
14135         * sysdeps/i386/fpu/libm-test-ulps: Update.
14136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14138 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14140         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14141         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14142         and strcspn-ppc64 objects.
14143         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14144         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14145         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14146         multiarch strcspn for POWER7.
14147         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14148         multiarch strcspn for PPC64.
14149         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14150         ifunc selector.
14151         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14152         strcspn for POWER7.
14154 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14156         * math/gen-libm-test.pl (generate_testfile): Expect only function
14157         name as argument to AUTO_TESTS_* and pass results for all rounding
14158         modes to parse_args.
14159         (parse_auto_input): Separate inputs of automatic tests from
14160         outputs before storing in %auto_tests.
14161         * math/libm-test.inc (acos_test_data): Update call to
14162         AUTO_TESTS_f_f.
14163         (acos_test): Use ALL_RM_TEST.
14164         (acos_tonearest_test_data): Remove.
14165         (acos_test_tonearest): Likewise.
14166         (acos_towardzero_test_data): Likewise.
14167         (acos_test_towardzero): Likewise.
14168         (acos_downward_test_data): Likewise.
14169         (acos_test_downward): Likewise.
14170         (acos_upward_test_data): Likewise.
14171         (acos_test_upward): Likewise.
14172         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14173         (asin_test_data): Likewise.
14174         (asin_test): Use ALL_RM_TEST.
14175         (asin_tonearest_test_data): Remove.
14176         (asin_test_tonearest): Likewise.
14177         (asin_towardzero_test_data): Likewise.
14178         (asin_test_towardzero): Likewise.
14179         (asin_downward_test_data): Likewise.
14180         (asin_test_downward): Likewise.
14181         (asin_upward_test_data): Likewise.
14182         (asin_test_upward): Likewise.
14183         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14184         (atan_test_data): Likewise.
14185         (atanh_test_data): Likewise.
14186         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14187         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14188         (carg_test_data): Likewise.
14189         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14190         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14191         (ccosh_test_data): Likewise.
14192         (cexp_test_data): Likewise.
14193         (clog_test_data): Likewise.
14194         (clog10_test_data): Likewise.
14195         (cos_test_data): Update call to AUTO_TESTS_f_f.
14196         (cos_test): Use ALL_RM_TEST.
14197         (cos_tonearest_test_data): Remove.
14198         (cos_test_tonearest): Likewise.
14199         (cos_towardzero_test_data): Likewise.
14200         (cos_test_towardzero): Likewise.
14201         (cos_downward_test_data): Likewise.
14202         (cos_test_downward): Likewise.
14203         (cos_upward_test_data): Likewise.
14204         (cos_test_upward): Likewise.
14205         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14206         (cosh_test): Use ALL_RM_TEST.
14207         (cosh_tonearest_test_data): Remove.
14208         (cosh_test_tonearest): Likewise.
14209         (cosh_towardzero_test_data): Likewise.
14210         (cosh_test_towardzero): Likewise.
14211         (cosh_downward_test_data): Likewise.
14212         (cosh_test_downward): Likewise.
14213         (cosh_upward_test_data): Likewise.
14214         (cosh_test_upward): Likewise.
14215         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14216         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14217         (ctan_test_data): Likewise.
14218         (ctan_test): Use ALL_RM_TEST.
14219         (ctan_tonearest_test_data): Remove.
14220         (ctan_test_tonearest): Likewise.
14221         (ctan_towardzero_test_data): Likewise.
14222         (ctan_test_towardzero): Likewise.
14223         (ctan_downward_test_data): Likewise.
14224         (ctan_test_downward): Likewise.
14225         (ctan_upward_test_data): Likewise.
14226         (ctan_test_upward): Likewise.
14227         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14228         (ctanh_test): Use ALL_RM_TEST.
14229         (ctanh_tonearest_test_data): Remove.
14230         (ctanh_test_tonearest): Likewise.
14231         (ctanh_towardzero_test_data): Likewise.
14232         (ctanh_test_towardzero): Likewise.
14233         (ctanh_downward_test_data): Likewise.
14234         (ctanh_test_downward): Likewise.
14235         (ctanh_upward_test_data): Likewise.
14236         (ctanh_test_upward): Likewise.
14237         (erf_test_data): Update call to AUTO_TESTS_f_f.
14238         (erfc_test_data): Likewise.
14239         (exp_test_data): Likewise.
14240         (exp_test): Use ALL_RM_TEST.
14241         (exp_tonearest_test_data): Remove.
14242         (exp_test_tonearest): Likewise.
14243         (exp_towardzero_test_data): Likewise.
14244         (exp_test_towardzero): Likewise.
14245         (exp_downward_test_data): Likewise.
14246         (exp_test_downward): Likewise.
14247         (exp_upward_test_data): Likewise.
14248         (exp_test_upward): Likewise.
14249         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14250         (exp10_test): Use ALL_RM_TEST.
14251         (exp10_tonearest_test_data): Remove.
14252         (exp10_test_tonearest): Likewise.
14253         (exp10_towardzero_test_data): Likewise.
14254         (exp10_test_towardzero): Likewise.
14255         (exp10_downward_test_data): Likewise.
14256         (exp10_test_downward): Likewise.
14257         (exp10_upward_test_data): Likewise.
14258         (exp10_test_upward): Likewise.
14259         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14260         (expm1_test_data): Likewise.
14261         (expm1_test): Use ALL_RM_TEST.
14262         (expm1_tonearest_test_data): Remove.
14263         (expm1_test_tonearest): Likewise.
14264         (expm1_towardzero_test_data): Likewise.
14265         (expm1_test_towardzero): Likewise.
14266         (expm1_downward_test_data): Likewise.
14267         (expm1_test_downward): Likewise.
14268         (expm1_upward_test_data): Likewise.
14269         (expm1_test_upward): Likewise.
14270         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14271         (fma_test): Use ALL_RM_TEST.
14272         (fma_towardzero_test_data): Remove.
14273         (fma_test_towardzero): Likewise.
14274         (fma_downward_test_data): Likewise.
14275         (fma_test_downward): Likewise.
14276         (fma_upward_test_data): Likewise.
14277         (fma_test_upward): Likewise.
14278         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14279         (j0_test_data): Update call to AUTO_TESTS_f_f.
14280         (j1_test_data): Likewise.
14281         (jn_test_data): Update call to AUTO_TESTS_if_f.
14282         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14283         (log_test_data): Update call to AUTO_TESTS_f_f.
14284         (log10_test_data): Likewise.
14285         (log1p_test_data): Likewise.
14286         (log2_test_data): Likewise.
14287         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14288         (pow_tonearest_test_data): Likewise.
14289         (sin_test_data): Update call to AUTO_TESTS_f_f.
14290         (sin_test): Use ALL_RM_TEST.
14291         (sin_tonearest_test_data): Remove.
14292         (sin_test_tonearest): Likewise.
14293         (sin_towardzero_test_data): Likewise.
14294         (sin_test_towardzero): Likewise.
14295         (sin_downward_test_data): Likewise.
14296         (sin_test_downward): Likewise.
14297         (sin_upward_test_data): Likewise.
14298         (sin_test_upward): Likewise.
14299         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14300         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14301         (sinh_test): Use ALL_RM_TEST.
14302         (sinh_tonearest_test_data): Remove.
14303         (sinh_test_tonearest): Likewise.
14304         (sinh_towardzero_test_data): Likewise.
14305         (sinh_test_towardzero): Likewise.
14306         (sinh_downward_test_data): Likewise.
14307         (sinh_test_downward): Likewise.
14308         (sinh_upward_test_data): Likewise.
14309         (sinh_test_upward): Likewise.
14310         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14311         (sqrt_test): Use ALL_RM_TEST.
14312         (sqrt_tonearest_test_data): Remove.
14313         (sqrt_test_tonearest): Likewise.
14314         (sqrt_towardzero_test_data): Likewise.
14315         (sqrt_test_towardzero): Likewise.
14316         (sqrt_downward_test_data): Likewise.
14317         (sqrt_test_downward): Likewise.
14318         (sqrt_upward_test_data): Likewise.
14319         (sqrt_test_upward): Likewise.
14320         (tan_test_data): Update call to AUTO_TESTS_f_f.
14321         (tan_test): Use ALL_RM_TEST.
14322         (tan_tonearest_test_data): Remove.
14323         (tan_test_tonearest): Likewise.
14324         (tan_towardzero_test_data): Likewise.
14325         (tan_test_towardzero): Likewise.
14326         (tan_downward_test_data): Likewise.
14327         (tan_test_downward): Likewise.
14328         (tan_upward_test_data): Likewise.
14329         (tan_test_upward): Likewise.
14330         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14331         (tgamma_test_data): Likewise.
14332         (y0_test_data): Likewise.
14333         (y1_test_data): Likewise.
14334         (yn_test_data): Update call to AUTO_TESTS_if_f.
14335         (main): Do not call removed functions.
14337 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14339         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14340         (ldexp_test_data): Remove.
14341         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14342         scalbn_test_data.
14343         (scalb_test): Use ALL_RM_TEST.
14345 2014-03-19  Andreas Schwab  <schwab@suse.de>
14347         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14349 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14351         [BZ #16649]
14352         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14353         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14354         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14355         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14356         (__ASSUME_PREADV): Undefine.
14357         (__ASSUME_PWRITEV): Likewise.
14359 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14361         * bits/mman-linux.h: Add comment about non-Linux use.
14362         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14363         bits/mman-linux.h resting place.
14365         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14366         * bits/mman-linux.h: ... here.
14368 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14370         * conform/conformtest.pl: Add standard definition when calling C
14371         preprocessor on data files.
14372         (checknamespace): Remove unused variable.
14374 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14376         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14377         minus_oflow, plus_uflow and minus_uflow in expected results.
14378         * math/libm-test.inc (scalbn_test_data): Add more tests of
14379         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14380         minus_uflow.
14381         (scalbn_test): Use ALL_RM_TEST.
14382         (scalbln_test_data): Add more tests of negative arguments.  Use
14383         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14384         (scalbln_test): Use ALL_RM_TEST.
14386 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14388         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14390 2014-03-18  Will Newton  <will.newton@linaro.org>
14392         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14393         inaccurate comment.
14395 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14397         * Makerules [!subdir] (check-abi): Exit with error status if a
14398         test failed.
14400 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14402         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14403         for rint.  Include results for all rounding modes.
14404         (nearbyint_test): Use ALL_RM_TEST.
14405         (rint_test_data): Include all tests used for nearbyint.
14407 2014-03-17  Will Newton  <will.newton@linaro.org>
14409         * nptl/sysdeps/pthread/pthread.h: Revert previous
14410         change.
14412         * sysdeps/generic/ldsodefs.h: Revert previous
14413         change.
14415         * libio/genops.c: Revert previous change.
14416         * libio/libioP.h: Likewise.
14417         * stdio-common/vfprintf.c: Likewise.
14419         * sysdeps/generic/math_private.h: Revert previous
14420         change.
14422         * sysdeps/generic/math_private.h: Check whether
14423         HAVE_RM_CTX is defined with #ifdef rather
14424         than #if.
14426         * argp/argp-fmtstream.h: Check whether
14427         __STRICT_ANSI__ is defined with #ifdef rather
14428         than #if.
14429         * argp/argp.h: Likewise.
14431         * libio/genops.c: Check whether
14432         _IO_JUMPS_OFFSET is defined with #ifdef rather
14433         than #if.
14434         * libio/libioP.h: Likewise.
14435         * stdio-common/vfprintf.c: Likewise.
14437         * sysdeps/generic/ldsodefs.h: Check whether
14438         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14439         than #if.
14441         * nptl/sysdeps/pthread/pthread.h: Check
14442         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14443         its value.
14445 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14447         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14448         setting O_APPEND.
14449         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14450         test case.
14452         [BZ #16680]
14453         * libio/fileops.c (_IO_file_open): Seek to end of file but
14454         don't cache the offset.
14455         (get_file_offset): Remove function.
14456         (do_ftell): Use cached offset when available.
14457         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14458         don't cache the offset.
14459         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14460         case.
14461         (do_one_test): Call it.
14462         (do_ftell_test): Fix up expected old offset for a+ mode.
14463         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14464         available.
14466         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14467         up test status with function return status.
14468         (do_write_test): Likewise.
14469         (do_append_test): Likewise.
14471         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14472         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14473         Remove.
14475 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14477         * math/gen-libm-test.pl (parse_args): Handle results specified for
14478         each rounding mode separately.
14479         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14480         tests and results from lrint_tonearest_test_data,
14481         lrint_towardzero_test_data, lrint_downward_test_data and
14482         lrint_upward_test_data.
14483         (lrint_test): Use ALL_RM_TEST.
14484         (lrint_tonearest_test_data): Remove.
14485         (lrint_test_tonearest): Likewise.
14486         (lrint_towardzero_test_data): Likewise.
14487         (lrint_test_towardzero): Likewise.
14488         (lrint_downward_test_data): Likewise.
14489         (lrint_test_downward): Likewise.
14490         (lrint_upward_test_data): Likewise.
14491         (lrint_test_upward): Likewise.
14492         (llrint_test_data): Merge in per-rounding-mode tests and results
14493         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14494         llrint_downward_test_data and llrint_upward_test_data.
14495         (llrint_test): Use ALL_RM_TEST.
14496         (llrint_tonearest_test_data): Remove.
14497         (llrint_test_tonearest): Likewise.
14498         (llrint_towardzero_test_data): Likewise.
14499         (llrint_test_towardzero): Likewise.
14500         (llrint_downward_test_data): Likewise.
14501         (llrint_test_downward): Likewise.
14502         (llrint_upward_test_data): Likewise.
14503         (llrint_test_upward): Likewise.
14504         (rint_test_data): Merge in per-rounding-mode tests and results
14505         from rint_tonearest_test_data, rint_towardzero_test_data,
14506         rint_downward_test_data and rint_upward_test_data.  Add
14507         per-rounding-mode results for tests not in those arrays.
14508         (rint_test): Use ALL_RM_TEST.
14509         (rint_tonearest_test_data): Remove.
14510         (rint_test_tonearest): Likewise.
14511         (rint_towardzero_test_data): Likewise.
14512         (rint_test_towardzero): Likewise.
14513         (rint_downward_test_data): Likewise.
14514         (rint_test_downward): Likewise.
14515         (rint_upward_test_data): Likewise.
14516         (rint_test_upward): Likewise.
14517         (main): Don't call removed functions.
14519 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14521         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14522         "Compiled on ..." crapola.  It is anti-useful.
14524 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14526         * scripts/evaluate-test.sh: Handle fourth argument to determine
14527         whether test run should stop on failure.
14528         * Makeconfig (stop-on-test-failure): New variable.
14529         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14530         $(stop-on-test-failure).
14531         * Makefile (tests): Give a summary of results from testing and
14532         exit with failure status if they include an ERROR or FAIL.
14533         (xtests): Likewise.
14534         * manual/install.texi (Configuring and compiling): Mention
14535         stop-on-test-failure=y.
14536         * INSTALL: Regenerated.
14538 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14540         * scripts/versionlist.awk: New file.
14541         * Makerules [$(build-shared) = yes]
14542         (postclean-generated): Add Versions.def, not Versions.def.v and
14543         Versions.def.v.i.
14544         ($(common-objpfx)Versions.def.v.i): Target removed.
14545         ($(common-objpfx)Versions.def): New target.
14546         ($(common-objpfx)Versions.all): Depend on that rather that
14547         $(common-objpfx)Versions.def.v.
14548         * Versions.def: File removed.
14550         * Makeconfig (+gccwarn): Add -Wundef.
14551         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14552         a dl-sysdep.h breaking its contract.
14553         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14554         * include/stackinfo.h: New file.
14555         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14556         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14557         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14558         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14559         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14560         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14561         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14562         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14563         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14564         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14565         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14566         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14567         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14568         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14569         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14571 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14573         [BZ #16707]
14574         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14575         implementation.
14576         * math/libm-test.inc (round_test_data): Add more tests.
14578         [BZ #16706]
14579         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14580         implementation.
14581         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14583         [BZ #16701]
14584         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14585         implementation.
14586         * math/libm-test.inc (ceil_test_data): Add more tests.
14588         * math/libm-test.inc (trunc_test_data): Add more tests related to
14589         BZ#16414.
14591 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14593         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14594         with #if rather than #ifdef.
14595         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14597 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14599         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14600         first.  Disable AVX-512 GCC support if assembler doesn't support
14601         it.
14602         * sysdeps/x86_64/configure: Regenerated.
14604 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14606         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14607         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14608         (__old_pthread_attr_setstack): Likewise.
14609         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14610         [!_STACK_GROWS_DOWN]: Likewise.
14612 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14614         * config.make.in (have-bash2): Delete.
14615         * configure.ac (libc_cv_have_bash2): Delete.
14616         * configure: Regenerate.
14617         * elf/Makefile (common-ldd-rewrite): Rename to ...
14618         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14619         (sh-ldd-rewrite): Delete.
14620         (bash-ldd-rewrite): Delete.
14621         (have-bash2): Delete checks.
14622         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14623         ldd-rewrite.
14625         * config.make.in (have-ksh): Delete.
14626         (KSH): Delete.
14627         * configure.ac (libc_cv_have_ksh): Delete.
14628         * configure: Regenerate.
14630         * elf/Makefile: Delete $(have-ksh) check.
14631         ($(objpfx)sotruss): Change KSH to BASH.
14632         * elf/sotruss.ksh: Rename to ...
14633         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14634         function style to match POSIX.  Drop ksh vim mode setting.
14636         * manual/time.texi (Specifying the Time Zone with TZ): Change
14637         Tuesday to Thursday.
14639         * debug/tst-longjmp_chk2.c: Update header comment.
14640         (stackoverflow_handler): Add comment.  Call assert on pass value.
14642 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14644         [BZ #16194]
14645         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14646         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14647         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14648         (La_x86_64_vector): Add zmm.
14649         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14650         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14651         ($(objpfx)tst-audit10): New target.
14652         ($(objpfx)tst-audit10.out): Likewise.
14653         (tst-audit10-ENV): New.
14654         (AVX512-CFLAGS): Likewise.
14655         (CFLAGS-tst-audit10.c): Likewise.
14656         (CFLAGS-tst-auditmod10a.c): Likewise.
14657         (CFLAGS-tst-auditmod10b.c): Likewise.
14658         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14659         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14660         * sysdeps/x86_64/configure: Regenerated.
14661         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14662         AVX-512 zmm register support.
14663         (_dl_x86_64_save_sse): Likewise.
14664         (_dl_x86_64_restore_sse): Likewise.
14665         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14666         size vector registers.
14667         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14668         (ZMM_SIZE): Likewise.
14669         * sysdeps/x86_64/tst-audit10.c: New file.
14670         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14671         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14673 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14675         * configure.ac (HAVE_EHDR_START): New check.
14676         * configure: Regenerated.
14677         * config.h.in (HAVE_EHDR_START): New #undef.
14678         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14679         assuming the lowest-addressed segment maps the start of the file.
14681 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14683         * INSTALL: Regenerated.
14685 2014-03-13  Will Newton  <will.newton@linaro.org>
14687         * manual/setjmp.texi (System V contexts): Improve
14688         clarity and grammar of documentation.
14690 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14692         [BZ #16381]
14693         * elf/Makefile (tests): Add tst-pie2.
14694         (tests-pie): Add tst-pie2.
14695         * elf/tst-pie2.c: New file.
14696         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14697         for ET_EXEC.
14698         * elf/rtld.c (map_doit): Load executable as lt_executable.
14699         (dl_main): Likewise.
14701 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14703         [BZ #16642]
14704         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14705         (__ASSUME_PSELECT): Undefine.
14707 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14709         [BZ #16689]
14710         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14711         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14712         static build.
14713         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14714         selector for static builds.
14716 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14718         [BZ #16695]
14719         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14720         key in the buffer.
14722 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14724         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14725         IFUNC selector for static builds.
14727 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14729         * sysdeps/mips/math_private.h [__mips_hard_float]
14730         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14731         libc_feresetround_mips_ctx.
14732         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14733         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14734         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14736         [BZ #16677]
14737         * math/s_nextafter.c (__nextafter): Do not return value from
14738         overflowing computation.
14739         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14740         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14741         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14742         Likewise.
14743         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14744         Likewise.
14745         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14746         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14748 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14750         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14751         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14752         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14753         the new mov targetting sp.
14755 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14757         [BZ #16683]
14758         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14759         Define it for static builds as well.
14760         (NO_BZERO_IMPL): Likewise.
14762 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14764         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14765         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14766         multiarch strspn for PPC64.
14767         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14768         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14769         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14770         (__libc_ifunc_impl_list): Likewise.
14771         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14772         multiarch optimizations
14773         * string/strspn.c (strspn): Using macro to redefine symbol name.
14775 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14776             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14778         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14779         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14780         multiarch strncat for PPC64.
14781         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14782         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14783         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14784         (__libc_ifunc_impl_list): Likewise.
14785         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14786         multiarch optimizations
14788 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14790         [BZ #16639]
14791         * nscd/nscd.service: Make service type forking.
14793 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14795         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14796         sign in non default rounding modes.
14797         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14799 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14801         * math/libm-test.inc (ALL_RM_TEST): New macro.
14802         (ceil_test): Use ALL_RM_TEST.
14803         (cimag_test): Likewise.
14804         (conj_test): Likewise.
14805         (copysign_test): Likewise.
14806         (cproj_test): Likewise.
14807         (creal_test): Likewise.
14808         (fabs_test): Likewise.
14809         (floor_test): Likewise.
14810         (fmax_test): Likewise.
14811         (fmin_test): Likewise.
14812         (fmod_test): Likewise.
14813         (fpclassify_test): Likewise.
14814         (frexp_test): Likewise.
14815         (ilogb_test): Likewise.
14816         (isfinite_test): Likewise.
14817         (finite_test): Likewise.
14818         (isgreater_test): Likewise.
14819         (isgreaterequal_test): Likewise.
14820         (isinf_test): Likewise.
14821         (isless_test): Likewise.
14822         (islessequal_test): Likewise.
14823         (islessgreater_test): Likewise.
14824         (isnan_test): Likewise.
14825         (isnormal_test): Likewise.
14826         (issignaling_test): Likewise.
14827         (isunordered_test): Likewise.
14828         (logb_test): Likewise.
14829         (logb_downward_test_data): Remove.
14830         (logb_test_downward): Likewise.
14831         (lround_test): Use ALL_RM_TEST.
14832         (llround_test): Likewise.
14833         (modf_test): Likewise.
14834         (nexttoward_test): Likewise.
14835         (remainder_test): Likewise.
14836         (drem_test): Likewise.
14837         (remainder_tonearest_test_data): Likewise.
14838         (remainder_test_tonearest): Likewise.
14839         (drem_test_tonearest): Likewise.
14840         (remainder_towardzero_test_data): Likewise.
14841         (remainder_test_towardzero): Likewise.
14842         (drem_test_towardzero): Likewise.
14843         (remainder_downward_test_data): Likewise.
14844         (remainder_test_downward): Likewise.
14845         (drem_test_downward): Likewise.
14846         (remainder_upward_test_data): Likewise.
14847         (remainder_test_upward): Likewise.
14848         (drem_test_upward): Likewise.
14849         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14850         (round_test): Use ALL_RM_TEST.
14851         (signbit_test): Likewise.
14852         (trunc_test): Likewise.
14853         (significand_test): Likewise.
14854         (main): Don't call removed functions.
14856 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14858         [BZ #16674]
14859         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14860         || __USE_XOPEN2K8].
14861         (ILL_ILLOPN): Likewise.
14862         (ILL_ILLADR): Likewise.
14863         (ILL_ILLTRP): Likewise.
14864         (ILL_PRVOPC): Likewise.
14865         (ILL_PRVREG): Likewise.
14866         (ILL_COPROC): Likewise.
14867         (ILL_BADSTK): Likewise.
14868         (FPE_INTDIV): Likewise.
14869         (FPE_INTOVF): Likewise.
14870         (FPE_FLTDIV): Likewise.
14871         (FPE_FLTOVF): Likewise.
14872         (FPE_FLTUND): Likewise.
14873         (FPE_FLTRES): Likewise.
14874         (FPE_FLTINV): Likewise.
14875         (FPE_FLTSUB): Likewise.
14876         (SEGV_MAPERR): Likewise.
14877         (SEGV_ACCERR): Likewise.
14878         (BUS_ADRALN): Likewise.
14879         (BUS_ADRERR): Likewise.
14880         (BUS_OBJERR): Likewise.
14881         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14882         (TRAP_TRACE): Likewise.
14883         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14884         __USE_XOPEN2K8].
14885         (CLD_KILLED): Likewise.
14886         (CLD_DUMPED): Likewise.
14887         (CLD_TRAPPED): Likewise.
14888         (CLD_STOPPED): Likewise.
14889         (CLD_CONTINUED): Likewise.
14890         (POLL_IN): Likewise.
14891         (POLL_OUT): Likewise.
14892         (POLL_MSG): Likewise.
14893         (POLL_ERR): Likewise.
14894         (POLL_PRI): Likewise.
14895         (POLL_HUP): Likewise.
14896         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14897         Likewise.
14898         (ILL_ILLOPN): Likewise.
14899         (ILL_ILLADR): Likewise.
14900         (ILL_ILLTRP): Likewise.
14901         (ILL_PRVOPC): Likewise.
14902         (ILL_PRVREG): Likewise.
14903         (ILL_COPROC): Likewise.
14904         (ILL_BADSTK): Likewise.
14905         (FPE_INTDIV): Likewise.
14906         (FPE_INTOVF): Likewise.
14907         (FPE_FLTDIV): Likewise.
14908         (FPE_FLTOVF): Likewise.
14909         (FPE_FLTUND): Likewise.
14910         (FPE_FLTRES): Likewise.
14911         (FPE_FLTINV): Likewise.
14912         (FPE_FLTSUB): Likewise.
14913         (SEGV_MAPERR): Likewise.
14914         (SEGV_ACCERR): Likewise.
14915         (BUS_ADRALN): Likewise.
14916         (BUS_ADRERR): Likewise.
14917         (BUS_OBJERR): Likewise.
14918         (BUS_MCEERR_AR): Likewise.
14919         (BUS_MCEERR_AO): Likewise.
14920         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14921         (TRAP_TRACE): Likewise.
14922         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14923         __USE_XOPEN2K8].
14924         (CLD_KILLED): Likewise.
14925         (CLD_DUMPED): Likewise.
14926         (CLD_TRAPPED): Likewise.
14927         (CLD_STOPPED): Likewise.
14928         (CLD_CONTINUED): Likewise.
14929         (POLL_IN): Likewise.
14930         (POLL_OUT): Likewise.
14931         (POLL_MSG): Likewise.
14932         (POLL_ERR): Likewise.
14933         (POLL_PRI): Likewise.
14934         (POLL_HUP): Likewise.
14935         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14936         (ILL_ILLOPN): Likewise.
14937         (ILL_ILLADR): Likewise.
14938         (ILL_ILLTRP): Likewise.
14939         (ILL_PRVOPC): Likewise.
14940         (ILL_PRVREG): Likewise.
14941         (ILL_COPROC): Likewise.
14942         (ILL_BADSTK): Likewise.
14943         (FPE_INTDIV): Likewise.
14944         (FPE_INTOVF): Likewise.
14945         (FPE_FLTDIV): Likewise.
14946         (FPE_FLTOVF): Likewise.
14947         (FPE_FLTUND): Likewise.
14948         (FPE_FLTRES): Likewise.
14949         (FPE_FLTINV): Likewise.
14950         (FPE_FLTSUB): Likewise.
14951         (SEGV_MAPERR): Likewise.
14952         (SEGV_ACCERR): Likewise.
14953         (BUS_ADRALN): Likewise.
14954         (BUS_ADRERR): Likewise.
14955         (BUS_OBJERR): Likewise.
14956         (BUS_MCEERR_AR): Likewise.
14957         (BUS_MCEERR_AO): Likewise.
14958         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14959         (TRAP_TRACE): Likewise.
14960         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14961         __USE_XOPEN2K8].
14962         (CLD_KILLED): Likewise.
14963         (CLD_DUMPED): Likewise.
14964         (CLD_TRAPPED): Likewise.
14965         (CLD_STOPPED): Likewise.
14966         (CLD_CONTINUED): Likewise.
14967         (POLL_IN): Likewise.
14968         (POLL_OUT): Likewise.
14969         (POLL_MSG): Likewise.
14970         (POLL_ERR): Likewise.
14971         (POLL_PRI): Likewise.
14972         (POLL_HUP): Likewise.
14973         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14974         Likewise.
14975         (ILL_ILLOPN): Likewise.
14976         (ILL_ILLADR): Likewise.
14977         (ILL_ILLTRP): Likewise.
14978         (ILL_PRVOPC): Likewise.
14979         (ILL_PRVREG): Likewise.
14980         (ILL_COPROC): Likewise.
14981         (ILL_BADSTK): Likewise.
14982         (ILL_BADIADDR): Likewise.
14983         (ILL_BREAK): Likewise.
14984         (FPE_INTDIV): Likewise.
14985         (FPE_INTOVF): Likewise.
14986         (FPE_FLTDIV): Likewise.
14987         (FPE_FLTOVF): Likewise.
14988         (FPE_FLTUND): Likewise.
14989         (FPE_FLTRES): Likewise.
14990         (FPE_FLTINV): Likewise.
14991         (FPE_FLTSUB): Likewise.
14992         (FPE_DECOVF): Likewise.
14993         (FPE_DECDIV): Likewise.
14994         (FPE_DECERR): Likewise.
14995         (FPE_INVASC): Likewise.
14996         (FPE_INVDEC): Likewise.
14997         (SEGV_MAPERR): Likewise.
14998         (SEGV_ACCERR): Likewise.
14999         (SEGV_PSTKOVF): Likewise.
15000         (BUS_ADRALN): Likewise.
15001         (BUS_ADRERR): Likewise.
15002         (BUS_OBJERR): Likewise.
15003         (BUS_MCEERR_AR): Likewise.
15004         (BUS_MCEERR_AO): Likewise.
15005         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15006         (TRAP_TRACE): Likewise.
15007         (TRAP_BRANCH): Likewise.
15008         (TRAP_HWBKPT): Likewise.
15009         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15010         __USE_XOPEN2K8].
15011         (CLD_KILLED): Likewise.
15012         (CLD_DUMPED): Likewise.
15013         (CLD_TRAPPED): Likewise.
15014         (CLD_STOPPED): Likewise.
15015         (CLD_CONTINUED): Likewise.
15016         (POLL_IN): Likewise.
15017         (POLL_OUT): Likewise.
15018         (POLL_MSG): Likewise.
15019         (POLL_ERR): Likewise.
15020         (POLL_PRI): Likewise.
15021         (POLL_HUP): Likewise.
15022         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15023         (ILL_ILLOPN): Likewise.
15024         (ILL_ILLADR): Likewise.
15025         (ILL_ILLTRP): Likewise.
15026         (ILL_PRVOPC): Likewise.
15027         (ILL_PRVREG): Likewise.
15028         (ILL_COPROC): Likewise.
15029         (ILL_BADSTK): Likewise.
15030         (FPE_INTDIV): Likewise.
15031         (FPE_INTOVF): Likewise.
15032         (FPE_FLTDIV): Likewise.
15033         (FPE_FLTOVF): Likewise.
15034         (FPE_FLTUND): Likewise.
15035         (FPE_FLTRES): Likewise.
15036         (FPE_FLTINV): Likewise.
15037         (FPE_FLTSUB): Likewise.
15038         (SEGV_MAPERR): Likewise.
15039         (SEGV_ACCERR): Likewise.
15040         (BUS_ADRALN): Likewise.
15041         (BUS_ADRERR): Likewise.
15042         (BUS_OBJERR): Likewise.
15043         (BUS_MCEERR_AR): Likewise.
15044         (BUS_MCEERR_AO): Likewise.
15045         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15046         (TRAP_TRACE): Likewise.
15047         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15048         __USE_XOPEN2K8].
15049         (CLD_KILLED): Likewise.
15050         (CLD_DUMPED): Likewise.
15051         (CLD_TRAPPED): Likewise.
15052         (CLD_STOPPED): Likewise.
15053         (CLD_CONTINUED): Likewise.
15054         (POLL_IN): Likewise.
15055         (POLL_OUT): Likewise.
15056         (POLL_MSG): Likewise.
15057         (POLL_ERR): Likewise.
15058         (POLL_PRI): Likewise.
15059         (POLL_HUP): Likewise.
15060         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15061         (ILL_ILLOPN): Likewise.
15062         (ILL_ILLADR): Likewise.
15063         (ILL_ILLTRP): Likewise.
15064         (ILL_PRVOPC): Likewise.
15065         (ILL_PRVREG): Likewise.
15066         (ILL_COPROC): Likewise.
15067         (ILL_BADSTK): Likewise.
15068         (FPE_INTDIV): Likewise.
15069         (FPE_INTOVF): Likewise.
15070         (FPE_FLTDIV): Likewise.
15071         (FPE_FLTOVF): Likewise.
15072         (FPE_FLTUND): Likewise.
15073         (FPE_FLTRES): Likewise.
15074         (FPE_FLTINV): Likewise.
15075         (FPE_FLTSUB): Likewise.
15076         (SEGV_MAPERR): Likewise.
15077         (SEGV_ACCERR): Likewise.
15078         (BUS_ADRALN): Likewise.
15079         (BUS_ADRERR): Likewise.
15080         (BUS_OBJERR): Likewise.
15081         (BUS_MCEERR_AR): Likewise.
15082         (BUS_MCEERR_AO): Likewise.
15083         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15084         (TRAP_TRACE): Likewise.
15085         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15086         __USE_XOPEN2K8].
15087         (CLD_KILLED): Likewise.
15088         (CLD_DUMPED): Likewise.
15089         (CLD_TRAPPED): Likewise.
15090         (CLD_STOPPED): Likewise.
15091         (CLD_CONTINUED): Likewise.
15092         (POLL_IN): Likewise.
15093         (POLL_OUT): Likewise.
15094         (POLL_MSG): Likewise.
15095         (POLL_ERR): Likewise.
15096         (POLL_PRI): Likewise.
15097         (POLL_HUP): Likewise.
15098         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15099         (ILL_ILLOPN): Likewise.
15100         (ILL_ILLADR): Likewise.
15101         (ILL_ILLTRP): Likewise.
15102         (ILL_PRVOPC): Likewise.
15103         (ILL_PRVREG): Likewise.
15104         (ILL_COPROC): Likewise.
15105         (ILL_BADSTK): Likewise.
15106         (FPE_INTDIV): Likewise.
15107         (FPE_INTOVF): Likewise.
15108         (FPE_FLTDIV): Likewise.
15109         (FPE_FLTOVF): Likewise.
15110         (FPE_FLTUND): Likewise.
15111         (FPE_FLTRES): Likewise.
15112         (FPE_FLTINV): Likewise.
15113         (FPE_FLTSUB): Likewise.
15114         (SEGV_MAPERR): Likewise.
15115         (SEGV_ACCERR): Likewise.
15116         (BUS_ADRALN): Likewise.
15117         (BUS_ADRERR): Likewise.
15118         (BUS_OBJERR): Likewise.
15119         (BUS_MCEERR_AR): Likewise.
15120         (BUS_MCEERR_AO): Likewise.
15121         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15122         (TRAP_TRACE): Likewise.
15123         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15124         __USE_XOPEN2K8].
15125         (CLD_KILLED): Likewise.
15126         (CLD_DUMPED): Likewise.
15127         (CLD_TRAPPED): Likewise.
15128         (CLD_STOPPED): Likewise.
15129         (CLD_CONTINUED): Likewise.
15130         (POLL_IN): Likewise.
15131         (POLL_OUT): Likewise.
15132         (POLL_MSG): Likewise.
15133         (POLL_ERR): Likewise.
15134         (POLL_PRI): Likewise.
15135         (POLL_HUP): Likewise.
15136         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15137         (ILL_ILLOPN): Likewise.
15138         (ILL_ILLADR): Likewise.
15139         (ILL_ILLTRP): Likewise.
15140         (ILL_PRVOPC): Likewise.
15141         (ILL_PRVREG): Likewise.
15142         (ILL_COPROC): Likewise.
15143         (ILL_BADSTK): Likewise.
15144         (ILL_DBLFLT): Likewise.
15145         (ILL_HARDWALL): Likewise.
15146         (FPE_INTDIV): Likewise.
15147         (FPE_INTOVF): Likewise.
15148         (FPE_FLTDIV): Likewise.
15149         (FPE_FLTOVF): Likewise.
15150         (FPE_FLTUND): Likewise.
15151         (FPE_FLTRES): Likewise.
15152         (FPE_FLTINV): Likewise.
15153         (FPE_FLTSUB): Likewise.
15154         (SEGV_MAPERR): Likewise.
15155         (SEGV_ACCERR): Likewise.
15156         (BUS_ADRALN): Likewise.
15157         (BUS_ADRERR): Likewise.
15158         (BUS_OBJERR): Likewise.
15159         (BUS_MCEERR_AR): Likewise.
15160         (BUS_MCEERR_AO): Likewise.
15161         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15162         (TRAP_TRACE): Likewise.
15163         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15164         __USE_XOPEN2K8].
15165         (CLD_KILLED): Likewise.
15166         (CLD_DUMPED): Likewise.
15167         (CLD_TRAPPED): Likewise.
15168         (CLD_STOPPED): Likewise.
15169         (CLD_CONTINUED): Likewise.
15170         (POLL_IN): Likewise.
15171         (POLL_OUT): Likewise.
15172         (POLL_MSG): Likewise.
15173         (POLL_ERR): Likewise.
15174         (POLL_PRI): Likewise.
15175         (POLL_HUP): Likewise.
15176         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15177         (ILL_ILLOPN): Likewise.
15178         (ILL_ILLADR): Likewise.
15179         (ILL_ILLTRP): Likewise.
15180         (ILL_PRVOPC): Likewise.
15181         (ILL_PRVREG): Likewise.
15182         (ILL_COPROC): Likewise.
15183         (ILL_BADSTK): Likewise.
15184         (FPE_INTDIV): Likewise.
15185         (FPE_INTOVF): Likewise.
15186         (FPE_FLTDIV): Likewise.
15187         (FPE_FLTOVF): Likewise.
15188         (FPE_FLTUND): Likewise.
15189         (FPE_FLTRES): Likewise.
15190         (FPE_FLTINV): Likewise.
15191         (FPE_FLTSUB): Likewise.
15192         (SEGV_MAPERR): Likewise.
15193         (SEGV_ACCERR): Likewise.
15194         (BUS_ADRALN): Likewise.
15195         (BUS_ADRERR): Likewise.
15196         (BUS_OBJERR): Likewise.
15197         (BUS_MCEERR_AR): Likewise.
15198         (BUS_MCEERR_AO): Likewise.
15199         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15200         (TRAP_TRACE): Likewise.
15201         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15202         __USE_XOPEN2K8].
15203         (CLD_KILLED): Likewise.
15204         (CLD_DUMPED): Likewise.
15205         (CLD_TRAPPED): Likewise.
15206         (CLD_STOPPED): Likewise.
15207         (CLD_CONTINUED): Likewise.
15208         (POLL_IN): Likewise.
15209         (POLL_OUT): Likewise.
15210         (POLL_MSG): Likewise.
15211         (POLL_ERR): Likewise.
15212         (POLL_PRI): Likewise.
15213         (POLL_HUP): Likewise.
15214         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15215         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15217         [BZ #16670]
15218         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15219         before #include of <time.h>.
15220         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15221         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15222         (test-xfail-UNIX98/sched.h/conform): Likewise.
15224 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15226         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15227         error absence of trapping exception support.
15228         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15230 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15232         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15233         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15234         * timezone/Makefile (testdata): Move definition above include of
15235         Rules.
15236         (test-zones): New variable.
15237         (tests-special): Add zone files.
15238         (build-testdata): Use $(evaluate-test).
15240         * elf/Makefile (tests-special): Rename tests to end with .out.
15241         ($(objpfx)noload-mem): Likewise.
15242         ($(objpfx)tst-leaks1-mem): Likewise.
15243         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15244         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15245         $(objpfx)test-iconvconfig.out.
15246         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15247         set -e inside subshell and redirect output to file.
15248         * iconvdata/Makefile (generated): Rename tests to end with .out.
15249         Correct type.
15250         (tests-special): Rename tests to end with .out.
15251         ($(objpfx)mtrace-tst-loading): Likewise.
15252         * intl/Makefile (generated): Likewise.
15253         (tests-special): Likewise.
15254         ($(objpfx)mtrace-tst-gettext): Likewise.
15255         * misc/Makefile (generated): Likewise.
15256         (tests-special): Likewise.
15257         ($(objpfx)tst-error1-mem): Likewise.
15258         * nptl/Makefile (tests-special): Likewise.
15259         ($(objpfx)tst-stack3-mem): Likewise.
15260         (generated): Likewise.
15261         * posix/Makefile (generated): Likewise.
15262         (tests-special): Likewise.
15263         (xtests-special): Likewise.
15264         ($(objpfx)tst-fnmatch-mem): Likewise.
15265         ($(objpfx)bug-regex2-mem): Likewise.
15266         ($(objpfx)bug-regex14-mem): Likewise.
15267         ($(objpfx)bug-regex21-mem): Likewise.
15268         ($(objpfx)bug-regex31-mem): Likewise.
15269         ($(objpfx)tst-vfork3-mem): Likewise.
15270         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15271         ($(objpfx)tst-pcre-mem): Likewise.
15272         ($(objpfx)tst-boost-mem): Likewise.
15273         ($(objpfx)bug-ga2-mem): Likewise.
15274         ($(objpfx)bug-glob2-mem): Likewise.
15275         * resolv/Makefile (generate): Likewise.
15276         (tests-special): Likewise.
15277         (xtests-special): Likewise.
15278         (generated): Likewise.
15279         ($(objpfx)mtrace-tst-leaks): Likewise.
15280         ($(objpfx)mtrace-tst-leaks2): Likewise.
15282         * scripts/merge-test-results.sh: New file.
15283         * Makefile (tests-special-notdir): New variable.
15284         (tests): Run merge-test-results.sh.
15285         (xtests): Likewise.
15286         * Rules (tests-special-notdir): New variable.
15287         (xtests-special-notdir): Likewise.
15288         (tests): Run merge-test-results.sh
15289         (xtests): Likewise.
15291         * Makeconfig (test-xfail-name): New variable.
15292         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15293         compute variable name for expected failures.
15294         * conform/Makefile (conformtest-headers-data): New variable.
15295         (conformtest-standards): Likewise.
15296         (conformtest-headers-ISO): Likewise.
15297         (conformtest-headers-ISO99): Likewise.
15298         (conformtest-headers-ISO11): Likewise.
15299         (conformtest-headers-POSIX): Likewise.
15300         (conformtest-headers-XPG3): Likewise.
15301         (conformtest-headers-XPG4): Likewise.
15302         (conformtest-headers-UNIX98): Likewise.
15303         (conformtest-headers-XOPEN2K): Likewise.
15304         (conformtest-headers-POSIX2008): Likewise.
15305         (conformtest-headers-XOPEN2K8): Likewise.
15306         (conformtest-header-list-base): Likewise.
15307         (conformtest-header-list-tests): Likewise.
15308         (conformtest-header-base): Likewise.
15309         (conformtest-header-tests): Likewise.
15310         (tests-special): Add $(conformtest-header-list-tests).  If
15311         [$(fast-check) && !$(cross-compiling)], add
15312         $(conformtest-header-tests) instead of
15313         $(objpfx)run-conformtest.out.
15314         (generated): Add $(conformtest-header-list-base).  If
15315         [$(fast-check) && !$(cross-compiling)], add
15316         $(conformtest-header-base).  Remove previous setting.
15317         ($(conformtest-header-list-tests)): New target.
15318         (test-xfail-run-conformtest): Remove variable.
15319         ($(objpfx)run-conformtest.out): Remove target.
15320         (test-xfail-ISO11/complex.h/conform): New variable.
15321         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15322         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15323         (test-xfail-XPG3/varargs.h/conform): Likewise.
15324         (test-xfail-XPG4/varargs.h/conform): Likewise.
15325         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15326         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15327         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15328         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15329         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15330         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15331         (test-xfail-XPG3/ftw.h/conform): Likewise.
15332         (test-xfail-XPG3/grp.h/conform): Likewise.
15333         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15334         (test-xfail-XPG3/limits.h/conform): Likewise.
15335         (test-xfail-XPG3/pwd.h/conform): Likewise.
15336         (test-xfail-XPG3/search.h/conform): Likewise.
15337         (test-xfail-XPG3/signal.h/conform): Likewise.
15338         (test-xfail-XPG3/stdio.h/conform): Likewise.
15339         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15340         (test-xfail-XPG3/string.h/conform): Likewise.
15341         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15342         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15343         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15344         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15345         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15346         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15347         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15348         (test-xfail-XPG3/termios.h/conform): Likewise.
15349         (test-xfail-XPG3/time.h/conform): Likewise.
15350         (test-xfail-XPG3/unistd.h/conform): Likewise.
15351         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15352         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15353         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15354         (test-xfail-XPG4/netdb.h/conform): Likewise.
15355         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15356         (test-xfail-XPG4/signal.h/conform): Likewise.
15357         (test-xfail-XPG4/stdio.h/conform): Likewise.
15358         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15359         (test-xfail-XPG4/stropts.h/conform): Likewise.
15360         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15361         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15362         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15363         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15364         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15365         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15366         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15367         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15368         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15369         (test-xfail-XPG4/termios.h/conform): Likewise.
15370         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15371         (test-xfail-XPG4/unistd.h/conform): Likewise.
15372         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15373         (test-xfail-POSIX/sched.h/conform): Likewise.
15374         (test-xfail-POSIX/signal.h/conform): Likewise.
15375         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15376         (test-xfail-POSIX/tar.h/conform): Likewise.
15377         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15378         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15379         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15380         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15381         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15382         (test-xfail-UNIX98/sched.h/conform): Likewise.
15383         (test-xfail-UNIX98/signal.h/conform): Likewise.
15384         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15385         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15386         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15387         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15388         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15389         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15390         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15391         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15392         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15393         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15394         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15395         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15396         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15397         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15398         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15399         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15400         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15401         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15402         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15403         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15404         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15405         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15406         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15407         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15408         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15409         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15410         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15411         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15412         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15413         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15414         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15415         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15416         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15417         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15418         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15419         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15420         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15421         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15422         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15423         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15424         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15425         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15426         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15427         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15428         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15429         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15430         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15431         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15432         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15433         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15434         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15435         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15436         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15437         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15438         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15439         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15440         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15441         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15442         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15443         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15444         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15445         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15446         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15447         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15448         (conformtest-cc-flags): Likewise.
15449         ($(conformtest-header-tests): New target.
15450         * conform/check-header-lists.sh: New file.
15451         * conform/run-conformtest.sh: Remove.
15453         * conform/conformtest.pl: Allow ' and \ in values given for
15454         constants.
15455         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15456         inclusion.
15457         [POSIX] (sys/types.h): Likewise.
15458         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15459         inclusion.
15460         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15461         inclusion.
15462         * conform/data/signal.h-data (SIGIO): Remove expectation.
15463         [XPG3] (SIGBUS): Do not expect.
15464         [POSIX || XPG3] (SIGPOLL): Likewise.
15465         [POSIX || XPG3] (SIGPROF): Likewise.
15466         [POSIX || XPG3] (SIGSYS): Likewise.
15467         [XPG3] (SIGTRAP): Likewise.
15468         [POSIX || XPG3] (SIGURG): Likewise.
15469         [POSIX || XPG3] (SIGVTALRM): Likewise.
15470         [POSIX || XPG3] (SIGXCPU): Likewise.
15471         [POSIX || XPG3] (SIGXFSZ): Likewise.
15472         [POSIX] (SA_SIGINFO): Expect.
15473         [XPG3] (siginfo_t): Do not expect type or contents.
15474         [POSIX] (si_pid): Do not expect element.
15475         [POSIX] (si_uid): Likewise.
15476         [POSIX] (si_addr): Likewise.
15477         [POSIX] (si_status): Likewise.
15478         [POSIX] (si_band): Likewise.
15479         [XPG4] (si_value): Likewise.
15480         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15481         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15482         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15483         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15484         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15485         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15486         [POSIX || XPG3] (ILL_COPROC): Likewise.
15487         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15488         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15489         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15490         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15491         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15492         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15493         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15494         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15495         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15496         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15497         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15498         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15499         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15500         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15501         [POSIX || XPG3] (CLD_EXITED): Likewise.
15502         [POSIX || XPG3] (CLD_KILLED): Likewise.
15503         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15504         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15505         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15506         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15507         [POSIX || XPG3] (POLL_IN): Likewise.
15508         [POSIX || XPG3] (POLL_OUT): Likewise.
15509         [POSIX || XPG3] (POLL_MSG): Likewise.
15510         [POSIX || XPG3] (POLL_ERR): Likewise.
15511         [POSIX || XPG3] (POLL_PRI): Likewise.
15512         [POSIX || XPG3] (POLL_HUP): Likewise.
15513         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15514         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15515         (SIG*): Do not allow.
15516         [XPG3] (si_*): Likewise.
15517         [XPG3] (SI_*): Likewise.
15518         [XPG3 || XPG4] (sigev_*): Likewise.
15519         [XPG3 || XPG4] (SIGEV_*): Likewise.
15520         [XPG3 || XPG4] (sival_*): Likewise.
15521         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15522         [POSIX || XPG3] (BUS_*): Likewise.
15523         [POSIX || XPG3] (CLD_*): Likewise.
15524         [POSIX || XPG3] (FPE_*): Likewise.
15525         [POSIX || XPG3] (ILL_*): Likewise.
15526         [POSIX || XPG3] (POLL_*): Likewise.
15527         [POSIX || XPG3] (SEGV_*): Likewise.
15528         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15529         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15530         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15531         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15532         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15533         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15534         Specify type and value.
15535         (TVERSLEN): Likewise.
15536         (REGTYPE): Likewise.
15537         (AREGTYPE): Likewise.
15538         (LNKTYPE): Likewise.
15539         (SYMTYPE): Likewise.
15540         (CHRTYPE): Likewise.
15541         (BLKTYPE): Likewise.
15542         (DIRTYPE): Likewise.
15543         (FIFOTYPE): Likewise.
15544         (CONTTYPE): Likewise.
15545         (TSUID): Likewise.
15546         (TSGID): Likewise.
15547         (TSVTX): Likewise.
15548         (TUREAD): Likewise.
15549         (TUWRITE): Likewise.
15550         (TUEXEC): Likewise.
15551         (TGREAD): Likewise.
15552         (TGWRITE): Likewise.
15553         (TGEXEC): Likewise.
15554         (TOREAD): Likewise.
15555         (TOWRITE): Likewise.
15556         (TOEXEC): Likewise.
15557         [POSIX] (TSVTX): Expect constant.
15559 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15561         * Makefile (tests): Change dependencies to ....
15562         (tests-special): ... additions to this variable.
15563         (tests): Depend on $(tests-special).
15564         * Makerules (check-abi-list): New variable.
15565         (check-abi): Depend on $(check-abi-list).
15566         [$(subdir) = elf] (tests-special): Add
15567         $(objpfx)check-abi-libc.out.
15568         [$(build-shared) = yes && subdir] (tests-special): Add
15569         $(check-abi-list).
15570         [$(build-shared) = yes && subdir] (tests): Do not depend on
15571         check-abi.
15572         * Rules (tests): Depend on $(tests-special).
15573         (xtests): Depend on $(xtests-special).
15574         * catgets/Makefile (tests): Change dependencies to ....
15575         (tests-special): ... additions to this variable.
15576         * conform/Makefile (tests): Change dependencies to ....
15577         (tests-special): ... additions to this variable.
15578         * elf/Makefile (tests): Change dependencies to ....
15579         (tests-special): ... additions to this variable.
15580         * grp/Makefile (tests): Change dependencies to ....
15581         (tests-special): ... additions to this variable.
15582         * iconv/Makefile (xtests): Change dependencies to ....
15583         (xtests-special): ... additions to this variable.
15584         * iconvdata/Makefile (tests): Change dependencies to ....
15585         (tests-special): ... additions to this variable.
15586         * intl/Makefile (tests): Change dependencies to ....
15587         (tests-special): ... additions to this variable.  Also add
15588         $(objpfx)tst-gettext.out.
15589         * io/Makefile (tests): Change dependencies to ....
15590         (tests-special): ... additions to this variable.
15591         * libio/Makefile (tests): Change dependencies to ....
15592         (tests-special): ... additions to this variable.
15593         * malloc/Makefile (tests): Change dependencies to ....
15594         (tests-special): ... additions to this variable.
15595         * misc/Makefile (tests): Change dependencies to ....
15596         (tests-special): ... additions to this variable.
15597         * nptl/Makefile (tests): Change dependencies to ....
15598         (tests-special): ... additions to this variable.
15599         * nptl_db/Makefile (tests): Change dependencies to ....
15600         (tests-special): ... additions to this variable.
15601         * posix/Makefile (tests): Change dependencies to ....
15602         (tests-special): ... additions to this variable.
15603         (xtests): Change dependencies to ....
15604         (xtests-special): ... additions to this variable.
15605         * resolv/Makefile (tests): Change dependencies to ....
15606         (tests-special): ... additions to this variable.
15607         (xtests): Change dependencies to ....
15608         (xtests-special): ... additions to this variable.
15609         * stdio-common/Makefile (tests): Change dependencies to ....
15610         (tests-special): ... additions to this variable.
15611         (do-tst-unbputc): Remove target.
15612         (do-tst-printf): Likewise.
15613         * stdlib/Makefile (tests): Change dependencies to ....
15614         (tests-special): ... additions to this variable.
15615         * string/Makefile (tests): Change dependencies to ....
15616         (tests-special): ... additions to this variable.
15617         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15618         (tests-special): ... additions to this variable.
15620         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15621         whole file.
15622         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15623         whole file.
15624         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15625         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15627         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15628         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15629         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15630         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15631         * conform/data/libgen.h-data [XPG3]: Likewise.
15632         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15633         * conform/data/ndbm.h-data [XPG3]: Likewise.
15634         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15635         * conform/data/netdb.h-data [XPG3]: Likewise.
15636         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15637         * conform/data/poll.h-data [XPG3]: Likewise.
15638         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15639         * conform/data/strings.h-data [XPG3]: Likewise.
15640         * conform/data/stropts.h-data [XPG3]: Likewise.
15641         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15642         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15643         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15644         Likewise.
15645         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15646         * conform/data/sys/time.h-data [XPG3]: Likewise.
15647         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15648         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15649         * conform/data/sys/un.h-data [XPG3]: Likewise.
15650         * conform/data/syslog.h-data [XPG3]: Likewise.
15651         * conform/data/ucontext.h-data [XPG3]: Likewise.
15652         * conform/data/utmpx.h-data [XPG3]: Likewise.
15653         * conform/data/varargs.h-data [UNIX98]: Enable file.
15655         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15657         * math/libm-test.inc (struct test_f_f_data): Move expected results
15658         into structure for each rounding mode.
15659         (struct test_ff_f_data): Likewise.
15660         (struct test_ff_f_data_nexttoward): Likewise.
15661         (struct test_fi_f_data): Likewise.
15662         (struct test_fl_f_data): Likewise.
15663         (struct test_if_f_data): Likewise.
15664         (struct test_fff_f_data): Likewise.
15665         (struct test_c_f_data): Likewise.
15666         (struct test_f_f1_data): Likewise.
15667         (struct test_fF_f1_data): Likewise.
15668         (struct test_ffI_f1_data): Likewise.
15669         (struct test_c_c_data): Likewise.
15670         (struct test_cc_c_data): Likewise.
15671         (struct test_f_i_data): Likewise.
15672         (struct test_ff_i_data): Likewise.
15673         (struct test_f_l_data): Likewise.
15674         (struct test_f_L_data): Likewise.
15675         (struct test_fFF_11_data): Likewise.
15676         (RM_): New macro.
15677         (RM_FE_DOWNWARD): Likewise.
15678         (RM_FE_TONEAREST): Likewise.
15679         (RM_FE_TOWARDZERO): Likewise.
15680         (RM_FE_UPWARD): Likewise.
15681         (RUN_TEST_LOOP_f_f): Update references to expected results.
15682         (RUN_TEST_LOOP_2_f): Likewise.
15683         (RUN_TEST_LOOP_fff_f): Likewise.
15684         (RUN_TEST_LOOP_c_f): Likewise.
15685         (RUN_TEST_LOOP_f_f1): Likewise.
15686         (RUN_TEST_LOOP_fF_f1): Likewise.
15687         (RUN_TEST_LOOP_fI_f1): Likewise.
15688         (RUN_TEST_LOOP_ffI_f1): Likewise.
15689         (RUN_TEST_LOOP_c_c): Likewise.
15690         (RUN_TEST_LOOP_cc_c): Likewise.
15691         (RUN_TEST_LOOP_f_i): Likewise.
15692         (RUN_TEST_LOOP_f_i_tg): Likewise.
15693         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15694         (RUN_TEST_LOOP_f_b): Likewise.
15695         (RUN_TEST_LOOP_f_b_tg): Likewise.
15696         (RUN_TEST_LOOP_f_l): Likewise.
15697         (RUN_TEST_LOOP_f_L): Likewise.
15698         (RUN_TEST_LOOP_fFF_11): Likewise.
15699         * math/gen-libm-test.pl (parse_args): Output four copies of
15700         expected results for each test.
15702         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15703         (__ASSUME_UTIMES): Remove.
15704         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15705         (__ASSUME_UTIMES): Likewise.
15707         * math/gen-auto-libm-tests.c: Update comment on output format.
15708         (output_for_one_input_case): Generate before-rounding and
15709         after-rounding information as conditions on output flags not
15710         floating-point format.
15711         * math/auto-libm-test-out: Regenerated.
15712         * math/gen-libm-test.pl (cond_value): New function.
15713         (or_cond_value): Use cond_value.
15714         (generate_testfile): Handle conditional exceptions.
15716 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15718         * math/libm-test.inc (max_valid_error): New variable.
15719         (init_max_error): Take new argument specifying whether function
15720         results are exactly determined.  Set max_valid_error and bound
15721         other variables for errors based on this argument.
15722         (set_max_error): Do not record results above max_valid_error.
15723         (check_float_internal): Only accept errors of up to 0.5ulps if
15724         also at most max_valid_error.
15725         (START): Take new argument EXACT and pass it to init_max_error.
15726         (acos_test): Update call to START.
15727         (acos_test_tonearest): Likewise.
15728         (acos_test_towardzero): Likewise.
15729         (acos_test_downward): Likewise.
15730         (acos_test_upward): Likewise.
15731         (acosh_test): Likewise.
15732         (asin_test): Likewise.
15733         (asin_test_tonearest): Likewise.
15734         (asin_test_towardzero): Likewise.
15735         (asin_test_downward): Likewise.
15736         (asin_test_upward): Likewise.
15737         (asinh_test): Likewise.
15738         (atan_test): Likewise.
15739         (atanh_test): Likewise.
15740         (atan2_test): Likewise.
15741         (cabs_test): Likewise.
15742         (cacos_test): Likewise.
15743         (cacosh_test): Likewise.
15744         (carg_test): Likewise.
15745         (casin_test): Likewise.
15746         (casinh_test): Likewise.
15747         (catan_test): Likewise.
15748         (catanh_test): Likewise.
15749         (cbrt_test): Likewise.
15750         (ccos_test): Likewise.
15751         (ccosh_test): Likewise.
15752         (ceil_test): Likewise.
15753         (cexp_test): Likewise.
15754         (cimag_test): Likewise.
15755         (clog_test): Likewise.
15756         (clog10_test): Likewise.
15757         (conj_test): Likewise.
15758         (copysign_test): Likewise.
15759         (cos_test): Likewise.
15760         (cos_test_tonearest): Likewise.
15761         (cos_test_towardzero): Likewise.
15762         (cos_test_downward): Likewise.
15763         (cos_test_upward): Likewise.
15764         (cosh_test): Likewise.
15765         (cosh_test_tonearest): Likewise.
15766         (cosh_test_towardzero): Likewise.
15767         (cosh_test_downward): Likewise.
15768         (cosh_test_upward): Likewise.
15769         (cpow_test): Likewise.
15770         (cproj_test): Likewise.
15771         (creal_test): Likewise.
15772         (csin_test): Likewise.
15773         (csinh_test): Likewise.
15774         (csqrt_test): Likewise.
15775         (ctan_test): Likewise.
15776         (ctan_test_tonearest): Likewise.
15777         (ctan_test_towardzero): Likewise.
15778         (ctan_test_downward): Likewise.
15779         (ctan_test_upward): Likewise.
15780         (ctanh_test): Likewise.
15781         (ctanh_test_tonearest): Likewise.
15782         (ctanh_test_towardzero): Likewise.
15783         (ctanh_test_downward): Likewise.
15784         (ctanh_test_upward): Likewise.
15785         (erf_test): Likewise.
15786         (erfc_test): Likewise.
15787         (exp_test): Likewise.
15788         (exp_test_tonearest): Likewise.
15789         (exp_test_towardzero): Likewise.
15790         (exp_test_downward): Likewise.
15791         (exp_test_upward): Likewise.
15792         (exp10_test): Likewise.
15793         (exp10_test_tonearest): Likewise.
15794         (exp10_test_towardzero): Likewise.
15795         (exp10_test_downward): Likewise.
15796         (exp10_test_upward): Likewise.
15797         (pow10_test): Likewise.
15798         (exp2_test): Likewise.
15799         (expm1_test): Likewise.
15800         (expm1_test_tonearest): Likewise.
15801         (expm1_test_towardzero): Likewise.
15802         (expm1_test_downward): Likewise.
15803         (expm1_test_upward): Likewise.
15804         (fabs_test): Likewise.
15805         (fdim_test): Likewise.
15806         (floor_test): Likewise.
15807         (fma_test): Likewise.
15808         (fma_test_towardzero): Likewise.
15809         (fma_test_downward): Likewise.
15810         (fma_test_upward): Likewise.
15811         (fmax_test): Likewise.
15812         (fmin_test): Likewise.
15813         (fmod_test): Likewise.
15814         (fpclassify_test): Likewise.
15815         (frexp_test): Likewise.
15816         (hypot_test): Likewise.
15817         (ilogb_test): Likewise.
15818         (isfinite_test): Likewise.
15819         (finite_test): Likewise.
15820         (isgreater_test): Likewise.
15821         (isgreaterequal_test): Likewise.
15822         (isinf_test): Likewise.
15823         (isless_test): Likewise.
15824         (islessequal_test): Likewise.
15825         (islessgreater_test): Likewise.
15826         (isnan_test): Likewise.
15827         (isnormal_test): Likewise.
15828         (issignaling_test): Likewise.
15829         (isunordered_test): Likewise.
15830         (j0_test): Likewise.
15831         (j1_test): Likewise.
15832         (jn_test): Likewise.
15833         (ldexp_test): Likewise.
15834         (lgamma_test): Likewise.
15835         (gamma_test): Likewise.
15836         (lrint_test): Likewise.
15837         (lrint_test_tonearest): Likewise.
15838         (lrint_test_towardzero): Likewise.
15839         (lrint_test_downward): Likewise.
15840         (lrint_test_upward): Likewise.
15841         (llrint_test): Likewise.
15842         (llrint_test_tonearest): Likewise.
15843         (llrint_test_towardzero): Likewise.
15844         (llrint_test_downward): Likewise.
15845         (llrint_test_upward): Likewise.
15846         (log_test): Likewise.
15847         (log10_test): Likewise.
15848         (log1p_test): Likewise.
15849         (log2_test): Likewise.
15850         (logb_test): Likewise.
15851         (logb_test_downward): Likewise.
15852         (lround_test): Likewise.
15853         (llround_test): Likewise.
15854         (modf_test): Likewise.
15855         (nearbyint_test): Likewise.
15856         (nextafter_test): Likewise.
15857         (nexttoward_test): Likewise.
15858         (pow_test): Likewise.
15859         (pow_test_tonearest): Likewise.
15860         (pow_test_towardzero): Likewise.
15861         (pow_test_downward): Likewise.
15862         (pow_test_upward): Likewise.
15863         (remainder_test): Likewise.
15864         (drem_test): Likewise.
15865         (remainder_test_tonearest): Likewise.
15866         (drem_test_tonearest): Likewise.
15867         (remainder_test_towardzero): Likewise.
15868         (drem_test_towardzero): Likewise.
15869         (remainder_test_downward): Likewise.
15870         (drem_test_downward): Likewise.
15871         (remainder_test_upward): Likewise.
15872         (drem_test_upward): Likewise.
15873         (remquo_test): Likewise.
15874         (rint_test): Likewise.
15875         (rint_test_tonearest): Likewise.
15876         (rint_test_towardzero): Likewise.
15877         (rint_test_downward): Likewise.
15878         (rint_test_upward): Likewise.
15879         (round_test): Likewise.
15880         (scalb_test): Likewise.
15881         (scalbn_test): Likewise.
15882         (scalbln_test): Likewise.
15883         (signbit_test): Likewise.
15884         (sin_test): Likewise.
15885         (sin_test_tonearest): Likewise.
15886         (sin_test_towardzero): Likewise.
15887         (sin_test_downward): Likewise.
15888         (sin_test_upward): Likewise.
15889         (sincos_test): Likewise.
15890         (sinh_test): Likewise.
15891         (sinh_test_tonearest): Likewise.
15892         (sinh_test_towardzero): Likewise.
15893         (sinh_test_downward): Likewise.
15894         (sinh_test_upward): Likewise.
15895         (sqrt_test): Likewise.
15896         (sqrt_test_tonearest): Likewise.
15897         (sqrt_test_towardzero): Likewise.
15898         (sqrt_test_downward): Likewise.
15899         (sqrt_test_upward): Likewise.
15900         (tan_test): Likewise.
15901         (tan_test_tonearest): Likewise.
15902         (tan_test_towardzero): Likewise.
15903         (tan_test_downward): Likewise.
15904         (tan_test_upward): Likewise.
15905         (tanh_test): Likewise.
15906         (tgamma_test): Likewise.
15907         (trunc_test): Likewise.
15908         (y0_test): Likewise.
15909         (y1_test): Likewise.
15910         (yn_test): Likewise.
15911         (significand_test): Likewise.
15913         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15914         individual tests in comment.
15915         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15916         (prev_max_error): New variable.
15917         (prev_real_max_error): Likewise.
15918         (prev_imag_max_error): Likewise.
15919         (compare_ulp_data): Don't refer to test names in comment.
15920         (find_test_ulps): Remove function.
15921         (find_function_ulps): Likewise.
15922         (find_complex_function_ulps): Likewise.
15923         (init_max_error): Take function name as argument.  Look up ulps
15924         for that function.
15925         (print_ulps): Remove function.
15926         (print_max_error): Use prev_max_error instead of calling
15927         find_function_ulps.
15928         (print_complex_max_error): Use prev_real_max_error and
15929         prev_imag_max_error instead of calling find_complex_function_ulps.
15930         (check_float_internal): Take max_ulp parameter instead of calling
15931         find_test_ulps.  Don't call print_ulps.
15932         (check_float): Update call to check_float_internal.
15933         (check_complex): Update calls to check_float_internal.
15934         (START): Pass argument to init_max_error.
15935         * math/gen-libm-test.pl (%results): Don't include "kind"
15936         information.
15937         (parse_ulps): Don't handle ulps of individual tests.
15938         (print_ulps_file): Likewise.
15939         (output_ulps): Likewise.
15940         * math/README.libm-test: Update.
15941         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15942         individual tests.
15943         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15944         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15945         * sysdeps/arm/libm-test-ulps: Likewise.
15946         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15947         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15948         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15949         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15950         * sysdeps/microblaze/libm-test-ulps: Likewise.
15951         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15952         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15953         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15954         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15955         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15956         * sysdeps/sh/libm-test-ulps: Likewise.
15957         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15958         * sysdeps/tile/libm-test-ulps: Likewise.
15959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15961 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15963         * math/libm-test.inc (print_complex_max_error): Check separately
15964         whether real and imaginary errors are within allowed range and
15965         pass 0 to print_complex_function_ulps instead of value within
15966         allowed range.
15968 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15970         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15971         formatting.
15972         (get_handles_fopen): Likewise.
15973         (do_write_test): Likewise.
15975         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15977         * libio/fileops.c (do_ftell): Use cached offset when
15978         available.
15979         * libio/iofwide.c (do_ftell_wide): Likewise.
15980         * libio/iofdopen.c (_IO_new_fdopen): Don't use
15981         _IO_file_attach.
15982         * libio/wfileops.c (_IO_fwide): Don't cache offset.
15984         [BZ #16532]
15985         * libio/libioP.h (get_file_offset): New function.
15986         * libio/fileops.c (get_file_offset): Likewise.
15987         (do_ftell): Likewise.
15988         (_IO_new_file_seekoff): Split out ftell logic.
15989         * libio/wfileops.c (do_ftell_wide): Likewise.
15990         (_IO_wfile_seekoff): Split out ftell logic.
15991         * libio/tst-ftell-active-handler.c: New test case.
15992         * libio/Makefile (tests): Add it.
15994 2014-03-03  Roland McGrath  <roland@hack.frob.com>
15996         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15997         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15999 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16001         [BZ #16639]
16002         * nscd/connections.c (nscd_init): Call do_exit.
16003         (start_threads): Call do_exit and notify_parent.
16004         (begin_drop_privileges): Call do_exit.
16005         (finish_drop_privileges): Likewise.
16006         * nscd/selinux.c (preserve_capabilities): Likewise.
16007         (install_real_capabilities): Likewise.
16008         (nscd_selinux_enabled): Likewise.
16009         (avc_create_thread): Likewise.
16010         (avc_alloc_lock): Likewise.
16011         (nscd_avc_init): Likewise.
16012         * nscd/nscd.c (parent_fd): New static variable.
16013         (main): Create a pipe between parent and child processes.
16014         Skip closing parent_fd.
16015         (monitor_child): New function.
16016         (do_exit): Likewise.
16017         (notify_parent): Likewise.
16018         * nscd/nscd.h (notify_parent): Likewise.
16019         (do_exit): Likewise.
16021 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16023         * malloc/malloc.c (__libc_calloc): Revert last change.
16025 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16027         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16029 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16031         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16032         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16033         implementation.
16034         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16035         (__libc_ifunc_impl_list): Likewise.
16036         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16037         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16038         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16039         * string/strrchr.c: Define STRRCHR.
16041 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16043         * benchtest/bench-strtok.c (simple_strtok): Delete.
16044         (strtok_string): Use as benchmark.
16045         * string/strtok (STRTOK): New macro.
16047 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16049         * manual/threads.texi: Add header and standard comments to all
16050         functions.
16052         * elf/dl-lookup.c (check_match): New function.
16053         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16054         (do_lookup_x): Remove nested function check_match. Use non-nested
16055         function check_match.
16057 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16059         * csu/Makefile (generated, before-compile): Use += rather than =.
16060         * catgets/Makefile (generated, generated-dirs): Likewise.
16061         * debug/Makefile (generated): Likewise.
16062         * dlfcn/Makefile (generated): Likewise.
16063         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16064         * iconvdata/Makefile (before-compile, generated): Likewise.
16065         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16066         * libio/Makefile (generated): Likewise.
16067         * malloc/Makefile (generated): Likewise.
16068         * manual/Makefile (generated, generated-dirs): Likewise.
16069         * misc/Makefile (generated): Likewise.
16070         * posix/Makefile (generated): Likewise.
16071         * resolv/Makefile (generated): Likewise.
16072         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16073         * timezone/Makefile (generated, generated-dirs): Likewise.
16075         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16077 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16079         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16080         power8 implementation.
16081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16082         file: POWER8 llround ifunc implementation.
16083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16084         (__lllround): Add POWER8 implementation.
16085         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16086         POWER8 llround implementation.
16088         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16089         power8 implementation.
16090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16091         file: POWER8 llrint ifunc implementation.
16092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16093         Add POWER8 implementation.
16094         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16095         POWER8 llrint implementation.
16097         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16098         power8 implementation.
16099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16100         file: POWER8 finite ifunc implementation.
16101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16102         Add POWER8 implementation.
16103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16104         Likewise.
16105         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16106         POWER8 finite implementation.
16107         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16109         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16110         power8 implementation.
16111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16112         file: POWER8 isinf ifunc implementation.
16113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16114         POWER8 implementation.
16115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16116         Likewise.
16117         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16118         isinf implementation.
16119         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16121         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16122         (INIT_ARCH): Add hwcap2 initialization.
16123         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16124         power8 implementation.
16125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16126         file: POWER8 isnan ifunc implementation.
16127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16128         POWER8 implementation.
16129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16130         Likewise.
16131         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16132         isnan implementation.
16133         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16135 2014-02-27  Joey Ye  <joey.ye@arm.com>
16137         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16138         (_FP_NANFRAC_Q): Set to zero.
16140 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16142         [BZ #16623]
16143         * math/auto-libm-test-in: New test inputs.
16144         * math/auto-libm-test-out: Regenerate.
16145         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16146         and DA.
16147         (__cos): Likewise.
16148         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16150 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16152         * scripts/evaluate-test.sh: Take new argument indicating whether
16153         failure is expected.
16154         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16155         indicating whether failure is expected.
16156         * conform/Makefile (test-xfail-run-conformtest): New variable.
16157         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16158         level.
16159         * posix/Makefile (test-xfail-annexc): New variable.
16160         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16162 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16164         * argp/Makefile: Include Makeconfig immediately after defining
16165         subdir.
16166         * assert/Makefile: Likewise.
16167         * benchtests/Makefile: Likewise.
16168         * catgets/Makefile: Likewise.
16169         * conform/Makefile: Likewise.
16170         * crypt/Makefile: Likewise.
16171         * csu/Makefile: Likewise.
16172         (all): Remove target.
16173         * ctype/Makefile: Include Makeconfig immediately after defining
16174         subdir.
16175         * debug/Makefile: Likewise.
16176         * dirent/Makefile: Likewise.
16177         * dlfcn/Makefile: Likewise.
16178         * gmon/Makefile: Likewise.
16179         * gnulib/Makefile: Likewise.
16180         * grp/Makefile: Likewise.
16181         * gshadow/Makefile: Likewise.
16182         * hesiod/Makefile: Likewise.
16183         * hurd/Makefile: Likewise.
16184         (all): Remove target.
16185         * iconvdata/Makefile: Include Makeconfig immediately after
16186         defining subdir.
16187         * inet/Makefile: Likewise.
16188         * intl/Makefile: Likewise.
16189         * io/Makefile: Likewise.
16190         * libio/Makefile: Likewise.
16191         (all): Remove target.
16192         * locale/Makefile: Include Makeconfig immediately after defining
16193         subdir.
16194         * login/Makefile: Likewise.
16195         * mach/Makefile: Likewise.
16196         (all): Remove target.
16197         * malloc/Makefile: Include Makeconfig immediately after defining
16198         subdir.
16199         (all): Remove target.
16200         * manual/Makefile: Include Makeconfig immediately after defining
16201         subdir.
16202         * math/Makefile: Likewise.
16203         * misc/Makefile: Likewise.
16204         * nis/Makefile: Likewise.
16205         * nss/Makefile: Likewise.
16206         * po/Makefile: Likewise.
16207         (all): Remove target.
16208         * posix/Makefile: Include Makeconfig immediately after defining
16209         subdir.
16210         * pwd/Makefile: Likewise.
16211         * resolv/Makefile: Likewise.
16212         * resource/Makefile: Likewise.
16213         * rt/Makefile: Likewise.
16214         * setjmp/Makefile: Likewise.
16215         * shadow/Makefile: Likewise.
16216         * signal/Makefile: Likewise.
16217         * socket/Makefile: Likewise.
16218         * soft-fp/Makefile: Likewise.
16219         * stdio-common/Makefile: Likewise.
16220         * stdlib/Makefile: Likewise.
16221         * streams/Makefile: Likewise.
16222         * string/Makefile: Likewise.
16223         * sunrpc/Makefile: Likewise.
16224         (all): Remove target.
16225         * sysvipc/Makefile: Include Makeconfig immediately after defining
16226         subdir.
16227         * termios/Makefile: Likewise.
16228         * time/Makefile: Likewise.
16229         * timezone/Makefile: Likewise.
16230         (all): Remove target.
16231         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16232         subdir.
16233         * wctype/Makefile: Likewise.
16235 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16237         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16238         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16239         (libc_feholdexcept_setround_mips): Ditto.
16240         (libc_feholdsetround): New.
16241         (libc_feholdsetroundf): New.
16242         (libc_feholdsetroundl): New.
16243         (libc_feupdateenv_test_mips): New.
16244         (libc_feupdateenv_test): New.
16245         (libc_feupdateenv_testf): New.
16246         (libc_feupdateenv_testl): New.
16247         (libc_feresetround): New.
16248         (libc_feresetroundf): New.
16249         (libc_feresetroundl): New.
16250         (libc_fetestexcept_mips): New.
16251         (libc_fetestexcept): New.
16252         (libc_fetestexceptf): New.
16253         (libc_fetestexceptl): New.
16254         (HAVE_RM_CTX): New.
16255         (libc_feholdexcept_setround_mips_ctx): New.
16256         (libc_feholdexcept_setround_ctx): New.
16257         (libc_feholdexcept_setroundf_ctx): New.
16258         (libc_feholdexcept_setroundl_ctx): New.
16259         (libc_fesetenv_mips_ctx): New.
16260         (libc_fesetenv_ctx): New.
16261         (libc_fesetenv_ctxf): New.
16262         (libc_fesetenv_ctxl): New.
16263         (libc_feupdateenv_mips_ctx): New.
16264         (libc_feupdateenv_ctx): New.
16265         (libc_feupdateenvf_ctx): New.
16266         (libc_feupdateenvl_ctx): New.
16267         (libc_feholdsetround_mips_ctx): New.
16268         (libc_feholdsetround_ctx): New.
16269         (libc_feholdsetroundf_ctx): New.
16270         (libc_feholdsetroundl_ctx): New.
16271         (libc_feresetround_mips_ctx): New.
16272         (libc_feresetround_ctx): New.
16273         (libc_feresetroundf_ctx): New.
16274         (libc_feresetroundl_ctx): New.
16276 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16278         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16280         * manual/ipc.texi: New file.
16281         * manual/Makefile (chapters): Add ipc.
16282         * manual/job.texi: Add "Inter-Process Communication" to next.
16283         * manual/process.texi: Add "Inter-Process Communication" to prev.
16285 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16287         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16289 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16291         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16293         * manual/arith.texi: Fix spaces after sentences.
16294         * manual/charset.texi: Likewise.
16295         * manual/errno.texi: Likewise.
16296         * manual/install.texi: Likewise.
16297         * manual/llio.texi: Likewise.
16298         * manual/locale.texi: Likewise.
16299         * manual/maint.texi: Likewise.
16300         * manual/math.texi: Likewise.
16301         * manual/memory.texi: Likewise.
16302         * manual/message.texi: Likewise.
16303         * manual/probes.texi: Likewise.
16304         * manual/resource.texi: Likewise.
16305         * manual/signal.texi: Likewise.
16306         * manual/socket.texi: Likewise.
16307         * manual/stdio.texi: Likewise.
16308         * manual/string.texi: Likewise.
16309         * manual/time.texi: Likewise.
16310         * manual/users.texi: Likewise.
16312 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16314         [BZ #16632]
16315         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16316         _DEFAULT_SOURCE is defined.
16318 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16319             Carlos O'Donell  <carlos@redhat.com>
16321         [BZ #16613]
16322         * elf/dl-tls.c (_dl_count_modids): New function.
16323         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16324         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16325         audit library and increment generation counter.
16326         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16327         * elf/tst-audit9.c: New file.
16328         * elf/tst-auditmod9a.c: New file.
16329         * elf/tst-auditmod9b.c: New file.
16330         * elf/Makefile: Add rules to build and run tst-audit9.
16332 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16334         [BZ #15347]
16335         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16337 2014-02-25  Will Newton  <will.newton@linaro.org>
16339         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16340         (__longjmp): Restore sp and lr before restoring callee
16341         saved registers.  Add longjmp and longjmp_target
16342         SystemTap probe point.
16343         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16344         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16345         Define to zero to match jmpbuf layout.
16346         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16347         (__sigsetjmp): Save sp and lr before saving callee
16348         saved registers.  Add setjmp SystemTap probe point.
16350 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16352         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16354 2014-02-24  Andreas Schwab  <schwab@suse.de>
16356         [BZ #15804]
16357         * elf/pldd.c (wait_for_ptrace_stop): New function.
16358         (main): Call it after attaching.
16360 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16362         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16363         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16364         Versions files is now verboten.
16365         * hurd/Versions (libc: GLIBC_2.0):
16366         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16367         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16368         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16369         * mach/Versions: Likewise.
16371         * csu/Versions: Remove unused %include.
16372         * resolv/Versions: Likewise.
16374 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16376         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16377         ($(objpfx)check-local-headers.out): Likewise.
16378         ($(objpfx)begin-end-check.out): Likewise.
16379         * Makerules (check-abi-%.out): Likewise.
16380         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16381         ($(objpfx)test2.cat): Likewise.
16382         ($(objpfx)de/libc.cat): Likewise.
16383         ($(objpfx)test-gencat.out): Likewise.
16384         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16385         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16386         ($(objpfx)noload-mem): Likewise.
16387         ($(objpfx)tst-pathopt.out): Likewise.
16388         ($(objpfx)tst-rtld-load-self.out): Likewise.
16389         ($(objpfx)tst-array1-cmp.out): Likewise.
16390         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16391         ($(objpfx)tst-array2-cmp.out): Likewise.
16392         ($(objpfx)tst-array3-cmp.out): Likewise.
16393         ($(objpfx)tst-array4-cmp.out): Likewise.
16394         ($(objpfx)tst-array5-cmp.out): Likewise.
16395         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16396         ($(objpfx)check-textrel.out): Likewise.
16397         ($(objpfx)check-execstack.out): Likewise.
16398         ($(objpfx)check-localplt.out): Likewise.
16399         ($(objpfx)order2-cmp.out): Likewise.
16400         ($(objpfx)tst-leaks1-mem): Likewise.
16401         ($(objpfx)tst-leaks1-static-mem): Likewise.
16402         ($(objpfx)tst-initorder-cmp.out): Likewise.
16403         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16404         ($(objpfx)tst-unused-dep.out): Likewise.
16405         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16406         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16407         * iconv/Makefile (test-iconvconfig): Likewise.
16408         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16409         ($(objpfx)iconv-test.out): Likewise.
16410         ($(objpfx)tst-tables.out): Likewise.
16411         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16412         ($(objpfx)tst-gettext.out): Likewise.
16413         ($(objpfx)tst-translit.out): Likewise.
16414         ($(objpfx)tst-gettext2.out): Likewise.
16415         ($(objpfx)tst-gettext4.out): Likewise.
16416         ($(objpfx)tst-gettext6.out): Likewise.
16417         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16418         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16419         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16420         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16421         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16422         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16423         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16424         ($(objpfx)wordexp-tst.out): Likewise.
16425         ($(objpfx)annexc.out): Likewise.
16426         ($(objpfx)tst-fnmatch-mem): Likewise.
16427         ($(objpfx)bug-regex2-mem): Likewise.
16428         ($(objpfx)bug-regex14-mem): Likewise.
16429         ($(objpfx)bug-regex21-mem): Likewise.
16430         ($(objpfx)bug-regex31-mem): Likewise.
16431         ($(objpfx)tst-vfork3-mem): Likewise.
16432         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16433         ($(objpfx)tst-pcre-mem): Likewise.
16434         ($(objpfx)tst-boost-mem): Likewise.
16435         ($(objpfx)tst-getconf.out): Likewise.
16436         ($(objpfx)bug-ga2-mem): Likewise.
16437         ($(objpfx)bug-glob2-mem): Likewise.
16438         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16439         ($(objpfx)mtrace-tst-leaks2): Likewise.
16440         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16441         ($(objpfx)tst-printf.out): Likewise.
16442         ($(objpfx)tst-setvbuf1.out): Likewise.
16443         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16444         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16445         ($(objpfx)tst-fmtmsg.out): Likewise.
16446         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16447         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16449         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16450         * bits/sigaction.h [__USE_MISC]: Likewise.
16451         * bits/waitstatus.h: Update #endif comments.
16452         * ctype/ctype.h: Likewise.
16453         * dirent/dirent.h: Likewise.
16454         [__USE_MISC]: Remove redundant conditionals.
16455         * grp/grp.h: Update #endif comments.
16456         [__USE_GNU]: Remove redundant conditionals.
16457         [__USE_MISC]: Likewise.
16458         * inet/netinet/in.h [__USE_GNU]: Likewise.
16459         * io/sys/stat.h [__USE_MISC]: Likewise.
16460         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16461         * libio/bits/stdio.h: Update #endif comments.
16462         [__USE_MISC]: Remove redundant conditionals.
16463         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16464         * libio/stdio.h: Update #endif comments.
16465         [__USE_MISC]: Remove redundant conditionals.
16466         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16467         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16468         * math/math.h: Update #else and #endif comments.
16469         [__USE_MISC]: Remove redundant conditionals.
16470         * misc/sys/uio.h: Update #endif comments.
16471         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16472         * posix/glob.h [__USE_MISC]: Likewise.
16473         * posix/sys/types.h: Update #endif comments.
16474         [__USE_MISC]: Remove redundant conditionals.
16475         * posix/sys/wait.h: Update #endif comments.
16476         [__USE_MISC]: Remove redundant conditionals.
16477         * posix/unistd.h: Update #endif comments.
16478         [__USE_MISC]: Remove redundant conditionals.
16479         * pwd/pwd.h [__USE_GNU]: Likewise.
16480         [__USE_MISC]: Likewise.
16481         * resolv/netdb.h [__USE_GNU]: Likewise.
16482         * signal/signal.h: Update #endif comments.
16483         [__USE_MISC]: Remove redundant conditionals.
16484         * stdlib/stdlib.h: Update #else and #endif comments.
16485         [__USE_MISC]: Remove redundant conditionals.
16486         [__USE_GNU]: Likewise.
16487         * string/bits/string2.h [__USE_MISC]: Likewise.
16488         * string/string.h: Update #endif comments.
16489         [__USE_MISC]: Remove redundant conditionals.
16490         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16491         Likewise.
16492         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16493         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16494         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16495         Likewise.
16496         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16497         Likewise.
16498         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16499         comments.
16500         [__USE_MISC]: Remove redundant conditionals.
16501         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16502         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16503         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16504         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16505         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16506         Likewise.
16507         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16508         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16509         Likewise.
16510         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16511         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16512         Likewise.
16513         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16514         Likewise.
16515         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16516         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16517         Likewise.
16518         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16519         Likewise.
16520         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16521         * sysdeps/x86/bits/string.h: Update #endif comments.
16522         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16523         conditionals.
16524         * time/sys/time.h: Update #endif comments.
16525         * time/time.h: Likewise.
16526         [__USE_MISC]: Remove redundant conditionals.
16528 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16530         [BZ #16600]
16531         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16533 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16535         * Versions.def (librt): Add GLIBC_2.17.
16537 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16539         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16540         synonym for _SYS_AUXV_H to allow direct inclusion.
16541         * sysdeps/sparc/bits/hwcap.h: Likewise.
16542         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16543         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16544         * sysdeps/sparc/sysdep.h: Likewise.
16546 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16548         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16550 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16552         * benchtests/bench-strrchr.c: Print length instead of position.
16554 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16556         [BZ #16611]
16557         * sysdeps/unix/sysv/linux/kernel-features.h
16558         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16559         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16560         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16561         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16562         Likewise.
16563         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16564         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16565         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16566         (__ASSUME_SENDMMSG): Define instead of using previous
16567         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16568         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16569         (__ASSUME_SENDMMSG_SYSCALL): Define.
16570         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16571         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16572         Likewise.
16573         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16574         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16575         Likewise.
16576         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16577         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16578         Likewise.
16579         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16580         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16581         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16582         [__ASSUME_SENDMMSG]: Change conditionals to
16583         [__ASSUME_SENDMMSG_SOCKETCALL].
16584         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16585         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16586         Define.
16587         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16588         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16589         Likewise.
16590         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16591         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16592         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16593         [!__ASSUME_SENDMMSG]: Change conditional to
16594         [!__ASSUME_SENDMMSG_SOCKETCALL].
16595         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16596         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16597         Define.
16599         [BZ #16610]
16600         * sysdeps/unix/sysv/linux/kernel-features.h
16601         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16602         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16603         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16604         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16605         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16606         [__i386__ || __sparc__]
16607         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16608         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16609         (__ASSUME_RECVMMSG): Define instead of using previous
16610         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16611         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16612         (__ASSUME_RECVMMSG_SYSCALL): Define.
16613         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16614         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16615         Likewise.
16616         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16617         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16618         Likewise.
16619         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16620         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16621         Likewise.
16622         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16623         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16624         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16625         [__ASSUME_RECVMMSG]: Change condition to
16626         [__ASSUME_RECVMMSG_SOCKETCALL].
16627         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16628         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16629         Define.
16630         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16631         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16632         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16633         Likewise.
16634         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16635         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16636         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16637         [!__ASSUME_RECVMMSG]: Change condition to
16638         [!__ASSUME_RECVMMSG_SOCKETCALL].
16639         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16640         (__ASSUME_RECVMMSG_SYSCALL): Define.
16642         [BZ #16609]
16643         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16644         __powerpc__ || __s390__ || __sh__ || __sparc__]
16645         (__ASSUME_SOCKETCALL): Define.
16646         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16647         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16648         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16649         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16650         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16651         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16652         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16653         (__ASSUME_ACCEPT4): Define instead of using previous
16654         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16655         __powerpc__ || __sparc__ || __s390__)] condition.
16656         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16657         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16658         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16659         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16660         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16661         [!__ASSUME_ACCEPT4]: Change condition to
16662         [!__ASSUME_ACCEPT4_SOCKETCALL].
16663         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16664         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16665         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16666         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16667         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16668         __ASSUME_ACCEPT4_SYSCALL.
16669         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16670         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16671         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16672         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16673         __ASSUME_ACCEPT4_SYSCALL.
16674         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16675         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16676         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16677         [__ASSUME_ACCEPT4]: Change condition to
16678         [__ASSUME_ACCEPT4_SOCKETCALL].
16679         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16680         (__ASSUME_SOCKETCALL): Define.
16681         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16682         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16683         (__ASSUME_SOCKETCALL): Define.
16684         (__ASSUME_ACCEPT4): Remove.
16685         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16686         Define.
16687         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16688         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16689         Likewise.
16690         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16691         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16693         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16694         macro.
16695         (HWCAP_ARM_LPAE): Likewise.
16696         (HWCAP_ARM_EVTSTRM): Likewise.
16697         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16698         Add vpfd32, lpae and evtstrm.
16699         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16700         Increase to 22.
16702 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16704         * math/auto-libm-test-in: Add tests of clog10.
16705         * math/auto-libm-test-out: Regenerated.
16706         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16707         * sysdeps/i386/fpu/libm-test-ulps: Update.
16708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16710 2014-02-18  Andreas Schwab  <schwab@suse.de>
16712         [BZ #16574]
16713         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16714         Store non-zero if the second buffer was newly allocated.
16715         (send_dg): Likewise.
16716         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16717         to send_vc and send_dg.
16718         (res_nsend): Pass NULL for ansp2_malloced.
16719         * resolv/res_query.c (__libc_res_nquery): Add parameter
16720         answerp2_malloced and pass it down to __libc_res_nsend.
16721         (res_nquery): Pass additional NULL to __libc_res_nquery.
16722         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16723         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16724         second answer buffer if answerp2_malloced was set.
16725         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16726         (__libc_res_nquerydomain): Add parameter
16727         answerp2_malloced and pass it down to __libc_res_nquery.
16728         (res_nquerydomain): Pass additional NULL to
16729         __libc_res_nquerydomain.
16730         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16731         additional NULL to __libc_res_nsend and __libc_res_nquery.
16732         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16733         additional NULL to __libc_res_nsearch.
16734         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16735         parameter of __libc_res_nsearch to check for separately allocated
16736         second buffer.
16737         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16738         __libc_res_nquery.
16739         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16740         additional NULL to __libc_res_nquery.
16741         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16742         __libc_res_nsearch.
16743         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16744         * include/resolv.h: Update prototypes of __libc_res_nquery,
16745         __libc_res_nsearch, __libc_res_nsend.
16747 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16749         * math/auto-libm-test-in: Add tests of fma.
16750         * math/auto-libm-test-out: Regenerated.
16751         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16752         (fma_towardzero_test_data): Likewise.
16753         (fma_downward_test_data): Likewise.
16754         (fma_upward_test_data): Likewise.
16755         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16756         mpc_mode.
16757         (rounding_modes): Add values for new field.
16758         (func_calc_method): Add value mpfr_fff_f.
16759         (func_calc_desc): Add mpfr_fff_f union field.
16760         (test_function): Add field exact_args.
16761         (FUNC): Add macro argument EXACT_ARGS.
16762         (FUNC_mpfr_f_f): Update call to FUNC.
16763         (FUNC_mpfr_f_f): Likewise.
16764         (FUNC_mpfr_ff_f): Likewise.
16765         (FUNC_mpfr_if_f): Likewise.
16766         (FUNC_mpc_c_f): Likewise.
16767         (FUNC_mpc_c_c): Likewise.
16768         (test_functions): Add fma.  Update calls to FUNC.
16769         (handle_input_arg): Add argument exact_args.
16770         (add_test): Update call to handle_input_arg.
16771         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16772         (output_for_one_input_case): Update call to calc_generic_results.
16773         Recalculate exact zero results in each rounding mode.
16775         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16776         non-negative before setting low bit.
16777         * math/auto-libm-test-in: Mark one asin test possibly having
16778         spurious underflow.
16779         * math/auto-libm-test-out: Regenerated.
16780         * sysdeps/i386/fpu/libm-test-ulps: Update.
16781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16783 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16785         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16786         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16787         ports/sysdeps/unix/sysv/linux/microblaze.
16788         * README: Add missing listing for microblaze*-*-linux-gnu.
16790 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16792         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16793         duplicate code
16795 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16797         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16798         * sysdeps/unix/sysv/linux/ia64: Move directory from
16799         ports/sysdeps/unix/sysv/linux/ia64.
16800         * README: Update listing for ia64-*-linux-gnu.
16802 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16803             Joseph Myers  <joseph@codesourcery.com>
16805         * Makeconfig (test-name): New variable.
16806         (evaluate-test): Likewise.
16807         * Makerules (do-test-clean): Remove .test-result files.
16808         (common-mostlyclean): Likewise.
16809         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16810         * scripts/evaluate-test.sh: New file.
16812 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16814         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16815         separate $(objpfx)tst-fopenloc-cmp.out and
16816         $(objpfx)tst-fopenloc-mem.out targets.
16817         (tests): Update dependencies.
16818         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16819         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16820         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16821         (tst-rxspencer-no-utf8-ARGS): New variable.
16822         (tst-rxspencer-no-utf8-ENV): Likewise.
16823         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16824         instead of $(objpfx)tst-rxspencer-mem.
16825         ($(objpfx)tst-rxspencer-mem): Change target to
16826         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16827         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16828         * posix/tst-rxspencer-no-utf8.c: New file.
16830         * elf/Makefile ($(objpfx)order.out): Remove rule.
16831         [$(run-built-tests) = yes] (tests): Depend on
16832         $(objpfx)order-cmp.out.
16833         ($(objpfx)order-cmp.out): New rule.
16834         [$(run-built-tests) = yes] (tests): Depend on
16835         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16836         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16837         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16838         $(objpfx)tst-array5-static-cmp.out.
16839         ($(objpfx)tst-array1.out): Remove rule.
16840         ($(objpfx)tst-array1-cmp.out): New rule.
16841         ($(objpfx)tst-array1-static.out): Remove rule.
16842         ($(objpfx)tst-array1-static-cmp.out): New rule.
16843         ($(objpfx)tst-array2.out): Remove rule.
16844         ($(objpfx)tst-array2-cmp.out): New rule.
16845         ($(objpfx)tst-array3.out): Remove rule.
16846         ($(objpfx)tst-array3-cmp.out): New rule.
16847         ($(objpfx)tst-array4.out): Remove rule.
16848         ($(objpfx)tst-array4-cmp.out): New rule.
16849         ($(objpfx)tst-array5.out): Remove rule.
16850         ($(objpfx)tst-array5-cmp.out): New rule.
16851         ($(objpfx)tst-array5-static.out): Remove rule.
16852         ($(objpfx)tst-array5-static-cmp.out): New rule.
16853         [$(run-built-tests) = yes] (tests): Depend on
16854         $(objpfx)order2-cmp.out.
16855         ($(objpfx)order2.out): Remove rule.
16856         ($(objpfx)order2-cmp.out): New rule.
16857         ($(objpfx)tst-initorder.out): Remove rule.
16858         [$(run-built-tests) = yes] (tests): Depend on
16859         $(objpfx)tst-initorder-cmp.out.
16860         ($(objpfx)tst-initorder-cmp.out): New rule.
16861         ($(objpfx)tst-initorder2.out): Remove rule.
16862         [$(run-built-tests) = yes] (tests): Depend on
16863         $(objpfx)tst-initorder2-cmp.out.
16864         ($(objpfx)tst-initorder2-cmp.out): New rule.
16865         [$(run-built-tests) = yes] (tests): Depend on
16866         $(objpfx)tst-unused-dep-cmp.out.
16867         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16868         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16869         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16870         on $(objpfx)tst-setvbuf1-cmp.out.
16871         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16872         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16873         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16874         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16875         ($(objpfx)tst-svc.out): Remove rule.
16876         ($(objpfx)tst-svc-cmp.out): New rule.
16878 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16880         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16881         * ctype/ctype.h [__USE_MISC]: Likewise.
16882         * dirent/dirent.h [__USE_MISC]: Likewise.
16883         * grp/grp.h [__USE_MISC]: Likewise.
16884         * io/fcntl.h [__USE_MISC]: Likewise.
16885         * io/sys/stat.h [__USE_MISC]: Likewise.
16886         * libio/stdio.h [__USE_MISC]: Likewise.
16887         * posix/unistd.h [__USE_MISC]: Likewise.
16888         * pwd/pwd.h [__USE_MISC]: Likewise.
16889         * stdlib.h [__USE_MISC]: Likewise.
16890         * string/bits/string2.h [__USE_MISC]: Likewise.
16891         * string/string.h [__USE_MISC]: Likewise.
16892         * time/time.h [__USE_MISC]: Likewise.
16894 2014-02-13  Andreas Schwab  <schwab@suse.de>
16896         [BZ #16574]
16897         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16898         second answer buffer if it was separately allocated.
16900 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16902         * sysdeps/mips/math-tests.h: Include <features.h>.
16903         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16904         (ROUNDING_TESTS_long_double): Do not define.
16905         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16906         (EXCEPTION_TESTS_long_double): Likewise.
16907         * sysdeps/mips/mips64/libm-test-ulps: Update.
16909         * include/features.h (__USE_BSD): Remove macro definitions.
16910         (__USE_SVID): Likewise.
16911         (_BSD_SOURCE): Likewise.
16912         (_SVID_SOURCE): Likewise.
16913         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16914         from definition of _DEFAULT_SOURCE.
16915         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16916         [_DEFAULT_SOURCE].
16917         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16918         * bits/mman.h [__USE_BSD]: Likewise.
16919         * bits/termios.h [__USE_BSD]: Likewise.
16920         * bits/waitstatus.h [__USE_BSD]: Likewise.
16921         * ctype/ctype.h [__USE_SVID]: Likewise.
16922         * dirent/dirent.h [__USE_BSD]: Likewise.
16923         * grp/grp.h [__USE_SVID]: Likewise.
16924         [__USE_BSD]: Likewise.
16925         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16926         * io/fcntl.h [__USE_BSD]: Likewise.
16927         * io/ftw.h [__USE_BSD]: Likewise.
16928         * io/sys/stat.h [__USE_BSD]: Likewise.
16929         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16930         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16931         * libio/stdio.h [__USE_SVID]: Likewise.
16932         [__USE_BSD]: Likewise.
16933         * math/math.h [__USE_SVID]: Likewise.
16934         [__USE_BSD]: Likewise.
16935         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16936         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16937         * misc/search.h [__USE_SVID]: Likewise.
16938         * misc/sys/mman.h [__USE_BSD]: Likewise.
16939         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16940         * misc/sys/uio.h [__USE_BSD]: Likewise.
16941         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16942         * posix/glob.h [__USE_BSD]: Likewise.
16943         * posix/regex.h [__USE_BSD]: Likewise.
16944         * posix/sys/types.h [__USE_BSD]: Likewise.
16945         [__USE_SVID]: Likewise.
16946         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16947         * posix/sys/wait.h [__USE_BSD]: Likewise.
16948         [__USE_SVID]: Likewise.
16949         * posix/unistd.h [__USE_BSD]: Likewise.
16950         [__USE_SVID]: Likewise.
16951         * pwd/pwd.h [__USE_SVID]: Likewise.
16952         * resolv/netdb.h [__USE_BSD]: Likewise.
16953         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16954         * signal/signal.h [__USE_BSD]: Likewise.
16955         [__USE_SVID]: Likewise.
16956         * socket/sys/socket.h [__USE_BSD]: Likewise.
16957         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16958         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16959         [__USE_SVID]: Likewise.
16960         * string/bits/string2.h [__USE_BSD]: Likewise.
16961         [__USE_SVID]: Likewise.
16962         * string/bits/string3.h [__USE_BSD]: Likewise.
16963         * string/endian.h [__USE_BSD]: Likewise.
16964         * string/string.h [__USE_SVID]: Likewise.
16965         [__USE_BSD]: Likewise.
16966         * string/strings.h [__USE_BSD]: Likewise.
16967         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16968         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16969         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16970         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16971         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16972         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16973         Likewise.
16974         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16975         Likewise.
16976         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16977         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16978         Likewise.
16979         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16980         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16981         Likewise.
16982         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16983         Likewise.
16984         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16985         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16986         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16987         Likewise.
16988         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16989         Likewise.
16990         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16991         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16992         * termios/termios.h [__USE_BSD]: Likewise.
16993         * time/sys/time.h [__USE_BSD]: Likewise.
16994         * time/time.h [__USE_BSD]: Likewise.
16995         [__USE_SVID]: Likewise.
16997         * Makefile (subdir_targets): Remove subdir_lint.out.
16999         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17000         (do-tst-printf): Likewise.
17001         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17002         $(objpfx)tst-printf.out.
17004         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17006         * Makerules (check-abi-%): Change target to
17007         $(objpfx)check-abi-%.out.
17008         (check-abi target): Update dependencies.
17009         (check-abi-pattern variable): Redirect output of diff to $@.
17010         (check-abi variable): Likewise.
17011         * elf/Makefile (check-abi): Update dependencies.
17013         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17014         unused.
17015         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17016         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17017         subnormal range.
17018         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17019         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17020         value has largest subnormal exponent.
17021         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17022         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17023         * sysdeps/aarch64/soft-fp/sfp-machine.h
17024         (_FP_TININESS_AFTER_ROUNDING): New macro.
17025         * sysdeps/alpha/soft-fp/sfp-machine.h
17026         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17027         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17028         Likewise.
17029         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17030         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17031         * sysdeps/mips/soft-fp/sfp-machine.h
17032         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17033         * sysdeps/powerpc/soft-fp/sfp-machine.h
17034         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17035         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17036         Likewise.
17037         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17038         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17039         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17040         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17041         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17042         Likewise.
17044 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17046         [BZ #16545]
17047         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17048         model 1.
17050 2014-02-12  Richard Henderson  <rth@redhat.com>
17052         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17053         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17054         * sysdeps/unix/sysv/linux/alpha: Move directory from
17055         ports/sysdeps/unix/sysv/linux/alpha.
17056         * README: Update listing for alpha-*-linux-gnu.
17058 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17060         * include/features.h: Update comment documenting feature test
17061         macros.
17062         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17063         _DEFAULT_SOURCE.
17064         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17065         (_SVID_SOURCE): Likewise.
17066         (_DEFAULT_SOURCE): Update description of default features.
17067         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17068         with _GNU_SOURCE.
17069         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17070         (S_ISVTX): Likewise.
17071         * manual/math.texi (Mathematical Constants): Likewise.
17072         * manual/signal.texi (Interrupted Primitives): Likewise.
17073         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17074         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17075         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17076         Don't refer to _SVID_SOURCE in warning text.
17078         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17080         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17081         already defined.
17082         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17083         * sysdeps/mips/dl-lookup.c: Remove.
17084         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17086 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17088         [BZ #16447]
17089         * math/auto-libm-test-in: Add testcase for expl.
17090         * math/auto-libm-test-out: Regenerate.
17091         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17092         calculation of unsafe.
17093         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17095 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17097         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17098         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17099         ports/sysdeps/unix/sysv/linux/aarch64.
17100         * README: Update listing for aarch64*-*-linux-gnu.
17102 2014-02-11  Will Newton  <will.newton@linaro.org>
17104         * manual/probes.texi (Mathematical Function Probes): Use
17105         "triggered" instead of "hit".
17107         * manual/probes.texi (Internal Probes): Add documentation
17108         of setjmp, longjmp and longjmp_target probes.
17110         * include/stap-probe.h: Add comment about probe argument
17111         format.
17113         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17114         definition.  (tr_where, tr_freehook, tr_mallochook,
17115         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17117 2014-02-11  David S. Miller  <davem@davemloft.net>
17119         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17120         processing int_tests.
17122 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17124         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17125         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17126         * sysdeps/unix/sysv/linux/mips: Move directory from
17127         ports/sysdeps/unix/sysv/linux/mips.
17128         * README: Update listing for mips-*-linux-gnu and
17129         mips64-*-linux-gnu.
17131 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17133         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17134         * sysdeps/unix/sysv/linux/m68k: Move directory from
17135         ports/sysdeps/unix/sysv/linux/m68k.
17136         * README: Update listing for m68k-*-linux-gnu.
17138 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17140         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17141         * sysdeps/unix/sysv/linux/generic: Move directory from
17142         ports/sysdeps/unix/sysv/linux/generic.
17143         * sysdeps/unix/sysv/linux/tile: Move directory from
17144         ports/sysdeps/unix/sysv/linux/tile.
17145         * README: Update listing for tile*-*-linux-gnu.
17147 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17149         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17150         __builtin_expect.
17151         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17152         * catgets/open_catalog.c (__open_catalog): Likewise.
17153         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17154         * debug/confstr_chk.c: Likewise.
17155         * debug/fread_chk.c (__fread_chk): Likewise.
17156         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17157         * debug/getgroups_chk.c: Likewise.
17158         * debug/mbsnrtowcs_chk.c: Likewise.
17159         * debug/mbsrtowcs_chk.c: Likewise.
17160         * debug/mbstowcs_chk.c: Likewise.
17161         * debug/memcpy_chk.c: Likewise.
17162         * debug/memmove_chk.c: Likewise.
17163         * debug/mempcpy_chk.c: Likewise.
17164         * debug/memset_chk.c: Likewise.
17165         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17166         * debug/strcat_chk.c (__strcat_chk): Likewise.
17167         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17168         * debug/strncat_chk.c (__strncat_chk): Likewise.
17169         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17170         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17171         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17172         * debug/wcpncpy_chk.c: Likewise.
17173         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17174         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17175         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17176         * debug/wcsncpy_chk.c: Likewise.
17177         * debug/wcsnrtombs_chk.c: Likewise.
17178         * debug/wcsrtombs_chk.c: Likewise.
17179         * debug/wcstombs_chk.c: Likewise.
17180         * debug/wmemcpy_chk.c: Likewise.
17181         * debug/wmemmove_chk.c: Likewise.
17182         * debug/wmempcpy_chk.c: Likewise.
17183         * debug/wmemset_chk.c: Likewise.
17184         * dirent/scandirat.c (SCANDIRAT): Likewise.
17185         * dlfcn/dladdr1.c (dladdr1): Likewise.
17186         * dlfcn/dladdr.c (dladdr): Likewise.
17187         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17188         * dlfcn/dlerror.c (__dlerror): Likewise.
17189         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17190         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17191         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17192         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17193         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17194         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17195         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17196         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17197         Likewise.
17198         * elf/dl-conflict.c: Likewise.
17199         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17200         * elf/dl-dst.h: Likewise.
17201         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17202         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17203         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17204         * elf/dl-init.c (call_init, _dl_init): Likewise.
17205         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17206         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17207         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17208         Likewise.
17209         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17210         Likewise.
17211         * elf/dl-minimal.c (__libc_memalign): Likewise.
17212         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17213         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17214         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17215         * elf/dl-sym.c (do_sym): Likewise.
17216         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17217         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17218         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17219         * elf/dl-writev.h (_dl_writev): Likewise.
17220         * elf/ldconfig.c (search_dir): Likewise.
17221         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17222         (dl_main): Likewise.
17223         * elf/setup-vdso.h (setup_vdso): Likewise.
17224         * grp/compat-initgroups.c (compat_call): Likewise.
17225         * grp/fgetgrent.c (fgetgrent): Likewise.
17226         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17227         * grp/putgrent.c (putgrent): Likewise.
17228         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17229         Likewise.
17230         * hurd/hurdinit.c: Likewise.
17231         * iconvdata/8bit-gap.c (struct): Likewise.
17232         * iconvdata/ansi_x3.110.c : Likewise.
17233         * iconvdata/big5.c : Likewise.
17234         * iconvdata/big5hkscs.c : Likewise.
17235         * iconvdata/cp1255.c: Likewise.
17236         * iconvdata/cp1258.c : Likewise.
17237         * iconvdata/cp932.c : Likewise.
17238         * iconvdata/euc-cn.c: Likewise.
17239         * iconvdata/euc-jisx0213.c : Likewise.
17240         * iconvdata/euc-jp.c: Likewise.
17241         * iconvdata/euc-jp-ms.c : Likewise.
17242         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17243         * iconvdata/gb18030.c : Likewise.
17244         * iconvdata/gbbig5.c (const): Likewise.
17245         * iconvdata/gbgbk.c: Likewise.
17246         * iconvdata/gbk.c : Likewise.
17247         * iconvdata/ibm1364.c : Likewise.
17248         * iconvdata/ibm930.c : Likewise.
17249         * iconvdata/ibm932.c: Likewise.
17250         * iconvdata/ibm933.c : Likewise.
17251         * iconvdata/ibm935.c : Likewise.
17252         * iconvdata/ibm937.c : Likewise.
17253         * iconvdata/ibm939.c : Likewise.
17254         * iconvdata/ibm943.c: Likewise.
17255         * iconvdata/iso_11548-1.c: Likewise.
17256         * iconvdata/iso-2022-cn.c : Likewise.
17257         * iconvdata/iso-2022-cn-ext.c : Likewise.
17258         * iconvdata/iso-2022-jp-3.c: Likewise.
17259         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17260         * iconvdata/iso-2022-kr.c : Likewise.
17261         * iconvdata/iso646.c (gconv_end): Likewise.
17262         * iconvdata/iso_6937-2.c : Likewise.
17263         * iconvdata/iso_6937.c : Likewise.
17264         * iconvdata/iso8859-1.c: Likewise.
17265         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17266         * iconvdata/shift_jisx0213.c : Likewise.
17267         * iconvdata/sjis.c : Likewise.
17268         * iconvdata/t.61.c : Likewise.
17269         * iconvdata/tcvn5712-1.c : Likewise.
17270         * iconvdata/tscii.c: Likewise.
17271         * iconvdata/uhc.c : Likewise.
17272         * iconvdata/unicode.c (gconv_end): Likewise.
17273         * iconvdata/utf-16.c (gconv_end): Likewise.
17274         * iconvdata/utf-32.c (gconv_end): Likewise.
17275         * iconvdata/utf-7.c (base64): Likewise.
17276         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17277         * iconv/gconv_close.c (__gconv_close): Likewise.
17278         * iconv/gconv_open.c (__gconv_open): Likewise.
17279         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17280         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17281         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17282         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17283         (ucs4le_internal_loop_single): Likewise.
17284         * iconv/iconv.c (iconv): Likewise.
17285         * iconv/iconv_close.c: Likewise.
17286         * iconv/loop.c (SINGLE): Likewise.
17287         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17288         * include/atomic.h: Likewise.
17289         * inet/inet6_option.c (option_alloc): Likewise.
17290         * intl/bindtextdom.c (set_binding_values): Likewise.
17291         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17292         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17293         * intl/localealias.c (read_alias_file): Likewise.
17294         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17295         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17296         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17297         * libio/fmemopen.c (fmemopen): Likewise.
17298         * libio/iofgets.c (_IO_fgets): Likewise.
17299         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17300         * libio/iofgetws.c (fgetws): Likewise.
17301         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17302         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17303         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17304         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17305         * locale/findlocale.c (_nl_find_locale): Likewise.
17306         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17307         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17308         Likewise.
17309         * locale/setlocale.c (setlocale): Likewise.
17310         * login/programs/pt_chown.c (main): Likewise.
17311         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17312         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17313         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17314         (mmap, mmap64, mremap, munmap): Likewise.
17315         * math/e_exp2l.c: Likewise.
17316         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17317         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17318         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17319         * math/s_catan.c (__catan): Likewise.
17320         * math/s_catanf.c (__catanf): Likewise.
17321         * math/s_catanh.c (__catanh): Likewise.
17322         * math/s_catanhf.c (__catanhf): Likewise.
17323         * math/s_catanhl.c (__catanhl): Likewise.
17324         * math/s_catanl.c (__catanl): Likewise.
17325         * math/s_ccosh.c (__ccosh): Likewise.
17326         * math/s_ccoshf.c (__ccoshf): Likewise.
17327         * math/s_ccoshl.c (__ccoshl): Likewise.
17328         * math/s_cexp.c (__cexp): Likewise.
17329         * math/s_cexpf.c (__cexpf): Likewise.
17330         * math/s_cexpl.c (__cexpl): Likewise.
17331         * math/s_clog10.c (__clog10): Likewise.
17332         * math/s_clog10f.c (__clog10f): Likewise.
17333         * math/s_clog10l.c (__clog10l): Likewise.
17334         * math/s_clog.c (__clog): Likewise.
17335         * math/s_clogf.c (__clogf): Likewise.
17336         * math/s_clogl.c (__clogl): Likewise.
17337         * math/s_csin.c (__csin): Likewise.
17338         * math/s_csinf.c (__csinf): Likewise.
17339         * math/s_csinh.c (__csinh): Likewise.
17340         * math/s_csinhf.c (__csinhf): Likewise.
17341         * math/s_csinhl.c (__csinhl): Likewise.
17342         * math/s_csinl.c (__csinl): Likewise.
17343         * math/s_csqrt.c (__csqrt): Likewise.
17344         * math/s_csqrtf.c (__csqrtf): Likewise.
17345         * math/s_csqrtl.c (__csqrtl): Likewise.
17346         * math/s_ctan.c (__ctan): Likewise.
17347         * math/s_ctanf.c (__ctanf): Likewise.
17348         * math/s_ctanh.c (__ctanh): Likewise.
17349         * math/s_ctanhf.c (__ctanhf): Likewise.
17350         * math/s_ctanhl.c (__ctanhl): Likewise.
17351         * math/s_ctanl.c (__ctanl): Likewise.
17352         * math/w_pow.c: Likewise.
17353         * math/w_powf.c: Likewise.
17354         * math/w_powl.c: Likewise.
17355         * math/w_scalb.c (sysv_scalb): Likewise.
17356         * math/w_scalbf.c (sysv_scalbf): Likewise.
17357         * math/w_scalbl.c (sysv_scalbl): Likewise.
17358         * misc/error.c (error_tail): Likewise.
17359         * misc/pselect.c (__pselect): Likewise.
17360         * nis/nis_callback.c (__nis_create_callback): Likewise.
17361         * nis/nis_call.c (__nisfind_server): Likewise.
17362         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17363         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17364         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17365         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17366         * nis/nis_lookup.c (nis_lookup): Likewise.
17367         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17368         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17369         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17370         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17371         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17372         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17373         * nis/nss_compat/compat-initgroups.c (add_group)
17374         (internal_getgrent_r): Likewise.
17375         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17376         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17377         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17378         (internal_getspnam_r): Likewise.
17379         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17380         (_nss_nis_getaliasbyname_r): Likewise.
17381         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17382         (_nss_nis_getntohost_r): Likewise.
17383         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17384         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17385         (_nss_nis_getgrgid_r): Likewise.
17386         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17387         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17388         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17389         (_nss_nis_gethostbyname4_r): Likewise.
17390         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17391         (initgroups_netid): Likewise.
17392         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17393         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17394         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17395         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17396         (_nss_nis_getprotobynumber_r): Likewise.
17397         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17398         (_nss_nis_getsecretkey): Likewise.
17399         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17400         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17401         (_nss_nis_getpwuid_r): Likewise.
17402         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17403         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17404         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17405         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17406         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17407         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17408         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17409         Likewise.
17410         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17411         (_nss_nisplus_getntohost_r): Likewise.
17412         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17413         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17414         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17415         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17416         Likewise.
17417         * nis/nss_nisplus/nisplus-initgroups.c
17418         (_nss_nisplus_initgroups_dyn): Likewise.
17419         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17420         (_nss_nisplus_getnetbyaddr_r): Likewise.
17421         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17422         (_nss_nisplus_getprotobynumber_r): Likewise.
17423         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17424         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17425         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17426         Likewise.
17427         * nis/nss_nisplus/nisplus-service.c
17428         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17429         (_nss_nisplus_getservbyport_r): Likewise.
17430         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17431         (_nss_nisplus_getspnam_r): Likewise.
17432         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17433         Likewise.
17434         * nscd/aicache.c (addhstaiX): Likewise.
17435         * nscd/cache.c (cache_search, prune_cache): Likewise.
17436         * nscd/connections.c (register_traced_file, send_ro_fd)
17437         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17438         (main_loop_epoll): Likewise.
17439         * nscd/grpcache.c (addgrbyX): Likewise.
17440         * nscd/hstcache.c (addhstbyX): Likewise.
17441         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17442         * nscd/mem.c (gc, mempool_alloc): Likewise.
17443         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17444         (addinnetgrX): Likewise.
17445         * nscd/nscd-client.h (__nscd_acquire_maplock)
17446         (__nscd_drop_map_ref): Likewise.
17447         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17448         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17449         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17450         Likewise.
17451         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17452         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17453         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17454         (__nscd_get_map_ref): Likewise.
17455         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17456         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17457         Likewise.
17458         * nscd/pwdcache.c (addpwbyX): Likewise.
17459         * nscd/selinux.c (preserve_capabilities): Likewise.
17460         * nscd/servicescache.c (addservbyX): Likewise.
17461         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17462         * posix/fnmatch.c (fnmatch): Likewise.
17463         * posix/getopt.c (_getopt_internal_r): Likewise.
17464         * posix/glob.c (glob, glob_in_dir): Likewise.
17465         * posix/wordexp.c (exec_comm_child): Likewise.
17466         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17467         (getanswer_r, gaih_getanswer_slice): Likewise.
17468         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17469         * resolv/res_init.c: Likewise.
17470         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17471         * resolv/res_query.c (__libc_res_nquery): Likewise.
17472         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17473         Likewise.
17474         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17475         * stdio-common/perror.c (perror): Likewise.
17476         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17477         * stdio-common/tmpnam.c (tmpnam): Likewise.
17478         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17479         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17480         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17481         Likewise.
17482         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17483         * stdlib/putenv.c (putenv): Likewise.
17484         * stdlib/setenv.c (__add_to_environ): Likewise.
17485         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17486         * stdlib/strtol_l.c (INTERNAL): Likewise.
17487         * string/memmem.c (memmem): Likewise.
17488         * string/strerror.c (strerror): Likewise.
17489         * string/strnlen.c (__strnlen): Likewise.
17490         * string/test-memmem.c (simple_memmem): Likewise.
17491         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17492         * sunrpc/pm_getport.c (__get_socket): Likewise.
17493         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17494         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17495         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17496         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17497         Likewise.
17498         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17499         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17500         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17501         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17502         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17503         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17504         Likewise.
17505         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17506         Likewise.
17507         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17508         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17509         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17510         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17511         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17512         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17513         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17514         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17515         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17516         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17517         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17518         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17519         Likewise.
17520         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17521         Likewise.
17522         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17523         Likewise.
17524         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17525         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17526         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17527         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17528         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17529         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17530         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17531         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17532         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17533         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17534         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17535         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17536         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17537         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17538         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17539         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17540         Likewise.
17541         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17542         Likewise.
17543         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17544         Likewise.
17545         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17546         Likewise.
17547         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17548         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17549         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17550         Likewise.
17551         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17552         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17553         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17554         * sysdeps/posix/sleep.c: Likewise.
17555         * sysdeps/posix/tempname.c: Likewise.
17556         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17557         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17558         Likewise.
17559         * sysdeps/powerpc/powerpc32/dl-machine.h
17560         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17561         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17562         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17563         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17564         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17565         Likewise.
17566         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17567         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17568         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17569         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17570         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17571         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17572         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17573         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17574         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17575         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17576         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17577         (elf_machine_lazy_rel): Likewise.
17578         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17579         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17580         (elf_machine_lazy_rel): Likewise.
17581         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17582         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17583         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17584         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17585         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17586         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17587         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17588         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17589         Likewise.
17590         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17591         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17592         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17593         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17594         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17595         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17596         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17597         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17598         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17599         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17600         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17601         Likewise.
17602         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17603         (__posix_fallocate64_l64): Likewise.
17604         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17605         (posix_fallocate): Likewise.
17606         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17607         Likewise.
17608         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17609         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17610         (getifaddrs_internal): Likewise.
17611         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17612         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17613         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17614         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17615         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17616         (__posix_fallocate64_l64): Likewise.
17617         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17618         Likewise.
17619         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17620         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17621         (__get_clockfreq): Likewise.
17622         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17623         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17624         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17625         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17626         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17627         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17628         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17629         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17630         Likewise.
17631         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17632         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17633         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17634         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17635         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17636         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17637         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17638         Likewise.
17639         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17640         (posix_fallocate): Likewise.
17641         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17642         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17643         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17644         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17645         (elf_machine_rela, elf_machine_rela_relative)
17646         (elf_machine_lazy_rel): Likewise.
17647         * time/asctime.c (asctime_internal): Likewise.
17648         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17649         * time/tzset.c (__tzset_parse_tz): Likewise.
17650         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17651         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17652         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17653         * wcsmbs/wcsmbsload.h: Likewise.
17655         [BZ #15894]
17656         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17658         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17659         (arena_get2): Remove THREAD_STATS conditionals.
17660         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17661         (__malloc_stats, int): Likewise.
17663 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17665         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17666         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17668         * manual/setjmp.texi: Fix typos/grammar errors.
17670         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17671         Only return early when n is <= 0.  Delete unused return statement.
17673         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17674         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17675         * debug/tst-longjmp_chk3.c: New file.
17677         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17678         (test_main): Replace code with set_fortify_handler call.
17679         * debug/test-strcpy_chk.c: Likewise.
17680         * debug/tst-chk1.c: Likewise.
17681         * debug/tst-longjmp_chk.c: Likewise.
17682         * test-skeleton.c: Include fcntl.h & paths.h
17683         (set_fortify_handler): Define.
17685         * debug/tst-longjmp_chk.c: Add header comment and include
17686         ../test-skeleton.c.
17687         (do_test): Mark static.
17688         (TEST_FUNCTION): Define.
17690         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17691         (IP_PMTUDISC_INTERFACE): Likewise.
17692         (IP_MULTICAST_IF): Likewise.
17693         (IP_MULTICAST_TTL): Likewise.
17694         (IP_MULTICAST_LOOP): Likewise.
17695         (IP_ADD_MEMBERSHIP): Likewise.
17696         (IP_DROP_MEMBERSHIP): Likewise.
17697         (IP_UNBLOCK_SOURCE): Likewise.
17698         (IP_BLOCK_SOURCE): Likewise.
17699         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17700         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17701         (IP_MSFILTER): Likewise.
17702         (MCAST_JOIN_GROUP): Likewise.
17703         (MCAST_BLOCK_SOURCE): Likewise.
17704         (MCAST_UNBLOCK_SOURCE): Likewise.
17705         (MCAST_LEAVE_GROUP): Likewise.
17706         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17707         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17708         (MCAST_MSFILTER): Likewise.
17709         (IP_MULTICAST_ALL): Likewise.
17710         (IP_UNICAST_IF): Likewise.
17712         * timezone/Makefile: Delete $(have-ksh) check.
17713         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17714         * timezone/tzselect.ksh: Add +x mode bits.
17716         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17717         (ANON_INODE_FS_MAGIC): Likewise.
17718         (BDEVFS_MAGIC): Likewise.
17719         (BINFMTFS_MAGIC): Likewise.
17720         (BTRFS_TEST_MAGIC): Likewise.
17721         (CRAMFS_MAGIC_WEND): Likewise.
17722         (DEBUGFS_MAGIC): Likewise.
17723         (ECRYPTFS_SUPER_MAGIC): Likewise.
17724         (EXT3_SUPER_MAGIC): Likewise.
17725         (EXT4_SUPER_MAGIC): Likewise.
17726         (FUTEXFS_SUPER_MAGIC): Likewise.
17727         (HOSTFS_SUPER_MAGIC): Likewise.
17728         (HUGETLBFS_MAGIC): Likewise.
17729         (MINIX3_SUPER_MAGIC): Likewise.
17730         (MTD_INODE_FS_MAGIC): Likewise.
17731         (NILFS_SUPER_MAGIC): Likewise.
17732         (OPENPROM_SUPER_MAGIC): Likewise.
17733         (PIPEFS_MAGIC): Likewise.
17734         (PSTOREFS_MAGIC): Likewise.
17735         (QNX6_SUPER_MAGIC): Likewise.
17736         (RAMFS_MAGIC): Likewise.
17737         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17738         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17739         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17740         (SECURITYFS_MAGIC): Likewise.
17741         (SELINUX_MAGIC): Likewise.
17742         (SMACK_MAGIC): Likewise.
17743         (SOCKFS_MAGIC): Likewise.
17744         (SQUASHFS_MAGIC): Likewise.
17745         (STACK_END_MAGIC): Likewise.
17746         (TMPFS_MAGIC): Likewise.
17747         (USBDEVICE_SUPER_MAGIC): Likewise.
17748         (V9FS_MAGIC): Likewise.
17749         (XENFS_SUPER_MAGIC): Likewise.
17750         (CRAMFS_MAGIC): Fix typo in comment.
17751         (EXT2_SUPER_MAGIC): Update comment.
17752         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17754 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17756         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17757         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17758         * sysdeps/unix/sysv/linux/arm: Move directory from
17759         ports/sysdeps/unix/sysv/linux/arm.
17760         * README: Update listing for arm-*-linux-gnueabi.
17762         * README: Remove mention of am33.
17764 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17766         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17767         than the comma operator, to avoid "rhs of comma has no effect"
17768         compiler warnings.
17769         (__sigfillset, __sigandset, __sigorset): Likewise.
17770         * include/signal.h (__sigemptyset): Likewise.
17771         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17773 2014-02-07  Allan McRae  <allan@archlinux.org>
17775         * version.h (RELEASE): Set to "development".
17776         (VERSION): Set to "2.19.90"
17777         * NEWS: Add 2.20 section.
17779 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17781         [BZ #16529]
17782         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17784 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17786         * manual/contrib.texi: Update entry for Carlos O'Donell,
17787         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17789 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17791         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17793         * sysdeps/unix/sysv/linux/kernel-features.h
17794         [__LINUX_KERNEL_VERSION >= 0x020621]
17795         (__ASSUME_PROC_PID_TASK_COMM): Define.
17797 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17799         [BZ #16398]
17800         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17801         conversion when destination buffer does not have enough space.
17802         * libio/tst-ftell-partial-wide.c: New test case.
17803         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17805         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17806         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17807         Leonard and Allan McRae.
17809 2014-02-04  David S. Miller  <davem@davemloft.net>
17811         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17812         32-bit.
17814 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17817         New file
17818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17819         New file
17820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17821         New file.
17822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17823         New file.
17824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17825         New file.
17826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17827         New file.
17828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17829         New file.
17830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17831         New file.
17832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17833         New file.
17834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17835         New file.
17836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17837         New file.
17838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17839         New file.
17840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17841         New file.
17843 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17845         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17846         * shlib-versions: Likewise.
17848 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17849             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17851         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17852         (abilist-pattern): New variable, set to %-le.abilist.
17854         * Makerules (abilist-pattern): New variable.
17855         (vpath): Use $(abilist-pattern) in place of %.abilist.
17856         (check-abi-% pattern rule): Likewise.
17857         (check-abi, update-abi): Likewise.
17859 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17861         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17863 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17865         * manual/startup.texi: Add next, previous, and top entries for
17866         the `Program Arguments' and `Environment Variables' nodes.
17868 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17870         * manual/macros.texi: Add comments before MTASC-safety macros.
17872         * manual/users.texi: Document MTASC-safety properties.
17874         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17875         (pthread_getspecific, pthread_setspecific): Format with
17876         @deftypefun, and add @safety note.
17877         * manual/signal.texi: Move comments that analyze the above
17878         functions to their home place.
17880 2014-02-03  Allan McRae  <allan@archlinux.org>
17882         * po/sl.po: Update Slovenian translation from translation project.
17884 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17886         * manual/time.texi (timegm): Add missing blank after @c.
17887         Reported by Joseph Myers <joseph@codesourcery.com>.
17889 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17891         * manual/check-safety.sh: New.
17892         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17894         * manual/terminal.texi: Document MTASC-safety properties.
17896         * manual/filesys.texi: Document MTASC-safety properties.
17898         * manual/errno.texi: Document MTASC-safety properties.
17900         * manual/intro.texi: Document safety identifiers and
17901         conditionals.
17903         * manual/string.texi (wcstok): Fix prototype.
17904         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17906         * manual/time.texi: Document MTASC-safety properties.
17908         * manual/string.texi: Document MTASC-safety properties.
17910         * manual/threads.texi: Document MTASC-safety properties.
17912         * manual/stdio.texi: Document MTASC-safety properties.
17914         * manual/syslog.texi: Document MTASC-safety properties.
17916         * manual/sysinfo.texi: Document MTASC-safety properties.
17918         * manual/startup.texi: Document MTASC-safety properties.
17920         * manual/socket.texi: Document MTASC-safety properties.
17922         * manual/signal.texi: Document MTASC-safety properties.
17924 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17926         * manual/setjmp.texi: Document MTASC-safety properties.
17928         * manual/search.texi: Document MTASC-safety properties.
17930         * manual/resource.texi: Document MTASC-safety properties.
17932         * manual/process.texi: Document MTASC-safety properties.
17934         * manual/platform.texi: Document MTASC-safety properties.
17936         * manual/pipe.texi: Document MTASC-safety properties.
17938         * manual/pattern.texi: Document MTASC-safety properties.
17940         * manual/message.texi: Document MTASC-safety properties.
17942         [BZ #12751]
17943         * manual/memory.texi: Document MTASC-safety properties.
17945         * manual/math.texi: Document MTASC-safety properties.
17947         * manual/locale.texi: Document MTASC-safety properties.
17949         * manual/llio.texi: Document MTASC-safety properties.
17951         * manual/libdl.texi: New.
17953         * manual/lang.texi: Document MTASC-safety properties.
17955         * manual/job.texi: Document MTASC-safety properties.
17957         * manual/getopt.texi: Document MTASC-safety properties.
17959         * manual/ctype.texi: Document MTASC-safety properties.
17961 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17963         [BZ #16046]
17964         * csu/libc-tls.c (static_map): Remove variable.
17965         (__libc_setup_tls): Use main executable's link map for TLS data.
17966         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17967         casing for LM_ID_BASE and GL(dl_nns).
17968         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17969         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17970         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17971         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17972         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17973         member.
17974         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17975         l_phnum members.
17977 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
17979         * manual/debug.texi: Document MTASC-safety properties.
17981 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17983         [BZ #16510]
17984         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17985         of __x86_64__ when disabling x87 inline functions.
17987 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
17989         * manual/charset.texi: Document MTASC-safety properties.
17991         * manual/crypt.texi: Document MTASC-safety properties.
17993         * manual/conf.texi: Document MTASC-safety properties.
17995         * manual/arith.texi: Document MTASC-safety properties.
17997         * manual/argp.texi: Document MTASC-safety properties.
17999         * manual/macros.texi: Introduce macros to document multi
18000         thread, asynchronous signal and asynchronous cancellation
18001         safety properties.
18002         * manual/intro.texi: Introduce the properties themselves.
18004 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18006         * sysdeps/sh/sh4/Makefile: New file.
18008 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18010         * math/gen-libm-test.pl ($srcdir): New variable.
18011         ($auto_input): Use it.
18013 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18015         [BZ #16506]
18016         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18017         access beyond array bounds when parsing netgroups file.
18019         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18020         the old buffer before realloc.
18022 2014-01-27  Allan McRae  <allan@archlinux.org>
18024         * po/fr.po: Update French translation from translation project.
18026 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18028         * sysdeps/sh/libm-test-ulps: Regenerate.
18030 2014-01-24  David S. Miller  <davem@davemloft.net>
18032         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18034 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18036         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18037         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18039 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18041         [BZ #16474]
18042         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18043         string pointers after reallocation.
18045 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18047         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18048         __SH4A__ instead of __SH_FPU_ANY__.
18050 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18052         * sysdeps/sh/fpu_control.h: New file.
18053         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18054         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18055         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18056         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18057         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18058         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18059         * sysdeps/sh/sys/ucontext.h: Remove.
18060         * sysdeps/sh/sys: Remove directory.
18062 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18064         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18065         s390/sys/ucontext.h.
18066         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18067         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18069 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18071         [BZ #15605]
18072         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18074 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18076         [BZ#16431]
18077         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18078         Adjust the vDSO correctly for internal calls.
18079         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18081 2014-01-20  Allan McRae  <allan@archlinux.org>
18083         * po/ca.po: Update Catalan translation from translation project.
18085 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18087         * sysdeps/s390/sotruss-lib.c: New file.
18089 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18091         [BZ#16430]
18092         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18093         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18094         local calls issues by not having a PLT stub required for IFUNC calls.
18095         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18097 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18099         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18100         * math/test-fpucw-static.c: Likewise.
18102 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18104         [BZ #16453]
18105         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18107 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18109         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18110         implementation for powerpc.
18112 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18114         [BZ #14782]
18115         * sysdeps/posix/system.c (__libc_system): Do not enable
18116         asynchronous cancellation.
18118 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18120         [BZ #16427]
18121         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18122         handling only for numbers special also in the IEEE case.
18124 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18126         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18128 2014-01-11  Allan McRae  <allan@archlinux.org>
18130         * po/bg.po: Update Bulgarian translation from translation project.
18132         * po/de.po: Update German translation from translation project.
18134 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18136         * sysdeps/generic/gcc-compat.h: New file.
18138 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18140         * benchtests/asin-inputs: Correct slow inputs.
18141         * benchtests/acos-inputs: Likewise.
18143 2014-01-10  Allan McRae  <allan@archlinux.org>
18145         * po:sv.po: Update Swedish translation from translation project.
18147         * po/vi.po: Update Vietnamese translation from translation project.
18149         * po/eo.po: Update Esperanto translation from translation project.
18151         * po/cs.po: Update Czech translation from translation project.
18153         * po/nl.po: Update Dutch translation from translation project.
18155         * po/pl.po: Update Polish translation from translation project.
18157         * po/ru.po: Update Russian translation from translation project.
18159         * po/uk.po: Update Ukrainian translation from translation project.
18161 2014-01-08  Brooks Moses  <bmoses@google.com>
18163         * elf/dl-load.c: Fix comment typo.
18165 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18167         * po/header.pot: Rename to...
18168         * po/pot.header: ... this.
18169         * po/Makefile: Use pot.header.
18171 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18172             Maxim Kuvyrkov  <maxim@kugelworks.com>
18174         [BZ #16394]
18175         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18176         SRC and DEST against LEN.
18178 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18180         [BZ #16414]
18181         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18182         implementation.
18183         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18185 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18187         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18189 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18191         [BZ #16408]
18192         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18193         for large positive arguments.
18195 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18197         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18199         * math/auto-libm-test-in: Mark various tests with
18200         xfail-rounding:ldbl-128ibm.
18201         * math/auto-libm-test-out: Regenerated.
18203         [BZ #16407]
18204         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18205         Increase overflow threshold.
18207 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18209         [BZ #14286]
18210         * stdio-common/vfprintf.c: Check for integer overflow.
18212 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18214         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18215         the first argument and return value of __tls_get_addr_internal.
18217 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18219         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18220         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18222 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18224         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18225         * sysdeps/s390/rtld-global-offsets.sym: New file.
18226         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18227         GLIBC_2.19 symbol.
18228         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18229         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18230         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18231         ... this.
18232         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18233         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18234         ... this.
18235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18236         Regenerate.
18237         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18238         Regenerate.
18239         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18240         halfs of GPRs for high_gprs contexts.
18241         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18242         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18243         field.
18244         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18245         uc_flags field.
18246         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18247         64 bit versions:
18248         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18249         for high GPRs (uc_high_gprs) and for future extensions
18250         (__reserved).
18251         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18252         for future extensions (__reserved).
18253         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18254         64 bit versions:
18255         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18256         SC_HIGHGPRS offset definition.
18257         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18258         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18260         * Versions.def: Add GLIBC_2.19 for libpthread.
18261         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18262         siglongjmp for libpthread with GLIBC_2.19 symver.
18263         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18264         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18265         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18266         * sysdeps/s390/__longjmp.c: New file.
18267         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18268         * sysdeps/s390/longjmp.c: New file.
18269         * sysdeps/s390/setjmp.S: New file.
18270         * sysdeps/s390/sigjmp.S: New file.
18271         * sysdeps/s390/v1-longjmp.c: New file.
18272         * sysdeps/s390/v1-setjmp.h: New file.
18273         * sysdeps/s390/v1-sigjmp.c: New file.
18274         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18275         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18276         GLIBC_2.19 version.
18277         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18278         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18279         versioned symbols for ____longjmp_chk.
18280         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18281         Likewise.
18282         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18283         Regenerate.
18284         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18285         Regenerate.
18286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18287         Regenerate.
18288         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18289         Regenerate.
18290         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18291         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18292         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18293         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18294         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18295         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18296         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18297         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18298         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18299         * sysdeps/s390/rtld-__longjmp.c: New file.
18300         * sysdeps/s390/rtld-setjmp.S: New file.
18302 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18304         [BZ #16400]
18305         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18306         Return -__logl (x) for small positive arguments without evaluating
18307         a polynomial.
18309 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18311         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18312         Rename to ...
18313         (__ptrace_peeksiginfo_args): ... this.
18314         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18315         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18316         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18318 2014-01-06  Allan McRae  <allan@archlinux.org>
18320         * inet/netinet/in.h: Fix typo in comment.
18322 2014-01-05  Andreas Jaeger  <aj@suse.de>
18324         * sysdeps/i386/fpu/libm-test-ulps: Update.
18326 2014-01-05  Allan McRae  <allan@archlinux.org>
18328         * po/libc.pot: Regenerated.
18330         * malloc/memusagestat.c: Fix gettext call formatting.
18332 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18334         * nscd/nscd.c: Improve usage() output.
18336 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18338         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18339         * sysdeps/unix/sysv/linux/configure: Regenerated.
18340         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18341         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18343 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18345         [BZ #16390]
18346         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18347         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18349 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18351         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18352         extra tokens at end of #undef directive.
18353         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18354         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18355         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18357 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18359         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18361         * math/auto-libm-test-in: Mark various tests with
18362         xfail-rounding:ldbl-128ibm.
18363         * math/auto-libm-test-out: Regenerated.
18365 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18367         [BZ #16386]
18368         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18369         numbers with subnormal high part when calculating exponent.
18371         [BZ #16385]
18372         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18373         fabs.
18375         [BZ #16384]
18376         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18377         M_LN2l.
18378         (__ieee754_acoshl): Use __log1pl not __log1p.
18380 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18382         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18383         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18384         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18385         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18386         (reused_arena, arena_get2): Convert to GNU style.
18387         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18388         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18389         (memalign_check, __malloc_set_state): Likewise.
18390         * malloc/mallocbug.c (main): Likewise.
18391         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18392         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18393         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18394         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18395         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18396         (__posix_memalign, malloc_info): Likewise.
18397         * malloc/malloc.h: Likewise.
18398         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18399         (mallochook, memalignhook, reallochook, mabort): Likewise.
18400         * malloc/mcheck.h: Likewise.
18401         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18402         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18403         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18404         * malloc/morecore.c (__default_morecore): Likewise.
18405         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18406         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18407         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18408         (print_and_abort): Likewise.
18409         * malloc/obstack.h: Likewise.
18410         * malloc/set-freeres.c (__libc_freeres): Likewise.
18411         * malloc/tst-mallocstate.c (main): Likewise.
18412         * malloc/tst-mtrace.c (main): Likewise.
18413         * malloc/tst-realloc.c (do_test): Likewise.
18415 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18417         [BZ #16366]
18418         * nscd/netgroupcache.c (do_notfound): New function.
18419         (addgetnetgrentX): Use it.
18421         [BZ # 16365]
18422         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18423         NSS_STATUS_NOTFOUND.
18425 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18427         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18430 2014-01-01  Allan McRae  <allan@archlinux.org>
18432         * scripts/update-copyrights: Update configure input file suffix.
18434         * NEWS: Update copyright year.
18435         * catgets/gencat.c: Likewise.
18436         * csu/version.c: Likewise.
18437         * debug/catchsegv.sh: Likewise.
18438         * debug/pcprofiledump.c: Likewise.
18439         * debug/xtrace.sh: Likewise.
18440         * elf/ldconfig.c: Likewise.
18441         * elf/ldd.bash.in: Likewise.
18442         * elf/pldd.c: Likewise.
18443         * elf/sotruss.ksh: Likewise.
18444         * elf/sprof.c: Likewise.
18445         * iconv/iconv_prog.c: Likewise.
18446         * iconv/iconvconfig.c: Likewise.
18447         * locale/programs/locale.c: Likewise.
18448         * locale/programs/localedef.c: Likewise.
18449         * login/programs/pt_chown.c: Likewise.
18450         * malloc/memusage.sh: Likewise.
18451         * malloc/memusagestat.c: Likewise.
18452         * malloc/mtrace.pl: Likewise.
18453         * manual/libc.texinfo: Likewise.
18454         * nscd/nscd.c: Likewise.
18455         * nss/getent.c: Likewise.
18456         * nss/makedb.c: Likewise.
18457         * posix/getconf.c: Likewise.
18458         * scripts/test-installation.pl: Likewise.
18460         * All files with FSF copyright notices: Update copyright dates
18461         using scripts/update-copyrights.
18462         * intl/plural.c: Regenerated.
18463         * locale/programs/charmap-kw.h: Likewise.
18464         * locale/programs/locfile-kw.h: Likewise.
18466 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18468         * sysdeps/unix/sysv/linux/configure: Regenerated.
18469         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18470         the linux/fanotify.h header.
18471         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18472         HAVE_LINUX_FANOTIFY_H is defined.
18474 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18476         * benchtests/cos-inputs: New inputs.
18477         * benchtests/sin-inputs: Likewise.
18479         * benchtests/atan-inputs: New inputs. Fix name of multiple
18480         precision fallback inputs.
18482         * benchtests/atanh-inputs: New inputs.
18483         * benchtests/tanh-inputs: Likewise.
18485         * benchtests/acosh-inputs: New inputs.
18486         * benchtests/asinh-inputs: Likewise.
18488         * benchtests/cosh-inputs: New inputs.
18489         * benchtests/sinh-inputs: Likewise.
18491         * benchtests/acos-inputs: Add more inputs.
18492         * benchtests/asin-inputs: Likewise.
18494 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18496         [BZ #16375]
18497         * manual/arith.texi: Fix spelling.
18498         * manual/charset.texi: Likewise.
18499         * manual/errno.texi: Likewise.
18500         * manual/filesys.texi: Likewise.
18501         * manual/lang.texi: Likewise.
18502         * manual/llio.texi: Likewise.
18503         * manual/locale.texi: Likewise.
18504         * manual/message.texi: Likewise.
18505         * manual/resource.texi: Likewise.
18506         * manual/search.texi: Likewise.
18507         * manual/setjmp.texi: Likewise.
18508         * manual/stdio.texi: Likewise.
18509         * manual/string.texi: Likewise.
18510         * manual/sysinfo.texi: Likewise.
18511         * manual/time.texi: Likewise.
18513 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18515         * po/sl.po: New file.
18517 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18519         * .gitignore: Add core/.gdbinit/.gdb_history.
18521 2013-12-27  Allan McRae  <allan@archlinux.org>
18523         [BZ #16369]
18524         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18525         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18527 2013-12-24  Brooks Moses  <bmoses@google.com>
18529         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18530         all compilers that claim C++98 compliance, not just GCC.
18531         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18532         Likewise.
18534 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18536         * NEWS: Restore accidentally deleted bug-fix entries.
18538 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18539             Ondřej Bílka  <neleai@seznam.cz>
18541         [BZ #15073]
18542         * malloc/malloc.c (_int_free): Perform sanity check only if we
18543         have_lock.
18545 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18547         [BZ #12986]
18548         * manual/stdio.texi (String Input Conversions): Clarify that character
18549         classes are not supported.
18551 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18555 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18557         [BZ #16337]
18558         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18559         Calculate results for small negative arguments directly rather
18560         than using reflection formula with special underflow handling.
18562         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18563         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18564         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18565         (fchflags): Likewise.
18566         (revoke): Likewise.
18567         (setlogin): Likewise.
18568         (sigaltstack): Likewise.
18569         (wait4): Likewise.
18570         (sigblock): Remove.
18571         (sigsetmask): Likewise.
18572         (wait3): Likewise.
18573         (waitpid): Likewise.
18574         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18575         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18576         file.
18577         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18578         * sysdeps/unix/bsd/Makefile: ... here.
18579         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18580         * sysdeps/unix/bsd/Versions: ... here.
18581         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18582         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18583         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18584         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18585         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18586         * sysdeps/unix/bsd/sigblock.c: ... here.
18587         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18588         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18589         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18590         * sysdeps/unix/bsd/sigvec.c: ... here.
18591         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18592         * sysdeps/unix/bsd/tcdrain.c: ... here.
18593         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18594         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18595         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18596         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18597         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18598         * sysdeps/unix/bsd/wait.c: ... here.
18599         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18600         * sysdeps/unix/bsd/wait3.c: ... here.
18601         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18602         * sysdeps/unix/bsd/waitpid.c: ... here.
18604 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18606         [BZ #16356]
18607         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18608         round-to-nearest for [!USE_AS_EXPM1L].
18609         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18610         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18611         more tests of exp and exp10.  Expect some exp10 tests to miss
18612         exceptions or fail in directed rounding modes.
18613         * math/auto-libm-test-out: Regenerated.
18614         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18615         (exp10_test_tonearest): New function.
18616         (exp10_towardzero_test_data): New array.
18617         (exp10_test_towardzero): New function.
18618         (exp10_downward_test_data): New array.
18619         (exp10_test_downward): New function.
18620         (exp10_upward_test_data): New array.
18621         (exp10_test_upward): New function.
18622         (main): Call the new functions.
18623         * sysdeps/i386/fpu/libm-test-ulps: Update.
18624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18626 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18628         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18629         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18630         * math/auto-libm-test-out: Regenerated.
18631         * math/libm-test.inc (acosh_test_data): Add more tests.
18632         (atanh_test_data): Likewise.
18633         (ceil_test_data): Likewise.
18634         (copysign_test_data): Likewise.
18635         * sysdeps/i386/fpu/libm-test-ulps: Update.
18636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18638         * timezone/checktab.awk: Update from tzcode 2013i.
18639         * timezone/private.h: Likewise.
18640         * timezone/scheck.c: Likewise.
18641         * timezone/tzfile.h: Likewise.
18642         * timezone/tzselect.ksh: Likewise.
18643         * timezone/zdump.c: Likewise.
18644         * timezone/zic.c: Likewise.
18646         * math/auto-libm-test-in: Add tests of cpow.
18647         * math/auto-libm-test-out: Regenerated.
18648         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18649         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18650         mpc_cc_c.
18651         (func_calc_desc): Add mpc_cc_c union field.
18652         (test_functions): Add cpow.
18653         (special_fill_2pi): New function.
18654         (special_real_inputs): Add 2pi.
18655         (calc_generic_results): Handle mpc_cc_c.
18656         * sysdeps/i386/fpu/libm-test-ulps: Update.
18657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18659         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18660         csqrt, ctan and ctanh.
18661         * math/auto-libm-test-out: Regenerated.
18662         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18663         (TEST_COND_x86): Likewise.
18664         (ccos_test_data): Use AUTO_TESTS_c_c.
18665         (ccosh_test_data): Likewise.
18666         (cexp_test_data): Likewise.
18667         (clog_test_data): Likewise.
18668         (csqrt_test_data): Likewise.
18669         (ctan_test_data): Likewise.
18670         (ctan_tonearest_test_data): Likewise.
18671         (ctan_towardzero_test_data): Likewise.
18672         (ctan_downward_test_data): Likewise.
18673         (ctan_upward_test_data): Likewise.
18674         (ctanh_test_data): Likewise.
18675         (ctanh_tonearest_test_data): Likewise.
18676         (ctanh_towardzero_test_data): Likewise.
18677         (ctanh_downward_test_data): Likewise.
18678         (ctanh_upward_test_data): Likewise.
18679         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18680         mpc_c_c.
18681         (func_calc_desc): Add mpc_c_c union field.
18682         (FUNC_mpc_c_c): New macro.
18683         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18684         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18685         ctanh.
18686         (special_fill_min_subnorm_p120): New function.
18687         (special_real_inputs): Add min_subnorm_p120.
18688         (calc_generic_results): Handle mpc_c_c.
18689         * sysdeps/i386/fpu/libm-test-ulps: Update.
18690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18692 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18694         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18695         (do_sin_slow): New functions.
18696         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18697         (cslow2, csloww1, csloww2): Use the new functions.
18699         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18700         Use M to change sign of result instead of X.  Assume X is
18701         positive.
18702         (csloww1): Likewise.
18703         (__sin): Adjust.
18704         (__cos): Adjust.
18706         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18707         arguments A and DA.
18708         (__sin): Adjust.
18709         (__cos): Likewise.
18711         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18712         (__cos): Likewise.
18713         (sloww1): Don't adjust sign of DX.
18714         (csloww1): Likewise.
18715         (sloww2): Use X directly and don't adjust sign of DX.
18716         (csloww2): Likewise.
18718 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18720         * math/auto-libm-test-in: Add tests of cabs and carg.
18721         * math/auto-libm-test-out: Regenerated.
18722         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18723         (carg_test_data): Likewise.
18724         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18725         mpc_c_f.
18726         (func_calc_desc): Add mpc_c_f union field.
18727         (test_functions): Add cabs and carg.
18728         (calc_generic_results): Handle mpc_c_f.
18730         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18731         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18732         as a macro and a compat symbol.
18733         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18734         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18735         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18736         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18737         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18738         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18739         not use .hidden.
18740         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18741         Likewise.
18742         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18743         Likewise.
18744         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18745         Likewise.
18746         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18747         Likewise.
18748         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18749         Likewise.
18750         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18751         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18752         from GLIBC_2.3.2.
18754 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18756         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18758 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18760         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18761         trailing whitespace removed.
18762         * scripts/config.guess: Update to version 2013-11-29.
18763         * scripts/config.sub: Update to version 2013-10-01.
18765         * math/auto-libm-test-in: Add tests of sincos.
18766         * math/auto-libm-test-out: Regenerated.
18767         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18768         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18769         mpfr_f_11.
18770         (func_calc_desc): Add mpfr_f_11 union field.
18771         (test_functions): Add sincos.
18772         (calc_generic_results): Handle mpfr_f_11.
18773         * sysdeps/i386/fpu/libm-test-ulps: Update.
18774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18776 2013-12-19  Andreas Schwab  <schwab@suse.de>
18778         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18779         CALL_MCOUNT.
18780         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18781         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18782         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18784 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18786         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18787         * sysdeps/i386/fpu/libm-test-ulps: Update.
18788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18790         [BZ #16293]
18791         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18792         round-to-nearest mode when using frndint.
18793         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18794         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18795         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18796         Likewise.
18797         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18798         sinh test to fail.
18799         * math/auto-libm-test-out: Regenerated.
18800         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18801         (TEST_COND_x86): Likewise.
18802         (expm1_tonearest_test_data): New array.
18803         (expm1_test_tonearest): New function.
18804         (expm1_towardzero_test_data): New array.
18805         (expm1_test_towardzero): New function.
18806         (expm1_downward_test_data): New array.
18807         (expm1_test_downward): New function.
18808         (expm1_upward_test_data): New array.
18809         (expm1_test_upward): New function.
18810         (main): Run the new test functions.
18811         * sysdeps/i386/fpu/libm-test-ulps: Update.
18812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18814         * include/features.h: Update comment documenting feature test
18815         macros.  Mention _DEFAULT_SOURCE in comment.
18816         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18817         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18818         _BSD_SOURCE and _SVID_SOURCE.
18819         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18820         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18821         !_SVID_SOURCE]: Likewise.
18822         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18823         (__USE_POSIX_IMPLICITLY): Define.
18824         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18825         (_POSIX_SOURCE): Undefine and redefine.
18826         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18827         (_POSIX_C_SOURCE): Likewise.
18828         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18829         (Feature Test Macros): Update documentation of default features.
18831 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18833         * benchtests/Makefile: Add bench-strtok.
18834         * benchtests/bench-strtok.c: New file: strtok benchtest.
18836 2013-12-19  Allan McRae  <allan@archlinux.org>
18838         * manual/install.texi: Suppress menu for plain text output.
18839         * INSTALL: Regenerated.
18841 2013-12-18  Brooks Moses  <bmoses@google.com>
18843         [BZ #15846]
18844         * misc/getauxval.c: Include errno.h.
18845         (__getauxval): Set errno to ENOENT if the requested type is not
18846         found.
18847         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18848         don't declare with __attribute_const__.
18849         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18850         * manual/startup.texi: Document that getauxval sets errno.
18852 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18854         * math/auto-libm-test-in: Add tests of jn and yn.
18855         * math/auto-libm-test-out: Regenerated.
18856         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18857         (yn_test_data): Likewise.
18858         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18859         mpfr_if_f.
18860         (func_calc_desc): Add mpfr_if_f union field.
18861         (FUNC_mpfr_if_f): New macro.
18862         (test_functions): Add jn and yn.
18863         (calc_generic_results): Assert type of second input for
18864         mpfr_ff_f.  Handle mpfr_if_f.
18865         (output_for_one_input_case): Disable all checking for arguments
18866         fitting floating-point types in case of an integer argument.
18867         * sysdeps/i386/fpu/libm-test-ulps: Update.
18868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18871         Don't expect fegetround reference in libm.so.
18873 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18875         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18876         $(config-cflags-nofma).
18878 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18880         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18881         * math/auto-libm-test-out: Regenerated.
18883         [BZ #16338]
18884         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18885         to determine exponent and adjust argument to have exponent of -1.
18886         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18887         log2.
18888         * math/auto-libm-test-out: Regenerated.
18889         * sysdeps/i386/fpu/libm-test-ulps: Update.
18890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18892 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18894         * manual/probes.texi: Remove cases when per-thread arenas are
18895         disabled.
18897 2013-12-18  Andreas Schwab  <schwab@suse.de>
18899         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18900         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18901         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18902         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18903         * sysdeps/i386/i686/multiarch/Makefile: Update.
18904         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18906 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18908         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18909         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18911 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18913         [BZ #15968]
18914         Support TZ transition times < 00:00:00.
18915         This is needed for version-3 tz-format files; it supports time
18916         stamps past 2037 for America/Godthab (the only entry in the tz
18917         database for which this change is relevant).
18918         * manual/time.texi (TZ Variable): Document transition times
18919         from -167:59:59 through -00:00:01.
18920         * time/tzset.c (tz_rule): Time of day is now signed.
18921         (__tzset_parse_tz): Parse negative time of day.
18923         Document TZ transition times >= 25:00:00.
18924         * manual/time.texi (TZ Variable): Document transition times from
18925         25:00:00 through 167:59:59.  These are already supported, and this
18926         support will help with version-3 tz-format files.
18928         * manual/time.texi (TZ Variable): Modernize North America example
18929         to reflect current (i.e., 2007-and-later) daylight saving rules.
18931         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18933 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18935         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18936         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18937         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18938         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18939         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18940         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18941         * sysdeps/unix/bsd/clock.c: Likewise.
18942         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18943         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18944         * sysdeps/unix/bsd/init-posix.c: Likewise.
18945         * sysdeps/unix/bsd/poll.c: Likewise.
18946         * sysdeps/unix/bsd/ptsname.c: Likewise.
18947         * sysdeps/unix/bsd/seekdir.c: Likewise.
18948         * sysdeps/unix/bsd/setegid.c: Likewise.
18949         * sysdeps/unix/bsd/seteuid.c: Likewise.
18950         * sysdeps/unix/bsd/setgid.c: Likewise.
18951         * sysdeps/unix/bsd/setrgid.c: Likewise.
18952         * sysdeps/unix/bsd/setruid.c: Likewise.
18953         * sysdeps/unix/bsd/setsid.c: Likewise.
18954         * sysdeps/unix/bsd/setuid.c: Likewise.
18955         * sysdeps/unix/bsd/sigaction.c: Likewise.
18956         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18957         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18958         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18959         * sysdeps/unix/bsd/telldir.c: Likewise.
18960         * sysdeps/unix/bsd/times.c: Likewise.
18961         * sysdeps/unix/bsd/usleep.c: Likewise.
18963         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18964         ($(objpfx)libbsd-compat.a): Remove rule.
18966         * include/features.h (__FAVOR_BSD): Do not define.
18967         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18968         features conflicting with POSIX.
18969         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18970         (_BSD_SOURCE): Remove description of not being a subset of other
18971         feature test macros.
18972         * manual/job.texi (getpgrp): Do not document BSD version.
18973         (getpgid): Do not document by reference to BSD getpgrp.
18974         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18975         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18976         * signal/signal.h [__FAVOR_BSD]: Likewise.
18977         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18978         instead of making contents conditional on [__FAVOR_BSD].
18979         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18981 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18983         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18985 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18987         [BZ #16314]
18988         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18989         values below 2**-450, not 2**-500.
18990         * math/auto-libm-test-in: Don't allow spurious underflow from
18991         hypot.
18992         * math/auto-libm-test-out: Regenerated.
18994         [BZ #16316]
18995         [BZ #16330]
18996         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18997         values of ha and hb and sort them after adjusting subnormal
18998         arguments.
18999         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19000         Likewise.
19001         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19002         values of ea and eb and sort them after adjusting subnormal
19003         arguments.
19004         * math/auto-libm-test-in: Do not expect some hypot tests of
19005         subnormals to fail.  Add more hypot tests.
19006         * math/auto-libm-test-out: Regenerated.
19008 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19010         [BZ #13304]
19011         * sysdeps/sh/s_fma.c: New file.
19012         * sysdeps/sh/s_fmaf.c: New file.
19013         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19014         version.
19015         * sysdeps/sh/Implies: Add sh/soft-fp.
19017 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19019         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19020         level of indirection to members `objname', `errstring', `malloced'.
19021         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19022         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19023         it as the __longjmp argument (just pass 1 instead).
19024         (_dl_catch_error): Initialize C with argument pointers and address of
19025         volatile local ERRCODE rather than copying values out of C at return.
19027 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19029         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19030         * math/auto-libm-test-out: Regenerated.
19031         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19032         (hypot_test_data): Likewise.
19033         (pow_test_data): Likewise.
19034         (pow_tonearest_test_data): Likewise.
19035         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19036         mpfr_ff_f.
19037         (func_calc_desc): Add mpfr_ff_f union field.
19038         (FUNC_mpfr_ff_f): New macro.
19039         (test_functions): Add atan2, hypot and pow.
19040         (special_fill_min): New function.
19041         (special_fill_minus_min): Likewise.
19042         (special_fill_min_subnorm): Likewise.
19043         (special_fill_minus_min_subnorm): Likewise.
19044         (special_real_inputs): Add min, -min, min_subnorm and
19045         -min_subnorm.
19046         (calc_generic_results): Handle mpfr_ff_f.
19047         * sysdeps/i386/fpu/libm-test-ulps: Update.
19048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19050 2013-12-16  Will Newton  <will.newton@linaro.org>
19052         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19053         (Aligned Memory Blocks): Add documentation for aligned_alloc
19054         and suggest it as an alternative to posix_memalign.
19055         (Hooks for Malloc): Document __memalign_hook is also called
19056         for aligned_alloc.  (Summary of Malloc): Add summary for
19057         aligned alloc.  Document __memalign_hook is also called
19058         for aligned_alloc.
19060 2013-12-16  Will Newton  <will.newton@linaro.org>
19062         * manual/memory.texi (Malloc Examples): Clarify default
19063         alignment documentation.  Suggest posix_memalign rather
19064         than memalign or valloc.
19065         (Aligned Memory Blocks): Remove suggestion to use memalign
19066         or valloc.  Remove obsolete comment about BSD.
19067         Document memalign errno values and mark the function obsolete.
19068         Document posix_memalign returned error codes.  Mark valloc
19069         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19070         called for posix_memalign and valloc.
19071         (Summary of Malloc): Add posix_memalign to function summary.
19072         __memalign_hook is also called for posix_memalign and valloc.
19074 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19076         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19077         TAYLOR_SIN.
19078         (__sin): Adjust.
19079         (__cos): Likewise.
19080         (sloww): Use mynumber union.  Expand ternary operator into
19081         if-else statements.
19082         (cslow): use mynumber union.
19084 2013-12-16  Allan McRae  <allan@archlinux.org>
19086         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19087         * configure: Regenerated.
19089         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19091         [BZ #14120]
19092         * configure.ac: Added --enable-maintainer-mode. Check for
19093         autoconf when enabled.
19094         * configure: Regenerated.
19096         * nscd/nscd.service: New file.
19097         * nscd/nscd.tmpfiles: New file.
19099 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19101         [BZ #12100]
19102         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19103         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19104         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19105         (strstr): Add __strstr_sse2_unaligned ifunc.
19106         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19107         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19108         (strcasestr): Remove __strcasestr_sse42 ifunc.
19109         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19110         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19111         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19113 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19115         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19116         * sysdeps/sh/bits/fenv.h: ... here.
19117         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19119 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19121         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19123         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19124         hypotf multiarch implementations.
19125         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19126         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19127         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19128         multiarch hypot for PPC64.
19129         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19130         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19131         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19132         multiarch hypotf for PPC64.
19134         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19135         modff multiarch implementations.
19136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19139         multiarch modf for PPC64.
19140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19143         multiarch modff for PPC64.
19145         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19146         and logl multiarch implementations.
19147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19150         multiarch logb for PPC64.
19151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19154         multiarch logb for PPC64.
19155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19158         multiarch logb for PPC64.
19160         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19161         isinff multiarch implementation.
19162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19163         file.
19164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19166         multiarch isinf for PPC64.
19167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19168         file.
19169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19170         multiarch isinff for PPC64.
19172         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19173         finitef multiarch implementation.
19174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19175         file.
19176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19178         multiarch finite for PPC64.
19179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19180         file.
19181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19182         multiarch finitef for PPC64.
19184         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19185         lrint multiarch implementation.
19186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19187         file.
19188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19190         multiarch llrint for PPC64.
19191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19192         multiarch lrint for PPC64.
19194         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19195         copysignf multiarch implementation.
19196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19197         file.
19198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19199         file.
19200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19201         multiarch copysign for PPC64.
19202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19203         multiarch copysignf for PPC64.
19205         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19206         multiarch implementation.
19207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19208         file.
19209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19210         file.
19211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19212         file.
19213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19214         file.
19215         multiarch llround for PPC64.
19216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19217         multiarch trunc for PPC64.
19218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19219         multiarch truncf for PPC64.
19221         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19222         multiarch implementation.
19223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19224         file.
19225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19226         file.
19227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19228         file.
19229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19230         file.
19231         multiarch llround for PPC64.
19232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19233         multiarch round for PPC64.
19234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19235         multiarch roundf for PPC64.
19237         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19238         multiarch implementation.
19239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19240         file.
19241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19242         file.
19243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19244         file.
19245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19246         file.
19247         multiarch llround for PPC64.
19248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19249         multiarch floor for PPC64.
19250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19251         multiarch floorf for PPC64.
19253         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19254         multiarch implementation.
19255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19256         file.
19257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19258         file.
19259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19260         file.
19261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19262         file.
19263         multiarch llround for PPC64.
19264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19265         multiarch ceil for PPC64.
19266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19267         multiarch ceilf for PPC64.
19269         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19270         multiarch implementation.
19271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19272         file.
19273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19274         file.
19275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19276         file.
19277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19278         multiarch llround for PPC64.
19279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19280         multiarch lround for PPC64.
19282         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19283         multiarch implementation.
19284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19287         file.
19288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19291         multiarch isnan for PPC64.
19292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19293         multiarch isnanf for PPC64.
19295         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19296         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19297         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19298         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19299         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19302         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19303         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19304         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19305         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19307         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19308         multiarch implementations.
19309         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19310         (__libc_ifunc_impl_list): Likewise.
19311         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19312         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19313         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19314         multiarch stpcpy for PPC64.
19316         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19317         multiarch implementations.
19318         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19319         (__libc_ifunc_impl_list): Likewise.
19320         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19321         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19322         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19323         multiarch strcpy for PPC64.
19325         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19326         redefine function name.
19327         (_wordcopy_fwd_dest_aligned): Likewise.
19328         (_wordcopy_bwd_aligned): Likewise.
19329         (_wordcopy_bwd_dest_aligned): Likewise.
19330         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19331         multiarch implementations.
19332         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19333         (__libc_ifunc_impl_list): Likewise.
19334         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19335         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19336         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19337         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19338         multiarch wcscpy for PPC64.
19340         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19341         multiarch implementations.
19342         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19343         (__libc_ifunc_impl_list): Likewise.
19344         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19345         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19346         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19347         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19348         multiarch wcscpy for PPC64.
19350         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19351         multiarch implementations.
19352         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19353         (__libc_ifunc_impl_list): Likewise.
19354         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19355         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19356         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19357         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19358         multiarch wcsrchr for PPC64.
19360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19361         multiarch implementations.
19362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19363         (__libc_ifunc_impl_list): Likewise.
19364         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19365         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19366         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19367         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19368         multiarch wcschr for PPC64.
19370         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19371         multiarch implementations.
19372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19373         (__libc_ifunc_impl_list): Likewise.
19374         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19375         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19376         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19377         multiarch strchrnul for PPC64.
19379         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19380         implementations.
19381         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19382         (__libc_ifunc_impl_list): Likewise.
19383         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19384         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19385         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19386         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19387         strchr for PPC64.
19389         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19390         implementations.
19391         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19392         (__libc_ifunc_impl_list): Likewise.
19393         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19394         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19395         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19396         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19397         strncmp for PPC64.
19399         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19400         multiarch implementations.
19401         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19402         (__libc_ifunc_impl_list): Likewise.
19403         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19404         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19405         strncasecmp for PPC64.
19406         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19407         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19408         multiarch strncasecmp_l for PPC64.
19410         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19411         multiarch implementations.
19412         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19413         (__libc_ifunc_impl_list): Likewise.
19414         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19415         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19416         multiarch strcasecmp for PPC64.
19417         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19418         file.
19419         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19420         multiarch strcasecmp_l for PPC64.
19422         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19423         implementations.
19424         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19425         (__libc_ifunc_impl_list): Likewise.
19426         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19427         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19428         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19429         strnlen for PPC64.
19431         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19432         implementations.
19433         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19434         (__libc_ifunc_impl_list): Likewise.
19435         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19436         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19437         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19438         strlen for PPC64.
19440         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19441         implementations.
19442         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19443         (__libc_ifunc_impl_list): Likewise.
19444         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19445         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19446         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19447         rawmemrchr for PPC64.
19449         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19450         implementation.
19451         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19452         (__libc_ifunc_impl_list): Likewise.
19453         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19454         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19455         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19456         memrchr for PPC64.
19458         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19459         implementation.
19460         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19461         (__libc_ifunc_impl_list): Likewise.
19462         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19463         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19464         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19465         memchr for PPC64.
19467         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19468         implementation.
19469         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19470         (__libc_ifunc_impl_list): Likewise.
19471         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19472         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19473         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19474         mempcpy for PPC64.
19476         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19477         avoid cretion of __bzero symbol.
19478         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19479         Likewise.
19480         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19481         Likewise.
19482         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19483         Likewise.
19484         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19485         multiarch implementations.
19486         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19487         (__libc_ifunc_impl_list): Likewise.
19488         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19489         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19490         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19491         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19492         bzero for PPC32.
19493         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19494         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19495         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19496         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19497         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19498         memset for PPC64.
19499         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19501         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19502         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19503         implementations.
19504         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19505         (__libc_ifunc_impl_list): Likewise.
19506         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19507         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19508         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19509         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19510         memcmp for PPC64.
19512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19513         multiarch for POWER/PPC64.
19514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19515         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19516         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19517         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19518         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19519         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19520         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19521         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19522         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19523         memcpy for PPC64.
19525         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19526         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19527         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19528         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19529         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19530         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19531         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19532         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19533         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19534         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19535         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19536         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19537         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19538         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19539         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19548 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19550         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19552 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19554         * benchtests/Makefile (bench): Add exp2 and log2.
19555         (LDLIBS-bench-exp2): Add -lm.
19556         (LDLIBS-bench-log2): Likewise.
19557         * benchtests/exp2-inputs: New inputs file.
19558         * benchtests/log2-inputs: New inputs file.
19559         * benchtests/log-inputs: Add new inputs.
19560         * benchtests/tan-inputs: Likewise.
19562 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19564         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19565         definition...
19566         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19567         (csloww2): ... from here.
19569         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19570         instead of structures.
19571         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19572         (POLYNOMIAL): Likewise.
19573         (TAYLOR_SLOW): Likewise.
19574         (__sin): Likewise.
19575         (__cos): Likewise.
19576         (slow1): Likewise.
19577         (slow2): Likewise.
19578         (sloww): Likewise.
19579         (sloww1); Likewise.
19580         (sloww2): Likewise.
19581         (bsloww1): Likewise.
19582         (bsloww2): Likewise.
19583         (cslow2): Likewise.
19584         (csloww): Likewise.
19585         (csloww1): Likewise.
19586         (csloww2): Likewise.
19588 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19590         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19591         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19592         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19593         * malloc/hooks.c (realloc_check): Likewise.
19595         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19596         * malloc/arena.c: Remove PER_THREAD conditional.
19597         [!PER_THREAD]: Remove code.
19598         (ptmalloc_unlock_all2): Likewise.
19599         (ptmalloc_init): Likewise.
19600         (_int_new_arena): Likewise.
19601         (arena_get2): Likewise.
19602         * malloc/hooks.c (__malloc_get_state): Likewise.
19603         (__malloc_set_state): Likewise.
19604         * malloc/malloc.c: Likewise.
19605         (struct malloc_state): Likewise.
19606         (struct malloc_par): Likewise.
19607         (__libc_realloc): Likewise.
19608         (__libc_mallopt): Likewise.
19610 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19612         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19614 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19616         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19617         macro to a function.  Check for zero perturb_byte.
19618         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19620         * malloc/malloc.c: (force_reg): Remove.
19621         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19622         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19623         force_reg by atomic_forced_read.
19624         * malloc/arena.c (ptmalloc_init): Likewise.
19625         * malloc/hooks.c (top_check): Likewise.
19627 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19629         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19631 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19633         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19635 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19637         * math/auto-libm-test-in: Add tests of lgamma.
19638         * math/auto-libm-test-out: Regenerated.
19639         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19640         (M_LOG_2_SQRT_PIl): Likewise.
19641         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19642         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19643         mpfr_f_f1.
19644         (func_calc_desc): Add mpfr_f_f1 union field.
19645         (ARGS1): New macro.
19646         (ARGS2): Likewise.
19647         (ARGS3): Likewise.
19648         (ARGS4): Likewise.
19649         (RET1): Likewise.
19650         (RET2): Likewise.
19651         (CALC): Likewise.
19652         (FUNC): Likewise.
19653         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19654         (test_functions): Add lgamma.
19655         (calc_generic_results): Handle mpfr_f_f1.
19656         * sysdeps/i386/fpu/libm-test-ulps: Update.
19657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19659 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19661         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19662         __mpn_add_n for PowerPC64/POWER7.
19663         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19664         __mpn_sub_n for PowerPC64/POWER7.
19666         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19667         __mpn_addmul_1 for PowerPC64.
19668         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19669         __mpn_submul_1 for PowerPC64.
19670         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19671         for PowerPC64.
19672         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19673         for PowerPC64.
19675 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19677         [BZ #15089]
19678         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19680 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19682         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19684         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19685         add multiarch folders.
19686         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19687         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19688         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19689         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19690         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19691         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19692         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19693         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19694         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19695         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19696         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19705         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19707         New file.
19708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19709         New file.
19710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19711         multiarch __ieee754_hypot for PowerPC32.
19712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19713         New file.
19714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19715         New file.
19716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19717         multiarch __ieee754_hypotf for PowerPC32.
19719         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19720         long_double_symbol only if __logbl is defined.
19721         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19722         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19723         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19724         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19725         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19726         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19727         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19728         path for implementation.
19729         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19730         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19732         logb, and logbl multiarch implementations for PowerPC32.
19733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19734         file.
19735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19736         file.
19737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19738         multiarch logb for PowerPC32.
19739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19740         file.
19741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19742         file.
19743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19744         multiarch logbf for PowerPC32.
19745         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19747         file.
19748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19749         multiarch logbl implementation for PowerPC32.
19751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19752         and modff multiarch implementations.
19753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19754         New file.
19755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19756         New file.
19757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19758         multiarch modf for PowerPC32.
19759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19760         New file.
19761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19762         New file.
19763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19764         multiarch modff for PowerPC32.
19766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19767         and lrintf multiarch implementations.
19768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19769         New file.
19770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19771         New file.
19772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19773         multiarch lrint for PowerPC32.
19774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19775         file: multiarch lrintf for PowerPC32.
19777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19778         and lroundf multiarch implementations.
19779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19780         New file.
19781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19782         New file.
19783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19784         New file.
19785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19786         multiarch lround for PowerPC32.
19787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19788         file: multiarch lroundf for PowerPC32.
19790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19791         copysign and copysignf multiarch implementations.
19792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19793         New file.
19794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19795         New file.
19796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19797         file: multiarch copysign for PowerPC32.
19798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19799         file: multiarch copysignf for PowerPC32.
19801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19802         and truncf multiarch implementations.
19803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19804         New file.
19805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19806         file.
19807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19808         multiarch trunc for PowerPC32.
19809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19810         New file.
19811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19812         New file.
19813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19814         multiarch truncf for PowerPC32.
19816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19817         and roundf multiarch implementations.
19818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19819         New file.
19820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19821         file.
19822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19823         multiarch round for PowerPC32.
19824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19825         New file.
19826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19827         New file.
19828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19829         multiarch roundf for PowerPC32.
19831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19832         and floorf multiarch implementations.
19833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19834         New file.
19835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19836         file.
19837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19838         multiarch floor for PowerPC32.
19839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19840         New file.
19841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19842         New file.
19843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19844         multiarch floorf for PowerPC32.
19846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19847         and ceilf multiarch implementations.
19848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19849         New file.
19850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19851         file.
19852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19853         multiarch ceil for PowerPC32.
19854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19855         New file.
19856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19857         file.
19858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19859         multiarch ceilf for PowerPC32.
19861         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19862         is defined.
19863         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19864         FINITEF is defined.
19865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19866         and finitef multiarch implementations.
19867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19868         New file.
19869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19870         file.
19871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19872         multiarch finite for PowerPC32.
19873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19874         New file.
19875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19876         file: multiarch finitef for PowerPC32.
19878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19879         and isinff multiarch implementations.
19880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19881         file.
19882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19883         file.
19884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19885         multiarch isinf for PowerPC32.
19886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19887         New file.
19888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19889         multiarch isinff for PowerPC32.
19891         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19892         alias when __isnan is defined.
19893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19894         and isnanf multiarch implementations.
19895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19896         file.
19897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19898         file.
19899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19900         file.
19901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19902         file.
19903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19904         multiarch isnan for PowerPC32.
19905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19906         New file.
19907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19908         New file.
19909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19910         multiarch isnanf for PowerPC32.
19912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19913         and sqrtf multiarch implementations.
19914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19915         file.
19916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19917         file.
19918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19919         multiarch sqrt for PowerPC32.
19920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19921         file.
19922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19923         file.
19924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19925         multiarch sqrtf for PowerPC32.
19927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19928         and llroundf multiarch implementations.
19929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19930         New file.
19931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19932         New file.
19933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19934         New file.
19935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19936         file: multiarch llround for PowerPC32.
19937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19938         file: multiarch llroundf for PowerPC32.
19940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19941         multiarch PowerPC32 fpu implementations.
19942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19943         New file.
19944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19945         New file.
19946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19947         multiarch llrint for PowerPC32.
19948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19949         New file.
19950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19951         New file.
19952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19953         file.
19955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19957         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19958         file.
19959         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19960         file.
19961         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19962         file.
19963         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19964         multiarch wordcopy for PPC32.
19965         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19966         wordcopy objects.
19967         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19968         (__libc_ifunc_impl_list): Likewise.
19969         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19970         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19971         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19972         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19973         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19974         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19976         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19977         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19978         file.
19979         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19980         file.
19981         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19982         file.
19983         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19984         multiarch wcscpy for PPC32.
19985         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19986         multiarch objects.
19987         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19988         (__libc_ifunc_impl_list): Likewise.
19989         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19990         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19991         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19992         sysdeps/powerpc/power6/wcscpy.c.
19994         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19995         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19996         file.
19997         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19998         file.
19999         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20000         file.
20001         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20002         multiarch wcsrchr for PPC32.
20003         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20004         multiarch objects.
20005         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20006         (__libc_ifunc_impl_list): Likewise.
20007         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20008         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20009         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20010         sysdeps/powerpc/power6/wcsrchr.c.
20012         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20013         file.
20014         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20015         file.
20016         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20017         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20018         multiarch wcschr for PPc32.
20019         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20020         multiarch objects.
20021         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20022         (__libc_ifunc_impl_list): Likewise.
20023         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20024         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20025         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20026         sysdeps/powerpc/power6/wcschr.c.
20028         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20029         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20030         file.
20031         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20032         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20033         file: multiarch strchr for PPC32.
20034         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20035         multiarch objects.
20036         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20037         (__libc_ifunc_impl_list): Likewise.
20039         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20040         name.
20041         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20042         file.
20043         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20044         file.
20045         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20046         multiarch strchrnul for PPC32.
20047         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20048         multiarch objects.
20049         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20050         (__libc_ifunc_impl_list): Likewise.
20052         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20053         file.
20054         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20055         multiarch strncasecmp for PPC32.
20056         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20057         file.
20058         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20059         multiarch strncasecmp_l for PPC32.
20060         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20061         strncasecmp multiarch objects.
20062         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20063         (__libc_ifunc_impl_list): Likewise.
20065         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20066         file.
20067         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20068         multiarch strncasecmp for PPC32.
20069         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20070         New file.
20071         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20072         multiarch strcasecmp_l for PPC32.
20073         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20074         multiarch objects.
20075         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20076         (__libc_ifunc_impl_list): Likewise.
20078         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20079         file.
20080         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20081         file.
20082         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20083         multiarch strncmp for PPC32.
20084         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20085         multiarch objects.
20086         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20087         (__libc_ifunc_impl_list): Likewise.
20089         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20090         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20091         file.
20092         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20093         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20095         multiarch objects.
20096         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20097         (__libc_ifunc_impl_list): Likewise.
20099         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20100         file.
20101         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20102         file.
20103         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20104         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20105         multiarch objects.
20106         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20107         (__libc_ifunc_impl_list): Likewise.
20109         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20110         file.
20111         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20112         file.
20113         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20114         multiarch rawmemchr for PPC32.
20115         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20116         multiarch objects.
20117         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20118         (__libc_ifunc_impl_list): Likewise.
20120         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20121         file.
20122         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20123         file.
20124         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20125         file: memrchr multiarch for PPC32.
20126         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20127         multiarch objects.
20128         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20129         (__libc_ifunc_impl_list): Likewise.
20131         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20132         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20133         file.
20134         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20135         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20136         multiarch memchr for PPC32.
20137         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20138         multiarch objects.
20139         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20140         (__libc_ifunc_impl_list): Likewise.
20142         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20143         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20144         file.
20145         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20146         file.
20147         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20148         file: multiarch mempcpy for PPC32.
20149         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20150         multiarch objects.
20151         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20152         (__libc_ifunc_impl_list): Likewise.
20154         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20155         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20156         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20157         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20158         multiarch bzero for PPC32.
20159         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20160         file.
20161         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20162         file.
20163         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20164         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20165         file: multiarch memset for PPC32.
20166         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20167         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20168         memset multiarch objects.
20169         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20170         (__libc_ifunc_impl_list): Likewise.
20172         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20173         file.
20174         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20175         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20176         memcmp for PPC32.
20177         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20179         multiarch objects.
20180         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20181         (__libc_ifunc_impl_list): Likewise.
20183         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20184         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20185         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20186         file.
20187         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20188         file.
20189         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20190         file.
20191         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20192         multiarch memcpy for PPC32.
20193         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20194         multiarch objects.
20195         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20196         (__libc_ifunc_impl_list): Likewise.
20198         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20199         support multiarch for POWER/PPC32.
20200         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20201         Likewise.
20202         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20204         Implies file to make multiarch folder appers before the fpu and
20205         default folder for power4 configuration.
20207 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20209         * scripts/bench.pl: Append volatile keyword to type.
20211 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20213         * sysdeps/sh/sotruss-lib.c: New file.
20214         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20216 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20218         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20220 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20222         [BZ #6810]
20223         * math/w_tgamma.c: Include <errno.h>.
20224         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20225         * math/w_tgammaf.c: Include <errno.h>.
20226         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20227         * math/w_tgammal.c: Include <errno.h>.
20228         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20229         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20230         underflow.  Add more tgamma tests.
20231         * math/auto-libm-test-out: Regenerated.
20232         * sysdeps/i386/fpu/libm-test-ulps: Update.
20233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20235         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20236         sin, sinh, tan, tanh, tgamma, y0 and y1.
20237         * math/auto-libm-test-out: Regenerated.
20238         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20239         (TEST_COND_x86): Likewise.
20240         (M_E2l): Remove macro.
20241         (M_E3l): Likewise.
20242         (M_2_SQRT_PIl): Likewise.
20243         (M_SQRT_PIl): Likewise.
20244         (M_1_DIV_El): Likewise.
20245         (log_test_data): Use AUTO_TESTS_f_f.
20246         (log10_test_data): Likewise.
20247         (log1p_test_data): Likewise.
20248         (log2_test_data): Likewise.
20249         (sin_test_data): Likewise.
20250         (sin_tonearest_test_data): Likewise.
20251         (sin_towardzero_test_data): Likewise.
20252         (sin_downward_test_data): Likewise.
20253         (sin_upward_test_data): Likewise.
20254         (sinh_test_data): Likewise.
20255         (sinh_tonearest_test_data): Likewise.
20256         (sinh_towardzero_test_data): Likewise.
20257         (sinh_downward_test_data): Likewise.
20258         (sinh_upward_test_data): Likewise.
20259         (tan_test_data): Likewise.
20260         (tan_tonearest_test_data): Likewise.
20261         (tan_towardzero_test_data): Likewise.
20262         (tan_downward_test_data): Likewise.
20263         (tan_upward_test_data): Likewise.
20264         (tanh_test_data): Likewise.
20265         (tgamma_test_data): Likewise.
20266         (y0_test_data): Likewise.
20267         (y1_test_data): Likewise.
20268         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20269         (special_real_inputs): Add pi/4.
20270         * sysdeps/i386/fpu/libm-test-ulps: Update.
20271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20273 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20275         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20276         "longjmp_target" static probes.
20277         (__longjmp): Rename to __longjmp_symbol.
20278         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20279         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20280         on which longjmp to generate.
20281         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20282         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20283         probe.
20284         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20285         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20286         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20287         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20288         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20289         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20291         __longjmp_symbol based on which __longjmp to generate.
20292         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20293         probe.
20294         (setjmp): Rename to setjmp_symbol.
20295         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20296         (_setjmp): Rename to _setjmp_symbol.
20297         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20298         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20299         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20300         which setjmp to generate.
20301         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20302         "longjmp_target" static probes.
20304 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20306         * benchtests/README: Add note about output arguments.
20307         * benchtests/bench-sincos.c: Remove file.
20308         * benchtests/sincos-inputs: New file.
20309         * scripts/bench.pl: Identify output arguments and define
20310         static variables for them.
20312         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20314         [BZ #15941]
20315         * Makefile (INSTALL): Add install-plain.texi as the primary
20316         dependency.
20317         * manual/install-plain.texi: New file.
20318         * manual/install.texi: Include node directive only for
20319         non-plaintext output.
20321 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20323         * stdlib/longlong.h: Update from GCC.
20325         [BZ #6807]
20326         [BZ #15901]
20327         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20328         * math/w_j0f.c (y0f): Likewise.
20329         * math/w_j0l.c (__y0l): Likewise.
20330         * math/w_j1.c (y1): Likewise.
20331         * math/w_j1f.c (y1f): Likewise.
20332         * math/w_j1l.c (__y1l): Likewise
20333         * math/w_jn.c (yn): Likewise.
20334         * math/w_jnf.c (ynf): Likewise.
20335         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20336         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20337         value for Bessel function domain errors outside _SVID_ mode.
20338         Adjust sign of return value for yn (negative integer, 0).
20339         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20340         by zero in return for negative x and set sign appropriately for
20341         negative n.
20342         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20343         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20344         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20345         expectations in error cases.
20346         (y1_test_data): Likewise.
20347         (yn_test_data): Likewise.
20348         * sysdeps/i386/fpu/libm-test-ulps: Update.
20349         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20351 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20353         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20354         "64" to "64-v1".  Add "64-v2".
20355         (abi-64-options): Rename to ...
20356         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20357         (abi-64-condition): Rename to ...
20358         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20359         (abi-64-ld-soname): Rename to ...
20360         (abi-64-v1-ld-soname): ... this.
20361         (abi-64-v2-options): Define.
20362         (abi-64-v2-condition): Likewise.
20363         (abi-64-v2-ld-soname): Likewise.
20364         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20365         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20370 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20371             Alan Modra  <amodra@gmail.com>
20373         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20374         New versions for use with the ELFv2 ABI.
20375         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20376         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20377         declaration.
20378         (struct La_ppc64v2_retval): Likewise.
20379         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20380         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20381         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20382         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20383         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20384         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20385         Do not save or restore CR.
20386         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20387         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20388         return values for ELFv2 ABI.  Fix location of FPR return registers.
20389         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20390         updated values for _CALL_ELF == 2.
20391         (La_regs, La_retval, int_retval): Likewise.
20393 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20395         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20396         (FRAME_MIN_SIZE_PARM): Likewise.
20397         (FRAME_BACKCHAIN): Likewise.
20398         (FRAME_CR_SAVE): Likewise.
20399         (FRAME_LR_SAVE): Likewise.
20400         (FRAME_TOC_SAVE): Likewise.
20401         (FRAME_PARM_SAVE): Likewise.
20402         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20403         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20404         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20405         (call_mcount_parm_offset): New macro.
20406         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20407         (PROF): Use symbolic stack frame offsets.
20408         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20409         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20410         Redefine in terms of FRAME_MIN_SIZE.
20411         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20412         (_dl_profile_resolve): Likewise.  Update comment.
20413         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20414         symbols stack frame offsets.
20415         (__sigsetjmp): Likewise.
20416         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20417         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20418         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20419         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20422         (FRAME_BACKCHAIN): Remove.
20423         (FRAME_CR_SAVE): Likewise.
20424         (FRAME_LR_SAVE): Likewise.
20425         (FRAME_COMPILER_DW): Likewise.
20426         (FRAME_LINKER_DW): Likewise.
20427         (FRAME_TOC_SAVE): Likewise.
20428         (FRAME_PARM_SAVE): Likewise.
20429         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20430         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20431         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20433         (CHECK_SP): Use symbolic stack frame offsets.
20434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20435         zone" instead of caller's parameter save area for temp storage.
20436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20437         Likewise.  Also, use symbolic stack frame offsets.
20438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20439         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20440         our own stack frame instead of the caller's.
20441         (__socket): Use symbolic stack frame offsets.
20443 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20444             Alan Modra  <amodra@gmail.com>
20446         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20447         Define.
20448         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20449         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20450         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20451         New function.
20452         (elf_machine_fixup_plt): Call it.
20453         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20454         reloc arguments.
20455         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20456         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20457         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20458         r2 before calling target.
20460 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20461             Alan Modra  <amodra@gmail.com>
20463         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20464         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20465         versions of macros to support ELFv2 ABI.
20466         (LOCALENTRY): New macro.
20467         (ENTRY, EALIGN): Use it.
20468         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20469         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20470         fall through into ENTRY entry point.
20471         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20472         Only define if _CALL_ELF != 2.
20474         (elf_machine_matches_host): Verify ABI version matches.
20475         (RTLD_START): Use LOCALENTRY.
20476         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20477         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20478         (PLT_ENTRY_WORDS): New macro.
20479         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20480         (elf_machine_runtime_setup): Support ELFv2 ABI.
20481         (elf_machine_fixup_plt): Likewise.
20482         (elf_machine_plt_conflict): Likewise.
20483         (resolve_ifunc): Likewise.
20484         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20485         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20486         Likewise.
20487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20488         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20490         (makecontext): Support ELFv2 ABI.
20491         * elf/elf.h (EF_PPC64_ABI): Define.
20493 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20495         * sysdeps/powerpc/powerpc64/sysdep.h
20496         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20497         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20498         (ENTRY) [ASSEMBLER]: ... but instead here ...
20499         (EALIGN) [ASSEMBLER]: ... and here.
20500         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20501         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20502         (ENTRY_2) [!ASSEMBLER]: Use it.
20503         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20504         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20505         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20506         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20507         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20509         Use PPC64_LOAD_FUNCPTR.
20511         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20513 2013-12-04  Alan Modra  <amodra@gmail.com>
20515         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20516         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20517         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20518         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20520         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20521         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20522         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20523         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20524         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20525         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20527 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20530         (__makecontext): Fix incorrect CFI when backtracing out of
20531         context created via makecontext.
20532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20533         (__setcontext): Fix incorrect CFI during switch to new context.
20534         (__novec_setcontext): Likewise.
20536 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20538         [BZ #4772]
20539         * time/strptime_l.c (__strptime_internal): Allow modifiers
20540         in strptime.
20541         * time/tst-strptime.c (day_tests): Add testcase.
20543 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20545         * scripts/bench.pl: Skip over blank lines.
20547 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20549         [BZ #926]
20550         * manual/time.texi (Calendar Time): Clarify what timezone functions
20551         use.
20553 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20555         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20557 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20559         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20560         implementation.
20561         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20562         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20563         * debug/memset_chk.c (__memset_chk): Likewise.
20564         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20565         * debug/strncpy_chk.c: Likewise.
20567 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20569         [BZ #15268]
20570         [BZ #15425]
20571         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20572         (__ieee754_exp): For possibly underflowing results, check size of
20573         result and force underflow exception if required.
20574         * math/auto-libm-test-in: Add more tests of exp.
20575         * math/auto-libm-test-out: Regenerated.
20576         * sysdeps/i386/fpu/libm-test-ulps: Update.
20577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20579         [BZ #16283]
20580         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20581         * math/w_exp2f.c (__exp2f): Likewise.
20582         * math/w_exp2l.c (__exp2l): Likewise.
20583         * math/auto-libm-test-in: Do not allow missing errno on exp2
20584         underflow.
20585         * math/auto-libm-test-out: Regenerated.
20587 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20589         [BZ #16274]
20590         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20591         handle filename validation.
20592         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20593         (do_open): Delete.
20595 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20597         [BZ #6786]
20598         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20599         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20600         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20601         <float.h>.
20602         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20603         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20604         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20605         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20606         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20607         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20608         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20609         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20610         Add more erfc tests.
20611         * math/auto-libm-test-out: Regenerated.
20612         * sysdeps/i386/fpu/libm-test-ulps: Update.
20613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20615         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20616         exp2, expm1, j0 and j1.
20617         * math/auto-libm-test-out: Regenerated.
20618         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20619         (erfc_test_data): Likewise.
20620         (exp_test_data): Likewise.
20621         (exp_tonearest_test_data): Likewise.
20622         (exp_towardzero_test_data): Likewise.
20623         (exp_downward_test_data): Likewise.
20624         (exp_upward_test_data): Likewise.
20625         (exp10_test_data): Likewise.
20626         (exp2_test_data): Likewise.
20627         (expm1_test_data): Likewise.
20628         (j0_test_data): Likewise.
20629         (j1_test_data): Likewise.
20630         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20631         (input_flag_type): Add flag_xfail_rounding.
20632         (input_flags): Add xfail-rounding.
20633         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20634         (output_for_one_input_case): Handle flag_xfail_rounding.
20635         * sysdeps/i386/fpu/libm-test-ulps: Update.
20636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20638 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20640         [BZ #16289]
20641         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20642         division by 0.
20644 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20646         [BZ #16195]
20647         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20648         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20649         (STAP_PROBE0): New macro.
20650         (STAP_PROBE1): Likewise.
20651         (STAP_PROBE2): Likewise.
20652         (STAP_PROBE3): Likewise.
20653         (STAP_PROBE4): Likewise.
20655 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20657         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20659 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20661         * benchtests/Makefile (bench): Add sqrt.
20662         (LDLIBS-bench-sqrt): New.
20663         * benchtests/sqrt-input: New.
20665 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20667         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20668         (GAIH_EAI): Likewise.
20669         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20670         (gaih_inet): Likewise.
20671         (getaddrinfo): Don't use GAIH_EAI.
20673         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20674         (struct gaih): Remove definition.
20676 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20678         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20679         Use HERRNOP directly.
20681 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20685 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20687         * math/gen-auto-libm-tests.c (test_functions): Add more
20688         single-argument functions.
20689         (special_fill_pi_2): New function.
20690         (special_fill_minus_pi_2): Likewise.
20691         (special_fill_pi_6): Likewise.
20692         (special_fill_minus_pi_6): Likewise.
20693         (special_fill_pi_3): Likewise.
20694         (special_fill_2pi_3): Likewise.
20695         (special_fill_e): Likewise.
20696         (special_fill_1_e): Likewise.
20697         (special_fill_e_minus_1): Likewise.
20698         (special_real_inputs): Add more special inputs.
20699         (output_for_one_input_case): Do not require ERANGE on underflow to
20700         zero if round-to-nearest result does not underflow to zero, unless
20701         exact results required.
20702         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20703         atan, atanh, cbrt, cos and cosh.
20704         * math/auto-libm-test-out: Regenerated.
20705         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20706         (acos_tonearest_test_data): Likewise.
20707         (acos_towardzero_test_data): Likewise.
20708         (acos_downward_test_data): Likewise.
20709         (acos_upward_test_data): Likewise.
20710         (acosh_test_data): Likewise.
20711         (asin_test_data): Likewise.
20712         (asin_tonearest_test_data): Likewise.
20713         (asin_towardzero_test_data): Likewise.
20714         (asin_upward_test_data): Likewise.
20715         (asinh_test_data): Likewise.
20716         (atan_test_data): Likewise.
20717         (atanh_test_data): Likewise.
20718         (cbrt_test_data): Likewise.
20719         (cos_test_data): Likewise.
20720         (cos_tonearest_test_data): Likewise.
20721         (cos_towardzero_test_data): Likewise.
20722         (cos_downward_test_data): Likewise.
20723         (cos_upward_test_data): Likewise.
20724         (cosh_test_data): Likewise.
20725         (cosh_tonearest_test_data): Likewise.
20726         (cosh_towardzero_test_data): Likewise.
20727         (cosh_downward_test_data): Likewise.
20728         (cosh_upward_test_data): Likewise.
20729         * sysdeps/i386/fpu/libm-test-ulps: Update.
20730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20732 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20734         [BZ #6787]
20735         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20736         * math/w_exp10f.c (__exp10f): Likewise.
20737         * math/w_exp10l.c (__exp10l): Likewise.
20738         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20739         errno settings in existing tests.
20741         [BZ #14032]
20742         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20743         precision control set to double precision.
20744         * sysdeps/i386/fpu/w_sqrt.c: New file.
20745         * math/auto-libm-test-in: Add more tests.
20746         * math/auto-libm-test-out: Update.
20748         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20749         (sqrt_test_tonearest): New function.
20750         (sqrt_towardzero_test_data): New variable.
20751         (sqrt_test_towardzero): New function.
20752         (sqrt_downward_test_data): New variable.
20753         (sqrt_test_downward): New function.
20754         (sqrt_upward_test_data): New variable.
20755         (sqrt_test_upward): New function.
20756         (main): Call the new functions.
20758         * math/gen-auto-libm-tests.c: New file.
20759         * math/auto-libm-test-in: Likewise.
20760         * math/auto-libm-test-out: New generated file.
20761         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20762         variables.
20763         (%beautify): Add generated representations of zero.
20764         (top level): Set $auto_input and call parse_auto_input.
20765         (beautify): Remove trailing "f" from hex float constants.
20766         (parse_args): Handle XFAIL_TEST.
20767         (convert_condition): New function.
20768         (or_value): Likewise.
20769         (or_cond_value): Likewise.
20770         (generate_testfile): Handle AUTO_TESTS_* lines.
20771         (parse_auto_input): New function.
20772         * math/libm-test.inc (XFAIL_TEST): New macro.
20773         (ERRNO_UNCHANGED): Update value.
20774         (ERRNO_EDOM): Likewise.
20775         (ERRNO_ERANGE): Likewise.
20776         (IGNORE_RESULT): Likewise.
20777         (TEST_COND_flt_32): New macro.
20778         (TEST_COND_dbl_64): Likewise.
20779         (TEST_COND_ldbl_96_intel): Likewise.
20780         (TEST_COND_ldbl_96_m68k): Likewise.
20781         (TEST_COND_ldbl_128): Likewise.
20782         (TEST_COND_ldbl_128ibm): Likewise.
20783         (TEST_COND_long32): Likewise.
20784         (TEST_COND_long64): Likewise.
20785         (TEST_COND_before_rounding): Likewise.
20786         (TEST_COND_after_rounding): Likewise.
20787         (enable_test): Handle XFAIL_TEST flag.
20788         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20789         with finite results.
20790         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20791         auto-libm-test-out.
20793 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20794             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20796         [BZ #16214]
20797         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20798         __tls_get_addr_internal instead of __tls_get_offset in order to
20799         avoid GOT pointer dependency.  Make rtld export
20800         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20801         __tls_get_addr since we are a __tls_get_offset platform.
20802         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20803         GOT pointer being set up before.
20804         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20806 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20808         * manual/math.texi (Errors in Math Functions): Document accuracy
20809         goals.
20811         [BZ #15004]
20812         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20813         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20814         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20815         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20816         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20817         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20818         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20819         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20820         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20821         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20822         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20823         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20824         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20825         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20826         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20827         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20829         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20830         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20831         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20832         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20833         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20834         Likewise.
20835         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20836         Likewise.
20837         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20838         Likewise.
20839         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20840         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20841         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20842         atomic-feupdateenv and flt-rounds.
20843         * sysdeps/powerpc/nofpu/Versions (libc): Add
20844         __atomic_feholdexcept, __atomic_feclearexcept,
20845         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20846         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20847         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20848         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20849         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20850         here.
20851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20852         Update.
20854         * manual/arith.texi (FP Exceptions): Document that exceptions may
20855         not be raised when matherr is used.
20856         (Math Error Reporting): Document overflow in directed rounding
20857         modes.  Document that errno may not be set when finite values are
20858         returned on overflow.  Document intent to set errno on underflow
20859         only for underflow to zero.
20861         [BZ #16271]
20862         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20863         round-to-nearest then adjust result for other rounding modes.
20864         * include/fenv.h (fegetround): Use libm_hidden_proto.
20865         * math/fegetround.c (fegetround): Use libm_hidden_def.
20866         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20867         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20868         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20869         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20870         Likewise.
20871         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20872         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20873         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20874         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20876 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20878         [BZ #16077]
20879         * nss/Versions (libnss_files): Add
20880         _nss_files_gethostbyname3_r.
20881         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20882         New function.
20883         (HOST_DB_LOOKUP): Remove macro.
20884         (_nss_files_gethostbyname_r): Implement function without the
20885         HOST_DB_LOOKUP macro.
20886         (_nss_files_gethostbyname2_r): Likewise.
20888 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20890         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20892 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20894         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20895         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20896         warning.
20898 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20900         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20901         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20902         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20903         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20904         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20905         __fe_nomask_env_priv and attribute_hidden.
20906         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20907         (libc_feupdateenv_test_ppc): Likewise.
20908         (libc_feresetround_ppc): Likewise.
20909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20910         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20911         compat_symbol macro.
20912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20913         (__fe_nomask_env): Likewise.
20914         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20916 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20918         * string/Makefile: Remove ifunc tests.
20919         * string/test-string.h: Define TEST_IFUNC.
20920         * string/test-bcopy-ifunc.c: Remove.
20921         * string/test-bzero-ifunc.c: Likewise.
20922         * string/test-memccpy-ifunc.c: Likewise.
20923         * string/test-memchr-ifunc.c: Likewise.
20924         * string/test-memcmp-ifunc.c: Likewise.
20925         * string/test-memcpy-ifunc.c: Likewise.
20926         * string/test-memmem-ifunc.c: Likewise.
20927         * string/test-memmove-ifunc.c: Likewise.
20928         * string/test-mempcpy-ifunc.c: Likewise.
20929         * string/test-memrchr-ifunc.c: Likewise.
20930         * string/test-memset-ifunc.c: Likewise.
20931         * string/test-rawmemchr-ifunc.c: Likewise.
20932         * string/test-stpcpy-ifunc.c: Likewise.
20933         * string/test-stpncpy-ifunc.c: Likewise.
20934         * string/test-strcasecmp-ifunc.c: Likewise.
20935         * string/test-strcasestr-ifunc.c: Likewise.
20936         * string/test-strcat-ifunc.c: Likewise.
20937         * string/test-strchr-ifunc.c: Likewise.
20938         * string/test-strchrnul-ifunc.c: Likewise.
20939         * string/test-strcmp-ifunc.c: Likewise.
20940         * string/test-strcpy-ifunc.c: Likewise.
20941         * string/test-strcspn-ifunc.c: Likewise.
20942         * string/test-strlen-ifunc.c: Likewise.
20943         * string/test-strncasecmp-ifunc.c: Likewise.
20944         * string/test-strncat-ifunc.c: Likewise.
20945         * string/test-strncmp-ifunc.c: Likewise.
20946         * string/test-strncpy-ifunc.c: Likewise.
20947         * string/test-strnlen-ifunc.c: Likewise.
20948         * string/test-strpbrk-ifunc.c: Likewise.
20949         * string/test-strrchr-ifunc.c: Likewise.
20950         * string/test-strspn-ifunc.c: Likewise.
20951         * string/test-strstr-ifunc.c: Likewise.
20953 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20955         * benchtests/Makefile: Remove ifunc tests.
20956         * benchtests/bench-string.h: Define TEST_IFUNC.
20957         * benchtests/bench-bcopy-ifunc.c: Remove.
20958         * benchtests/bench-bzero-ifunc.c: Likewise.
20959         * benchtests/bench-memccpy-ifunc.c: Likewise.
20960         * benchtests/bench-memchr-ifunc.c: Likewise.
20961         * benchtests/bench-memcmp-ifunc.c: Likewise.
20962         * benchtests/bench-memcpy-ifunc.c: Likewise.
20963         * benchtests/bench-memmem-ifunc.c: Likewise.
20964         * benchtests/bench-memmove-ifunc.c: Likewise.
20965         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20966         * benchtests/bench-memrchr-ifunc.c: Likewise.
20967         * benchtests/bench-memset-ifunc.c: Likewise.
20968         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20969         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20970         * benchtests/bench-stpcpy-ifunc.c: Likewise.
20971         * benchtests/bench-stpncpy-ifunc.c: Likewise.
20972         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20973         * benchtests/bench-strcasestr-ifunc.c: Likewise.
20974         * benchtests/bench-strcat-ifunc.c: Likewise.
20975         * benchtests/bench-strchr-ifunc.c: Likewise.
20976         * benchtests/bench-strchrnul-ifunc.c: Likewise.
20977         * benchtests/bench-strcmp-ifunc.c: Likewise.
20978         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20979         * benchtests/bench-strcpy-ifunc.c: Likewise.
20980         * benchtests/bench-strcspn-ifunc.c: Likewise.
20981         * benchtests/bench-strlen-ifunc.c: Likewise.
20982         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20983         * benchtests/bench-strncat-ifunc.c: Likewise.
20984         * benchtests/bench-strncmp-ifunc.c: Likewise.
20985         * benchtests/bench-strncpy-ifunc.c: Likewise.
20986         * benchtests/bench-strnlen-ifunc.c: Likewise.
20987         * benchtests/bench-strpbrk-ifunc.c: Likewise.
20988         * benchtests/bench-strrchr-ifunc.c: Likewise.
20989         * benchtests/bench-strsep-ifunc.c: Likewise.
20990         * benchtests/bench-strspn-ifunc.c: Likewise.
20991         * benchtests/bench-strstr-ifunc.c: Likewise.
20993 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20995         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20997 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20999         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21000         * rt/aio.h: Likewise.
21001         * sysdeps/gnu/bits/utmp.h: Likewise.
21002         * sysdeps/gnu/bits/utmpx.h: Likewise.
21003         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21004         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21005         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21006         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21007         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21008         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21009         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21010         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21011         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21012         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21013         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21014         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21015         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21017         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21018         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21019         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21020         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21021         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21022         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21023         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21024         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21025         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21026         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21027         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21028         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21029         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21030         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21031         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21032         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21033         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21034         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21035         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21036         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21037         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21038         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21039         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21040         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21041         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21042         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21043         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21044         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21046 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21048         [BZ #16245]
21049         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21050         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21052 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21054         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21055         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21056         Likewise.
21058 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21060         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21061         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21062         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21063         (__fesetround): Remove define.
21064         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21065         rounding and exceptions handling.
21066         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21067         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21068         (__fe_nomask_env): Likewise.
21069         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21070         __fegetround instead of fegetround.
21071         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21072         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21074 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21076         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21077         it's there.
21079         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21081 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21083         [BZ #11157]
21084         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21085         (encrypt_r): Likewise.
21086         * malloc/obstack.h (obstack_free): Likewise.
21087         * posix/unistd.h (encrypt): Likewise.
21089 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21091         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21092         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21093         DL_CALL_DT_FINI() that call the functions directly.
21094         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21095         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21096         * elf/dl-fini.c: Likewise.
21098 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21100         * malloc/hooks.c (memalign_check): Add alignment rounding.
21101         * malloc/malloc.c (_mid_memalign): New function.
21102         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21103         Implement by calling _mid_memalign.
21104         * manual/probes.texi (Memory Allocation Probes): Remove
21105         memory_valloc_retry and memory_pvalloc_retry.
21107 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21109         * locale/programs/locarchive.c (open_archive): Add const
21110         qualifier to ARCHIVEFNAME and copy default fname to
21111         DEFAULT_FNAME.
21113         [BZ #15601]
21114         * libio/tst-widetext.input: Rename Oriya to Odia.
21115         * locale/iso-639.def: Likewise.
21117         * manual/probes.texi (Mathematical Function Probes): Add
21118         documentation for sin, cos, asin and acos probes.
21119         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21120         (__sin32): Add slowasin probe.
21121         (__cos32): Add slowacos probe.
21122         (__mpsin): Add slowsin probe.
21123         (__mpcos): Add slowcos probe.
21125 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21127         [BZ #15483]
21128         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21129         thread-local __sim_exceptions_thread and global
21130         __sim_exceptions_global.
21131         (__sim_disabled_exceptions): Change to thread-local
21132         __sim_disabled_exceptions_thread and global
21133         __sim_disabled_exceptions_global.
21134         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21135         and global __sim_round_mode_global.
21136         (__simulate_exceptions): Use thread-local floating-point state and
21137         set global state from it as needed.
21138         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21139         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21140         __sim_round_mode_thread.
21141         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21142         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21143         and global __sim_exceptions_global.
21144         (__sim_disabled_exceptions): Change to thread-local
21145         __sim_disabled_exceptions_thread and global
21146         __sim_disabled_exceptions_global.
21147         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21148         and global __sim_round_mode_global.
21149         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21150         (SIM_SET_GLOBAL): Likewise.
21151         * sysdeps/powerpc/soft-fp/sfp-machine.h
21152         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21153         __sim_round_mode_thread.
21154         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21155         __sim_disabled_exceptions_thread.
21156         (__sim_exceptions): Change to __sim_exceptions_thread.
21157         (__sim_disabled_exceptions): Change to
21158         __sim_disabled_exceptions_thread.
21159         (__sim_round_mode): Change to __sim_round_mode_thread.
21160         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21161         thread-local floating-point state and set global state from it as
21162         needed.
21163         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21164         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21165         (__sim_disabled_exceptions): Remove extern declaration.
21166         (feenableexcept): Use thread-local floating-point state and set
21167         global state from it as needed.
21168         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21169         extern declaration.
21170         (__sim_disabled_exceptions): Likewise.
21171         (__sim_round_mode): Likewise.
21172         (__fegetenv): Use thread-local floating-point state.
21173         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21174         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21175         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21176         floating-point state and set global state from it as needed.
21177         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21178         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21179         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21180         Likewise.
21181         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21182         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21183         Likewise.
21184         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21185         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21186         Use __sim_round_mode_thread.
21187         * math/test-fenv-tls.c: New file.
21188         * math/Makefile (tests): Add test-fenv-tls.
21189         ($(objpfx)test-fenv-tls): Depend on
21190         $(common-objpfx)nptl/libpthread.so.
21192 2013-11-19  Andreas Schwab  <schwab@suse.de>
21194         * locale/programs/locale.c (show_info): Decode wordarray elements.
21195         * locale/categories.def (LC_MONETARY): Add element for
21196         _NL_MONETARY_CRNCYSTR.
21197         * locale/C-monetary.c (conversion_rate): New variable.
21198         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21199         element.
21201 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21203         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21204         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21206 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21208         * elf/Makefile (tst-auxv): New test.
21209         * elf/tst-auxv.c: New
21210         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21212 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21214         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21215         (hidden_proto): Caller changed.
21216         (hidden_tls_proto): New macro.
21217         (libc_hidden_tls_proto): Likewise.
21218         (rtld_hidden_tls_proto): Likewise.
21219         (libm_hidden_tls_proto): Likewise.
21220         (libresolv_hidden_tls_proto): Likewise.
21221         (librt_hidden_tls_proto): Likewise.
21222         (libdl_hidden_tls_proto): Likewise.
21223         (libnss_files_hidden_tls_proto): Likewise.
21224         (libnsl_hidden_tls_proto): Likewise.
21225         (libnss_nisplus_hidden_tls_proto): Likewise.
21226         (libutil_hidden_tls_proto): Likewise.
21228 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21230         [BZ #10253]
21231         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21232         (decompose_rpath): Defer expansion to fillin_rpath.
21233         (_dl_init_paths): Pass linkmap to fillin_rpath.
21235 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21237         * benchtests/Makefile: Add strsep.
21238         * benchtests/bench-strsep.c: New file: strsep benchtest.
21239         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21241 2013-11-18  Andreas Schwab  <schwab@suse.de>
21243         * locale/programs/locale.c (show_info) [case byte]: Check for
21244         '\377' instead of '\177'.
21245         * locale/C-monetary.c (not_available): Always use "\377".
21246         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21247         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21248         detect unavailable sign_posn locale elements.
21249         * locale/localeconv.c (__localeconv): For grouping and
21250         mon_grouping handle "\177" and "\377" like no grouping.
21251         (INT_ELEM): New macro.  Use it to set all numeric members.
21252         * locale/programs/ld-monetary.c (monetary_read)
21253         <tok_mon_grouping>: Normalize single -1 to the empty string.
21254         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21255         Likewise.
21257 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21259         [BZ #16055]
21260         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21261         when we match (nil).
21262         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21264 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21266         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21267         (NO_TEST_INLINE): Update value.
21268         (ERRNO_UNCHANGED): Likewise.
21269         (ERRNO_EDOM): Likewise.
21270         (ERRNO_ERANGE): Likewise.
21271         (IGNORE_RESULT): Likewise.
21272         (check_float_internal): Check signs of NaN results if
21273         TEST_NAN_SIGN used.
21274         (check_complex): Pass TEST_NAN_SIGN flag through to second
21275         check_float_internal call.
21276         (copysign_test_data): Add tests with quiet NaNs as second
21277         argument.  Use TEST_NAN_SIGN.
21278         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21279         TEST_NAN_SIGN.
21280         (signbit_test_data): Add tests of quiet NaN argument.
21281         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21283         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21284         $ignore_result.
21285         (parse_args): Handle function results specified as IGNORE.
21286         * math/libm-test.inc (IGNORE_RESULT): New macro.
21287         (check_float_internal): Do not check numerical result if flag
21288         IGNORE_RESULT set.
21289         (check_complex): Pass through IGNORE_RESULT to second
21290         check_float_internal call.
21291         (check_int): Do not check numerical result if flag IGNORE_RESULT
21292         set.
21293         (check_long): Likewise.
21294         (check_bool): Likewise.
21295         (check_longlong): Likewise.
21296         (lrint_test_data): Add tests of infinite and NaN arguments.
21297         (lrint_tonearest_test_data): Likewise.
21298         (lrint_towardzero_test_data): Likewise.
21299         (lrint_downward_test_data): Likewise.
21300         (lrint_upward_test_data): Likewise.
21301         (llrint_test_data): Likewise.
21302         (llrint_tonearest_test_data): Likewise.
21303         (llrint_towardzero_test_data): Likewise.
21304         (llrint_downward_test_data): Likewise.
21305         (llrint_upward_test_data): Likewise.
21306         (lround_test_data): Likewise.
21307         (llround_test_data): Likewise.
21309         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21310         (ERRNO_UNCHANGED): Update value.
21311         (ERRNO_EDOM): Likewise.
21312         (ERRNO_ERANGE): Likewise.
21313         (NO_TEST_INLINE_FLOAT): New macro.
21314         (NO_TEST_INLINE_DOUBLE): Likewise.
21315         (enable_test): New function.
21316         (RUN_TEST_f_f): Check enable_test before running test.
21317         (RUN_TEST_2_f): Likewise.
21318         (RUN_TEST_fff_f): Likewise.
21319         (RUN_TEST_c_f): Likewise.
21320         (RUN_TEST_f_f1): Likewise.
21321         (RUN_TEST_fF_f1): Likewise.
21322         (RUN_TEST_fI_f1): Likewise.
21323         (RUN_TEST_ffI_f1): Likewise.
21324         (RUN_TEST_c_c): Likewise.
21325         (RUN_TEST_cc_c): Likewise.
21326         (RUN_TEST_f_i): Likewise.
21327         (RUN_TEST_f_i_tg): Likewise.
21328         (RUN_TEST_ff_i_tg): Likewise.
21329         (RUN_TEST_f_b): Likewise.
21330         (RUN_TEST_f_b_tg): Likewise.
21331         (RUN_TEST_f_l): Likewise.
21332         (RUN_TEST_f_L): Likewise.
21333         (RUN_TEST_fFF_11): Likewise.
21334         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21335         conditionals.
21336         (cosh_test_data): Likewise.
21337         (exp_test_data): Likewise.
21338         (expm1_test_data): Likewise.
21339         (hypot_test_data): Likewise.
21340         (pow_test_data): Likewise.
21341         (sinh_test_data): Likewise.
21342         (tanh_test_data): Likewise.
21343         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21344         flags argument.
21346         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21347         tests with quiet NaN input and output.
21348         (acosh_test_data): Likewise.
21349         (asin_test_data): Likewise.
21350         (asinh_test_data): Likewise.
21351         (atan_test_data): Likewise.
21352         (atanh_test_data): Likewise.
21353         (atan2_test_data): Likewise.
21354         (cbrt_test_data): Likewise.
21355         (cos_test_data): Likewise.
21356         (cosh_test_data): Likewise.
21357         (erf_test_data): Likewise.
21358         (erfc_test_data): Likewise.
21359         (exp_test_data): Likewise.
21360         (exp10_test_data): Likewise.
21361         (exp2_test_data): Likewise.
21362         (expm1_test_data): Likewise.
21363         (hypot_test_data): Likewise.
21364         (j0_test_data): Likewise.
21365         (j1_test_data): Likewise.
21366         (jn_test_data): Likewise.
21367         (lgamma_test_data): Likewise.
21368         (log_test_data): Likewise.
21369         (log10_test_data): Likewise.
21370         (log1p_test_data): Likewise.
21371         (log2_test_data): Likewise.
21372         (pow_test_data): Likewise.
21373         (scalb_test_data): Likewise.
21374         (sin_test_data): Likewise.
21375         (sincos_test_data): Likewise.
21376         (sinh_test_data): Likewise.
21377         (tan_test_data): Likewise.
21378         (tanh_test_data): Likewise.
21379         (tgamma_test_data): Likewise.
21380         (y0_test_data): Likewise.
21381         (y1_test_data): Likewise.
21382         (yn_test_data): Likewise.
21384         [BZ #16167]
21385         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21386         argument being NaN and avoid computations with second argument in
21387         that case.
21388         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21389         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21390         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21392 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21394         * locale/iso-639.def: Add Chitwani Tharu (the).
21396 2013-11-14  Andreas Schwab  <schwab@suse.de>
21398         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21399         word instead of empty string.
21401 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21404         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21406         (__fe_nomask_env): Likewise.
21408 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21410         * benchtests/bench-timing.h: Include time.h.
21412 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21414         [BZ #15997]
21415         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21416         to 3.4.0 for x32.
21417         * sysdeps/unix/sysv/linux/configure: Regenerated.
21419 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21421         [BZ #16151]
21422         * stdlib/strtod_l.c (round_and_return): Do not consider
21423         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21424         exponent one less than half the least subnormal exponent.
21425         * stdlib/test-strtod-round-data: Add more tests.
21426         * stdlib/tst-strtod-round.c (tests): Regenerated.
21428 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21430         [BZ #14143]
21431         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21432         (__fe_mask_env): Likewise.
21433         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21434         libm_hidden_proto and add function prototype.
21435         (__fe_mask_env): Add function prototype.
21436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21437         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21439         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21441         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21443 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21445         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21446         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21448 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21450         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21451         of htab_find_slot().
21453 2013-11-11  David S. Miller  <davem@davemloft.net>
21455         [BZ #16150]
21456         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21457         symbol in the non-vis3 case in static builds.
21458         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21459         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21460         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21461         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21463 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21465         [BZ #387]
21466         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21467         it is empty.
21469 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21471         * benchtests/Makefile: Add bench-strtod.
21472         * benchtests/bench-strtod.c: New file: strtod benchtest
21474 2013-11-11  Andreas Schwab  <schwab@suse.de>
21476         [BZ #16153]
21477         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21478         terminating NUL in key length.
21480 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21482         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21483         Add artificial ODP entry for vDSO symbol for PPC64.
21484         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21485         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21487 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21489         [BZ #15374]
21490         * nss/getent.c (services_keys): Recognize services starting with digit.
21492 2013-11-06  David S. Miller  <davem@davemloft.net>
21494         [BZ #15985]
21495         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21496         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21498 2013-11-06  Will Newton  <will.newton@linaro.org>
21500         * manual/memory.texi (Malloc Examples): Remove register
21501         keyword from examples.
21503 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21505         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21507 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21509         [BZ #6981]
21510         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21511         depending on [__GCC_IEC_559 > 0].
21512         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21513         depending on [__GCC_IEC_559_COMPLEX > 0].
21515 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21517         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21518         to iso-639.def.
21520 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21522         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21524 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21526         [BZ #16112]
21527         * malloc/malloc (malloc_info): Do not handle first bin as
21528         special case.
21530 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21532         * locale/iso-639.def: Add Central Nahuatl (nhn).
21534 2013-11-01  Bruno Haible  <bruno@clisp.org>
21536         [BZ #7003]
21537         * manual/math.texi (BSD Random): Specify range upper bound as
21538         in POSIX.
21540 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21542         * locale/iso-639.def: Add Meadow Mari (mhr).
21544 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21546         [BZ #14752], [BZ #15763]
21547         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21548         Validate name.
21549         * rt/tst_shm.c: Add test for escaping directory.
21551 2013-10-31  Andreas Schwab  <schwab@suse.de>
21553         [BZ #15917]
21554         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21555         followed by 'x' as part of digit sequence.
21556         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21558 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21560         [BZ #16037]
21561         * configure.ac: allow GNU Make 4.0 and greater.
21562         * configure: Regenerated.
21564 2013-10-30  Will Newton  <will.newton@linaro.org>
21566         [BZ #16038]
21567         * malloc/hooks.c (memalign_check): Limit alignment to the
21568         maximum representable power of two.
21569         * malloc/malloc.c (__libc_memalign): Likewise.
21570         * malloc/tst-memalign.c (do_test): Add test for very
21571         large alignment values.
21572         * malloc/tst-posix_memalign.c (do_test): Likewise.
21574 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21576         [BZ #11087]
21577         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21578         (munmap_chunk): Likewise.
21579         (mremap_chunk): Likewise.
21581 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21583         [BZ #15799]
21584         * stdlib/div.c (div): Remove obsolete code.
21585         * stdlib/ldiv.c (ldiv): Likewise.
21586         * stdlib/lldiv.c (lldiv): Likewise.
21588 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21590         [BZ #16071]
21591         * nss/nss_files/files-XXX.c (get_contents_ret): New
21592         enumerator.
21593         (get_contents): New function.
21594         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21596 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21598         * configure.in: Moved to ...
21599         * configure.ac: ... here. Change reference to configure.in
21600         to configure.ac.
21601         * sysdeps/arm/preconfigure.ac: ... here.
21602         configure.in to configure.ac.
21603         * sysdeps/gnu/configure.in: Moved to ...
21604         * sysdeps/gnu/configure.ac: ... here.
21605         * sysdeps/i386/configure.in: Moved to ...
21606         * sysdeps/i386/configure.ac: ... here.
21607         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21608         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21609         * sysdeps/mach/configure.in: Moved to ...
21610         * sysdeps/mach/configure.ac: ... here.
21611         * sysdeps/mach/hurd/configure.in: Moved to ...
21612         * sysdeps/mach/hurd/configure.ac: ... here.
21613         * sysdeps/powerpc/configure.in: Moved to ...
21614         * sysdeps/powerpc/configure.ac: ... here.
21615         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21616         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21617         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21618         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21619         * sysdeps/s390/s390-32/configure.in: Moved to ...
21620         * sysdeps/s390/s390-32/configure.ac: ... here.
21621         * sysdeps/s390/s390-64/configure.in: Moved to ...
21622         * sysdeps/s390/s390-64/configure.ac: ... here.
21623         * sysdeps/sh/configure.in: Moved to ...
21624         * sysdeps/sh/configure.ac: ... here.
21625         * sysdeps/sparc/configure.in: Moved to ...
21626         * sysdeps/sparc/configure.ac: ... here.
21627         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21628         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21629         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21630         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21631         * sysdeps/x86_64/configure.in: Moved to ...
21632         * sysdeps/x86_64/configure.ac: ... here.
21633         * sysdeps/x86_64/preconfigure.in: Moved to ...
21634         * sysdeps/x86_64/preconfigure.ac: ... here.
21635         * aclocal.m4: Change reference to configure.in to configure.ac.
21636         * config.h.in: Likewise.
21637         * manual/install.texi: Likewise.
21638         * manual/maint.texi: Likewise.
21639         * Makefile: Likewise.
21640         * malloc/Makefile: Likewise.
21641         * nscd/Makefile: Likewise.
21642         * Makeconfig: Change reference to configure.in and
21643         preconfigure.in to configure.ac and preconfigure.ac
21644         respectively.
21645         * INSTALL: Regenerated.
21646         * configure: Likewise.
21647         * sysdeps/gnu/configure: Likewise.
21648         * sysdeps/i386/configure: Likewise.
21649         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21650         * sysdeps/mach/configure: Likewise.
21651         * sysdeps/mach/hurd/configure: Likewise.
21652         * sysdeps/powerpc/configure: Likewise.
21653         * sysdeps/powerpc/powerpc32/configure: Likewise.
21654         * sysdeps/powerpc/powerpc64/configure: Likewise.
21655         * sysdeps/s390/s390-32/configure: Likewise.
21656         * sysdeps/s390/s390-64/configure: Likewise.
21657         * sysdeps/sh/configure: Likewise.
21658         * sysdeps/sparc/configure: Likewise.
21659         * sysdeps/unix/sysv/linux/configure: Likewise.
21660         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21661         * sysdeps/x86_64/configure: Likewise.
21662         * sysdeps/x86_64/preconfigure: Likewise.
21664 2013-10-29  Andreas Schwab  <schwab@suse.de>
21666         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21668 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21670         * benchtests/pow-inputs: Add new inputs.
21672         * benchtests/exp-inputs: Add new inputs.
21674         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21675         conditional check for return value.
21676         (__cos32): Likewise.
21678 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21680         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21681         to provide a boost for large inputs with word alignment.
21682         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21683         implementation based on optimized PPC64 strcpy.
21684         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21685         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21686         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21687         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21689 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21691         [BZ #2801]
21692         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21694 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21696         [BZ #14876]
21697         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21698         * time/tst-strptime.c (day_tests): Add testcase.
21700 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21702         [BZ #14029]
21703         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21705 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21707         [BZ #16074]
21708         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21709         MAP_FAILED on error.
21711 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21713         [BZ #16072]
21714         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21715         heap for large requests.
21717 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21719         [BZ #9954]
21720         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21721         result if the result has no associated interface.
21722         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21723         interface for all 127.X.Y.Z addresses.
21725 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21727         * locale/iso-639.def: Add Ligurian (lij)
21729 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21731         [BZ #15825]
21732         * sunrpc/rpc_main.c: Document rpcgen -5.
21734 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21736         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21738 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21740         [BZ #10278]
21741         * posix/glob.c: Match only directories when trailing slash is present.
21742         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21743         (main): Add testcase.
21745 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21747         [BZ #15670]
21748         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21750 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21752         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21753         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21754         AUTH_DES and cindex for FIPS 140-2.
21755         (DES Encryption): Add cindex FIPS 46-3.
21757         * locale/locarchive.h (struct locarhandle): Add fname.
21758         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21759         if an optional argument was specified to --list-archive,
21760         otherwise NULL.
21761         * locale/programs/locarchive.c (show_archive_content): Take new
21762         argument fname and pass it via ah.fname to open_archive.
21763         * locale/programs/localedef.h: Update decl.
21764         (open_archive): If AH->fname is non-null, open that file
21765         rather than the default file name, and don't ignore ENOENT.
21766         (create_archive): Set AH.fname to NULL.
21767         (delete_locales_from_archive): Likewise.
21768         (add_locales_to_archive): Likewise.
21769         * locale/programs/locfile.c (write_all_categories): Likewise.
21771 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21772             Aldy Hernandez  <aldyh@redhat.com>
21774         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21775         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21776         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21777         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21778         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21779         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21780         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21781         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21782         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21783         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21784         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21785         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21786         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21787         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21788         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21789         Likewise.
21790         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21791         Likewise.
21792         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21793         Likewise.
21794         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21795         Likewise.
21796         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21797         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21798         Likewise.
21799         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21800         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21801         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21802         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21803         Likewise.
21804         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21805         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21806         * sysdeps/powerpc/preconfigure: Likewise.
21807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21808         Likewise.
21809         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21810         Replace contents of file by #include of <fenv_libc.h>.
21811         * sysdeps/powerpc/soft-fp/sfp-machine.h
21812         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21813         and <sys/prctl.h>.
21814         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21815         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21816         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21817         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21818         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21819         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21820         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21821         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21822         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21823         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21824         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21825         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21827         Allow copysignl PLT reference to be missing.
21829 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21830             Joseph Myers  <joseph@codesourcery.com
21832         [BZ #15948]
21833         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21834         single character.
21835         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21837 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21839         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21840         * elf/tst-tls1.c: Likewise.
21841         * elf/tst-tls10.h: Likewise.
21842         * elf/tst-tls14.c: Likewise.
21843         * elf/tst-tls2.c: Likewise.
21844         * elf/tst-tls3.c: Likewise.
21845         * elf/tst-tls4.c: Likewise.
21846         * elf/tst-tls5.c: Likewise.
21847         * elf/tst-tls6.c: Likewise.
21848         * elf/tst-tls7.c: Likewise.
21849         * elf/tst-tls8.c: Likewise.
21850         * elf/tst-tls9.c: Likewise.
21851         * elf/tst-tlsmod1.c: Likewise.
21852         * elf/tst-tlsmod13.c: Likewise.
21853         * elf/tst-tlsmod13a.c: Likewise.
21854         * elf/tst-tlsmod14a.c: Likewise.
21855         * elf/tst-tlsmod16a.c: Likewise.
21856         * elf/tst-tlsmod16b.c: Likewise.
21857         * elf/tst-tlsmod2.c: Likewise.
21858         * elf/tst-tlsmod3.c: Likewise.
21859         * elf/tst-tlsmod4.c: Likewise.
21860         * elf/tst-tlsmod5.c: Likewise.
21861         * elf/tst-tlsmod6.c: Likewise.
21863 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21865         [BZ #12486]
21866         * malloc/malloc.c: remove checks for statistics.
21868 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21870         [BZ #15277]
21871         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21872         * inet/tst-network.c: Add testcase.
21874 2013-10-17  Andreas Schwab  <schwab@suse.de>
21876         [BZ #15218]
21877         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21878         to determine canonical name.
21880 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21882         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21883         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21884         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21885         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21886         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21887         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21888         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21889         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21890         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21891         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21892         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21893         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21894         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21895         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21896         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21897         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21898         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21899         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21900         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21901         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21902         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21903         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21904         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21905         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21906         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21907         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21908         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21909         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21910         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21911         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21912         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21913         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21914         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21915         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21916         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21917         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21918         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21919         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21920         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21921         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21922         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21923         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21924         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21925         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21926         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21927         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21928         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21929         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21930         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21931         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21932         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21933         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21934         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21935         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21936         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21937         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21938         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21939         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21941 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21943         [BZ #16041]
21944         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21945         make result into a quiet NaN.
21947 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21949         * soft-fp/adddf3.c: Fix horizontal whitespace.
21950         * soft-fp/addsf3.c: Likewise.
21951         * soft-fp/addtf3.c: Likewise.
21952         * soft-fp/divdf3.c: Likewise.
21953         * soft-fp/divsf3.c: Likewise.
21954         * soft-fp/divtf3.c: Likewise.
21955         * soft-fp/double.h: Likewise.
21956         * soft-fp/eqdf2.c: Likewise.
21957         * soft-fp/eqsf2.c: Likewise.
21958         * soft-fp/eqtf2.c: Likewise.
21959         * soft-fp/extenddftf2.c: Likewise.
21960         * soft-fp/extended.h: Likewise.
21961         * soft-fp/extendsfdf2.c: Likewise.
21962         * soft-fp/extendsftf2.c: Likewise.
21963         * soft-fp/extendxftf2.c: Likewise.
21964         * soft-fp/fixdfdi.c: Likewise.
21965         * soft-fp/fixdfsi.c: Likewise.
21966         * soft-fp/fixdfti.c: Likewise.
21967         * soft-fp/fixsfdi.c: Likewise.
21968         * soft-fp/fixsfsi.c: Likewise.
21969         * soft-fp/fixsfti.c: Likewise.
21970         * soft-fp/fixtfdi.c: Likewise.
21971         * soft-fp/fixtfsi.c: Likewise.
21972         * soft-fp/fixtfti.c: Likewise.
21973         * soft-fp/fixunsdfdi.c: Likewise.
21974         * soft-fp/fixunsdfsi.c: Likewise.
21975         * soft-fp/fixunsdfti.c: Likewise.
21976         * soft-fp/fixunssfdi.c: Likewise.
21977         * soft-fp/fixunssfsi.c: Likewise.
21978         * soft-fp/fixunssfti.c: Likewise.
21979         * soft-fp/fixunstfdi.c: Likewise.
21980         * soft-fp/fixunstfsi.c: Likewise.
21981         * soft-fp/fixunstfti.c: Likewise.
21982         * soft-fp/floatdidf.c: Likewise.
21983         * soft-fp/floatdisf.c: Likewise.
21984         * soft-fp/floatditf.c: Likewise.
21985         * soft-fp/floatsidf.c: Likewise.
21986         * soft-fp/floatsisf.c: Likewise.
21987         * soft-fp/floatsitf.c: Likewise.
21988         * soft-fp/floattidf.c: Likewise.
21989         * soft-fp/floattisf.c: Likewise.
21990         * soft-fp/floattitf.c: Likewise.
21991         * soft-fp/floatundidf.c: Likewise.
21992         * soft-fp/floatundisf.c: Likewise.
21993         * soft-fp/floatunditf.c: Likewise.
21994         * soft-fp/floatunsidf.c: Likewise.
21995         * soft-fp/floatunsisf.c: Likewise.
21996         * soft-fp/floatunsitf.c: Likewise.
21997         * soft-fp/floatuntidf.c: Likewise.
21998         * soft-fp/floatuntisf.c: Likewise.
21999         * soft-fp/floatuntitf.c: Likewise.
22000         * soft-fp/fmadf4.c: Likewise.
22001         * soft-fp/fmasf4.c: Likewise.
22002         * soft-fp/fmatf4.c: Likewise.
22003         * soft-fp/gedf2.c: Likewise.
22004         * soft-fp/gesf2.c: Likewise.
22005         * soft-fp/getf2.c: Likewise.
22006         * soft-fp/ledf2.c: Likewise.
22007         * soft-fp/lesf2.c: Likewise.
22008         * soft-fp/letf2.c: Likewise.
22009         * soft-fp/muldf3.c: Likewise.
22010         * soft-fp/mulsf3.c: Likewise.
22011         * soft-fp/multf3.c: Likewise.
22012         * soft-fp/negdf2.c: Likewise.
22013         * soft-fp/negsf2.c: Likewise.
22014         * soft-fp/negtf2.c: Likewise.
22015         * soft-fp/op-1.h: Likewise.
22016         * soft-fp/op-2.h: Likewise.
22017         * soft-fp/op-4.h: Likewise.
22018         * soft-fp/op-8.h: Likewise.
22019         * soft-fp/op-common.h: Likewise.
22020         * soft-fp/quad.h: Likewise.
22021         * soft-fp/single.h: Likewise.
22022         * soft-fp/soft-fp.h: Likewise.
22023         * soft-fp/sqrtdf2.c: Likewise.
22024         * soft-fp/sqrtsf2.c: Likewise.
22025         * soft-fp/sqrttf2.c: Likewise.
22026         * soft-fp/subdf3.c: Likewise.
22027         * soft-fp/subsf3.c: Likewise.
22028         * soft-fp/subtf3.c: Likewise.
22029         * soft-fp/truncdfsf2.c: Likewise.
22030         * soft-fp/trunctfdf2.c: Likewise.
22031         * soft-fp/trunctfsf2.c: Likewise.
22032         * soft-fp/trunctfxf2.c: Likewise.
22033         * soft-fp/unorddf2.c: Likewise.
22034         * soft-fp/unordsf2.c: Likewise.
22035         * soft-fp/unordtf2.c: Likewise.
22037 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22039         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22040         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22042 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22044         * elf/dl-libc.c: Clear initfini list after freeing.
22046 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22048         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22049         * soft-fp/addsf3.c: Likewise.
22050         * soft-fp/addtf3.c: Likewise.
22051         * soft-fp/divdf3.c: Likewise.
22052         * soft-fp/divsf3.c: Likewise.
22053         * soft-fp/divtf3.c: Likewise.
22054         * soft-fp/double.h: Likewise.
22055         * soft-fp/eqdf2.c: Likewise.
22056         * soft-fp/eqsf2.c: Likewise.
22057         * soft-fp/eqtf2.c: Likewise.
22058         * soft-fp/extenddftf2.c: Likewise.
22059         * soft-fp/extended.h: Likewise.
22060         * soft-fp/extendsfdf2.c: Likewise.
22061         * soft-fp/extendsftf2.c: Likewise.
22062         * soft-fp/extendxftf2.c: Likewise.
22063         * soft-fp/fixdfdi.c: Likewise.
22064         * soft-fp/fixdfsi.c: Likewise.
22065         * soft-fp/fixdfti.c: Likewise.
22066         * soft-fp/fixsfdi.c: Likewise.
22067         * soft-fp/fixsfsi.c: Likewise.
22068         * soft-fp/fixsfti.c: Likewise.
22069         * soft-fp/fixtfdi.c: Likewise.
22070         * soft-fp/fixtfsi.c: Likewise.
22071         * soft-fp/fixtfti.c: Likewise.
22072         * soft-fp/fixunsdfdi.c: Likewise.
22073         * soft-fp/fixunsdfsi.c: Likewise.
22074         * soft-fp/fixunsdfti.c: Likewise.
22075         * soft-fp/fixunssfdi.c: Likewise.
22076         * soft-fp/fixunssfsi.c: Likewise.
22077         * soft-fp/fixunssfti.c: Likewise.
22078         * soft-fp/fixunstfdi.c: Likewise.
22079         * soft-fp/fixunstfsi.c: Likewise.
22080         * soft-fp/fixunstfti.c: Likewise.
22081         * soft-fp/floatdidf.c: Likewise.
22082         * soft-fp/floatdisf.c: Likewise.
22083         * soft-fp/floatditf.c: Likewise.
22084         * soft-fp/floatsidf.c: Likewise.
22085         * soft-fp/floatsisf.c: Likewise.
22086         * soft-fp/floatsitf.c: Likewise.
22087         * soft-fp/floattidf.c: Likewise.
22088         * soft-fp/floattisf.c: Likewise.
22089         * soft-fp/floattitf.c: Likewise.
22090         * soft-fp/floatundidf.c: Likewise.
22091         * soft-fp/floatundisf.c: Likewise.
22092         * soft-fp/floatunsidf.c: Likewise.
22093         * soft-fp/floatunsisf.c: Likewise.
22094         * soft-fp/floatuntidf.c: Likewise.
22095         * soft-fp/floatuntisf.c: Likewise.
22096         * soft-fp/floatuntitf.c: Likewise.
22097         * soft-fp/fmadf4.c: Likewise.
22098         * soft-fp/fmasf4.c: Likewise.
22099         * soft-fp/fmatf4.c: Likewise.
22100         * soft-fp/gedf2.c: Likewise.
22101         * soft-fp/gesf2.c: Likewise.
22102         * soft-fp/getf2.c: Likewise.
22103         * soft-fp/ledf2.c: Likewise.
22104         * soft-fp/lesf2.c: Likewise.
22105         * soft-fp/letf2.c: Likewise.
22106         * soft-fp/muldf3.c: Likewise.
22107         * soft-fp/mulsf3.c: Likewise.
22108         * soft-fp/multf3.c: Likewise.
22109         * soft-fp/negdf2.c: Likewise.
22110         * soft-fp/negsf2.c: Likewise.
22111         * soft-fp/negtf2.c: Likewise.
22112         * soft-fp/op-1.h: Likewise.
22113         * soft-fp/op-2.h: Likewise.
22114         * soft-fp/op-4.h: Likewise.
22115         * soft-fp/op-8.h: Likewise.
22116         * soft-fp/op-common.h: Likewise.
22117         * soft-fp/quad.h: Likewise.
22118         * soft-fp/single.h: Likewise.
22119         * soft-fp/soft-fp.h: Likewise.
22120         * soft-fp/sqrtdf2.c: Likewise.
22121         * soft-fp/sqrtsf2.c: Likewise.
22122         * soft-fp/sqrttf2.c: Likewise.
22123         * soft-fp/subdf3.c: Likewise.
22124         * soft-fp/subsf3.c: Likewise.
22125         * soft-fp/subtf3.c: Likewise.
22126         * soft-fp/truncdfsf2.c: Likewise.
22127         * soft-fp/trunctfdf2.c: Likewise.
22128         * soft-fp/trunctfsf2.c: Likewise.
22129         * soft-fp/trunctfxf2.c: Likewise.
22130         * soft-fp/unorddf2.c: Likewise.
22131         * soft-fp/unordsf2.c: Likewise.
22132         * soft-fp/unordtf2.c: Likewise.
22134 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22136         [BZ #15672]
22137         * misc/error.c (error_tail): Fix possible buffer overflow.
22139 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22141         [BZ #13028]
22142         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22143         address.
22145 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22147         [BZ #832]
22148         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22149         testing pipefail option.
22151 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22153         * soft-fp/double.h: Indent preprocessor directives inside #if.
22154         * soft-fp/extended.h: Likewise.
22155         * soft-fp/op-2.h: Likewise.
22156         * soft-fp/op-4.h: Likewise.
22157         * soft-fp/op-common.h: Likewise.
22158         * soft-fp/quad.h: Likewise.
22159         * soft-fp/single.h: Likewise.
22160         * soft-fp/soft-fp.h: Likewise.
22162 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22164         * iconv/iconv_prog.c: Fix typos.
22165         * stdio-common/psiginfo-data.h: Likewise.
22167 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22169         [BZ #15764]
22170         * locale/setlocale.c: Fix typo.
22172 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22174         [BZ #16036]
22175         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22176         signaling NaN arguments.
22177         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22178         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22180         [BZ #14910]
22181         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22182         unordered operands.
22183         * soft-fp/gesf2.c (__gesf2): Likewise.
22184         * soft-fp/getf2.c (__getf2): Likewise.
22185         * soft-fp/ledf2.c (__ledf2): Likewise.
22186         * soft-fp/lesf2.c (__lesf2): Likewise.
22187         * soft-fp/letf2.c (__letf2): Likewise.
22189         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22190         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22191         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22192         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22193         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22194         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22195         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22196         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22197         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22198         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22199         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22200         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22201         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22202         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22203         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22204         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22205         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22206         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22207         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22208         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22209         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22210         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22211         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22212         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22213         * soft-fp/floattidf.c (__floattidf): Likewise.
22214         * soft-fp/floattisf.c (__floattisf): Likewise.
22215         * soft-fp/floattitf.c (__floattitf): Likewise.
22216         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22217         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22218         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22219         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22220         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22221         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22222         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22223         * soft-fp/gesf2.c (__gesf2): Likewise.
22224         * soft-fp/getf2.c (__getf2): Likewise.
22225         * soft-fp/ledf2.c (__ledf2): Likewise.
22226         * soft-fp/lesf2.c (__lesf2): Likewise.
22227         * soft-fp/letf2.c (__letf2): Likewise.
22229         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22230         Undefine and redefine.
22231         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22232         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22233         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22234         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22235         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22236         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22237         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22238         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22239         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22240         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22241         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22242         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22243         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22244         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22245         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22247         [BZ #16032]
22248         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22249         without decrementing exponent if mantissa >= that for the
22250         denominator, not >.
22251         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22252         denominator, not >.  Decrement exponent in < case instead of
22253         incrementing in >= case.
22254         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22255         without decrementing exponent if mantissa >= that for the
22256         denominator, not >.
22258         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22259         computing saturated result for unsigned overflow.
22261 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22262             Jeff Law  <law@redhat.com>
22264         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22265         (atan2Mp): Add systemtap probe marker.
22266         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22267         (__ieee754_log): Add systemtap probe marker.
22268         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22269         (atanMp): Add systemtap probe marker.
22270         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22271         (tanMp): Add systemtap probe marker.
22272         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22273         (__slowexp): Add systemtap probe marker.
22274         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22275         (__slowpow): Add systemtap probe marker.
22276         * manual/probes.texi: Document probes.
22278 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22280         [BZ #15362]
22281         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22282         written.
22283         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22284         written.
22285         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22286         written to buffer but not flushed.
22287         * libio/iofwrite_u.c:  Likewise.
22288         * libio/iopadn.c:  Return bytes returned even if EOF was
22289         encountered.
22290         * libio/iowpadn.c:  Likewise.
22291         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22292         if _IO_padn does not write the whole buffer.
22293         [!COMPILE_WPRINTF] (PAD): Likewise.
22295 2013-10-10  David S. Miller  <davem@davemloft.net>
22297         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22298         directory block.
22300 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22302         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22303         instead of FSF address.
22304         * soft-fp/fixdfti.c: Likewise.
22305         * soft-fp/fixsfti.c: Likewise.
22306         * soft-fp/fixtfti.c: Likewise.
22307         * soft-fp/fixunsdfti.c: Likewise.
22308         * soft-fp/fixunssfti.c: Likewise.
22309         * soft-fp/fixunstfti.c: Likewise.
22310         * soft-fp/floattidf.c: Likewise.
22311         * soft-fp/floattisf.c: Likewise.
22312         * soft-fp/floattitf.c: Likewise.
22313         * soft-fp/floatuntidf.c: Likewise.
22314         * soft-fp/floatuntisf.c: Likewise.
22315         * soft-fp/floatuntitf.c: Likewise.
22316         * soft-fp/trunctfxf2.c: Likewise.
22318         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22319         * soft-fp/fixdfti.c: Likewise.
22320         * soft-fp/fixsfti.c: Likewise.
22321         * soft-fp/fixtfti.c: Likewise.
22322         * soft-fp/fixunsdfti.c: Likewise.
22323         * soft-fp/fixunssfti.c: Likewise.
22324         * soft-fp/fixunstfti.c: Likewise.
22325         * soft-fp/floattidf.c: Likewise.
22326         * soft-fp/floattisf.c: Likewise.
22327         * soft-fp/floattitf.c: Likewise.
22328         * soft-fp/floatuntidf.c: Likewise.
22329         * soft-fp/floatuntisf.c: Likewise.
22330         * soft-fp/floatuntitf.c: Likewise.
22331         * soft-fp/trunctfxf2.c: Likewise.
22333 2013-10-10  David S. Miller  <davem@davemloft.net>
22335         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22337 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22339         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22340         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22341         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22342         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22343         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22344         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22345         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22347         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22348         for NaNs before doing comparisons on argument.
22349         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22350         Likewise.
22352 2013-10-10  Will Newton  <will.newton@linaro.org>
22354         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22355         passed to _int_memalign does not overflow.
22357 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22359         * scripts/bench.pl: Add include-sources directive.
22360         * benchtests/README: Update documentation.
22362 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22364         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22365         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22366         instead of FP_INIT_ROUNDMODE.
22367         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22368         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22370         [BZ #16034]
22371         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22372         copy class of input value.
22373         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22374         not handle exceptions.
22375         * soft-fp/negsf2.c (__negsf2): Likewise.
22376         * soft-fp/negtf2.c (__negtf2): Likewise.
22377         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22379 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22381         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22382         semicolon.  From Linux kernel.
22384 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22386         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22388 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22390         [BZ #156]
22391         * manual/socket.texi: Added statement about buffer
22392         for gethostbyname2_r.
22394 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22396         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22397         Use .p2align directive instead, throughout.
22398         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22399         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22400         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22401         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22402         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22403         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22404         * sysdeps/x86_64/strchr.S: Likewise.
22405         * sysdeps/x86_64/strrchr.S: Likewise.
22407 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22409         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22411         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22413         * sysdeps/generic/math_private.h (__mpsin1): Remove
22414         declaration.
22415         (__mpcos1): Likewise.
22416         (__mpsin): New argument __range_reduce.
22417         (__mpcos): Likewise.
22418         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22419         (slow): Use __mpsin and __mpcos.
22420         (slow1): Likewise.
22421         (slow2): Likewise.
22422         (sloww): Likewise.
22423         (sloww1): Likewise.
22424         (sloww2): Likewise.
22425         (bsloww): Likewise.
22426         (bsloww1): Likewise.
22427         (bsloww2): Likewise.
22428         (cslow2): Likewise.
22429         (csloww): Likewise.
22430         (csloww1): Likewise.
22431         (csloww2): Likewise.
22432         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22433         range_reduce.  Merge in __mpsin1.
22434         (__mpcos): Likewise.
22435         (__mpsin1): Remove.
22436         (__mpcos1): Likewise.
22438 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22440         * locale/loadlocale.c (_nl_intern_locale_data): Use
22441         LOCFILE_ALIGNED_P.
22442         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22443         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22444         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22445         obstack data is appropriately aligned.
22446         (obstack_int32_grow_fast): Likewise.
22447         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22448         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22449         (add_locale_uint32_array): Likewise.
22451 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22453         * benchtests/Makefile: Remove ARGLIST and RET variables.
22454         ($(objpfx)bench-%.c): Pass only function name to the script.
22455         * benchtests/README: Update documentation.
22456         * benchtests/acos-inputs: Add new directives.
22457         * benchtests/acosh-inputs: Likewise.
22458         * benchtests/asin-inputs: Likewise.
22459         * benchtests/asinh-inputs: Likewise.
22460         * benchtests/atan-inputs: Likewise.
22461         * benchtests/atanh-inputs: Likewise.
22462         * benchtests/cos-inputs: Likewise.
22463         * benchtests/cosh-inputs: Likewise.
22464         * benchtests/exp-inputs: Likewise.
22465         * benchtests/log-inputs: Likewise.
22466         * benchtests/pow-inputs: Likewise.
22467         * benchtests/rint-inputs: Likewise.
22468         * benchtests/sin-inputs: Likewise.
22469         * benchtests/sinh-inputs: Likewise.
22470         * benchtests/tan-inputs: Likewise.
22471         * benchtests/tanh-inputs: Likewise.
22472         * scripts/bench.pl: Add support for new directives.
22474 2013-10-07  Alan Modra  <amodra@gmail.com>
22476         * README: Fix careless merge.
22478 2013-10-05  Alan Modra  <amodra@gmail.com>
22480         * NEWS: Mention powerpc64le support and bugs fixed.
22481         * README: Both big-endian and little-endian powerpc64 supported.
22483 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22485         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22486         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22487         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22488         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22490 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22492         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22493         match prototype.
22495 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22497         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22498         Move -mhard-float appending from
22499         ports/sysdeps/powerpc/powerpc32/Makefile.
22500         [$(with-fp) = yes] (ASFLAGS): Likewise.
22501         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22502         * sysdeps/powerpc/nofpu: Move directory from
22503         ports/sysdeps/powerpc/nofpu.
22504         * sysdeps/powerpc/soft-fp: Move directory from
22505         ports/sysdeps/powerpc/soft-fp.
22506         * sysdeps/powerpc/powerpc32/405: Move directory from
22507         ports/sysdeps/powerpc/powerpc32/405.
22508         * sysdeps/powerpc/powerpc32/440: Move directory from
22509         ports/sysdeps/powerpc/powerpc32/440.
22510         * sysdeps/powerpc/powerpc32/464: Move directory from
22511         ports/sysdeps/powerpc/powerpc32/464.
22512         * sysdeps/powerpc/powerpc32/476: Move directory from
22513         ports/sysdeps/powerpc/powerpc32/476.
22514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22515         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22517         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22519         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22521         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22523         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22524         * README: Update for powerpc-*-linux-gnu software floating point
22525         support in libc.
22527         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22528         case to powerpc/powerpc32*.
22529         * sysdeps/unix/sysv/linux/configure: Regenerated.
22531         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22532         (_FPU_MASK_OM): Define as 0x04.
22533         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22534         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22535         0x00c10080.
22536         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22537         0x0000003c.
22538         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22541         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22542         getcontext_e500.
22543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22544         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22545         setcontext_e500.
22546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22547         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22548         and setcontext_e500.
22550 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22552         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22554 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22556         * manual/threads.texi (Default Thread Attributes): Fix typo.
22558 2013-10-04  Will Newton  <will.newton@linaro.org>
22560         * malloc/Makefile: Add tst-memalign.
22561         * malloc/tst-memalign.c: New file.
22563         * malloc/tst-posix_memalign.c: Add comments.
22564         (do_test): Add comments and call free on all potentially
22565         allocated pointers. Add space after cast.
22567         * malloc/tst-pvalloc.c: Add comments.
22568         (do_test): Add comments and call free on all potentially
22569         allocated pointers. Remove duplicate check for NULL pointer.
22570         Add space after cast.
22572         * malloc/tst-valloc.c: Add comments.
22573         (do_test): Add comments and call free on all potentially
22574         allocated pointers. Remove duplicate check for NULL pointer.
22575         Add space after cast.
22577 2013-10-04  Alan Modra  <amodra@gmail.com>
22579         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22580         Use stdint types in rather than __attribute__((mode())).
22581         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22583 2013-10-04  Alan Modra  <amodra@gmail.com>
22585         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22586         Correct handling of unaligned relocs for little-endian.
22587         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22589 2013-10-04  Alan Modra  <amodra@gmail.com>
22591         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22592         * configure: Regenerate.
22593         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22594         * shlib-versions: Likewise.
22596 2013-10-04  Alan Modra  <amodra@gmail.com>
22598         * string/tester.c (test_memrchr): Increment reported test cycle.
22600 2013-10-04  Alan Modra  <amodra@gmail.com>
22602         * string/test-memcpy.c (do_one_test): When reporting errors, print
22603         string address and don't overrun end of string.
22605 2013-10-04  Alan Modra  <amodra@gmail.com>
22607         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22608         insrdi.  Make better use of reg selection to speed exit slightly.
22609         Schedule entry path a little better.  Remove useless "are we done"
22610         checks on entry to main loop.  Handle wrapping around zero address.
22611         Correct main loop count.  Handle single left-over word from main
22612         loop inline rather than by using loop_small.  Remove extra word
22613         case in loop_small caused by wrong loop count.  Add little-endian
22614         support.
22615         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22616         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22617         cache hint.
22618         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22619         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22620         support.  Avoid rlwimi.
22621         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22623 2013-10-04  Alan Modra  <amodra@gmail.com>
22625         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22626         insrdi.  Formatting.
22627         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22628         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22629         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22630         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22631         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22632         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22634 2013-10-04  Alan Modra  <amodra@gmail.com>
22636         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22637         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22638         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22639         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22640         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22641         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22642         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22643         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22644         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22645         use of regs.  Use power7 mtocrf.  Tidy function tails.
22647 2013-10-04  Alan Modra  <amodra@gmail.com>
22649         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22650         Formatting.  Consistently use rXXX register defines or rN defines.
22651         Use early exit labels that avoid restoring unused non-volatile regs.
22652         Make cr field use more consistent with rWORDn compares.  Rename
22653         regs used as shift registers for unaligned loop, using rN defines
22654         for short lifetime/multiple use regs.
22655         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22656         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22657         addi 1,1,64 to pop stack frame.  Simplify return value code.
22658         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22660 2013-10-04  Alan Modra  <amodra@gmail.com>
22662         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22663         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22664         rather than rlwimi.
22665         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22666         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22667         little-endian support.  Correct typos.
22668         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22669         rather than rlwimi.
22670         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22671         in loop and entry code to keep "and." results.
22672         (strchr): Add little-endian support.  Comment.  Move cntlzd
22673         earlier in tail.
22674         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22676 2013-10-04  Alan Modra  <amodra@gmail.com>
22678         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22679         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22680         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22681         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22683 2013-10-04  Alan Modra  <amodra@gmail.com>
22685         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22686         (rTMP): Define as r11.
22687         (strcmp): Add little-endian support.  Optimise tail.
22688         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22689         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22690         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22691         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22692         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22693         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22694         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22696 2013-10-04  Alan Modra  <amodra@gmail.com>
22698         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22699         little-endian support.  Remove unnecessary "are we done" tests.
22700         Handle "s" wrapping around zero and extremely large "size".
22701         Correct main loop count.  Handle single left-over word from main
22702         loop inline rather than by using small_loop.  Correct comments.
22703         Delete "zero" tail, use "end_max" instead.
22704         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22706 2013-10-04  Alan Modra  <amodra@gmail.com>
22708         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22709         support.  Don't branch over align.
22710         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22711         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22712         support.  Rearrange tmp reg use to suit.  Comment.
22713         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22715 2013-10-04  Alan Modra  <amodra@gmail.com>
22717         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22719 2013-10-04  Alan Modra  <amodra@gmail.com>
22721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22722         conditional form of branch and link when obtaining pc.
22723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22725 2013-10-04  Alan Modra  <amodra@gmail.com>
22727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22728         HIWORD/LOWORD.
22729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22732 2013-10-04  Alan Modra  <amodra@gmail.com>
22734         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22735         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22736         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22737         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22738         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22739         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22740         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22741         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22742         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22743         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22745 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22746             Alistair Popple <alistair@ozlabs.au.ibm.com>
22747             Alan Modra <amodra@gmail.com>
22749         [BZ #15723]
22750         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22751         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22752         _dl_hwcap access for little-endian.
22753         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22754         destroy vmx regs when saving unaligned.
22755         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22756         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22757         destroy vmx regs when saving unaligned.
22759 2013-10-04  Alan Modra  <amodra@gmail.com>
22761         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22762         Don't use a union to pack hi/low value.
22764 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22766         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22767         for little-endian.
22768         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22769         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22770         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22771         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22772         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22774 2013-10-04  Alan Modra  <amodra@gmail.com>
22776         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22777         constants to usual value for .cst8 section, and remove redundant
22778         high address load.
22779         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22780         constant for 0x1p52.  Load little-endian words of double from
22781         correct stack offsets.
22783 2013-10-04  Alan Modra  <amodra@gmail.com>
22785         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22786         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22787         words of double from correct stack offsets.
22788         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22789         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22790         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22791         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22792         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22793         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22794         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22795         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22796         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22797         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22798         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22799         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22800         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22801         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22802         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22803         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22804         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22806 2013-10-04  Alan Modra  <amodra@gmail.com>
22808         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22809         64-bit int/double union.
22810         (_FPU_SETCW): Likewise.
22811         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22812         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22814 2013-10-04  Alan Modra  <amodra@gmail.com>
22816         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22817         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22819 2013-10-04  Alan Modra  <amodra@gmail.com>
22821         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22822         use vector int constants.
22823         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22825 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22827         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22828         array with long long.
22829         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22830         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22831         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22832         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22833         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22834         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22835         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22836         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22837         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22838         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22839         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22840         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22841         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22843 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22845         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22846         (__signbit): Likewise.  Correct for little-endian.
22847         (__signbitl): Call __signbit.
22848         (lrint): Correct for little-endian.
22849         (lrintf): Call lrint.
22851 2013-10-04  Alan Modra  <amodra@gmail.com>
22853         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22854         union 32-bit int array member with 64-bit int array.
22855         (t515, tm256): Double rather than long double.
22856         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22858 2013-10-04  Alan Modra  <amodra@gmail.com>
22860         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22861         Delete.
22862         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22863         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22864         version of math_ldbl.h.
22866 2013-10-04  Alan Modra  <amodra@gmail.com>
22868         [BZ #15734], [BZ #15735]
22869         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22870         all uses of ieee875 long double macros and unions.  Simplify test
22871         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22872         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22873         normalize after ldbl_extract_mantissa, and don't add hidden bit
22874         already handled.  Don't treat low word of ieee854 mantissa like
22875         low word of IBM long double and mask off bit when testing for
22876         zero.
22877         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22878         all uses of ieee875 long double macros and unions.  Simplify tests
22879         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22880         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22881         two1022, instead use their values.  Recognise that tests for large
22882         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22883         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22884         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22885         test for 0.0L and nan.  Correct negation.
22886         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22887         ieee875 long double macros and unions.  Correct output for large
22888         magnitude x.  Correct absolute value calculation.
22889         (__erfcl): Likewise.
22890         * math/libm-test.inc: Add tests for errors discovered in IBM long
22891         double versions of fmodl, remainderl, erfl and erfcl.
22893 2013-10-04  Alan Modra  <amodra@gmail.com>
22895         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22896         all uses of ieee854 long double macros and unions.  Simplify tests
22897         for long doubles that are fully specified by the high double.
22898         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22899         Likewise.
22900         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22901         Remove dead code too.
22902         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22903         (__ieee754_ynl): Likewise.
22904         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22905         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22906         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22907         Remove dead code too.
22908         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22909         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22910         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22911         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22912         Simplify.
22913         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22914         Simplify.
22915         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22916         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22917         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22918         Comment on variable precision.
22919         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22920         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22921         Likewise.
22922         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22923         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22924         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22925         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22926         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22928 2013-10-04  Alan Modra  <amodra@gmail.com>
22930         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22931         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22932         all uses of ieee854 long double macros and unions.
22933         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22934         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22935         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22936         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22937         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22938         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22939         Likewise.
22940         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22941         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22942         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22943         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22944         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22945         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22946         Simplify sign and nan test too.
22947         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22948         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22949         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22950         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22951         Likewise.
22952         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22953         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22954         Likewise.
22955         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22956         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22957         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22958         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22959         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22960         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22962 2013-10-04  Alan Modra  <amodra@gmail.com>
22964         * stdio-common/printf_size.c (__printf_size): Don't use
22965         union ieee854_long_double in fpnum union.
22966         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22967         signbit macro to retrieve sign from long double.
22968         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22969         retrieve sign from long double.
22970         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22971         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22972         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22973         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22974         * math/test-misc.c (main): Don't use union ieee854_long_double.
22976 2013-10-04  Alan Modra  <amodra@gmail.com>
22978         [BZ #15680]
22979         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22980         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22981         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22982         calculation.  Remove unnecessary test for denormal exponent.
22983         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22984         Correct handling of denormals.  Avoid undefined shift behaviour.
22985         Correct normalisation of low mantissa when low double is denormal.
22986         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22987         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
22988         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22989         Correct normalisation of low mantissa.  Test for overflow of high
22990         mantissa and normalise.
22991         (ldbl_nearbyint): Use more readable constant for two52.
22992         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22993         (__mpn_construct_long_double): Fix test for overflow of high
22994         mantissa and correct normalisation.  Avoid undefined shift.
22996 2013-10-04  Alan Modra  <amodra@gmail.com>
22998         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22999         (union ibm_extended_long_double): Define as an array of ieee754_double.
23000         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23001         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23002         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23003         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23004         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23005         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23006         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23007         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23008         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23009         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23010         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23012 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23014         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23015         page size instead of calling getpagesize.
23017         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23018         (LOCFILE_ALIGN_MASK): Likewise.
23019         (LOCFILE_ALIGN_UP): Likewise.
23020         (LOCFILE_ALIGNED_P): Likewise.
23021         * locale/programs/ld-collate.c (collate_output): Use the new
23022         macros instead of __alignof__ (int32_t).
23023         * locale/weight.h (findidx): Likewise.
23025 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23027         [BZ #431]
23028         * manual/string.texi: Fix strncat and wcsncat.
23030 2013-10-03  Brooks Moses  <bmoses@google.com>
23032         [BZ #15915]
23033         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23034         * Makerules: ...here, and adjust associated comments.
23036 2013-10-02  Will Newton  <will.newton@linaro.org>
23038         * malloc/Makefile: Add tst-pvalloc.
23039         * malloc/tst-pvalloc.c: New file.
23041 2013-10-02  Will Newton  <will.newton@linaro.org>
23043         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23044         improve test coverage.
23046 2013-10-02  Will Newton  <will.newton@linaro.org>
23048         * malloc/Makefile: Add tst-posix_memalign.
23049         * malloc/tst-posix_memalign.c: New file.
23051 2013-10-01  Eric Blake  <eblake@redhat.com>
23053         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23054         Use __THROWNL rather than __THROW on static functions.
23056 2013-09-30  Petr Machata  <pmachata@redhat.com>
23058         * elf/elf.h (R_AARCH64_ABS16): New macro.
23059         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23060         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23061         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23062         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23063         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23064         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23065         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23066         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23067         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23068         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23069         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23070         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23071         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23072         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23073         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23074         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23075         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23076         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23077         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23078         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23079         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23080         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23081         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23082         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23083         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23084         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23085         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23086         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23087         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23088         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23089         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23090         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23091         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23092         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23093         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23094         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23095         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23096         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23097         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23098         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23099         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23100         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23101         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23102         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23103         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23104         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23105         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23106         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23107         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23108         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23109         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23110         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23111         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23112         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23113         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23114         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23115         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23116         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23117         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23118         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23119         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23120         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23121         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23122         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23123         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23124         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23125         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23126         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23127         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23128         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23129         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23130         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23131         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23132         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23133         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23134         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23135         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23136         (R_AARCH64_TLSDESC_LDR): Likewise.
23137         (R_AARCH64_TLSDESC_ADD): Likewise.
23138         (R_AARCH64_TLSDESC_CALL): Likewise.
23140 2013-09-30  Andreas Schwab  <schwab@suse.de>
23142         [BZ #15048]
23143         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23144         the nss database lookup.
23145         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23146         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23148 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23150         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23152 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23154         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23155         ${Bash-specific parameter/pattern/string} parameter expansion.
23156         * sysdeps/unix/make-syscalls.sh: Likewise.
23158 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23160         * sysdeps/sh/stackguard-macros.h: New file.
23162 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23164         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23165         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23166         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23167         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23168         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23169         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23171 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23173         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23174         Fix thread ID register.
23176 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23178         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23179         [POSIX || UNIX98]: Require rather than permitting all symbols from
23180         <time.h>.
23181         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23182         element of struct sched_param.
23183         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23184         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23185         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23186         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23187         constant.
23189 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23191         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23192         argument calculation.
23194 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23196         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23197         Expect macro.
23198         [POSIX] (pthread_attr_t): Do not require type.
23199         [POSIX] (pthread_cond_t): Likewise.
23200         [POSIX] (pthread_condattr_t): Likewise.
23201         [POSIX] (pthread_key_t): Likewise.
23202         [POSIX] (pthread_mutex_t): Likewise.
23203         [POSIX] (pthread_mutexattr_t): Likewise.
23204         [POSIX] (pthread_once_t): Likewise.
23205         [POSIX] (pthread_t): Likewise.
23206         [POSIX-based standards] (pthread_atfork): Expect function.
23208 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23209             Richard Sandiford  <richard@codesourcery.com>
23211         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23212         (swap_endianness_p): New extern variable.
23213         (set_big_endian): New inline function.
23214         (maybe_swap_uint32): Likewise.
23215         (maybe_swap_uint32_array): Likewise.
23216         (maybe_swap_uint32_obstack): Likewise.
23217         * locale/programs/locfile.c: Include <stdbool.h>.
23218         (swap_endianness_p): New variable.
23219         (add_locale_uint32): Call maybe_swap_uint32.
23220         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23221         (write_locale_data): Call maybe_swap_uint32_array.
23222         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23223         maybe_swap_uint32.
23224         (obstack_int32_grow_fast): Likewise.
23225         (output_weightwc): Call maybe_swap_uint32_obstack.
23226         (collate_output): Likewise.
23227         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23228         (OPT_LITTLE_ENDIAN): Likewise.
23229         (options): Add --little-endian and --big-endian options.
23230         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23231         * locale/programs/locarchive.c: Include "locfile.h".
23232         (GET): New macro.
23233         (SET): Likewise.
23234         (INC): Likewise.
23235         (create_archive): Use the new macros to access fields of
23236         structures directly mapped from or written to locale archives.
23237         (oldlocrecentcmp): Likewise.
23238         (enlarge_archive): Likewise.
23239         (insert_name): Likewise.
23240         (add_alias): Likewise.
23241         (add_locale): Likewise.
23242         (delete_locales_from_archive): Likewise.
23243         (show_archive_content): Likewise.
23244         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23245         locale data.
23247 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23249         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23250         http://www.gnu.org/doc/freemanuals.texi.
23251         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23253 2013-09-24  Will Newton  <will.newton@linaro.org>
23255         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23256         macro.
23258 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23260         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23261         unsigned char.
23263 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23265         * manual/threads.texi (POSIX Threads): Fix a typo.
23267 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23269         [BZ #14547]
23270         * string/tst-strcoll-overflow.c: New test case.
23271         * string/Makefile (xtests): Add tst-strcoll-overflow.
23272         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23273         cache if string sizes may cause integer overflow.
23275         [BZ #14547]
23276         * string/strcoll_l.c (coll_seq): New members rule, idx,
23277         save_idx and back_us.
23278         (get_next_seq_nocache): New function.
23279         (do_compare_nocache): New function.
23280         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23281         when malloc fails.
23283 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23285         [BZ #15754]
23286         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23287         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23288         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23290         [BZ #15754]
23291         * elf/Makefile (tests): Add tst-ptrguard1.
23292         (tests-static): Add tst-ptrguard1-static.
23293         (tst-ptrguard1-ARGS): Define.
23294         (tst-ptrguard1-static-ARGS): Define.
23295         * elf/tst-ptrguard1.c: New file.
23296         * elf/tst-ptrguard1-static.c: New file.
23297         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23298         * sysdeps/i386/stackguard-macros.h: Likewise.
23299         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23300         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23301         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23302         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23303         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23304         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23306 2013-09-23  Hector Marco  <hecmargi@upv.es>
23307             Ismael Ripoll  <iripoll@disca.upv.es>
23308             Carlos O'Donell  <carlos@redhat.com>
23310         [BZ #15754]
23311         * sysdeps/generic/stackguard-macros.h: Define
23312         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23313         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23314         Define __pointer_chk_guard_local.
23315         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23316         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23318 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23320         [BZ #15859]
23321         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23323 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23325         * include/string.h (__ffs): Declare as hidden.
23326         * string/ffs.c (__ffs): Define as hidden.
23327         * sysdeps/i386/ffs.c (__ffs): Likewise.
23328         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23329         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23330         * sysdeps/s390/ffs.c (__ffs): Likewise.
23331         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23333 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23335         * NEWS: Mention malloc probes.
23337         * malloc/arena.c (new_heap): New memory_heap_new probe.
23338         (grow_heap): New memory_heap_more probe.
23339         (shrink_heap): New memory_heap_less probe.
23340         (heap_trim): New memory_heap_free probe.
23341         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23342         (systrim): New memory_sbrk_less probe.
23343         * manual/probes.texi: Document them.
23345         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23346         * manual/probes.texi: Document it.
23348         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23349         (__libc_realloc): Add memory_realloc_retry probe.
23350         (__libc_memalign): Add memory_memalign_retry probe.
23351         (__libc_valloc): Add memory_valloc_retry probe.
23352         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23353         (__libc_calloc): Add memory_calloc_retry probe.
23354         * manual/probes.texi: Document them.
23356         * malloc/arena.c (get_free_list): Add probe
23357         memory_arena_reuse_free_list.
23358         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23359         and memory_arena_reuse.
23360         (arena_get2) [!PER_THREAD]: Likewise.
23361         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23362         memory_arena_reuse_realloc.
23363         * manual/probes.texi: Document them.
23365         * malloc/malloc.c (__libc_free): Add
23366         memory_mallopt_free_dyn_thresholds probe.
23367         (__libc_mallopt): Add multiple memory_mallopt probes.
23368         * manual/probes.texi: Document them.
23370         * malloc/malloc.c: Include stap-probe.h.
23371         (__libc_mallopt): Add memory_mallopt probe.
23372         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23373         * manual/probes.texi: New.
23374         * manual/Makefile (chapters): Add probes.
23375         * manual/threads.texi: Set next node.
23377 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23379         [BZ #15963, #13985]
23380         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23381         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23382         Add `Chinese' to `nan' entry name.
23384 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23386         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23387         (POLYNOMIAL): Likewise.
23388         (TAYLOR_SINCOS): Likewise.
23389         (TAYLOR_SLOW): Likewise.
23390         (__sin): Use TAYLOR_SINCOS.
23391         (__cos): Likewise.
23392         (slow): Use TAYLOR_SLOW.
23393         (sloww): Likewise.
23394         (bsloww): Likewise.
23395         (csloww): Likewise.
23397 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23399         * stdlib/strtod_l.c: Fix buffer overrun.
23401 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23403         * benchtests/Makefile (bench): Add sincos.
23404         * benchtests/bench-sincos.c: New file.
23406         * math/libm-test.inc (cos_test_data): New test inputs.
23407         (sin_test_data): Likewise.
23409         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23410         macro.
23411         (__sin): Use it.
23412         (__cos): Likewise.
23413         (slow1): Likewise.
23414         (slow2): Likewise.
23415         (sloww1): Likewise.
23416         (sloww2): Likewise.
23417         (bsloww1): Likewise.
23418         (bsloww2): Likewise.
23419         (cslow2): Likewise.
23420         (csloww1): Likewise.
23421         (csloww2): Likewise.
23423         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23424         function.
23425         (__sin): Use it.
23426         (__cos): Likewise.
23428         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23429         gotos.
23430         (__cos): Likewise.
23432 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23434         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23435         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23436         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23437         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23438         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23439         * elf/cache.c (print_entry): Handle the new cache flags.
23441 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23442             Aldy Hernandez  <aldyh@redhat.com>
23444         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23445         Change condition to [_SOFT_FLOAT].
23446         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23447         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23448         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23449         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23450         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23451         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23452         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23453         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23454         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23455         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23456         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23457         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23458         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23459         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23460         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23461         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23462         declaration.
23464 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23466         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23467         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23468         (__longjmp): Use LOAD_GP to load saved GPRs.
23469         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23470         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23471         (__sigsetjmp): Use SAVE_GP to save GPRs.
23473         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23474         Do not append -msoft-float.
23475         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23477 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23479         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23481 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23483         [BZ #15966]
23484         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23485         (_FPU_GETCW): Use initial "__" on variable and field names but not
23486         on macro parameter name.
23487         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23488         parentheses around reference to macro parameter.
23490 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23492         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23493         prototype.
23494         (ctype_startup): Use uint32_t in cast and sizeof for
23495         ctype->charnames.
23497 2013-09-11  Jia Liu  <proljc@gmail.com>
23499         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23500         __daddr_t_defined.
23501         [__FreeBSD__]: Likewise.
23503 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23505         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23506         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23507         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23508         (strchr): Remove __strchr_sse42 ifunc selection.
23509         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23510         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23512 2013-09-11  Will Newton  <will.newton@linaro.org>
23514         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23515         parameter to RES. Remove hardcoded 1000 value.
23516         * benchtests/bench-skeleton.c (main): Pass RES parameter
23517         to TIMING_INIT and multiply result by 1000.
23519 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23521         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23523 2013-09-11  Andreas Schwab  <schwab@suse.de>
23525         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23526         if not defined.
23527         (O_TMPFILE) [__USE_GNU]: Define.
23528         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23529         Define.
23531 2013-09-11  Will Newton  <will.newton@linaro.org>
23533         [BZ #15857]
23534         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23535         does not overflow.
23537 2013-09-11  Will Newton  <will.newton@linaro.org>
23539         [BZ #15856]
23540         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23541         does not overflow.
23543 2013-09-11  Will Newton  <will.newton@linaro.org>
23545         [BZ #15855]
23546         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23547         does not overflow.
23549 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23551         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23552         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23553         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23554         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23555         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23557 2013-09-10  Allan McRae  <allan@archlinux.org>
23559         [BZ #15748]
23560         * manual/arith.texi (Parsing of Floats): Clarify
23561         cross-reference.
23563         [BZ #15849]
23564         * manual/install.texi (Running make install): Mention
23565         --enable-pt-chown.
23566         * INSTALL: Regenerated.
23568 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23570         * csu/init-first.c (_init): Remove the !SHARED condition around
23571         FPU control word initialization.
23572         * elf/dl-support.c (_dl_fpu_control): New variable.
23573         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23574         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23575         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23576         * math/test-fpucw-static.c: New file.
23577         * math/test-fpucw-ieee.c: New file.
23578         * math/test-fpucw-ieee-static.c: New file.
23579         * math/Makefile (tests): Add `test-fpucw-ieee' and
23580         `$(tests-static)'.
23581         (tests-static): New variable.
23582         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23583         dependency to...
23584         [($(build-shared),yes)]
23585         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23586         ... this.
23587         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23588         New dependency.
23590 2013-09-09  Allan McRae  <allan@archlinux.org>
23592         [BZ #15939]
23593         * manual/string.texi (Collation Functions): Fix typo in
23594         strcoll example.
23595         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23597         [BZ #15893]
23598         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23600         [BZ #15892]
23601         * libio/memstream.c (open_memstream): Fix memory leak.
23602         * libio/wmemstream.c (open_wmemstream): Likewise.
23604         [BZ #15895]
23605         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23607 2013-09-09  Will Newton  <will.newton@linaro.org>
23609         * malloc/Makefile: Add tst-realloc to tests.
23610         * malloc/tst-realloc.c: New file.
23612 2013-09-09  Allan McRae  <allan@archlinux.org>
23614         [BZ #15844]
23615         * COPYING: Update from GNU website to fix FSF address.
23616         * COPYING.LIB: Likewise.
23618 2013-09-06  David S. Miller  <davem@davemloft.net>
23620         * po/zh_TW.po: Update Chinese (traditional) translation from
23621         translation project.
23623 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23624             Joseph Myers  <joseph@codesourcery.com>
23626         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23627         "localeinfo.h".
23628         (obstack_chunk_alloc): New macro.
23629         (obstack_chunk_free): Likewise.
23630         (record_offset): New function.
23631         (init_locale_data): Likewise.
23632         (align_locale_data): Likewise.
23633         (add_locale_empty): Likewise.
23634         (add_locale_raw_data): Likewise.
23635         (add_locale_raw_obstack): Likewise.
23636         (add_locale_string): Likewise.
23637         (add_locale_wstring): Likewise.
23638         (add_locale_uint32): Likewise.
23639         (add_locale_uint32_array): Likewise.
23640         (add_locale_char): Likewise.
23641         (start_locale_structure): Likewise.
23642         (end_locale_structure): Likewise.
23643         (start_locale_prelude): Likewise.
23644         (end_locale_prelude): Likewise.
23645         (write_locale_data): Take locale_file structure rather than an
23646         iovec.
23647         * locale/programs/locfile.h: Include "obstack.h".
23648         (struct locale_file): Change to store locale file contents instead
23649         of header.
23650         (init_locale_data): New prototype.
23651         (align_locale_data): Likewise.
23652         (add_locale_empty): Likewise.
23653         (add_locale_raw_data): Likewise.
23654         (add_locale_raw_obstack): Likewise.
23655         (add_locale_string): Likewise.
23656         (add_locale_wstring): Likewise.
23657         (add_locale_uint32): Likewise.
23658         (add_locale_uint32_array): Likewise.
23659         (add_locale_char): Likewise.
23660         (start_locale_structure): Likewise.
23661         (end_locale_structure): Likewise.
23662         (start_locale_prelude): Likewise.
23663         (end_locale_prelude): Likewise.
23664         (write_locale_data): Update prototype.
23665         * locale/programs/3level.h (struct TABLE): Remove result field.
23666         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23667         Use new locale_file interface.
23668         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23669         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23670         * locale/programs/ld-address.c (address_output): Use new
23671         locale_file interface.
23672         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23673         NO_ADD_LOCALE.
23674         (collate_finish): Don't call collseq_table_finalize.
23675         (collate_output): Use new locale_file interface.
23676         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23677         in file.
23678         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23679         (TABLE): Move defines earlier in file.
23680         (ELEMENT): Likewise.
23681         (DEFAULT): Likewise.
23682         (wctrans_table_add): Move macro and inline function earlier in
23683         file.
23684         (struct wctype_table): Move type earlier in file.
23685         (add_locale_wctype_table): New static prototype.
23686         (struct locale_ctype_t): Use logical types instead of struct iovec
23687         pointers for members.
23688         (ctype_output): Use new locale_file interface.
23689         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23690         new locale_file interface.
23691         (allocate_arrays): Update for use of new locale_file interface.
23692         * locale/programs/ld-identification.c (identification_output): Use
23693         new locale_file interface.
23694         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23695         * locale/programs/ld-messages.c (messages_output): Likewise.
23696         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23697         * locale/programs/ld-name.c (name_output): Likewise.
23698         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23699         * locale/programs/ld-paper.c (paper_output): Likewise.
23700         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23701         * locale/programs/ld-time.c (time_output): Likewise.
23703 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23705         * benchtests/Makefile: Add memrchr benchmark.
23706         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23707         benchmark as memrchr.
23708         * benchtests/bench-memrchr-ifunc.c: New file.
23709         * benchtests/bench-memrchr.c: New file.
23711 2013-09-06   Will Newton  <will.newton@linaro.org>
23713         * benchtests/Makefile (string-bench): Add memcpy.
23715 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23716             Cong Wang  <amwang@redhat.com>
23718         [BZ #15850]
23719         * sysdeps/unix/sysv/linux/bits/in.h
23720         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23721         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23722         before __USE_KERNEL_IPV6_DEFS uses.
23723         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23724         IPPROTO_BEETPH.
23725         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23726         sockaddr_in6, or ipv6_mreq.
23728 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23730         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23731         memory access for final bytes in some large inputs.
23732         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23734 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23736         * string/test-memrchr.c: New file.
23737         * string/test-memrchr-ifunc.c: New file.
23738         * string/Makefile: Add new memrchr testcase.
23740 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23742         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23743         fanotify_init returns EPERM.
23745 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23747         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23748         errors.
23749         (top level): Treat second token from macro or constant entries for
23750         allowed headers as allowed.
23751         * include/complex.h: Condition internal declarations on
23752         [!_ISOMAC].
23753         * include/fenv.h: Condition include of <stdbool.h> and internal
23754         declarations on [!_ISOMAC].
23756 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23758         [BZ #15923]
23759         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23761 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23763         * configure.in (--enable-versioning): Remove configure option.
23764         (libc_cv_asm_symver_directive): Remove configure test.
23765         (libc_cv_ld_version_script_option): Likewise.
23766         (VERSIONING): Remove variable and AC_SUBST.
23767         (DO_VERSIONING): Remove AC_DEFINE.
23768         * configure: Regenerated.
23769         * config.h.in (DO_VERSIONING): Remove macro.
23770         * Makerules [$(versioning) = yes]: Change conditionals to
23771         [$(build-shared) = yes].
23772         * config.make.in (versioning): Remove variable.
23773         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23774         [$(build-shared) = yes].
23775         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23776         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23777         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23778         [$(build-shared) = yes].
23779         * extra-lib.mk [$(versioning) = yes]: Likewise.
23780         * hurd/Makefile [$(versioning) = yes]: Likewise.
23781         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23782         [SHARED].
23783         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23784         [SHARED].
23785         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23786         [SHARED && !NO_HIDDEN].
23787         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23788         [SHARED].
23789         [SHARED && DO_VERSIONING]: Likewise..
23790         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23791         [$(build-shared) = yes].
23792         * manual/install.texi (--disable-versioning): Remove
23793         documentation.
23794         * INSTALL: Regenerated.
23795         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23796         to [SHARED].
23797         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23798         [$(build-shared) = yes].
23799         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23800         * sysdeps/i386/i686/multiarch/strstr-c.c
23801         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23802         [SHARED && !NO_HIDDEN].
23803         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23804         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23805         * sysdeps/powerpc/powerpc32/dl-machine.c
23806         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23807         * sysdeps/powerpc/powerpc32/sysdep.h
23808         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23809         to [SHARED && PIC && !NO_HIDDEN].
23810         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23811         conditional to [SHARED].
23813 2013-09-04   Will Newton  <will.newton@linaro.org>
23815         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23816         * benchtests/bench-string.h: Include bench-timing.h instead
23817         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23818         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23819         call to HP_TIMING_DIFF_INIT.
23820         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23821         instead of hp-timing.h macros.
23822         * benchtests/bench-memchr.c: Likewise.
23823         * benchtests/bench-memcmp.c: Likewise.
23824         * benchtests/bench-memcpy.c: Likewise.
23825         * benchtests/bench-memmem.c: Likewise.
23826         * benchtests/bench-memmove.c: Likewise.
23827         * benchtests/bench-memset.c: Likewise.
23828         * benchtests/bench-rawmemchr.c: Likewise.
23829         * benchtests/bench-strcasecmp.c: Likewise.
23830         * benchtests/bench-strcasestr.c: Likewise.
23831         * benchtests/bench-strcat.c: Likewise.
23832         * benchtests/bench-strchr.c: Likewise.
23833         * benchtests/bench-strcmp.c: Likewise.
23834         * benchtests/bench-strcpy.c: Likewise.
23835         * benchtests/bench-strcpy_chk.c: Likewise.
23836         * benchtests/bench-strlen.c: Likewise.
23837         * benchtests/bench-strncasecmp.c: Likewise.
23838         * benchtests/bench-strncat.c: Likewise.
23839         * benchtests/bench-strncmp.c: Likewise.
23840         * benchtests/bench-strncpy.c: Likewise.
23841         * benchtests/bench-strnlen.c: Likewise.
23842         * benchtests/bench-strpbrk.c: Likewise.
23843         * benchtests/bench-strrchr.c: Likewise.
23844         * benchtests/bench-strspn.c: Likewise.
23845         * benchtests/bench-strstr.c: Likewise.
23847 2013-09-04  Will Newton  <will.newton@linaro.org>
23849         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23851 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23853         [BZ #15427]
23854         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23855         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23856         * math/libm-test.inc (lgamma_test_data): Add more tests.
23857         * sysdeps/i386/fpu/libm-test-ulps: Update.
23858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23860 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23862         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23863         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23864         Add ifunc.
23865         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23866         Add strcmp-sse2-unaligned
23867         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23869 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23871         * Versions.def (libc): Add GLIBC_2.19.
23873 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23875         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23876         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23878 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23880         [BZ #14155]
23881         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23882         intermediate calculations in recurrence.
23883         (__ieee754_ynf): Likewise.
23884         * math/libm-test.inc (jn_test_data): Do not allow spurious
23885         underflow exception.  Add more tests.
23886         (yn_test_data): Add more tests.
23887         * sysdeps/i386/fpu/libm-test-ulps: Update.
23888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23890 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23892         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23894 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23896         * csu/init-first.c: Fix then/than typos.
23897         * locale/programs/ld-collate.c: Likewise.
23898         * locale/programs/linereader.h: Likewise.
23899         * manual/charset.texi: Likewise.
23900         * manual/filesys.texi: Likewise.
23901         * manual/stdio.texi: Likewise.
23902         * manual/string.texi: Likewise.
23903         * stdlib/fmtmsg.c: Likewise.
23904         * sysdeps/i386/stpncpy.S: Likewise.
23905         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23906         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23907         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23908         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23910 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23912         * elf/dl-open.c: Fix typos.
23913         * iconvdata/gbbig5.c: Likewise.
23914         * iconvdata/iso-2022-jp.c: Likewise.
23915         * iconv/gconv_int.h: Likewise.
23916         * iconv/loop.c: Likewise.
23917         * nis/rpcsvc/nis.h: Likewise.
23918         * resolv/ns_name.c: Likewise.
23919         * stdio-common/vfscanf.c: Likewise.
23920         * streams/stropts.h: Likewise.
23921         * sunrpc/rpc_thread.c: Likewise.
23922         * sysdeps/i386/strpbrk.S: Likewise.
23923         * sysdeps/ieee754/k_standard.c: Likewise.
23924         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23925         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23926         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23927         * sysdeps/mach/hurd/profil.c: Likewise.
23928         * sysdeps/s390/dl-procinfo.h: Likewise.
23929         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23930         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23931         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23932         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23933         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23935 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23937         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23938         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23940 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23942         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23943         aix specific files.
23944         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23945         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23946         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23947         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23948         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23949         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23950         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23951         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23953 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23954             Roland McGrath  <roland@hack.frob.com>
23956         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23957         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23959 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23961         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23962         __executable_start symbol instead of _start.
23964 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23966         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23967         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23968         Move macros to...
23969         * sysdeps/gnu/ldsodefs.h: ... this new file.
23971         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23972         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23973         instead of ELFOSABI_LINUX.
23975         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23976         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23977         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23978         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23979         Likewise.
23980         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23981         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23982         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23983         Likewise.
23984         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23985         (ibm_extended_long_double): Add ieee_nan member.
23986         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23987         (do_test): New function.
23989         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23990         TEST_TRUNC.
23991         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23992         functions, renamed from truncdfsf_test, trunctfsf_test,
23993         trunctfdf_test.
23994         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23995         functions.
23996         (do_test): Run all these.
23998 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24000         * argp/argp-help.c: Fix typos.
24001         * argp/argp-parse.c: Likewise.
24002         * debug/backtracesyms.c: Likewise.
24003         * elf/elf.h: Likewise.
24004         * malloc/malloc.c: Likewise.
24005         * nis/nis_print.c: Likewise.
24006         * resolv/res_comp.c: Likewise.
24007         * stdlib/stdlib.h: Likewise.
24008         * sunrpc/clnt_tcp.c: Likewise.
24009         * sunrpc/clnt_udp.c: Likewise.
24010         * sunrpc/clnt_unix.c: Likewise.
24011         * sysdeps/unix/bsd/ptsname.c: Likewise.
24012         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24013         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24015         Likewise.
24016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24017         Likewise.
24018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24019         Likewise.
24020         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24022 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24024         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24025         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24027 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24029         [BZ #15897]
24030         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24031         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24032         ($(objpfx)bug-dl-leaf): New rule.
24033         ($(objpfx)bug-dl-leaf.so): Likewise.
24034         ($(objpfx)bug-dl-leaf.out): Likewise.
24035         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24036         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24037         * dlfcn/bug-dl-leaf.c: New test.
24038         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24039         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24040         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24041         (dlclose): Likewise.
24042         (dlmopen): Likewise.
24044 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24046         * include/netdb.h [!_ISOMAC]:
24047         Don't include <tls.h>.
24048         (h_errno, __libc_h_errno): Move declaration and macros out of
24049         [_LIBC_REENTRANT].
24051         * include/resolv.h [_RESOLV_H_]:
24052         Don't include <tls.h>.
24053         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24054         * resolv/res_libc.c: Don't include <tls.h>.
24055         (_res): Use __attribute__ ((nocommon)) in place of
24056         __attribute__ ((section (".bss"))).
24058         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24059         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24061         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24063         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24064         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24066         * resolv/res_mkquery.c: Include <sys/time.h>.
24068         * inet/ifreq.c: Moved to ...
24069         * sysdeps/unix/ifreq.c: ... here.
24070         * inet/ifreq.c: New file, true stub version.
24072         * socket/sa_len.c: New file.
24073         * socket/Makefile (aux): Add it.
24074         * sysdeps/unix/sysv/linux/Makefile
24075         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24076         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24077         and #include <socket/sa_len.c>.
24078         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24079         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24081         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24082         * bits/socket.h: ... here.
24084         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24085         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24086         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24088 2013-08-27  Andreas Schwab  <schwab@suse.de>
24090         [BZ #15736]
24091         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24092         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24093         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24094         * string/test-strcasecmp.c (test_main): Run tests in several
24095         locales.
24096         * string/test-strncasecmp.c (test_main): Likewise.
24098         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24099         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24100         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24101         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24102         (__strncasecmp_ssse3) [PIC]: Likewise.
24104 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24106         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24108         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24109         instead of explicitly declaring xdecrypt.
24110         * nis/nss_nis/nis-publickey.c: Likewise.
24112 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24114         [BZ #15890]
24115         * nscd/aicache.c: Include res_hconf.h.
24116         (addhstaiX): Initialize res_hconf.
24118 2013-08-26  Andreas Schwab  <schwab@suse.de>
24120         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24121         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24123 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24125         * nscd/aicache.c (addhstaiX): Fix indentation.
24127 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24129         * configure.ac: Quote $build_pt_chown test.
24130         * configure: Regenerated.
24132 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24134         [BZ #15532]
24135         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24136         * math/s_cexpf.c (__cexpf): Likewise.
24137         * math/s_cexpl.c (__cexpl): Likewise.
24138         * math/libm-test.inc (cexp_test_data): Correct expected return
24139         value for NaN + i0.  Add another test.
24141 2013-08-22  David S. Miller  <davem@davemloft.net>
24143         * po/ca.po: Update Catalan translation from translation project.
24144         * po/uk.po: Add Ukrainian translations from translation project.
24146 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24148         [BZ #15797]
24149         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24150         is infinite, not alongside NaN test.
24151         * math/s_fdimf.c (__fdimf): Likewise.
24152         * math/s_fdiml.c (__fdiml): Likewise.
24153         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24154         errno is unchanged.
24156 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24158         * argp/argp-help.c: Fix typos.
24159         * crypt/speeds.c: Likewise.
24160         * csu/check_fds.c: Likewise.
24161         * elf/dl-load.c: Likewise.
24162         * elf/dl-open.c: Likewise.
24163         * elf/reldep3.c: Likewise.
24164         * elf/reldep.c: Likewise.
24165         * elf/sprof.c: Likewise.
24166         * iconv/iconv_charmap.c: Likewise.
24167         * iconv/skeleton.c: Likewise.
24168         * iconv/strtab.c: Likewise.
24169         * io/lockf64.c: Likewise.
24170         * libio/libioP.h: Likewise.
24171         * resolv/gai_notify.c: Likewise.
24172         * resolv/ns_name.c: Likewise.
24173         * resolv/ns_samedomain.c: Likewise.
24174         * resolv/res_send.c: Likewise.
24175         * stdlib/random.c: Likewise.
24176         * sunrpc/rpc/xdr.h: Likewise.
24177         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24178         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24179         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24180         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24181         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24182         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24183         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24184         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24185         * sysdeps/mach/hurd/check_fds.c: Likewise.
24186         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24187         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24188         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24189         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24190         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24191         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24192         * sysdeps/pthread/aio_notify.c: Likewise.
24193         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24194         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24195         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24196         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24197         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24199 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24201         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24202         version if bit_Slow_SSE4_2 is set.
24203         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24204         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24206 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24208         [BZ #15867]
24209         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24210         trampoline stack frame information.
24211         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24212         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24213         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24214         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24215         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24216         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24217         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24218         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24219         sa_flags value.
24220         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24221         interrupting a syscall and set with option SA_SIGINFO.
24223 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24225         [BZ #15531]
24226         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24227         argument is infinite.
24228         * math/s_cprojf.c (__cprojf): Likewise.
24229         * math/s_cprojl.c (__cprojl): Likewise.
24230         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24231         * math/libm-test.inc (cproj_test_data): Add more tests.
24233         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24235         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24236         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24237         size.  Use __ffs to determine corresponding shift.
24239 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24240             Roland McGrath  <roland@hack.frob.com>
24242         * Makefile (INSTALL): Remove trailing blank lines from output of
24243         makeinfo.
24245 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24247         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24248         Align 32 bit compat elf_greg to 8 bytes.
24250 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24252         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24254 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24256         * string/strcoll_l.c (coll_seq): New structure.
24257         (get_next_seq_cached): New function.
24258         (get_next_seq): New function.
24259         (do_compare): New function.
24260         (STRCOLL): Use GNU style definition.  Simplify implementation
24261         by using get_next_seq, get_next_seq_cached and do_compare.
24263 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24265         [BZ #14699]
24266         CVE-2013-4237
24267         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24268         member.
24269         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24270         member.
24271         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24272         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24273         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24274         conditional.
24275         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24276         GETDENTS_64BIT_ALIGNED.
24277         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24278         * manual/filesys.texi (Reading/Closing Directory): Document
24279         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24280         strongly.
24281         * manual/conf.texi (Limits for Files): Add portability note to
24282         NAME_MAX, PATH_MAX.
24283         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24285 2013-08-13  Andreas Schwab  <schwab@suse.de>
24287         [BZ #15749]
24288         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24289         of fabs.
24290         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24291         LDBL_MAX_EXP >= 16384]: Add tests for it.
24293 2013-08-12  David S. Miller  <davem@davemloft.net>
24295         * version.h (RELEASE): Set to "development".
24296         (VERSION): Set to "2.18.90".
24297         * NEWS: Add 2.19 section.
24299 2013-08-03  David S. Miller  <davem@davemloft.net>
24301         * po/ko.po: Update Korean translation from translation project.
24303 2013-08-01  David S. Miller  <davem@davemloft.net>
24305         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24306         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24307         Bilka.
24309 2013-07-30  David S. Miller  <davem@davemloft.net>
24311         * po/fr.po: Update French translation from translation project.
24313 2013-07-28  David S. Miller  <davem@davemloft.net>
24315         * po/cs.po: Update Czech translation from translation project.
24317         * po/sv.po: Update Swedish translation from translation project.
24319 2013-07-27  David S. Miller  <davem@davemloft.net>
24321         * po/eo.po: Update Esperanto translation from translation project.
24323         * po/vi.po: Update Vietnamese translation from translation project.
24325         * po/de.po: Update German translation from translation project.
24327 2013-07-26  David S. Miller  <davem@davemloft.net>
24329         * po/bg.po: Update Bulgarian translation from translation project.
24331         * po/nl.po: Update Dutch translation from translation project.
24332         * po/pl.po: Update Polish translation from translation project.
24333         * po/ru.po: Update Russian translation from translation project.
24335 2013-07-24  David S. Miller  <davem@davemloft.net>
24337         * po/libc.pot: Update.
24339 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24341         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24342         variable page size.
24343         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24344         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24345         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24347 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24349         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24351 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24352             Andreas Schwab  <schwab@suse.de>
24353             Roland McGrath  <roland@hack.frob.com>
24354             Joseph Myers  <joseph@codesourcery.com>
24355             Carlos O'Donell  <carlos@redhat.com>
24357         [BZ #15755]
24358         * config.h.in: Define HAVE_PT_CHOWN.
24359         * config.make.in (build-pt-chown): New variable.
24360         * configure.in (--enable-pt_chown): New configure option.
24361         * configure: Regenerate.
24362         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24363         build-pt-chown is enabled.
24364         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24365         pt_chown to fix pty ownership.
24366         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24367         CLOSE_ALL_FDS.
24368         * manual/install.texi (Configuring and compiling): Mention
24369         --enable-pt_chown. Add @findex for grantpt.
24370         * INSTALL: Regenerate.
24372 2013-07-20  David S. Miller  <davem@davemloft.net>
24374         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24375         difference between 32-bit and 64-bit.
24377 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24379         [BZ #15711]
24380         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24381         Avoid system header dependency with -ffreestanding.
24382         ($(objpfx)bits/syscall%d): Likewise.
24384 2013-07-13  David S. Miller  <davem@davemloft.net>
24386         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24387         underflows from atanl/atan2l due to bug 15319.
24388         (casinh_test_data): Likewise.
24390 2013-07-07  David S. Miller  <davem@davemloft.net>
24392         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24394 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24396         * sysdeps/i386/fpu/libm-test-ulps: Update.
24397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24399 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24401         * configure.in (--enable-lock-elision): Fix message text.
24402         * INSTALL: Regenerate.
24403         * configure: Regenerate.
24405 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24407         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24409 2013-07-03  Andreas Jaeger  <aj@suse.de>
24411         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24412         define.
24413         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24414         (ptrace_peeksiginfo_args): Add.
24415         (__ptrace_peeksiginfo_flags): Add.
24416         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24417         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24418         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24420 2013-07-03  Allan McRae  <allan@archlinux.org>
24422         * sysdeps/i386/fpu/libm-test-ulps: Update.
24424 2013-07-02  David S. Miller  <davem@davemloft.net>
24426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24428 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24430         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24432 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24434         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24437 2013-07-02  Andi Kleen <ak@linux.intel.com>
24439         * config.h.in (ENABLE_LOCK_ELISION): Add.
24440         * configure.in (--enable-lock-elision): Add option.
24441         * manual/install.texi: Document --enable lock elision.
24442         * configure: Regenerate
24443         * INSTALL: Regenerate.
24445 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24447         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24448         SSE4.2 strcasecmp for libc.a.
24449         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24451 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24453         [BZ #13304]
24454         * soft-fp/op-common.h (_FP_FMA): New macro.
24455         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24456         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24457         (_FP_MUL_MEAT_1_imm): ... here.
24458         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24459         (_FP_MUL_MEAT_1_wide): ... here.
24460         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24461         (_FP_MUL_MEAT_1_hard): ... here.
24462         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24463         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24464         (_FP_MUL_MEAT_2_wide): ... here.
24465         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24466         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24467         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24468         (_FP_MUL_MEAT_2_gmp): ... here.
24469         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24470         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24471         (_FP_MUL_MEAT_4_wide): ... here.
24472         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24473         (_FP_MUL_MEAT_4_gmp): ... here.
24474         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24475         (_FP_WFRACBITS_DW_S): Likewise.
24476         (_FP_WFRACXBITS_DW_S): Likewise.
24477         (_FP_HIGHBIT_DW_S): Likewise.
24478         (FP_FMA_S): Likewise.
24479         (_FP_FRAC_HIGH_DW_S): Likewise.
24480         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24481         (_FP_WFRACBITS_DW_D): Likewise.
24482         (_FP_WFRACXBITS_DW_D): Likewise.
24483         (_FP_HIGHBIT_DW_D): Likewise.
24484         (FP_FMA_D): Likewise.
24485         (_FP_FRAC_HIGH_DW_D): Likewise.
24486         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24487         (_FP_WFRACBITS_DW_E): Likewise.
24488         (_FP_WFRACXBITS_DW_E): Likewise.
24489         (_FP_HIGHBIT_DW_E): Likewise.
24490         (FP_FMA_E): Likewise.
24491         (_FP_FRAC_HIGH_DW_E): Likewise.
24492         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24493         (_FP_WFRACBITS_DW_Q): Likewise.
24494         (_FP_WFRACXBITS_DW_Q): Likewise.
24495         (_FP_HIGHBIT_DW_Q): Likewise.
24496         (FP_FMA_Q): Likewise.
24497         (_FP_FRAC_HIGH_DW_Q): Likewise.
24498         * soft-fp/fmasf4.c: New file.
24499         * soft-fp/fmadf4.c: Likewise.
24500         * soft-fp/fmatf4.c: Likewise.
24502 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24504         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24505         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24506         Silvermont.
24507         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24508         macro.
24509         (index_Slow_SSE4_2): Likewise.
24510         (index_Prefer_PMINUB_for_stringop): Likewise.
24511         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24512         bit_Slow_SSE4_2 is set.
24513         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24514         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24516 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24518         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24519         rtld_global._dl_hwcap2.
24520         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24521         POWER8.
24522         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24523         POWER8 feature descriptions defined in _dl_hwcap2.
24524         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24525         string handling for POWER8 feature bits.
24526         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24527         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24528         _dl_powerpc_cap_flags.
24529         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24530         * sysdeps/powerpc/rtld-global-offsets.sym
24531         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24532         _dl_hwcap2 in the rtld_global_ro structure.
24534 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24536         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24537         hardware capabilities in support of AT_HWCAP2.
24538         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24539         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24540         GLRO(dl_hwcap2).
24541         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24542         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24543         explicitly the unknown a_type display mechanism is used.
24544         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24545         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24546         struct member.
24547         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24548         to macro prototype for AT_HWCAP2 support.
24549         * sysdeps/i386/dl-procinfo.h: Likewise.
24550         * sysdeps/s390/dl-procinfo.h: Likewise.
24551         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24552         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24553         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24554         return -1 for unknown a_type display fallback.
24555         * sysdeps/sparc/dl-procinfo.h: Likewise.
24556         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24557         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24559 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24561         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24562         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24564 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24566         [BZ #12492]
24567         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24568         mprotect making __stack_prot writable.
24570 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24571             Joseph Myers  <joseph@codesourcery.com>
24573         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24574         as being properly aligned.
24576 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24578         * dlfcn/modstatic5.c: New file.
24579         * dlfcn/tststatic5.c: New file.
24580         * dlfcn/Makefile (tests): Add tststatic5.
24581         (tests-static): Likewise.
24582         (modules-names): Add modstatic5.
24583         (tststatic5-ENV): New variable.
24584         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24586         [BZ #15022]
24587         * elf/dl-support.c (_dl_main_map): New variable.
24588         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24589         (_dl_nns, _dl_load_adds): Set to 1.
24590         (_dl_initial_searchlist): Refer to _dl_main_map.
24591         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24592         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24593         call to _dl_get_origin.
24594         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24595         around call_map.
24596         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24597         * dlfcn/modstatic3.c: New file.
24598         * dlfcn/tststatic3.c: New file.
24599         * dlfcn/tststatic4.c: New file.
24600         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24601         (tests-static): Likewise.
24602         (modules-names): Add modstatic3.
24603         (tststatic3-ENV, tststatic4-ENV): New variables.
24604         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24605         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24607 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24609         * configure.in (CC): Require GCC version 4.4 or later.
24610         * configure: Regenerated.
24611         * manual/install.texi (Tools for Compilation): Update GCC version
24612         requirement.
24613         * INSTALL: Regenerated.
24615 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24617         [BZ #15674]
24618         * string/test-memcmp.c (check2): New.
24619         (main): Call check2.
24621         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24623 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24625         [BZ #15022]
24626         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24627         over to...
24628         (dl_open_worker) [!SHARED]: ... here.
24630 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24632         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24634 2013-06-25  Richard Henderson  <rth@redhat.com>
24636         * locale/programs/locarchive.c: Include <libc-internal.h>
24638 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24640         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24641         trailing whitespace removed.
24643 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24645         [BZ #10283]
24646         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24647         * locale/programs/locarchive.c: Include libc-mmap.h.
24648         (prepare_address_space): Take two new outputs (the mmap base and len).
24649         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24650         values.
24651         (create_archive): Declare new mmap base and len values for
24652         prepare_address_space, and store the result in ah.
24653         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24654         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24655         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24656         Declare new mmap base and len values for
24657         prepare_address_space, and store the result in new_ah.
24658         (open_archive): Declare new mmap base and len values for
24659         prepare_address_space, and store the result in ah.
24660         (close_archive): If ah->mmap_base is not NULL, use that and
24661         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24662         * sysdeps/generic/libc-mmap.h: New file.
24664 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24666         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24667         (ALIGN_UP): Likewise.
24668         (PTR_ALIGN_DOWN): Likewise.
24669         (PTR_ALIGN_UP): Likewise.
24671 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24673         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24674         entry mapped to PPC_PLATFORM_POWER8.
24675         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24676         POWER8.
24677         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24678         (_dl_string_platform): Add case for exporting platform position for
24679         POWER8.
24680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24681         search path to sysdeps/powerpc/powerpc32/power8 directory.
24682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24683         search path to sysdeps/powerpc/powerpc64/power8 directory.
24684         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24685         power7 directories.
24686         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24687         power7 directories.
24689 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24691         * INSTALL: Regenerate.
24693         * nscd/connections.c (nscd_init): Fix comment.
24695 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24697         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24699         [BZ #15667]
24700         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24701         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24703 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24705         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24706         DL_DST_REQ_STATIC.
24707         (DL_DST_REQ_STATIC): Remove macro.
24709 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24711         [BZ #7006]
24712         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24713         with a shift of 0 bits.
24715 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24717         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24718         $(tststatic-ENV).
24720 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24722         [BZ #15655]
24723         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24725 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24727         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24728         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24729         accepts -fno-tree-loop-distribute-patterns.
24730         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24731         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24732         recursive call.
24733         * string/memset.c (memset): Likewise.
24734         * string/test-memmove.c (simple_memmove): Disable loop transformation
24735         to library calls.
24736         * string/test-memset.c (simple_memset): Likewise.
24737         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24738         * benchtests/bench-memset.c (simple_memset): Likewise.
24739         * configure: Regenerated.
24741 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24743         * math/test-misc.c (main): Ignore fesetround failure when failures
24744         of subsequent rounding tests would be ignored.
24746         [BZ #15654]
24747         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24748         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24749         * math/fegetenv.c (__fegetenv): Return 0.
24750         * math/fegetexcept.c (fegetexcept): Return 0.
24751         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24752         FE_TONEAREST.
24753         * math/feholdexcpt.c (feholdexcept): Return 0.
24754         * math/fesetenv.c (__fesetenv): Return 0.
24755         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24756         argument FE_TONEAREST.
24757         * math/feupdateenv.c (__feupdateenv): Return 0.
24758         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24760 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24762         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24763         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24764         ($(objpfx)rtld-%.os rules): Use them.
24766 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24768         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24769         fields.
24771 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24773         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24774         length of target pattern, then descending length of dependency pattern.
24775         * configure.in (AWK): Require gawk 3.1.2 or newer.
24776         * manual/install.texi (Tools for Compilation): Say that we do.
24777         * configure: Regenerated.
24779         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24780         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24781         * scripts/sysd-rules.awk: ... this new script.
24782         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24783         than a glob-style pattern.
24785 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24787         * math/test-misc.c (main): Do not treat incorrectly rounded
24788         conversions as failure unless ROUNDING_TESTS passes.
24790 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24792         [BZ #15631]
24793         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24794         restore exception state around main square root computation, then
24795         check for inexactness explicitly.
24797         * math/libm-test.inc (fma_test_data): Add another test.
24799 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24801         * manual/threads.texi (Non-POSIX Extensions): New document
24802         node.  Document pthread_getattr_default_np and
24803         pthread_setattr_default_np.
24805         * Versions.def (libpthread): Add GLIBC_2.18.
24806         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24808         Likewise.
24809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24810         Likewise.
24811         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24812         Likewise.
24813         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24814         Likewise.
24815         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24816         Likewise.
24817         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24818         Likewise.
24819         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24820         Likewise.
24821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24822         Likewise.
24823         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24824         Likewise.
24826 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24828         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24829         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24831 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24832             H.J. Lu  <hjl.tools@gmail.com>
24834         [BZ #15627]
24835         * sysdeps/x86_64/rtld-memset.c: Remove file.
24836         * sysdeps/x86_64/rtld-memset.S: New file.
24838 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24840         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24841         (test_in_one_mode): Take arguments for whether the rounding mode
24842         is supported for each floating-point type.
24843         (do_test): Pass new arguments to test_in_one_mode using
24844         ROUNDING_TESTS.
24846 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24848         * posix/tst-waitid.c (do_test): Distinguish different instances of
24849         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24850         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24851         before entering the kernel for waitpid.
24853 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24855         * NEWS: Fix note on clock function precision.  Text by Roland
24856         McGrath.
24858 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24860         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24861         it into place only when and if the sanity check passes.
24863 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24865         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24866         output for whether conversion result is exact.  Take argument
24867         indicating whether type is IBM long double.
24868         (round_for_all): Change need_exact field to ibm_ld.
24869         * stdlib/tst-strtod-round.c (struct exactness): New type.
24870         (struct test): Change bool ld_ok field to struct exactness exact.
24871         (TEST): Update all definitions for change to field.
24872         (tests): Regenerate array contents.
24873         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24874         field value.  Check for IBM long double here.
24875         (do_test): Update calls to test_in_one_mode.
24877 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24879         [BZ #12515]
24880         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24881         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24883 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24885         [BZ #15605]
24886         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24887         generated by the compiler on loop optimizations.
24888         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24889         general definitions.
24891 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24893         * math/bug-nextafter.c: Include <math-tests.h>.
24894         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24895         the relevant type.
24896         * math/bug-nexttoward.c: Include <math-tests.h>.
24897         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24898         the relevant type.
24899         * math/test-misc.c: Include <math-tests.h>.
24900         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24901         the relevant type.
24903 2013-06-12  Andreas Jaeger  <aj@suse.de>
24905         * po/ia.po: Update Interlingua translation from translation
24906         project.
24908 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24910         * include/fenv.h: Include stdbool.h.
24911         (struct rm_ctx): New structure.
24912         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24913         Define macro.
24914         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24915         (SET_RESTORE_ROUNDF): Likewise.
24916         (SET_RESTORE_ROUNDL): Likewise.
24917         (SET_RESTORE_ROUND_NOEX): Likewise.
24918         (SET_RESTORE_ROUND_NOEXF): Likewise.
24919         (SET_RESTORE_ROUND_NOEXL): Likewise.
24920         (SET_RESTORE_ROUND_53BIT): Likewise.
24921         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24922         (libc_feresetround_noexf_ctx): Likewise.
24923         (libc_feresetround_noexl_ctx): Likewise.
24924         (libc_feholdsetround_53bit_ctx): Likewise.
24925         (libc_feresetround_53bit_ctx): Likewise.
24926         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24927         (libc_feholdexcept_setround_sse_ctx): New function.
24928         (libc_fesetenv_sse_ctx): Likewise.
24929         (libc_feupdateenv_sse_ctx): Likewise.
24930         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24931         (libc_feholdexcept_setround_387_ctx): Likewise.
24932         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24933         (libc_feholdsetround_387_prec_ctx): Likewise.
24934         (libc_feholdsetround_387_ctx): Likewise.
24935         (libc_feholdsetround_387_53bit_ctx): Likewise.
24936         (libc_feholdsetround_sse_ctx): Likewise.
24937         (libc_feresetround_sse_ctx): Likewise.
24938         (libc_feresetround_387_ctx): Likewise.
24939         (libc_feupdateenv_387_ctx): Likewise.
24940         (libc_feholdexcept_setroundf_ctx): Define macro.
24941         (libc_fesetenvf_ctx): Likewise.
24942         (libc_feupdateenvf_ctx): Likewise.
24943         (libc_feholdsetroundf_ctx): Likewise.
24944         (libc_feresetroundf_ctx): Likewise.
24945         (libc_feholdexcept_setround_ctx): Likewise.
24946         (libc_fesetenv_ctx): Likewise.
24947         (libc_feupdateenv_ctx): Likewise.
24948         (libc_feholdsetround_ctx): Likewise.
24949         (libc_feresetround_ctx): Likewise.
24950         (libc_feholdexcept_setroundl_ctx): Likewise.
24951         (libc_feupdateenvl_ctx): Likewise.
24952         (libc_feholdsetroundl_ctx): Likewise.
24953         (libc_feresetroundl_ctx): Likewise.
24954         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24955         (libc_feresetround_53bit_ctx): Likewise.
24957 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24959         * locale/iso-639.def: Convert to UTF-8.
24961 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24963         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24964         (EXCEPTION_TESTS_double): Likewise.
24965         (EXCEPTION_TESTS_long_double): Likewise.
24966         (EXCEPTION_TESTS): Likewise.
24967         * math/libm-test.inc (test_exceptions): Only test exceptions if
24968         EXCEPTION_TESTS (FLOAT).
24970 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24972         * benchtests/Makefile (string-bench): Add strcpy_chk and
24973         stpcpy_chk.
24974         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24975         * benchtests/bench-stpcpy_chk.c: New file.
24976         * benchtests/bench-strcpy_chk-ifunc.c: New file.
24977         * benchtests/bench-strcpy_chk.c: New file.
24978         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24979         code.
24980         (do_test): Likewise.
24982 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24984         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24985         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24986         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24987         with tabs where appropriate.
24988         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24989         dl-procinfo.h.
24990         [PPC_PLATFORM_PPC440]: Likewise.
24991         [PPC_PLATFORM_PPC464]: Likewise.
24992         [PPC_PLATFORM_PPC476]: Likewise.
24993         (_dl_string_platform): Add support for detecting ppc405, ppc440,
24994         ppc464, and ppc476 platform strings merging from ports/
24995         dl-procinfo.h.
24997 2013-06-11  Andreas Schwab  <schwab@suse.de>
24999         [BZ #14991]
25000         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25001         (from_ucs4_idx): Regenerate.
25002         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25003         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25004         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25005         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25006         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25007         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25008         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25009         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25010         from FROM_LOOP and TO_LOOP specific macros.
25011         (BODY): Handle combining characters.
25012         * iconvdata/BIG5HKSCS.irreversible: Update.
25013         * iconvdata/BIG5HKSCS.precomposed: New file.
25014         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25015         characters.
25016         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25018 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25020         * include/sys/time.h: Fix indentation and add copyright header.
25022         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25023         (do_test): Likewise.
25024         * string/test-memchr.c (do_one_test): Likewise.
25025         (do_test): Likewise.
25026         * string/test-memcmp.c (do_one_test): Likewise.
25027         (do_test): Likewise.
25028         * string/test-memcpy.c (do_one_test): Likewise.
25029         (do_test): Likewise.
25030         * string/test-memmem.c (do_one_test): Likewise.
25031         (do_test): Likewise.
25032         (do_random_tests): Likewise.
25033         * string/test-memmove.c (do_one_test): Likewise.
25034         (do_test): Likewise.
25035         * string/test-memset.c (do_one_test): Likewise.
25036         (do_test): Likewise.
25037         * string/test-rawmemchr.c (do_one_test): Likewise.
25038         (do_test): Likewise.
25039         * string/test-strcasecmp.c (do_one_test): Likewise.
25040         (do_test): Likewise.
25041         * string/test-strcasestr.c (do_one_test): Likewise.
25042         (do_test): Likewise.
25043         * string/test-strcat.c (do_one_test): Likewise.
25044         (do_test): Likewise.
25045         * string/test-strchr.c (do_one_test): Likewise.
25046         (do_test): Likewise.
25047         * string/test-strcmp.c (do_one_test): Likewise.
25048         (do_test): Likewise.
25049         * string/test-strcpy.c (do_one_test): Likewise.
25050         (do_test): Likewise.
25051         * string/test-string.h: Likewise.
25052         (test_init): Likewise.
25053         * string/test-strlen.c (do_one_test): Likewise.
25054         (do_test): Likewise.
25055         * string/test-strncasecmp.c (do_one_test): Likewise.
25056         (do_test): Likewise.
25057         * string/test-strncat.c (do_one_test): Likewise.
25058         (do_test): Likewise.
25059         * string/test-strncmp.c (do_one_test): Likewise.
25060         (do_test_limit): Likewise.
25061         (do_test): Likewise.
25062         * string/test-strncpy.c (do_one_test): Likewise.
25063         (do_test): Likewise.
25064         * string/test-strnlen.c (do_one_test): Likewise.
25065         (do_test): Likewise.
25066         * string/test-strpbrk.c (do_one_test): Likewise.
25067         (do_test): Likewise.
25068         * string/test-strrchr.c (do_one_test): Likewise.
25069         (do_test): Likewise.
25070         * string/test-strspn.c (do_one_test): Likewise.
25071         (do_test): Likewise.
25072         * string/test-strstr.c (do_one_test): Likewise.
25073         (do_test): Likewise.
25075         * benchtests/Makefile (string-bench): Add string benchmarks.
25076         * benchtests/bench-bcopy-ifunc.c: New file.
25077         * benchtests/bench-bcopy.c: New file.
25078         * benchtests/bench-bzero-ifunc.c: New file.
25079         * benchtests/bench-bzero.c: New file.
25080         * benchtests/bench-memccpy-ifunc.c: New file.
25081         * benchtests/bench-memccpy.c: New file.
25082         * benchtests/bench-memchr-ifunc.c: New file.
25083         * benchtests/bench-memchr.c: New file.
25084         * benchtests/bench-memcmp-ifunc.c: New file.
25085         * benchtests/bench-memcmp.c: New file.
25086         * benchtests/bench-memmem-ifunc.c: New file.
25087         * benchtests/bench-memmem.c: New file.
25088         * benchtests/bench-memmove-ifunc.c: New file.
25089         * benchtests/bench-memmove.c: New file.
25090         * benchtests/bench-mempcpy-ifunc.c: New file.
25091         * benchtests/bench-mempcpy.c: New file.
25092         * benchtests/bench-memset-ifunc.c: New file.
25093         * benchtests/bench-memset.c: New file.
25094         * benchtests/bench-rawmemchr-ifunc.c: New file.
25095         * benchtests/bench-rawmemchr.c: New file.
25096         * benchtests/bench-stpcpy-ifunc.c: New file.
25097         * benchtests/bench-stpcpy.c: New file.
25098         * benchtests/bench-stpncpy-ifunc.c: New file.
25099         * benchtests/bench-stpncpy.c: New file.
25100         * benchtests/bench-strcasecmp-ifunc.c: New file.
25101         * benchtests/bench-strcasecmp.c: New file.
25102         * benchtests/bench-strcasestr-ifunc.c: New file.
25103         * benchtests/bench-strcasestr.c: New file.
25104         * benchtests/bench-strcat-ifunc.c: New file.
25105         * benchtests/bench-strcat.c: New file.
25106         * benchtests/bench-strchr-ifunc.c: New file.
25107         * benchtests/bench-strchr.c: New file.
25108         * benchtests/bench-strchrnul-ifunc.c: New file.
25109         * benchtests/bench-strchrnul.c: New file.
25110         * benchtests/bench-strcmp-ifunc.c: New file.
25111         * benchtests/bench-strcmp.c: New file.
25112         * benchtests/bench-strcpy-ifunc.c: New file.
25113         * benchtests/bench-strcpy.c: New file.
25114         * benchtests/bench-strcspn-ifunc.c: New file.
25115         * benchtests/bench-strcspn.c: New file.
25116         * benchtests/bench-strlen-ifunc.c: New file.
25117         * benchtests/bench-strlen.c: New file.
25118         * benchtests/bench-strncasecmp-ifunc.c: New file.
25119         * benchtests/bench-strncasecmp.c: New file.
25120         * benchtests/bench-strncat-ifunc.c: New file.
25121         * benchtests/bench-strncat.c: New file.
25122         * benchtests/bench-strncmp-ifunc.c: New file.
25123         * benchtests/bench-strncmp.c: New file.
25124         * benchtests/bench-strncpy-ifunc.c: New file.
25125         * benchtests/bench-strncpy.c: New file.
25126         * benchtests/bench-strnlen-ifunc.c: New file.
25127         * benchtests/bench-strnlen.c: New file.
25128         * benchtests/bench-strpbrk-ifunc.c: New file.
25129         * benchtests/bench-strpbrk.c: New file.
25130         * benchtests/bench-strrchr-ifunc.c: New file.
25131         * benchtests/bench-strrchr.c: New file.
25132         * benchtests/bench-strspn-ifunc.c: New file.
25133         * benchtests/bench-strspn.c: New file.
25134         * benchtests/bench-strstr-ifunc.c: New file.
25135         * benchtests/bench-strstr.c: New file.
25137         * benchtests/Makefile: Disable parallel execution of targets.
25138         (string-bench): Add memcpy.
25139         (benchset): New variable to store a list of benchmark sets.
25140         (bench-func): Renamed from bench.
25141         (bench-set): New target.
25142         (bench): Depend on bench-func and bench-set.
25143         * benchtests/README: Add section on benchmark sets.
25144         * benchtests/bench-memcpy-ifunc.c: New file.
25145         * benchtests/bench-memcpy.c: New file.
25146         * benchtests/bench-string.h: New file.
25148 2013-06-11  Andreas Schwab  <schwab@suse.de>
25150         [BZ #15577]
25151         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25152         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25153         values in the triple.
25154         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25155         terminator in the group key.
25157 2013-06-11  Andreas Jaeger  <aj@suse.de>
25159         * po/zh_TW.po: Update Chinese (traditional) translation from
25160         translation project.
25162 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25164         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25165         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25166         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25167         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25168         (clock_getcpuclockid): Likewise.
25169         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25170         Add weak_alias and libc_hidden_def.
25171         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25172         * rt/clock_gettime.c (clock_gettime): Rename to
25173         __clock_gettime.  Add weak_alias and libc_hidden_def.
25174         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25175         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25176         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25177         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25178         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25179         Likewise.
25180         * rt/clock_settime.c (clock_settime): Rename to
25181         __clock_settime.  Add weak_alias and libc_hidden_def.
25182         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25184 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25186         * mach/err_boot.sub: Remove trailing whitespace.
25187         * mach/err_ipc.sub: Likewise.
25188         * mach/err_mach.sub: Likewise.
25190         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25191         (ROUNDING_TESTS_double): Likewise.
25192         (ROUNDING_TESTS_long_double): Likewise.
25193         (ROUNDING_TESTS): Likewise.
25194         * math/libm-test.inc: Include <math-tests.h>.
25195         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25196         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25197         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25198         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25200 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25202         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25203         of assigning.
25205 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25207         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25208         otherwise empty TRANS lines.
25209         * sysdeps/gnu/errlist.c: Regenerated.
25211         * catgets/gencat.c (error_print): Use (void) in function
25212         definition.
25213         * crypt/crypt_util.c (__init_des): Likewise.
25214         * crypt/speeds.c (Stop): Likewise.
25215         (main): Likewise.
25216         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25217         * inet/ruserpass.c (token): Likewise.
25218         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25219         * intl/localealias.c (extend_alias_table): Likewise.
25220         * intl/plural-exp.c (init_germanic_plural): Likewise.
25221         * libio/fcloseall.c (__fcloseall): Likewise.
25222         * libio/genops.c (_IO_flush_all): Likewise.
25223         (_IO_flush_all_linebuffered): Likewise.
25224         (_IO_cleanup): Likewise.
25225         (_IO_iter_begin): Likewise.
25226         (_IO_iter_end): Likewise.
25227         (_IO_list_lock): Likewise.
25228         (_IO_list_unlock): Likewise.
25229         (_IO_list_resetlock): Likewise.
25230         * libio/getchar.c (getchar): Likewise.
25231         * libio/getchar_u.c (getchar_unlocked): Likewise.
25232         * libio/getwchar.c (getwchar): Likewise.
25233         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25234         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25235         * login/getpt.c (__getpt): Likewise.
25236         * login/tst-utmp.c (main): Likewise.
25237         * malloc/hooks.c (__malloc_check_init): Likewise.
25238         * malloc/malloc.c (__malloc_stats): Likewise.
25239         * malloc/mtrace.c (tr_break): Likewise.
25240         (mtrace): Likewise.
25241         (muntrace): Likewise.
25242         * misc/fstab.c (endfsent): Likewise.
25243         * misc/getclktck.c (__getclktck): Likewise.
25244         * misc/getdtsz.c (__getdtablesize): Likewise.
25245         * misc/gethostid.c (gethostid): Likewise.
25246         * misc/getpagesize.c (__getpagesize): Likewise.
25247         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25248         (__get_nprocs): Likewise.
25249         (__get_phys_pages): Likewise.
25250         (__get_avphys_pages): Likewise.
25251         * misc/getttyent.c (getttyent): Likewise.
25252         (setttyent): Likewise.
25253         (endttyent): Likewise.
25254         * misc/getusershell.c (getusershell): Likewise.
25255         (endusershell): Likewise.
25256         (setusershell): Likewise.
25257         (initshells): Likewise.
25258         * misc/hsearch.c (__hdestroy): Likewise.
25259         * misc/sync.c (sync): Likewise.
25260         * misc/syslog.c (closelog_internal): Likewise.
25261         (closelog): Likewise.
25262         * misc/ttyslot.c (ttyslot): Likewise.
25263         * misc/vhangup.c (vhangup): Likewise.
25264         * posix/fork.c (__fork): Likewise.
25265         * posix/getegid.c (__getegid): Likewise.
25266         * posix/geteuid.c (__geteuid): Likewise.
25267         * posix/getgid.c (__getgid): Likewise.
25268         * posix/getpid.c (__getpid): Likewise.
25269         * posix/getppid.c (__getppid): Likewise.
25270         * posix/getuid.c (__getuid): Likewise.
25271         * posix/pause.c (pause): Likewise.
25272         * posix/setpgrp.c (setpgrp): Likewise.
25273         * posix/setsid.c (__setsid): Likewise.
25274         * posix/test-vfork.c (noop): Likewise.
25275         * resolv/gethnamaddr.c (_endhtent): Likewise.
25276         (_gethtent): Likewise.
25277         (ht_endhostent): Likewise.
25278         (gethostent): Likewise.
25279         (dns_service): Likewise.
25280         * stdlib/drand48.c (drand48): Likewise.
25281         * stdlib/lrand48.c (lrand48): Likewise.
25282         * stdlib/mrand48.c (mrand48): Likewise.
25283         * stdlib/rand.c (rand): Likewise.
25284         * stdlib/random.c (__random): Likewise.
25285         * stdlib/setenv.c (clearenv): Likewise.
25286         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25287         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25288         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25289         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25290         (__get_nprocs): Likewise.
25291         (__get_phys_pages): Likewise.
25292         (__get_avphys_pages): Likewise.
25293         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25294         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25295         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25296         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25297         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25298         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25299         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25300         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25301         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25302         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25303         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25304         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25305         * sysdeps/posix/clock.c (clock): Likewise.
25306         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25307         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25308         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25309         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25310         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25311         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25312         (__get_nprocs_conf): Likewise.
25313         (__get_phys_pages): Likewise.
25314         (__get_avphys_pages): Likewise.
25315         * time/clock.c (clock): Likewise.
25316         * time/tzset.c (__tzname_max): Likewise.
25318 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25320         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25321         (__bswap_32): Do not use "register".
25322         * crypt/crypt.c (_ufc_doit_r): Likewise.
25323         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25324         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25325         * gmon/gmon.c (__monstartup): Likewise.
25326         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25327         * hurd/hurdmalloc.c (more_memory): Likewise.
25328         (malloc): Likewise.
25329         (free): Likewise.
25330         (realloc): Likewise.
25331         (malloc_fork_prepare): Likewise.
25332         (malloc_fork_parent): Likewise.
25333         (malloc_fork_child): Likewise.
25334         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25335         (_svcauth_des): Likewise.
25336         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25337         * inet/inet_net.c (inet_network): Likewise.
25338         * inet/inet_netof.c (inet_netof): Likewise.
25339         * inet/rcmd.c (__validuser2_sa): Likewise.
25340         * io/fts.c (fts_open): Likewise.
25341         (fts_load): Likewise.
25342         (fts_close): Likewise.
25343         (fts_read): Likewise.
25344         (fts_children): Likewise.
25345         (fts_build): Likewise.
25346         (fts_stat): Likewise.
25347         (fts_sort): Likewise.
25348         (fts_alloc): Likewise.
25349         (fts_lfree): Likewise.
25350         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25351         (_IO_file_xsgetn): Likewise.
25352         (_IO_file_xsgetn_mmap): Likewise.
25353         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25354         (_IO_cookie_write): Likewise.
25355         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25356         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25357         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25358         * malloc/obstack.c (_obstack_begin): Likewise.
25359         (_obstack_begin_1): Likewise.
25360         (_obstack_newchunk): Likewise.
25361         (_obstack_allocated_p): Likewise.
25362         (obstack_free): Likewise.
25363         (_obstack_memory_used): Likewise.
25364         * misc/getttyent.c (getttynam): Likewise.
25365         (getttyent): Likewise.
25366         (skip): Likewise.
25367         (value): Likewise.
25368         * misc/getusershell.c (initshells): Likewise.
25369         * misc/syslog.c (__vsyslog_chk): Likewise.
25370         * misc/ttyslot.c (ttyslot): Likewise.
25371         * nis/nis_hash.c (__nis_hash): Likewise.
25372         * posix/fnmatch_loop.c (FCT): Likewise.
25373         * posix/getconf.c (print_all): Likewise.
25374         (main): Likewise.
25375         * posix/getopt.c (exchange): Likewise.
25376         * posix/glob.c (globfree): Likewise.
25377         (prefix_array): Likewise.
25378         (__glob_pattern_type): Likewise.
25379         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25380         (NS_GET32): Likewise.
25381         (NS_PUT16): Likewise.
25382         (NS_PUT32): Likewise.
25383         * resolv/gethnamaddr.c (getanswer): Likewise.
25384         (gethostbyname2): Likewise.
25385         (gethostbyaddr): Likewise.
25386         (_gethtent): Likewise.
25387         (_gethtbyname2): Likewise.
25388         (_gethtbyaddr): Likewise.
25389         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25390         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25391         * resolv/res_init.c (__res_vinit): Likewise.
25392         (net_mask): Likewise.
25393         * resolv/res_mkquery.c (outchar): Likewise.
25394         (PRINT): Likewise.
25395         * stdio-common/printf_fp.c (outchar): Likewise.
25396         (PRINT): Likewise.
25397         * stdio-common/printf_fphex.c (outchar): Likewise.
25398         (PRINT): Likewise.
25399         * stdio-common/printf_size.c (outchar): Likewise.
25400         (PRINT): Likewise.
25401         * stdio-common/test_rdwr.c (main): Likewise.
25402         * stdio-common/tfformat.c (matches): Likewise.
25403         * stdio-common/vfprintf.c (outchar): Likewise.
25404         (printf_unknown): Likewise.
25405         (buffered_vfprintf): Likewise.
25406         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25407         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25408         (ReadFile): Likewise.
25409         * stdlib/qsort.c (SWAP): Likewise.
25410         (_quicksort): Likewise.
25411         * stdlib/setenv.c (__add_to_environ): Likewise.
25412         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25413         * stdlib/strtol_l.c (__strtol_l): Likewise.
25414         * stdlib/tst-strtod.c (main): Likewise.
25415         * stdlib/tst-strtol.c (main): Likewise.
25416         * stdlib/tst-strtoll.c (main): Likewise.
25417         * string/bits/string2.h (__strcmp_cc): Likewise.
25418         (__strcmp_cg): Likewise.
25419         (__strcspn_c1): Likewise.
25420         (__strcspn_c2): Likewise.
25421         (__strcspn_c3): Likewise.
25422         (__strspn_c1): Likewise.
25423         (__strspn_c2): Likewise.
25424         (__strspn_c3): Likewise.
25425         (__strsep_1c): Likewise.
25426         (__strsep_2c): Likewise.
25427         (__strsep_3c): Likewise.
25428         * string/memccpy.c (__memccpy): Likewise.
25429         * string/stpcpy.c (__stpcpy): Likewise.
25430         * string/strcmp.c (strcmp): Likewise.
25431         * string/strrchr.c (strrchr): Likewise.
25432         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25433         Likewise.
25434         * sysdeps/mach/hurd/getcwd.c
25435         (_hurd_canonicalize_directory_name_internal): Likewise.
25436         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25437         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25438         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25439         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25440         Likewise, in both definitions.
25441         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25442         definitions.
25443         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25444         64] (__bswap_64): Likewise.
25445         * time/test_time.c (main): Likewise.
25446         * time/tzfile.c (__tzfile_read): Likewise.
25447         (__tzfile_compute): Likewise.
25448         * time/tzset.c (__tzset_parse_tz): Likewise.
25449         (tzset_internal): Likewise.
25450         (compute_change): Likewise.
25451         * wcsmbs/wcscat.c (__wcscat): Likewise.
25452         * wcsmbs/wcschr.c (wcschr): Likewise.
25453         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25454         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25455         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25456         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25457         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25458         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25459         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25460         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25461         * wcsmbs/wmemset.c (wmemset): Likewise.
25463 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25465         * scripts/config.guess: Update to version 2013-05-16.
25466         * scripts/config.sub: Update to version 2013-04-24.
25467         * scripts/install-sh: Update to version 2011-11-20.07.
25468         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25469         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25471 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25473         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25474         * elf/sln.c: Likewise.
25475         * hurd/hurd/ioctl.h: Likewise.
25476         * hurd/hurdmalloc.c: Likewise.
25477         * hurd/xattr.c: Likewise.
25478         * include/shlib-compat.h: Likewise.
25479         * inet/ruserpass.c: Likewise.
25480         * libio/iofgets_u.c: Likewise.
25481         * libio/iofgetws_u.c: Likewise.
25482         * locale/programs/ld-identification.c: Likewise.
25483         * locale/programs/ld-time.c: Likewise.
25484         * mach/msg-destroy.c: Likewise.
25485         * nss/nss_files/files-netgrp.c: Likewise.
25486         * resolv/res_data.c: Likewise.
25487         * soft-fp/op-1.h: Likewise.
25488         * soft-fp/op-2.h: Likewise.
25489         * soft-fp/op-4.h: Likewise.
25490         * soft-fp/op-common.h: Likewise.
25491         * stdio-common/printf_fphex.c: Likewise.
25492         * stdlib/strtod_l.c: Likewise.
25493         * sunrpc/rpc/clnt.h: Likewise.
25494         * sysdeps/generic/framestate.c: Likewise.
25495         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25496         * sysdeps/i386/bsd-setjmp.S: Likewise.
25497         * sysdeps/i386/__longjmp.S: Likewise.
25498         * sysdeps/i386/setjmp.S: Likewise.
25499         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25500         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25501         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25502         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25503         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25504         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25505         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25506         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25507         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25508         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25509         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25510         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25511         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25512         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25513         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25514         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25515         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25516         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25517         * sysdeps/ieee754/support.c: Likewise.
25518         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25519         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25520         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25521         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25522         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25523         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25524         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25525         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25526         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25527         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25528         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25529         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25530         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25531         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25532         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25533         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25534         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25537 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25539         * posix/transbug.c: Remove executable mode.
25541 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25543         * crypt/speeds.c: Remove trailing whitespace.
25544         * dlfcn/default.c: Likewise.
25545         * elf/ifuncdep2.c: Likewise.
25546         * elf/ifuncmain1.c: Likewise.
25547         * elf/ifuncmain1vis.c: Likewise.
25548         * elf/testobj.h: Likewise.
25549         * elf/tst-stackguard1.c: Likewise.
25550         * gmon/sys/gmon.h: Likewise.
25551         * hurd/hurdmsg.c: Likewise.
25552         * hurd/new-fd.c: Likewise.
25553         * hurd/ports-get.c: Likewise.
25554         * iconvdata/ibm1008_420.c: Likewise.
25555         * inet/tst-getni1.c: Likewise.
25556         * inet/tst-getni2.c: Likewise.
25557         * libio/ioungetc.c: Likewise.
25558         * libio/wfiledoalloc.c: Likewise.
25559         * manual/libm-err-tab.pl: Likewise.
25560         * math/w_dremf.c: Likewise.
25561         * misc/ftruncate.c: Likewise.
25562         * posix/bug-glob2.c: Likewise.
25563         * posix/tst-pcre.c: Likewise.
25564         * posix/wait4.c: Likewise.
25565         * resolv/README: Likewise.
25566         * resolv/res_debug.h: Likewise.
25567         * resolv/tst-inet_ntop.c: Likewise.
25568         * setjmp/bug269-setjmp.c: Likewise.
25569         * soft-fp/extended.h: Likewise.
25570         * soft-fp/op-1.h: Likewise.
25571         * soft-fp/op-2.h: Likewise.
25572         * soft-fp/op-4.h: Likewise.
25573         * soft-fp/op-8.h: Likewise.
25574         * soft-fp/testit.c: Likewise.
25575         * stdio-common/bug16.c: Likewise.
25576         * stdlib/random.c: Likewise.
25577         * sunrpc/rpcsvc/rquota.x: Likewise.
25578         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25579         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25580         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25581         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25582         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25583         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25584         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25585         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25586         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25587         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25588         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25589         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25590         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25591         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25592         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25593         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25594         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25595         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25596         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25597         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25598         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25599         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25600         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25601         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25602         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25603         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25604         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25605         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25606         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25607         * sysdeps/ieee754/s_lib_version.c: Likewise.
25608         * sysdeps/mach/hurd/check_fds.c: Likewise.
25609         * sysdeps/mach/hurd/getsockname.c: Likewise.
25610         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25611         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25612         * sysdeps/powerpc/bits/link.h: Likewise.
25613         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25614         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25615         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25616         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25617         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25618         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25619         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25620         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25621         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25622         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25623         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25624         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25625         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25626         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25627         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25628         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25629         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25630         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25631         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25632         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25633         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25634         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25635         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25636         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25637         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25638         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25639         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25640         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25641         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25642         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25643         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25644         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25645         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25646         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25647         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25648         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25649         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25650         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25651         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25652         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25653         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25654         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25655         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25656         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25657         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25658         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25659         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25660         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25661         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25662         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25663         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25664         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25665         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25666         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25667         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25668         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25669         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25670         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25671         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25672         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25673         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25674         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25675         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25676         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25677         * sysdeps/powerpc/sysdep.h: Likewise.
25678         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25679         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25680         * sysdeps/sh/dl-trampoline.S: Likewise.
25681         * sysdeps/sh/memset.S: Likewise.
25682         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25683         * sysdeps/sh/strlen.S: Likewise.
25684         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25685         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25686         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25687         * sysdeps/sparc/sparc32/rem.S: Likewise.
25688         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25689         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25690         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25691         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25692         * sysdeps/sparc/sparc32/urem.S: Likewise.
25693         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25694         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25695         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25696         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25697         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25698         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25699         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25700         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25701         * sysdeps/unix/bsd/times.c: Likewise.
25702         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25703         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25707         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25708         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25709         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25710         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25711         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25712         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25713         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25714         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25715         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25716         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25717         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25718         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25719         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25720         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25721         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25722         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25723         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25724         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25725         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25726         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25727         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25728         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25729         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25730         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25731         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25732         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25733         * sysdeps/x86_64/strcspn.S: Likewise.
25735 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25737         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25738         generated file.  Regenerate properly from gen-translit.pl.
25739         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25740         locale/C-translit.h.
25742 2013-06-05  Andreas Schwab  <schwab@suse.de>
25744         [BZ #15100]
25745         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25746         week as 6 instead of -1.
25747         * time/tst-strptime.c (day_tests): Add test case.
25749 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25751         * sysdeps/generic/math_private.h
25752         (libc_feholdexcept_setround_53bit): Replace with
25753         libc_feholdsetround_53bit.
25754         (libc_feupdateenv_53bit): Replace with
25755         libc_feresetround_53bit.
25756         (SET_RESTORE_ROUND_53BIT): Adjust.
25758 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25760         * string/test-strchrnul.c: Add copyright header.
25762         * posix/tst-getaddrinfo4.c: Increase test timeout.
25764 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25766         [BZ #15536]
25767         * math/libm-test.inc (MAX_EXP): Remove
25768         (MIN_EXP): Define.
25769         (ulp): Use MIN_EXP - MANT_DIG.
25770         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25772 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25774         * po/be.po: Revert last change.
25775         * po/zh_CN.po: Likewise.
25776         * po/header.pot: Likewise.
25778 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25780         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25781         link-libc-deps to empty as target-specific variable.
25782         * Makerules (link-libc-args): New variable.
25783         (libc-for-link): Likewise.
25784         (link-libc-deps): Likewise.
25785         (lib%.so): Depend on $(link-libc-deps).  Link with
25786         $(link-libc-args).
25787         (build-module): Link with $(link-libc-args).
25788         (build-module-asneeded): Likewise.
25789         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25790         list of objects.
25791         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25792         target-specific variable.
25793         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25794         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25795         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25796         libc.
25797         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25798         libc and ld.so.
25799         ($(objpfx)libpcprofile.so): Likewise.
25800         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25801         libc_nonshared.a.
25802         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25803         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25804         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25805         $(link-libc-deps).
25806         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25807         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25808         * login/Makefile ($(objpfx)libutil.so): Likewise.
25809         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25810         * math/Makefile ($(objpfx)libm.so): Likewise.
25811         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25812         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25813         variable instead of depending directly on libc.
25814         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25815         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25816         $(link-libc-deps).
25817         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25818         libc.
25819         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25820         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25821         ($(objpfx)libanl.so): Likewise.
25822         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25823         ld.so.
25824         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25825         $(link-libc-deps).
25826         * sysdeps/i386/fpu/Makefile: Remove file.
25827         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25828         ($(objpfx)libm.so): Remove dependency on ld.so.
25830 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25832         [BZ # 15553]
25833         * nis/yp_xdr.c (XDRMAXNAME): Define.
25834         (XDRMAXRECORD): Define.
25835         (xdr_domainname): Use XDRMAXNAME.
25836         (xdr_mapname): Likewise.
25837         (xdr_peername): Likewise.
25838         (xdr_keydat): Use XDRMAXRECORD.
25839         (xdr_valdat): Likewise.
25841 2013-05-30  Jeff Law  <law@redhat.com>
25843         [BZ #14256]
25844         * manual/errno.texi (ESTALE): Update to account for more than
25845         just NFS file systems.
25846         * sysdeps/gnu/errlist.c: Regenerated.
25848 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25850         [BZ #15465]
25851         * elf/Makefile (tests): Add tst-null-argv.
25852         (modules-names):  Add tst-null-argv-lib.
25853         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25854         (tst-null-argv-ENV): Set environment for tst-null-argv.
25855         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25856         (RTLD_PROGNAME): New macro.
25857         * elf/tst-null-argv.c: New test case.
25858         * elf/tst-null-argv-lib.c: Library for test case.
25859         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25860         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25861         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25862         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25863         * elf/dl-init.c (call_init): Likewise.
25864         (_dl_init): Likewise.
25865         * elf/dl-load.c (print_search_path): Likewise.
25866         (_dl_map_object): Likewise.
25867         * elf/dl-lookup.c (do_lookup_x): Likewise.
25868         (add_dependency): Likewise.
25869         (_dl_lookup_symbol_x): Likewise.
25870         (_dl_debug_bindings): Likewise.
25871         * elf/dl-open.c (_dl_show_scope): Likewise.
25872         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25873         * elf/dl-version.c (match_symbol): Likewise.
25874         (_dl_check_map_versions): Likewise.
25875         * elf/rtld.c (dl_main): Likewise.
25876         (print_unresolved): Use RTLD_PROGNAME.
25877         (print_missing_version): Likewise.
25878         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25879         (elf_machine_rela): Likewise.
25880         * sysdeps/powerpc/powerpc32/dl-machine.c
25881         (__process_machine_rela): Likewise.
25882         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25883         Likewise.
25884         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25885         Likewise.
25886         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25887         Likewise.
25888         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25889         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25890         Likewise.
25891         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25892         Likewise.
25893         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25895 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25897         * po/be.po: Add descriptive title.
25898         * po/zh_CN.po: Likewise.
25899         * po/header.pot: Likewise.
25901 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25903         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25904         error message.
25905         (enlarge_archive): Likewise.
25907 2013-05-28  Ben North  <ben@redfrontdoor.org>
25909         * manual/arith.texi (frexp): It is the magnitude of the return
25910         value which lies in [0.5, 1), not the return value itself.
25912 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25914         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25916 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25918         * stdio-common/bug26.c (main): Correct fscanf template.
25920         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25921         declare _dl_skip_args.
25923         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25924         Don't declare.
25926         * manual/platform.texi: Add missing @end deftypefun.
25928 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25930         [BZ #15529]
25931         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25932         bit of mantissa of 2^16382.
25933         * math/libm-test.inc (hypot_test_data): Add more tests.
25935         * math/libm-test.inc: Add drem and pow10 to list of tested
25936         functions.
25937         (pow10_test): New function.
25938         (drem_test): Likewise.
25939         (drem_test_tonearest): Likewise.
25940         (drem_test_towardzero): Likewise.
25941         (drem_test_downward): Likewise.
25942         (drem_test_upward): Likewise.
25943         (main): Call the new functions.
25945         * math/libm-test.inc (finite_test_data): Remove.
25946         (finite_test): Run tests from isfinite_test_data.
25947         (gamma_test_data): Remove.
25948         (gamma_test): Run tests from lgamma_test_data.
25949         * sysdeps/i386/fpu/libm-test-ulps: Update.
25950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25952 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25954         * manual/platform.texi: Add PowerPC PPR function set documentation.
25955         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25956         implementation.
25958 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25960         * math/libm-test.inc (MAX_EXP): Define.
25961         (ULPDIFF): Define.
25962         (ulp): New function.
25963         (check_float_internal): Use ULPDIFF.
25964         (cpow_test): Disable failing test.
25965         (check_ulp): Test ulp() implemetnation.
25966         (main): Call check_ulp before starting tests.
25968 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25970         * math/gen-libm-test.pl (generate_testfile): Do not handle
25971         START_DATA and END_DATA.
25972         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25973         END_DATA.
25974         (acos_tonearest_test_data): Likewise.
25975         (acos_towardzero_test_data): Likewise.
25976         (acos_downward_test_data): Likewise.
25977         (acos_upward_test_data): Likewise.
25978         (acosh_test_data): Likewise.
25979         (asin_test_data): Likewise.
25980         (asin_tonearest_test_data): Likewise.
25981         (asin_towardzero_test_data): Likewise.
25982         (asin_downward_test_data): Likewise.
25983         (asin_upward_test_data): Likewise.
25984         (asinh_test_data): Likewise.
25985         (atan_test_data): Likewise.
25986         (atanh_test_data): Likewise.
25987         (atan2_test_data): Likewise.
25988         (cabs_test_data): Likewise.
25989         (cacos_test_data): Likewise.
25990         (cacosh_test_data): Likewise.
25991         (carg_test_data): Likewise.
25992         (casin_test_data): Likewise.
25993         (casinh_test_data): Likewise.
25994         (catan_test_data): Likewise.
25995         (catanh_test_data): Likewise.
25996         (cbrt_test_data): Likewise.
25997         (ccos_test_data): Likewise.
25998         (ccosh_test_data): Likewise.
25999         (ceil_test_data): Likewise.
26000         (cexp_test_data): Likewise.
26001         (cimag_test_data): Likewise.
26002         (clog_test_data): Likewise.
26003         (clog10_test_data): Likewise.
26004         (conj_test_data): Likewise.
26005         (copysign_test_data): Likewise.
26006         (cos_test_data): Likewise.
26007         (cos_tonearest_test_data): Likewise.
26008         (cos_towardzero_test_data): Likewise.
26009         (cos_downward_test_data): Likewise.
26010         (cos_upward_test_data): Likewise.
26011         (cosh_test_data): Likewise.
26012         (cosh_tonearest_test_data): Likewise.
26013         (cosh_towardzero_test_data): Likewise.
26014         (cosh_downward_test_data): Likewise.
26015         (cosh_upward_test_data): Likewise.
26016         (cpow_test_data): Likewise.
26017         (cproj_test_data): Likewise.
26018         (creal_test_data): Likewise.
26019         (csin_test_data): Likewise.
26020         (csinh_test_data): Likewise.
26021         (csqrt_test_data): Likewise.
26022         (ctan_test_data): Likewise.
26023         (ctan_tonearest_test_data): Likewise.
26024         (ctan_towardzero_test_data): Likewise.
26025         (ctan_downward_test_data): Likewise.
26026         (ctan_upward_test_data): Likewise.
26027         (ctanh_test_data): Likewise.
26028         (ctanh_tonearest_test_data): Likewise.
26029         (ctanh_towardzero_test_data): Likewise.
26030         (ctanh_downward_test_data): Likewise.
26031         (ctanh_upward_test_data): Likewise.
26032         (erf_test_data): Likewise.
26033         (erfc_test_data): Likewise.
26034         (exp_test_data): Likewise.
26035         (exp_tonearest_test_data): Likewise.
26036         (exp_towardzero_test_data): Likewise.
26037         (exp_downward_test_data): Likewise.
26038         (exp_upward_test_data): Likewise.
26039         (exp10_test_data): Likewise.
26040         (exp2_test_data): Likewise.
26041         (expm1_test_data): Likewise.
26042         (fabs_test_data): Likewise.
26043         (fdim_test_data): Likewise.
26044         (finite_test_data): Likewise.
26045         (floor_test_data): Likewise.
26046         (fma_test_data): Likewise.
26047         (fma_towardzero_test_data): Likewise.
26048         (fma_downward_test_data): Likewise.
26049         (fma_upward_test_data): Likewise.
26050         (fmax_test_data): Likewise.
26051         (fmin_test_data): Likewise.
26052         (fmod_test_data): Likewise.
26053         (fpclassify_test_data): Likewise.
26054         (frexp_test_data): Likewise.
26055         (gamma_test_data): Likewise.
26056         (hypot_test_data): Likewise.
26057         (ilogb_test_data): Likewise.
26058         (isfinite_test_data): Likewise.
26059         (isgreater_test_data): Likewise.
26060         (isgreaterequal_test_data): Likewise.
26061         (isinf_test_data): Likewise.
26062         (isless_test_data): Likewise.
26063         (islessequal_test_data): Likewise.
26064         (islessgreater_test_data): Likewise.
26065         (isnan_test_data): Likewise.
26066         (isnormal_test_data): Likewise.
26067         (issignaling_test_data): Likewise.
26068         (isunordered_test_data): Likewise.
26069         (j0_test_data): Likewise.
26070         (j1_test_data): Likewise.
26071         (jn_test_data): Likewise.
26072         (ldexp_test_data): Likewise.
26073         (lgamma_test_data): Likewise.
26074         (lrint_test_data): Likewise.
26075         (lrint_tonearest_test_data): Likewise.
26076         (lrint_towardzero_test_data): Likewise.
26077         (lrint_downward_test_data): Likewise.
26078         (lrint_upward_test_data): Likewise.
26079         (llrint_test_data): Likewise.
26080         (llrint_tonearest_test_data): Likewise.
26081         (llrint_towardzero_test_data): Likewise.
26082         (llrint_downward_test_data): Likewise.
26083         (llrint_upward_test_data): Likewise.
26084         (log_test_data): Likewise.
26085         (log10_test_data): Likewise.
26086         (log1p_test_data): Likewise.
26087         (log2_test_data): Likewise.
26088         (logb_test_data): Likewise.
26089         (logb_downward_test_data): Likewise.
26090         (lround_test_data): Likewise.
26091         (llround_test_data): Likewise.
26092         (modf_test_data): Likewise.
26093         (nearbyint_test_data): Likewise.
26094         (nextafter_test_data): Likewise.
26095         (nexttoward_test_data): Likewise.
26096         (pow_test_data): Likewise.
26097         (pow_tonearest_test_data): Likewise.
26098         (pow_towardzero_test_data): Likewise.
26099         (pow_downward_test_data): Likewise.
26100         (pow_upward_test_data): Likewise.
26101         (remainder_test_data): Likewise.
26102         (remainder_tonearest_test_data): Likewise.
26103         (remainder_towardzero_test_data): Likewise.
26104         (remainder_downward_test_data): Likewise.
26105         (remainder_upward_test_data): Likewise.
26106         (remquo_test_data): Likewise.
26107         (rint_test_data): Likewise.
26108         (rint_tonearest_test_data): Likewise.
26109         (rint_towardzero_test_data): Likewise.
26110         (rint_downward_test_data): Likewise.
26111         (rint_upward_test_data): Likewise.
26112         (round_test_data): Likewise.
26113         (scalb_test_data): Likewise.
26114         (scalbn_test_data): Likewise.
26115         (scalbln_test_data): Likewise.
26116         (signbit_test_data): Likewise.
26117         (sin_test_data): Likewise.
26118         (sin_tonearest_test_data): Likewise.
26119         (sin_towardzero_test_data): Likewise.
26120         (sin_downward_test_data): Likewise.
26121         (sin_upward_test_data): Likewise.
26122         (sincos_test_data): Likewise.
26123         (sinh_test_data): Likewise.
26124         (sinh_tonearest_test_data): Likewise.
26125         (sinh_towardzero_test_data): Likewise.
26126         (sinh_downward_test_data): Likewise.
26127         (sinh_upward_test_data): Likewise.
26128         (sqrt_test_data): Likewise.
26129         (tan_test_data): Likewise.
26130         (tan_tonearest_test_data): Likewise.
26131         (tan_towardzero_test_data): Likewise.
26132         (tan_downward_test_data): Likewise.
26133         (tan_upward_test_data): Likewise.
26134         (tanh_test_data): Likewise.
26135         (tgamma_test_data): Likewise.
26136         (trunc_test_data): Likewise.
26137         (y0_test_data): Likewise.
26138         (y1_test_data): Likewise.
26139         (yn_test_data): Likewise.
26140         (significand_test_data): Likewise.
26142         * math/gen-libm-test.pl (@functions): Remove variable.
26143         (generate_testfile): Don't handle START and END lines.
26144         * math/libm-test.inc (START): New macro.
26145         (END): Likewise.
26146         (END_COMPLEX): Likewise.
26147         (acos_test): Use END macro without arguments.
26148         (acos_test_tonearest): Likewise.
26149         (acos_test_towardzero): Likewise.
26150         (acos_test_downward): Likewise.
26151         (acos_test_upward): Likewise.
26152         (acosh_test): Likewise.
26153         (asin_test): Likewise.
26154         (asin_test_tonearest): Likewise.
26155         (asin_test_towardzero): Likewise.
26156         (asin_test_downward): Likewise.
26157         (asin_test_upward): Likewise.
26158         (asinh_test): Likewise.
26159         (atan_test): Likewise.
26160         (atanh_test): Likewise.
26161         (atan2_test): Likewise.
26162         (cabs_test): Likewise.
26163         (cacos_test): Use END_COMPLEX macro without arguments.
26164         (cacosh_test): Likewise.
26165         (carg_test): Use END macro without arguments.
26166         (casin_test): Use END_COMPLEX macro without arguments.
26167         (casinh_test): Likewise.
26168         (catan_test): Likewise.
26169         (catanh_test): Likewise.
26170         (cbrt_test): Use END macro without arguments.
26171         (ccos_test): Use END_COMPLEX macro without arguments.
26172         (ccosh_test): Likewise.
26173         (ceil_test): Use END macro without arguments.
26174         (cexp_test): Use END_COMPLEX macro without arguments.
26175         (cimag_test): Use END macro without arguments.
26176         (clog_test): Use END_COMPLEX macro without arguments.
26177         (clog10_test): Likewise.
26178         (conj_test): Likewise.
26179         (copysign_test): Use END macro without arguments.
26180         (cos_test): Likewise.
26181         (cos_test_tonearest): Likewise.
26182         (cos_test_towardzero): Likewise.
26183         (cos_test_downward): Likewise.
26184         (cos_test_upward): Likewise.
26185         (cosh_test): Likewise.
26186         (cosh_test_tonearest): Likewise.
26187         (cosh_test_towardzero): Likewise.
26188         (cosh_test_downward): Likewise.
26189         (cosh_test_upward): Likewise.
26190         (cpow_test): Use END_COMPLEX macro without arguments.
26191         (cproj_test): Likewise.
26192         (creal_test): Use END macro without arguments.
26193         (csin_test): Use END_COMPLEX macro without arguments.
26194         (csinh_test): Likewise.
26195         (csqrt_test): Likewise.
26196         (ctan_test): Likewise.
26197         (ctan_test_tonearest): Likewise.
26198         (ctan_test_towardzero): Likewise.
26199         (ctan_test_downward): Likewise.
26200         (ctan_test_upward): Likewise.
26201         (ctanh_test): Likewise.
26202         (ctanh_test_tonearest): Likewise.
26203         (ctanh_test_towardzero): Likewise.
26204         (ctanh_test_downward): Likewise.
26205         (ctanh_test_upward): Likewise.
26206         (erf_test): Use END macro without arguments.
26207         (erfc_test): Likewise.
26208         (exp_test): Likewise.
26209         (exp_test_tonearest): Likewise.
26210         (exp_test_towardzero): Likewise.
26211         (exp_test_downward): Likewise.
26212         (exp_test_upward): Likewise.
26213         (exp10_test): Likewise.
26214         (exp2_test): Likewise.
26215         (expm1_test): Likewise.
26216         (fabs_test): Likewise.
26217         (fdim_test): Likewise.
26218         (finite_test): Likewise.
26219         (floor_test): Likewise.
26220         (fma_test): Likewise.
26221         (fma_test_towardzero): Likewise.
26222         (fma_test_downward): Likewise.
26223         (fma_test_upward): Likewise.
26224         (fmax_test): Likewise.
26225         (fmin_test): Likewise.
26226         (fmod_test): Likewise.
26227         (fpclassify_test): Likewise.
26228         (frexp_test): Likewise.
26229         (gamma_test): Likewise.
26230         (hypot_test): Likewise.
26231         (ilogb_test): Likewise.
26232         (isfinite_test): Likewise.
26233         (isgreater_test): Likewise.
26234         (isgreaterequal_test): Likewise.
26235         (isinf_test): Likewise.
26236         (isless_test): Likewise.
26237         (islessequal_test): Likewise.
26238         (islessgreater_test): Likewise.
26239         (isnan_test): Likewise.
26240         (isnormal_test): Likewise.
26241         (issignaling_test): Likewise.
26242         (isunordered_test): Likewise.
26243         (j0_test): Likewise.
26244         (j1_test): Likewise.
26245         (jn_test): Likewise.
26246         (ldexp_test): Likewise.
26247         (lgamma_test): Likewise.
26248         (lrint_test): Likewise.
26249         (lrint_test_tonearest): Likewise.
26250         (lrint_test_towardzero): Likewise.
26251         (lrint_test_downward): Likewise.
26252         (lrint_test_upward): Likewise.
26253         (llrint_test): Likewise.
26254         (llrint_test_tonearest): Likewise.
26255         (llrint_test_towardzero): Likewise.
26256         (llrint_test_downward): Likewise.
26257         (llrint_test_upward): Likewise.
26258         (log_test): Likewise.
26259         (log10_test): Likewise.
26260         (log1p_test): Likewise.
26261         (log2_test): Likewise.
26262         (logb_test): Likewise.
26263         (logb_test_downward): Likewise.
26264         (lround_test): Likewise.
26265         (llround_test): Likewise.
26266         (modf_test): Likewise.
26267         (nearbyint_test): Likewise.
26268         (nextafter_test): Likewise.
26269         (nexttoward_test): Likewise.
26270         (pow_test): Likewise.
26271         (pow_test_tonearest): Likewise.
26272         (pow_test_towardzero): Likewise.
26273         (pow_test_downward): Likewise.
26274         (pow_test_upward): Likewise.
26275         (remainder_test): Likewise.
26276         (remainder_test_tonearest): Likewise.
26277         (remainder_test_towardzero): Likewise.
26278         (remainder_test_downward): Likewise.
26279         (remainder_test_upward): Likewise.
26280         (remquo_test): Likewise.
26281         (rint_test): Likewise.
26282         (rint_test_tonearest): Likewise.
26283         (rint_test_towardzero): Likewise.
26284         (rint_test_downward): Likewise.
26285         (rint_test_upward): Likewise.
26286         (round_test): Likewise.
26287         (scalb_test): Likewise.
26288         (scalbn_test): Likewise.
26289         (scalbln_test): Likewise.
26290         (signbit_test): Likewise.
26291         (sin_test): Likewise.
26292         (sin_test_tonearest): Likewise.
26293         (sin_test_towardzero): Likewise.
26294         (sin_test_downward): Likewise.
26295         (sin_test_upward): Likewise.
26296         (sincos_test): Likewise.
26297         (sinh_test): Likewise.
26298         (sinh_test_tonearest): Likewise.
26299         (sinh_test_towardzero): Likewise.
26300         (sinh_test_downward): Likewise.
26301         (sinh_test_upward): Likewise.
26302         (sqrt_test): Likewise.
26303         (tan_test): Likewise.
26304         (tan_test_tonearest): Likewise.
26305         (tan_test_towardzero): Likewise.
26306         (tan_test_downward): Likewise.
26307         (tan_test_upward): Likewise.
26308         (tanh_test): Likewise.
26309         (tgamma_test): Likewise.
26310         (trunc_test): Likewise.
26311         (y0_test): Likewise.
26312         (y1_test): Likewise.
26313         (yn_test): Likewise.
26314         (significand_test): Likewise.
26316 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26318         [BZ #15381]
26319         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26321 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26323         [BZ #14894]
26324         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26325         __ppc_mdoio and __ppc_mdoom.
26326         * manual/platform.texi: Document new functions __ppc_yield,
26327         __ppc_mdoio and __ppc_mdoom.
26329 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26331         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26332         (main): Mention "tls" pseudo-hwcap is legacy.
26333         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26335 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26337         * math/gen-libm-test.pl (parse_args): Output only string of
26338         arguments as text for test name, not full call or descriptions of
26339         tests for extra outputs.
26340         (generate_testfile): Do not pass function name to parse_args.
26341         Generate this_func variable from START.
26342         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26343         field to arg_str.
26344         (struct test_ff_f_data): Likewise.
26345         (test_ff_f_data_nexttoward): Likewise.
26346         (struct test_fi_f_data): Likewise.
26347         (struct test_fl_f_data): Likewise.
26348         (struct test_if_f_data): Likewise.
26349         (struct test_fff_f_data): Likewise.
26350         (struct test_c_f_data): Likewise.
26351         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26352         (struct test_fF_f1_data): Likewise.
26353         (struct test_ffI_f1_data): Likewise.
26354         (struct test_c_c_data): Rename test_name field to arg_str.
26355         (struct test_cc_c_data): Likewise.
26356         (struct test_f_i_data): Likewise.
26357         (struct test_ff_i_data): Likewise.
26358         (struct test_f_l_data): Likewise.
26359         (struct test_f_L_data): Likewise.
26360         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26361         and extra2_name.
26362         (COMMON_TEST_SETUP): New macro.
26363         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26364         (COMMON_TEST_CLEANUP): Likewise.
26365         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26366         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26367         macros.
26368         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26369         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26370         macros.
26371         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26372         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26373         cleanup macros.
26374         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26375         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26376         macros.
26377         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26378         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26379         macros.
26380         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26381         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26382         cleanup macros.
26383         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26384         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26385         cleanup macros.
26386         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26387         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26388         cleanup macros.
26389         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26390         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26391         macros.
26392         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26393         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26394         macros.
26395         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26396         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26397         macros.
26398         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26399         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26400         cleanup macros.
26401         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26402         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26403         cleanup macros.
26404         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26405         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26406         macros.
26407         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26408         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26409         cleanup macros.
26410         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26411         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26412         macros.
26413         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26414         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26415         macros.
26416         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26417         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26418         cleanup macros.
26419         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26421 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26423         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26424         to _sifields.sigfault.
26425         (si_addr_lsb): Define new macro.
26426         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26427         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26428         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26430 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26432         [BZ #15441]
26433         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26434         returns -1.
26435         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26436         null return -1.
26437         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26438         loading the domain.
26440 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26442         * math/gen-libm-test.pl (parse_args): Do not include expected
26443         result in test name.
26444         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26445         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26446         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26447         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26448         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26451 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26453         * benchtests/Makefile: Sort function entries.
26455         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26456         tanh, asinh, acosh, atanh.
26457         * benchtests/acos-inputs: New file.
26458         * benchtests/acosh-inputs: New file.
26459         * benchtests/asin-inputs: New file.
26460         * benchtests/asinh-inputs: New file.
26461         * benchtests/atanh-inputs: New file.
26462         * benchtests/cosh-inputs: New file.
26463         * benchtests/log-inputs: New file.
26464         * benchtests/sinh-inputs: New file.
26465         * benchtests/tanh-inputs: New file.
26467 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26469         [BZ #15339]
26470         * posix/tst-getaddrinfo4.c: New test.
26471         * posix/Makefile (tests): Add it.
26473 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26475         [BZ #15339]
26476         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26477         when no services were used.
26478         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26479         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26481 2013-05-21  Andreas Schwab  <schwab@suse.de>
26483         [BZ #15014]
26484         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26485         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26486         successful.
26487         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26488         redundant variable declarations and reallocation of buffer when
26489         parsing as IPv6 address.  Always set NSS status when called from
26490         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26491         buffer too small.  Correct computation of needed size.
26492         * nss/Makefile (tests): Add test-digits-dots.
26493         * nss/test-digits-dots.c: New test.
26495 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26497         * benchtests/Makefile: Remove instructions for adding
26498         benchmark tests.
26499         * benchtests/README: New file to explain how to execute and
26500         enhance the benchmark tests.
26502 2013-05-21  Andreas Schwab  <schwab@suse.de>
26504         [BZ #15493]
26505         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26506         * setjmp/tst-sigsetjmp.c: New test.
26508 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26510         * sysdeps/x86_64/memset.S (memset): New implementation.
26511         (__bzero): Likewise.
26512         (__memset_tail): New function.
26514 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26516         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26517         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26518         __memcpy_sse2_unaligned ifunc selection.
26519         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26520         Add memcpy-sse2-unaligned.S.
26521         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26522         Add: __memcpy_sse2_unaligned.
26524 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26526         [BZ #15490]
26527         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26528         math_force_eval before restoring floating-point envrionment.
26529         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26530         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26531         Likewise.
26532         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26533         <math_private.h>.
26534         (__nearbyintl): Use math_force_eval before restoring
26535         floating-point environment.
26536         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26538         * math/gen-libm-test.pl (special_functions): Remove.
26539         (parse_args): Don't handle TEST_extra.  Handle functions with no
26540         return value.
26541         * math/libm-test.inc (struct test_sincos_data): Replace with
26542         struct test_fFF_11_data.
26543         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26544         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26545         (sincos_test_data): Change element type to struct
26546         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26547         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26548         RUN_TEST_LOOP_sincos.
26549         * math/README.libm-test: Don't mention special handling of
26550         individual functions.
26551         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26552         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26553         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26554         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26555         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26558         * math/gen-libm-test.pl (get_variable): Remove function.
26559         (parse_args): Don't show pointer parameters to call in test
26560         names.  Use "extra output N" in test names for extra outputs
26561         rather than naming variables.
26563 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26565         [BZ #15488]
26566         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26567         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26568         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26569         double tests.
26570         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26571         disable.
26572         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26573         check_long_double.
26575         * math/gen-libm-test.pl (@tests): Remove variable.
26576         ($count): Likewise.
26577         (new_test): Remove function.
26578         (show_exceptions): New function.
26579         (special_functions): Use show_exceptions instead of new_test.
26580         (parse_args): Likewise.
26581         (generate_testfile): Pass only function name in generated call to
26582         print_max_error or print_complex_max_error.
26583         (get_ulps): Do not handle complex tests specially.
26584         (output_test): Rename to ...
26585         (get_all_ulps_for_test): ... this.  Return a string rather than
26586         printing to a file.  Require ulps to be present.
26587         (output_ulps): Generate arrays rather than #defines.
26588         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26589         (struct ulp_data): New type.
26590         (BUILD_COMPLEX_ULP): Remove macro.
26591         (compare_ulp_data): New function.
26592         (find_ulps): Likewise.
26593         (find_test_ulps): Likewise.
26594         (find_function_ulps): Likewise.
26595         (find_complex_function_ulps): Likewise.
26596         (print_max_error): Determine allowed ulps using
26597         find_function_ulps.
26598         (print_complex_max_error): Determine allowed ulps using
26599         find_complex_function_ulps.
26600         (check_float_internal): Determine max ulps using find_test_ulps.
26601         (check_float): Do not take max_ulp parameter.  Update call to
26602         check_float_internal.
26603         (check_complex): Likewise.
26604         (check_int): Do not take max_ulp parameter.
26605         (check_long): Likewise.
26606         (check_bool): Likewise.
26607         (check_longlong): Likewise.
26608         (struct test_f_f_data): Remove max_ulp field.
26609         (struct test_ff_f_data): Likewise.
26610         (struct test_ff_f_data_nexttoward): Likewise.
26611         (struct test_fi_f_data): Likewise.
26612         (struct test_fl_f_data): Likewise.
26613         (struct test_if_f_data): Likewise.
26614         (struct test_fff_f_data): Likewise.
26615         (struct test_c_f_data): Likewise.
26616         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26617         (struct test_fF_f1_data): Likewise.
26618         (struct test_ffI_f1_data): Likewise.
26619         (struct test_c_c_data): Remove max_ulp field.
26620         (struct test_cc_c_data): Likewise.
26621         (struct test_f_i_data): Likewise.
26622         (struct test_ff_i_data): Likewise.
26623         (struct test_f_l_data): Likewise.
26624         (struct test_f_L_data): Likewise.
26625         (struct test_sincos_data): Likewise.
26626         (RUN_TEST_f_f): Do not handle ulps.
26627         (RUN_TEST_LOOP_f_f): Likewise.
26628         (RUN_TEST_2_f): Likewise.
26629         (RUN_TEST_LOOP_2_f): Likewise.
26630         (RUN_TEST_fff_f): Likewise.
26631         (RUN_TEST_LOOP_fff_f): Likewise.
26632         (RUN_TEST_c_f): Likewise.
26633         (RUN_TEST_LOOP_c_f): Likewise.
26634         (RUN_TEST_f_f1): Likewise.
26635         (RUN_TEST_LOOP_f_f1): Likewise.
26636         (RUN_TEST_fF_f1): Likewise.
26637         (RUN_TEST_LOOP_fF_f1): Likewise.
26638         (RUN_TEST_fI_f1): Likewise.
26639         (RUN_TEST_LOOP_fI_f1): Likewise.
26640         (RUN_TEST_ffI_f1): Likewise.
26641         (RUN_TEST_LOOP_ffI_f1): Likewise.
26642         (RUN_TEST_c_c): Likewise.
26643         (RUN_TEST_LOOP_c_c): Likewise.
26644         (RUN_TEST_cc_c): Likewise.
26645         (RUN_TEST_LOOP_cc_c): Likewise.
26646         (RUN_TEST_f_i): Likewise.
26647         (RUN_TEST_LOOP_f_i): Likewise.
26648         (RUN_TEST_f_i_tg): Likewise.
26649         (RUN_TEST_LOOP_f_i_tg): Likewise.
26650         (RUN_TEST_ff_i_tg): Likewise.
26651         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26652         (RUN_TEST_f_b): Likewise.
26653         (RUN_TEST_LOOP_f_b): Likewise.
26654         (RUN_TEST_f_b_tg): Likewise.
26655         (RUN_TEST_LOOP_f_b_tg): Likewise.
26656         (RUN_TEST_f_l): Likewise.
26657         (RUN_TEST_LOOP_f_l): Likewise.
26658         (RUN_TEST_f_L): Likewise.
26659         (RUN_TEST_LOOP_f_L): Likewise.
26660         (RUN_TEST_sincos): Likewise.
26661         (RUN_TEST_LOOP_sincos): Likewise.
26663 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26665         [BZ #15480]
26666         [BZ #15485]
26667         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26668         main case of finite arguments, set rounding mode to FE_TONEAREST
26669         and discard exceptions.
26670         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26671         exceptions.
26672         (remainder_tonearest_test_data): New variable.
26673         (remainder_test_tonearest): New function.
26674         (remainder_towardzero_test_data): New variable.
26675         (remainder_test_towardzero): New function.
26676         (remainder_downward_test_data): New variable.
26677         (remainder_test_downward): New function.
26678         (remainder_upward_test_data): New variable.
26679         (remainder_test_upward): New function.
26680         (main): Call the new test functions.
26682         * math/libm-test.inc (struct test_f_f1_data): Remove field
26683         extra_init.
26684         (struct test_fF_f1_data): Likewise.
26685         (struct test_ffI_f1_data): Likewise.
26686         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26687         based on value of EXTRA_EXPECTED.
26688         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26689         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26690         EXTRA_VAR based on value of EXTRA_EXPECTED.
26691         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26692         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26693         EXTRA_VAR based on value of EXTRA_EXPECTED.
26694         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26695         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26696         EXTRA_VAR based on value of EXTRA_EXPECTED.
26697         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26698         * math/gen-libm-test.pl (parse_args): Don't output initializers
26699         for extra output values.
26701         * math/libm-test.inc (check_int): Expect result to be exactly
26702         equal to expected value and do not handle ulps.
26703         (check_long): Likewise.
26704         (check_longlong): Likewise.
26706         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26707         exceptions.
26708         (cimag_test_data): Likewise.
26709         (conj_test_data): Likewise.
26710         (copysign_test_data): Likewise.
26711         (cproj_test_data): Likewise.
26712         (creal_test_data): Likewise.
26713         (fabs_test_data): Likewise.
26714         (fdim_test_data): Likewise.
26715         (finite_test_data): Likewise.
26716         (floor_test_data): Likewise.
26717         (fmax_test_data): Likewise.
26718         (fmin_test_data): Likewise.
26719         (fmod_test_data): Likewise.
26720         (fpclassify_test_data): Likewise.
26721         (frexp_test_data): Likewise.
26722         (ilogb_test_data): Likewise.
26723         (isfinite_test_data): Likewise.
26724         (isgreater_test_data): Likewise.
26725         (isgreaterequal_test_data): Likewise.
26726         (isinf_test_data): Likewise.
26727         (isless_test_data): Likewise.
26728         (islessequal_test_data): Likewise.
26729         (islessgreater_test_data): Likewise.
26730         (isnan_test_data): Likewise.
26731         (isnormal_test_data): Likewise.
26732         (issignaling_test_data): Likewise.
26733         (isunordered_test_data): Likewise.
26734         (ldexp_test_data): Likewise.
26735         (lrint_test_data): Likewise.
26736         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26737         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26738         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26739         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26740         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26741         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26742         test input.
26743         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26744         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26745         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26746         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26747         that test input.
26748         (lrint_downward_test_data): Test for "inexact" exceptions.
26749         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26750         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26751         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26752         test input.
26753         (lrint_upward_test_data): Test for "inexact" exceptions.
26754         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26755         test input.
26756         (llrint_test_data): Test for "inexact" exceptions.
26757         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26758         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26759         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26760         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26761         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26762         (llrint_downward_test_data): Test for "inexact" exceptions.
26763         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26764         (llrint_upward_test_data): Test for "inexact" exceptions.
26765         (logb_test_data): Likewise.
26766         (logb_downward_test_data): Likewise.
26767         (nextafter_test_data): Likewise.
26768         (nexttoward_test_data): Likewise.
26769         (remainder_test_data): Likewise.
26770         (remquo_test_data): Likewise.
26771         (scalbn_test_data): Likewise.
26772         (scalbln_test_data): Likewise.
26773         (signbit_test_data): Likewise.
26774         (sqrt_test_data): Likewise.
26775         (significand_test_data): Likewise.
26777 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26779         [BZ #15424]
26780         * benchtests/bench-modf.c (struct args): Mark arg0 as
26781         volatile.
26782         * scripts/bench.pl: Mark members of struct args as volatile.
26784 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26786         [BZ # 15497]
26787         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26788         negative infinity on POWER6 or lower.
26789         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26791 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26793         [BZ #15442]
26794         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26795         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26796         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26797         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26798         (_FP_SETQNAN): New macro.
26799         (_FP_SETQNAN_SEMIRAW): Likewise.
26800         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26801         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26802         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26803         (FP_EXTEND): Use _FP_FRAC_SNANP.
26804         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26805         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26806         into account.
26807         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26808         New macro.
26809         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26810         Likewise.
26812 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26814         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26815         with DIVIDE_BY_ZERO_EXCEPTION.
26816         (gamma_test_data): Likewise.
26817         (lgamma_test_data): Likewise.
26818         (log_test_data): Likewise.
26819         (log10_test_data): Likewise.
26820         (log2_test_data): Likewise.
26821         (tgamma_test_data): Likewise.
26823         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26824         (acos_test_tonearest): Likewise.
26825         (acos_test_towardzero): Likewise.
26826         (acos_test_downward): Likewise.
26827         (acos_test_upward): Likewise.
26828         (acosh_test): Likewise.
26829         (asin_test): Likewise.
26830         (asin_test_tonearest): Likewise.
26831         (asin_test_towardzero): Likewise.
26832         (asin_test_downward): Likewise.
26833         (asin_test_upward): Likewise.
26834         (asinh_test): Likewise.
26835         (atan_test): Likewise.
26836         (atanh_test): Likewise.
26837         (atan2_test): Likewise.
26838         (cabs_test): Likewise.
26839         (cacos_test): Likewise.
26840         (cacosh_test): Likewise.
26841         (casin_test): Likewise.
26842         (casinh_test): Likewise.
26843         (catan_test): Likewise.
26844         (catanh_test): Likewise.
26845         (cbrt_test): Likewise.
26846         (ccos_test): Likewise.
26847         (ccosh_test): Likewise.
26848         (cexp_test): Likewise.
26849         (clog_test): Likewise.
26850         (clog10_test): Likewise.
26851         (cos_test): Likewise.
26852         (cos_test_tonearest): Likewise.
26853         (cos_test_towardzero): Likewise.
26854         (cos_test_downward): Likewise.
26855         (cos_test_upward): Likewise.
26856         (cosh_test): Likewise.
26857         (cosh_test_tonearest): Likewise.
26858         (cosh_test_towardzero): Likewise.
26859         (cosh_test_downward): Likewise.
26860         (cosh_test_upward): Likewise.
26861         (cpow_test): Likewise.
26862         (csin_test): Likewise.
26863         (csinh_test): Likewise.
26864         (csqrt_test): Likewise.
26865         (ctan_test): Likewise.
26866         (ctan_test_tonearest): Likewise.
26867         (ctan_test_towardzero): Likewise.
26868         (ctan_test_downward): Likewise.
26869         (ctan_test_upward): Likewise.
26870         (ctanh_test): Likewise.
26871         (ctanh_test_tonearest): Likewise.
26872         (ctanh_test_towardzero): Likewise.
26873         (ctanh_test_downward): Likewise.
26874         (ctanh_test_upward): Likewise.
26875         (erf_test): Likewise.
26876         (erfc_test): Likewise.
26877         (exp_test): Likewise.
26878         (exp_test_tonearest): Likewise.
26879         (exp_test_towardzero): Likewise.
26880         (exp_test_downward): Likewise.
26881         (exp_test_upward): Likewise.
26882         (exp10_test): Likewise.
26883         (exp2_test): Likewise.
26884         (expm1_test): Likewise.
26885         (fmod_test): Likewise.
26886         (gamma_test): Likewise.
26887         (hypot_test): Likewise.
26888         (j0_test): Likewise.
26889         (j1_test): Likewise.
26890         (jn_test): Likewise.
26891         (lgamma_test): Likewise.
26892         (log_test): Likewise.
26893         (log10_test): Likewise.
26894         (log1p_test): Likewise.
26895         (log2_test): Likewise.
26896         (logb_test_downward): Likewise.
26897         (pow_test): Likewise.
26898         (pow_test_tonearest): Likewise.
26899         (pow_test_towardzero): Likewise.
26900         (pow_test_downward): Likewise.
26901         (pow_test_upward): Likewise.
26902         (remainder_test): Likewise.
26903         (remquo_test): Likewise.
26904         (sin_test): Likewise.
26905         (sin_test_tonearest): Likewise.
26906         (sin_test_towardzero): Likewise.
26907         (sin_test_downward): Likewise.
26908         (sin_test_upward): Likewise.
26909         (sincos_test): Likewise.
26910         (sinh_test): Likewise.
26911         (sinh_test_tonearest): Likewise.
26912         (sinh_test_towardzero): Likewise.
26913         (sinh_test_downward): Likewise.
26914         (sinh_test_upward): Likewise.
26915         (sqrt_test): Likewise.
26916         (tan_test): Likewise.
26917         (tan_test_tonearest): Likewise.
26918         (tan_test_towardzero): Likewise.
26919         (tan_test_downward): Likewise.
26920         (tan_test_upward): Likewise.
26921         (tanh_test): Likewise.
26922         (tgamma_test): Likewise.
26923         (y0_test): Likewise.
26924         (y1_test): Likewise.
26925         (yn_test): Likewise.
26927         * math/gen-libm-test.pl (adjust_arg): Remove function.
26928         (special_function): Remove argument $in_func.  Only handle
26929         generating output for tables of tests, not inside functions.
26930         (parse_args): Likewise.
26931         (generate_testfile): Remove variable $in_func.  Update call to
26932         parse_args.
26933         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26934         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26935         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26936         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26937         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26938         (MAX_VALUE_INIT): Rename macro to max_value.
26939         (MIN_VALUE_INIT): Rename macro to min_value.
26940         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26941         (plus_zero): Remove variable.
26942         (minus_zero): Likewise.
26943         (plus_infty): Likewise.
26944         (minus_infty): Likewise.
26945         (qnan_value): Likewise.
26946         (max_value): Likewise.
26947         (min_value): Likewise.
26948         (min_subnorm_value): Likewise.
26950 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26952         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26953         uint64_t or uint32_t usage.
26954         * crypt/sha256-block.c: Likewise.
26955         * crypt/sha256-crypt.c: Likewise.
26956         * crypt/sha256.c: Likewise.
26957         * crypt/sha512-block.c: Likewise.
26958         * crypt/sha512-crypt.c: Likewise.
26959         * crypt/sha512.c: Likewise.
26960         * debug/backtrace-tst.c: Likewise.
26961         * debug/pcprofiledump.c: Likewise.
26962         * elf/cache.c: Likewise.
26963         * elf/dl-cache.c: Likewise.
26964         * elf/dl-misc.c: Likewise.
26965         * elf/dl-profile.c: Likewise.
26966         * elf/dl-support.c: Likewise.
26967         * elf/ldconfig.c: Likewise.
26968         * elf/sprof.c: Likewise.
26969         * iconv/dummy-repertoire.c: Likewise.
26970         * iconv/iconv_charmap.c: Likewise.
26971         * iconv/skeleton.c: Likewise.
26972         * iconvdata/8bit-generic.c: Likewise.
26973         * iconvdata/cp737.h: Likewise.
26974         * iconvdata/cp775.h: Likewise.
26975         * iconvdata/ibm1008.h: Likewise.
26976         * iconvdata/ibm1025.h: Likewise.
26977         * iconvdata/ibm1046.h: Likewise.
26978         * iconvdata/ibm1097.h: Likewise.
26979         * iconvdata/ibm1112.h: Likewise.
26980         * iconvdata/ibm1122.h: Likewise.
26981         * iconvdata/ibm1123.h: Likewise.
26982         * iconvdata/ibm1124.h: Likewise.
26983         * iconvdata/ibm1129.h: Likewise.
26984         * iconvdata/ibm1130.h: Likewise.
26985         * iconvdata/ibm1132.h: Likewise.
26986         * iconvdata/ibm1133.h: Likewise.
26987         * iconvdata/ibm1137.h: Likewise.
26988         * iconvdata/ibm1140.h: Likewise.
26989         * iconvdata/ibm1141.h: Likewise.
26990         * iconvdata/ibm1142.h: Likewise.
26991         * iconvdata/ibm1143.h: Likewise.
26992         * iconvdata/ibm1144.h: Likewise.
26993         * iconvdata/ibm1145.h: Likewise.
26994         * iconvdata/ibm1146.h: Likewise.
26995         * iconvdata/ibm1147.h: Likewise.
26996         * iconvdata/ibm1148.h: Likewise.
26997         * iconvdata/ibm1149.h: Likewise.
26998         * iconvdata/ibm1153.h: Likewise.
26999         * iconvdata/ibm1154.h: Likewise.
27000         * iconvdata/ibm1155.h: Likewise.
27001         * iconvdata/ibm1156.h: Likewise.
27002         * iconvdata/ibm1157.h: Likewise.
27003         * iconvdata/ibm1158.h: Likewise.
27004         * iconvdata/ibm1160.h: Likewise.
27005         * iconvdata/ibm1161.h: Likewise.
27006         * iconvdata/ibm1162.h: Likewise.
27007         * iconvdata/ibm1163.h: Likewise.
27008         * iconvdata/ibm1164.h: Likewise.
27009         * iconvdata/ibm1166.h: Likewise.
27010         * iconvdata/ibm1167.h: Likewise.
27011         * iconvdata/ibm12712.h: Likewise.
27012         * iconvdata/ibm1390.h: Likewise.
27013         * iconvdata/ibm1399.h: Likewise.
27014         * iconvdata/ibm16804.h: Likewise.
27015         * iconvdata/ibm4517.h: Likewise.
27016         * iconvdata/ibm4899.h: Likewise.
27017         * iconvdata/ibm4909.h: Likewise.
27018         * iconvdata/ibm4971.h: Likewise.
27019         * iconvdata/ibm5347.h: Likewise.
27020         * iconvdata/ibm803.h: Likewise.
27021         * iconvdata/ibm856.h: Likewise.
27022         * iconvdata/ibm901.h: Likewise.
27023         * iconvdata/ibm902.h: Likewise.
27024         * iconvdata/ibm9030.h: Likewise.
27025         * iconvdata/ibm9066.h: Likewise.
27026         * iconvdata/ibm921.h: Likewise.
27027         * iconvdata/ibm922.h: Likewise.
27028         * iconvdata/ibm9448.h: Likewise.
27029         * iconvdata/isiri-3342.h: Likewise.
27030         * iconvdata/jis0201.h: Likewise.
27031         * include/link.h: Likewise.
27032         * include/netdb.h: Likewise.
27033         * inet/check_native.c: Likewise.
27034         * inet/check_pf.c: Likewise.
27035         * inet/getipv4sourcefilter.c: Likewise.
27036         * inet/getnameinfo.c: Likewise.
27037         * inet/getsourcefilter.c: Likewise.
27038         * inet/htonl.c: Likewise.
27039         * inet/setipv4sourcefilter.c: Likewise.
27040         * inet/setsourcefilter.c: Likewise.
27041         * inet/test-inet6_opt.c: Likewise.
27042         * inet/tst-network.c: Likewise.
27043         * locale/C-collate.c: Likewise.
27044         * locale/C-ctype.c: Likewise.
27045         * locale/C-time.c: Likewise.
27046         * locale/C-translit.h: Likewise.
27047         * locale/loadarchive.c: Likewise.
27048         * locale/programs/3level.h: Likewise.
27049         * locale/programs/charmap.c: Likewise.
27050         * locale/programs/charmap.h: Likewise.
27051         * locale/programs/ld-address.c: Likewise.
27052         * locale/programs/ld-collate.c: Likewise.
27053         * locale/programs/ld-ctype.c: Likewise.
27054         * locale/programs/ld-identification.c: Likewise.
27055         * locale/programs/ld-measurement.c: Likewise.
27056         * locale/programs/ld-messages.c: Likewise.
27057         * locale/programs/ld-monetary.c: Likewise.
27058         * locale/programs/ld-name.c: Likewise.
27059         * locale/programs/ld-numeric.c: Likewise.
27060         * locale/programs/ld-paper.c: Likewise.
27061         * locale/programs/ld-telephone.c: Likewise.
27062         * locale/programs/ld-time.c: Likewise.
27063         * locale/programs/linereader.c: Likewise.
27064         * locale/programs/locale.c: Likewise.
27065         * locale/programs/locarchive.c: Likewise.
27066         * locale/programs/locfile.h: Likewise.
27067         * locale/programs/repertoire.c: Likewise.
27068         * locale/programs/simple-hash.c: Likewise.
27069         * locale/programs/simple-hash.h: Likewise.
27070         * malloc/memusage.c: Likewise.
27071         * malloc/memusagestat.c: Likewise.
27072         * nis/nis_defaults.c: Likewise.
27073         * nis/nis_hash.c: Likewise.
27074         * nis/nis_print.c: Likewise.
27075         * nis/nis_xdr.c: Likewise.
27076         * nscd/connections.c: Likewise.
27077         * nscd/hstcache.c: Likewise.
27078         * nscd/nscd_gethst_r.c: Likewise.
27079         * nscd/nscd_getserv_r.c: Likewise.
27080         * nscd/nscd_helper.c: Likewise.
27081         * nscd/servicescache.c: Likewise.
27082         * nss/makedb.c: Likewise.
27083         * nss/nss_db/db-XXX.c: Likewise.
27084         * nss/nss_db/db-initgroups.c: Likewise.
27085         * nss/nss_db/db-netgrp.c: Likewise.
27086         * nss/nss_files/files-network.c: Likewise.
27087         * nss/nss_files/files-parse.c: Likewise.
27088         * posix/bug-regex5.c: Likewise.
27089         * posix/fnmatch_loop.c: Likewise.
27090         * posix/regcomp.c: Likewise.
27091         * posix/regexec.c: Likewise.
27092         * posix/tst-rfc3484-2.c: Likewise.
27093         * posix/tst-rfc3484-3.c: Likewise.
27094         * posix/tst-rfc3484.c: Likewise.
27095         * resolv/nss_dns/dns-canon.c: Likewise.
27096         * resolv/nss_dns/dns-network.c: Likewise.
27097         * resolv/res_init.c: Likewise.
27098         * resolv/res_mkquery.c: Likewise.
27099         * resolv/tst-aton.c: Likewise.
27100         * stdlib/cxa_atexit.c: Likewise.
27101         * stdlib/cxa_finalize.c: Likewise.
27102         * stdlib/gen-fpioconst.c: Likewise.
27103         * stdlib/strtol_l.c: Likewise.
27104         * string/tst-endian.c: Likewise.
27105         * sunrpc/auth_des.c: Likewise.
27106         * sunrpc/clnt_udp.c: Likewise.
27107         * sunrpc/rtime.c: Likewise.
27108         * sunrpc/svcauth_des.c: Likewise.
27109         * sunrpc/xdr.c: Likewise.
27110         * sunrpc/xdr_intXX_t.c: Likewise.
27111         * sunrpc/xdr_rec.c: Likewise.
27112         * sysdeps/generic/ldconfig.h: Likewise.
27113         * sysdeps/generic/ldsodefs.h: Likewise.
27114         * sysdeps/generic/memusage.h: Likewise.
27115         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27116         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27117         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27118         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27119         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27120         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27121         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27122         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27123         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27124         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27125         * sysdeps/posix/getaddrinfo.c: Likewise.
27126         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27127         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27128         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27129         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27130         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27131         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27132         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27133         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27134         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27135         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27136         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27137         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27138         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27139         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27140         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27141         * sysdeps/x86_64/dl-tls.h: Likewise.
27142         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27143         * time/alt_digit.c: Likewise.
27144         * time/era.c: Likewise.
27145         * wcsmbs/tst-c16c32-1.c: Likewise.
27147 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27149         * math/libm-test.inc (struct test_sincos_data): New type.
27150         (RUN_TEST_LOOP_sincos): New macro.
27151         (sincos_test_data): New variable.
27152         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27154 2013-05-16  Richard Henderson  <rth@redhat.com>
27156         * math/atest-exp2.c (LIMB64): New macro.
27157         (CONSTSZ): New macro.
27158         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27159         (hexdig): Move ...
27160         (print_mpn_fp): ... to function scope.
27161         (read_mpn_hex): Remove.
27162         (get_log2): Remove.
27163         (exp2_mpn): Use mp_log2.
27164         (main): Use mp_exp1.
27166 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27168         * math/libm-test.inc: Remove comment about not testing "inexact"
27169         exceptions.
27170         (INEXACT_EXCEPTION): New macro.
27171         (NO_INEXACT_EXCEPTION): Likewise.
27172         (INVALID_EXCEPTION_OK): Update value.
27173         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27174         (OVERFLOW_EXCEPTION_OK): Likewise.
27175         (UNDERFLOW_EXCEPTION_OK): Likewise.
27176         (IGNORE_ZERO_INF_SIGN): Likewise.
27177         (ERRNO_UNCHANGED): Likewise.
27178         (ERRNO_EDOM): Likewise.
27179         (ERRNO_ERANGE): Likewise.
27180         (test_exceptions): Handle testing "inexact" exceptions.
27181         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27182         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27183         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27184         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27185         INEXACT_EXCEPTION.
27186         (rint_towardzero_test_data): Likewise.
27187         (rint_downward_test_data): Likewise.
27188         (rint_upward_test_data): Likewise.
27190         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27191         with OVERFLOW_EXCEPTION.
27192         (exp10_test_data): Likewise.
27193         (exp2_test_data): Likewise.
27194         (expm1_test_data): Likewise.
27195         (lgamma_test_data): Likewise.
27196         (pow_test_data): Likewise.
27197         (tgamma_test_data): Likewise.
27198         (yn_test_data): Remove duplicate test of overflow.
27200         * math/libm-test.inc (struct test_cc_c_data): New type.
27201         (RUN_TEST_LOOP_cc_c): New macro.
27202         (cpow_test_data): New variable.
27203         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27205         * math/libm-test.inc (struct test_f_L_data): New type.
27206         (RUN_TEST_LOOP_f_L): New macro.
27207         (llrint_test_data): New variable.
27208         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27209         (llrint_tonearest_test_data): New variable.
27210         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27211         (llrint_towardzero_test_data): New variable.
27212         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27213         (llrint_downward_test_data): New variable.
27214         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27215         (llrint_upward_test_data): New variable.
27216         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27217         (llround_test_data): New variable.
27218         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27220 2013-05-13  Peter Collingbourne  <pcc@google.com>
27222         * math/atest-exp2.c (get_log2): Remove const attribute.
27224 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27226         * math/libm-test.inc (struct test_f_l_data): New type.
27227         (RUN_TEST_LOOP_f_l): New macro.
27228         (lrint_test_data): New variable.
27229         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27230         (lrint_tonearest_test_data): New variable.
27231         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27232         (lrint_towardzero_test_data): New variable.
27233         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27234         (lrint_downward_test_data): New variable.
27235         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27236         (lrint_upward_test_data): New variable.
27237         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27238         (lround_test_data): New variable.
27239         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27241 2013-05-15  Peter Collingbourne  <pcc@google.com>
27243         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27244         (EXTRACT_WORDS64) Use where appropriate.
27245         (INSERT_WORDS64) Likewise.
27247         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27248         constraints with x constraints.
27249         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27251         * malloc/obstack.c (_obstack_compat): Add initializer.
27253 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27255         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27256         si_trapno and add si_addr_lsb to _sifields.sigfault.
27257         (si_trapno): Remove macro.
27258         (si_addr_lsb): Define new macro.
27259         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27261 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27263         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27264         instead of TEST_f_l.
27265         (llrint_test_tonearest): Likewise.
27266         (llrint_test_towardzero): Likewise.
27267         (llrint_test_downward): Likewise.
27268         (llrint_test_upward): Likewise.
27269         (llround_test): Likewise.
27271         * math/libm-test.inc (struct test_f_i_data): Add comment.
27272         (RUN_TEST_LOOP_f_b): New macro.
27273         (RUN_TEST_LOOP_f_b_tg): Likewise.
27274         (finite_test_data): New variable.
27275         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27276         (isfinite_test_data): New variable.
27277         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27278         (isinf_test_data): New variable.
27279         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27280         (isnan_test_data): New variable.
27281         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27282         (isnormal_test_data): New variable.
27283         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27284         (issignaling_test_data): New variable.
27285         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27286         (signbit_test_data): New variable.
27287         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27289         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27290         with INVALID_EXCEPTION.
27291         (acosh_test_data): Likewise.
27292         (asin_test_data): Likewise.
27293         (atanh_test_data): Likewise.
27294         (fmod_test_data): Likewise.
27295         (log_test_data): Likewise.
27296         (log10_test_data): Likewise.
27297         (log2_test_data): Likewise.
27298         (pow_test_data): Likewise.
27299         (sqrt_test_data): Likewise.
27300         (y0_test_data): Likewise.
27301         (y1_test_data): Likewise.
27302         (yn_test_data): Likewise.
27304         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27305         function contents.
27307         * math/libm-test.inc (struct test_ff_i_data): New type.
27308         (RUN_TEST_LOOP_ff_i_tg): New macro.
27309         (isgreater_test_data): New variable.
27310         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27311         (isgreaterequal_test_data): New variable.
27312         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27313         (isless_test_data): New variable.
27314         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27315         (islessequal_test_data): New variable.
27316         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27317         (islessgreater_test_data): New variable.
27318         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27319         (isunordered_test_data): New variable.
27320         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27322 2013-05-14  David S. Miller  <davem@davemloft.net>
27324         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27326 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27328         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27330         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27331         extra_test to int.
27332         (struct test_f_i_data): Change type of max_ulp to int.
27334         * math/libm-test.inc (test_ffI_f1_data): New type.
27335         (RUN_TEST_LOOP_ffI_f1): New macro.
27336         (remquo_test_data): New variable.
27337         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27339         * setjmp/tst-setjmp-fp.c: New file.
27340         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27341         (link-libm): New variable.
27342         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27344         * math/libm-test.inc (struct test_f_i_data): New type.
27345         (RUN_TEST_LOOP_f_i): New macro.
27346         (RUN_TEST_LOOP_f_i_tg): Likewise.
27347         (fpclassify_test_data): New variable.
27348         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27349         (ilogb_test_data): New variable.
27350         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27352         * math/libm-test.inc (scalbln_test): Correct function name in END
27353         call.
27355         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27356         (RUN_TEST_LOOP_fI_f1): New macro.
27357         (frexp_test_data): New variable.
27358         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27360         * math/libm-test.inc (struct test_fF_f1_data): New type.
27361         (RUN_TEST_LOOP_fF_f1): New macro.
27362         (modf_test_data): New variable.
27363         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27365         * math/libm-test.inc (struct test_f_f1_data): New type.
27366         (RUN_TEST_LOOP_f_f1): New macro.
27367         (gamma_test_data): New variable.
27368         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27369         (lgamma_test_data): New variable.
27370         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27372 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27374         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27375         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27376         (main): Comment "tls" pseudo-hwcap.
27378 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27380         * math/libm-test.inc (struct test_fl_f_data): New type.
27381         (RUN_TEST_LOOP_fl_f): New variable.
27382         (scalbln_test_data): New variable.
27383         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27385         * math/libm-test.inc (struct test_fi_f_data): New type.
27386         (RUN_TEST_LOOP_fi_f): New macro.
27387         (ldexp_test_data): New variable.
27388         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27389         (scalbn_test_data): New variable.
27390         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27392         * math/libm-test.inc (struct test_c_f_data): New type.
27393         (RUN_TEST_LOOP_c_f): New macro.
27394         (cabs_test_data): New variable.
27395         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27396         (carg_test_data): New variable.
27397         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27398         (cimag_test_data): New variable.
27399         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27400         (creal_test_data): New variable.
27401         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27403         * math/libm-test.inc (struct test_if_f_data): New type.
27404         (RUN_TEST_LOOP_if_f): New macro.
27405         (jn_test_data): New variable.
27406         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27407         (yn_test_data): New variable.
27408         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27410         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27412 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27414         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27415         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27417 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27419         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27420         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27421         (bench-deps): Add bench-timing.h.
27422         * benchtests-bench-skeleton.c: Include bench-timing.h.
27423         (main): Use TIMING_* macros instead of clock_gettime.
27424         * benchtests/bench-timing.h: New file.
27426         [BZ #14582]
27427         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27428         Renamed from _LIB_VERSION.
27429         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27431 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27433         * math/libm-test.inc (struct test_fff_f_data): New type.
27434         (RUN_TEST_LOOP_fff_f): New macro.
27435         (fma_test_data): New variable.
27436         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27437         (fma_towardzero_test_data): New variable.
27438         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27439         (fma_downward_test_data): New variable.
27440         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27441         (fma_upward_test_data): New variable.
27442         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27444         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27445         (struct test_c_c_data): New type.
27446         (RUN_TEST_LOOP_c_c): New macro.
27447         (cacos_test_data): New variable.
27448         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27449         (cacosh_test_data): New variable.
27450         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27451         (casin_test_data): New variable.
27452         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27453         (casinh_test_data): New variable.
27454         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27455         (catan_test_data): New variable.
27456         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27457         (catanh_test_data): New variable.
27458         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27459         (ccos_test_data): New variable.
27460         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27461         (ccosh_test_data): New variable.
27462         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27463         (cexp_test_data): New variable.
27464         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27465         (clog_test_data): New variable.
27466         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27467         (clog10_test_data): New variable.
27468         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27469         (conj_test_data): New variable.
27470         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27471         (cproj_test_data): New variable.
27472         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27473         (csin_test_data): New variable.
27474         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27475         (csinh_test_data): New variable.
27476         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27477         (csqrt_test_data): New variable.
27478         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27479         (ctan_test_data): New variable.
27480         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27481         (ctan_tonearest_test_data): New variable.
27482         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27483         (ctan_towardzero_test_data): New variable.
27484         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27485         (ctan_downward_test_data): New variable.
27486         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27487         (ctan_upward_test_data): New variable.
27488         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27489         (ctanh_test_data): New variable.
27490         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27491         (ctanh_tonearest_test_data): New variable.
27492         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27493         (ctanh_towardzero_test_data): New variable.
27494         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27495         (ctanh_downward_test_data): New variable.
27496         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27497         (ctanh_upward_test_data): New variable.
27498         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27499         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27500         of BUILD_COMPLEX.
27502         * math/libm-test.inc (struct test_ff_f_data): New type.
27503         (struct test_ff_f_data_nexttoward): Likewise.
27504         (RUN_TEST_LOOP_2_f): New macro.
27505         (RUN_TEST_LOOP_ff_f): Likewise.
27506         (atan2_test_data): New variable.
27507         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27508         (copysign_test_data): New variable.
27509         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27510         (fdim_test_data): New variable.
27511         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27512         (fmax_test_data): New variable.
27513         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27514         (fmin_test_data): New variable.
27515         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27516         (fmod_test_data): New variable.
27517         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27518         (hypot_test_data): New variable.
27519         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27520         (nextafter_test_data): New variable.
27521         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27522         (nexttoward_test_data): New variable.
27523         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27524         (pow_test_data): New variable.
27525         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27526         (pow_tonearest_test_data): New variable.
27527         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27528         (pow_towardzero_test_data): New variable.
27529         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27530         (pow_downward_test_data): New variable.
27531         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27532         (pow_upward_test_data): New variable.
27533         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27534         (remainder_test_data): New variable.
27535         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27536         (scalb_test_data): New variable.
27537         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27538         * sysdeps/i386/fpu/libm-test-ulps: Update.
27540 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27542         * math/libm-test.inc (fma_test): Use max_value instead of local
27543         variable fltmax.
27544         (nextafter_test): Likewise.
27546         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27547         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27548         (acos_downward_test_data): New variable.
27549         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27550         (acos_upward_test_data): New variable.
27551         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27552         (acosh_test_data): New variable.
27553         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27554         (asin_test_data): New variable.
27555         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27556         (asin_tonearest_test_data): New variable.
27557         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27558         (asin_towardzero_test_data): New variable.
27559         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27560         (asin_downward_test_data): New variable.
27561         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27562         (asin_upward_test_data): New variable.
27563         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27564         (asinh_test_data): New variable.
27565         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27566         (atan_test_data): New variable.
27567         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27568         (atanh_test_data): New variable.
27569         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27570         (cbrt_test_data): New variable.
27571         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27572         (ceil_test_data): New variable.
27573         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27574         (cos_test_data): New variable.
27575         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27576         (cos_tonearest_test_data): New variable.
27577         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27578         (cos_towardzero_test_data): New variable.
27579         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27580         (cos_downward_test_data): New variable.
27581         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27582         (cos_upward_test_data): New variable.
27583         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27584         (cosh_test_data): New variable.
27585         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27586         (cosh_tonearest_test_data): New variable.
27587         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27588         (cosh_towardzero_test_data): New variable.
27589         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27590         (cosh_downward_test_data): New variable.
27591         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27592         (cosh_upward_test_data): New variable.
27593         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27594         (erf_test_data): New variable.
27595         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27596         (erfc_test_data): New variable.
27597         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27598         (exp_test_data): New variable.
27599         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27600         (exp_tonearest_test_data): New variable.
27601         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27602         (exp_towardzero_test_data): New variable.
27603         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27604         (exp_downward_test_data): New variable.
27605         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27606         (exp_upward_test_data): New variable.
27607         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27608         (exp10_test_data): New variable.
27609         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27610         (exp2_test_data): New variable.
27611         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27612         (expm1_test_data): New variable.
27613         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27614         (fabs_test_data): New variable.
27615         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27616         (floor_test_data): New variable.
27617         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27618         (j0_test_data): New variable.
27619         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27620         (j1_test_data): New variable.
27621         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27622         (log_test_data): New variable.
27623         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27624         (log10_test_data): New variable.
27625         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27626         (log1p_test_data): New variable.
27627         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27628         (log2_test_data): New variable.
27629         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27630         (logb_test_data): New variable.
27631         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27632         (logb_downward_test_data): New variable.
27633         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27634         (nearbyint_test_data): New variable.
27635         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27636         (rint_test_data): New variable.
27637         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27638         (rint_tonearest_test_data): New variable.
27639         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27640         (rint_towardzero_test_data): New variable.
27641         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27642         (rint_downward_test_data): New variable.
27643         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27644         (rint_upward_test_data): New variable.
27645         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27646         (round_test_data): New variable.
27647         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27648         (sin_test_data): New variable.
27649         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27650         (sin_tonearest_test_data): New variable.
27651         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27652         (sin_towardzero_test_data): New variable.
27653         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27654         (sin_downward_test_data): New variable.
27655         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27656         (sin_upward_test_data): New variable.
27657         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27658         (sinh_test_data): New variable.
27659         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27660         (sinh_tonearest_test_data): New variable.
27661         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27662         (sinh_towardzero_test_data): New variable.
27663         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27664         (sinh_downward_test_data): New variable.
27665         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27666         (sinh_upward_test_data): New variable.
27667         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27668         (sqrt_test_data): New variable.
27669         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27670         (tan_test_data): New variable.
27671         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27672         (tan_tonearest_test_data): New variable.
27673         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27674         (tan_towardzero_test_data): New variable.
27675         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27676         (tan_downward_test_data): New variable.
27677         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27678         (tan_upward_test_data): New variable.
27679         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27680         (tanh_test_data): New variable.
27681         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27682         (tgamma_test_data): New variable.
27683         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27684         (trunc_test_data): New variable.
27685         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27686         (y0_test_data): New variable.
27687         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27688         (y1_test_data): New variable.
27689         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27690         (significand_test_data): New variable.
27691         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27693 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27695         [BZ #12387]
27696         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27698 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27700         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27702 2013-05-10  Andreas Jaeger  <aj@suse.de>
27704         [BZ #15448]
27705         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27706         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27708 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27710         * math/gen-libm-test.pl (adjust_arg): New function.
27711         (special_functions): Handle generating output in both functions
27712         and arrays.
27713         (parse_args): Likewise.
27714         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27715         $in_func argument to parse_args.
27716         * math/libm-test.inc (struct test_f_f_data): New type.
27717         (IF_ROUND_INIT_): New macro.
27718         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27719         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27720         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27721         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27722         (ROUND_RESTORE_): Likewise.
27723         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27724         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27725         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27726         (ROUND_RESTORE_FE_UPWARD): Likewise.
27727         (RUN_TEST_LOOP_f_f): New macro.
27728         (acos_test_data): New variable.
27729         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27730         (acos_tonearest_test_data): New variable.
27731         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27733 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27735         * benchtests/bench-skeleton.c (startup): Fix coding style.
27737 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27739         [BZ #6809]
27740         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27741         negative infinity argument.
27742         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27743         negative infinity argument.
27744         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27745         negative infinity argument.
27746         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27747         domain errors.
27749 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27751         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27752         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27753         * iconv/iconv_prog.c (main): Likewise.
27754         * locale/programs/charmap-dir.c (charmap_readdir)
27755         (fopen_uncompressed): Likewise.
27756         * locale/programs/locfile.c (siblings_uncached)
27757         (write_locale_data): Use lstat64 instead of lstat.
27758         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27759         stat.
27761 2013-05-10  Andreas Jaeger  <aj@suse.de>
27763         [BZ #15395]
27764         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27765         localization.
27766         Include <locale.h>.
27768 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27770         * elf/dl-close.c (_dl_close_worker): Add comments.
27772 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27774         [BZ #15359]
27775         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27776         high part of pi/2.
27777         (__ieee754_rem_pio2l): Update comments.
27779         [BZ #15429]
27780         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27781         high part of pi/2.
27782         (__ieee754_rem_pio2l): Update comments.
27784         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27785         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27787         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27788         M_PI_4l.
27790         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27791         (M_PI_34_LOG10El): Likewise.
27792         (M_PI2_LOG10El): Likewise.
27793         (M_PI4_LOG10El): Likewise.
27794         (M_PI_LOG10El): Likewise.
27796 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27798         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27800 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27802         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27803         (MINUS_ZERO_INIT): Likewise.
27804         (PLUS_INFTY_INIT): Likewise.
27805         (MINUS_INFTY_INIT): Likewise.
27806         (QNAN_VALUE_INIT): Likewise.
27807         (MAX_VALUE_INIT): Likewise.
27808         (MIN_VALUE_INIT): Likewise.
27809         (MIN_SUBNORM_VALUE_INIT): Likewise.
27810         (plus_zero): Initialize with PLUS_ZERO_INIT.
27811         (minus_zero): Initialize with MINUS_ZERO_INIT.
27812         (plus_infty): Initialize with PLUS_INFTY_INIT.
27813         (minus_infty): Initialize with MINUS_INFTY_INIT.
27814         (qnan_value): Initialize with QNAN_VALUE_INIT.
27815         (max_value): Initialize with MAX_VALUE_INIT.
27816         (min_value): Initialize with MIN_VALUE_INIT.
27817         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27819         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27820         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27821         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27822         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27824         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27825         (RUN_TEST_2_f): Likewise.
27826         (RUN_TEST_ff_f): Likewise.
27827         (RUN_TEST_fi_f): Likewise.
27828         (RUN_TEST_fl_f): Likewise.
27829         (RUN_TEST_fff_f): Likewise.
27830         (RUN_TEST_c_f): Likewise.
27831         (RUN_TEST_f_f1): Likewise.
27832         (RUN_TEST_fF_f1): Likewise.
27833         (RUN_TEST_fI_f1): Likewise.
27834         (RUN_TEST_ffI_f1): Likewise.
27835         (RUN_TEST_c_c): Likewise.
27836         (RUN_TEST_cc_c): Likewise.
27837         (RUN_TEST_f_i): Likewise.
27838         (RUN_TEST_f_i_tg): Likewise.
27839         (RUN_TEST_ff_i_tg): Likewise.
27840         (RUN_TEST_f_b): Likewise.
27841         (RUN_TEST_f_b_tg): Likewise.
27842         (RUN_TEST_f_l): Likewise.
27843         (RUN_TEST_f_L): Likewise.
27844         (RUN_TEST_sincos): Likewise.
27845         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27846         whether to show exceptions.  Do not include ");\n" in return
27847         value.
27848         (special_functions): Output call to RUN_TEST_sincos instead of
27849         check_float calls.  Update calls to new_test.
27850         (parse_args): Output call to single RUN_TEST_* macro instead of
27851         check_* calls and other assignments.  Update calls to new_test.
27853         [BZ #2546]
27854         [BZ #2560]
27855         [BZ #5159]
27856         [BZ #15426]
27857         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27858         input to result for tgamma overflow.
27859         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27860         (gamma_coeff): New variable.
27861         (NCOEFF): New macro.
27862         (gamma_positive): New function.
27863         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27864         underflow here.  Use gamma_positive instead of exp (lgamma) for
27865         other arguments.
27866         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27867         (gamma_coeff): New variable.
27868         (NCOEFF): New macro.
27869         (gammaf_positive): New function.
27870         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27871         underflow here.  Use gamma_positive instead of exp (lgamma) for
27872         other arguments.
27873         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27874         (gamma_coeff): New variable.
27875         (NCOEFF): New macro.
27876         (gammal_positive): New function.
27877         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27878         underflow here.  Use gamma_positive instead of exp (lgamma) for
27879         other arguments.
27880         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27881         (gamma_coeff): New variable.
27882         (NCOEFF): New macro.
27883         (gammal_positive): New function.
27884         (__ieee754_gammal_r): Handle positive infinity, overflow and
27885         underflow here.  Handle NaN the same as positive infinity.  Remove
27886         check x < 0xffffffff for negative integers.  Use gamma_positive
27887         instead of exp (lgamma) for other arguments.
27888         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27889         (gamma_coeff): New variable.
27890         (NCOEFF): New macro.
27891         (gammal_positive): New function.
27892         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27893         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27894         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27895         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27896         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27897         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27898         * sysdeps/generic/math_private.h (__gamma_productf): New
27899         prototype.
27900         (__gamma_product): Likewise.
27901         (__gamma_productl): Likewise.
27902         * math/Makefile (libm-calls): Add gamma_product.
27903         * math/libm-test.inc (tgamma_test): Add more tests.
27904         * sysdeps/i386/fpu/libm-test-ulps: Update.
27905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27907 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27909         * benchtests/bench-skeleton.c (main): Preheat CPU.
27911 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27913         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27915 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27917         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27918         and _dl_skip_args_internal.
27920 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27922         * manual/message.texi (Message Translation): Talk about users.
27923         Message to key mapping impacts design.
27925 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27927         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27929         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27931         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27932         * sysdeps/wordsize-64/glob64.c: ... here.
27934         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27935         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27936         New macros.
27938         * debug/getlogin_r_chk.c: Moved to ...
27939         * login/getlogin_r_chk.c: ... here.
27940         * debug/Makefile (routines): Move getlogin_r_chk to ...
27941         * login/Makefile (routines): ... here.
27942         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27943         * login/Versions (libc: GLIBC_2.4): ... here.
27945         * io/poll.c (__poll): Renamed from poll.
27946         Add libc_hidden_def.
27947         (poll): Define as weak alias.
27949         * debug/ptsname_r_chk.c: Moved to ...
27950         * login/ptsname_r_chk.c: ... here.
27951         * debug/Makefile (routines): Move ptsname_r_chk to ...
27952         * login/Makefile (routines): ... here.
27953         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27954         * login/Versions (libc: GLIBC_2.4): ... here.
27956         * posix/getlogin.c: Moved to ...
27957         * login/getlogin.c: ... here.
27958         * posix/getlogin_r.c: Moved to ...
27959         * login/getlogin_r.c: ... here.
27960         * posix/getlogin_r.c: Moved to ...
27961         * login/getlogin_r.c: ... here.
27962         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27963         * login/Makefile (routines): ... here.
27964         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27965         * login/Versions (libc: GLIBC_2.0): ... here.
27967         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27968         (setrlimit): Define as weak alias.
27970         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27971         Call __ names for open, ftruncate, and close.
27972         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27973         (truncate): Define as weak alias.
27975 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
27977         * math/gen-libm-test.pl (parse_args): Initialize x before each
27978         test of frexp, modf and remquo.
27980         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27981         test signgam value.
27983 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27985         [BZ #15418]
27986         [BZ #15419]
27987         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27988         internal tests.
27989         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27991 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27993         * elf/dl-writev.h: New file.
27994         * elf/dl-misc.c: Include it.
27995         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27996         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27998 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28000         * math/libm-test.inc (noXFails): Remove variable.
28001         (noXPasses): Likewise.
28002         (BUILD_COMPLEX_INT): Remove macro.
28003         (print_screen): Remove xfail argument.
28004         (print_screen_max_error): Likewise.
28005         (update_stats): Likewise.
28006         (print_max_error): Likewise.  Update calls to other affected
28007         functions.
28008         (print_complex_max_error): Likewise.
28009         (test_single_exception): Update calls to print_screen.
28010         (test_single_errno): Likewise.
28011         (check_float_internal): Remove xfail argument.  Update calls to
28012         other affected functions.
28013         (check_float): Likewise.
28014         (check_complex): Likewise.
28015         (check_int): Likewise.
28016         (check_long): Likewise.
28017         (check_bool): Likewise.
28018         (check_longlong): Likewise.
28019         (main): Don't print noXFails and noXPasses.
28020         * math/gen-libm-test.pl (top level): Don't mention expected
28021         failure handling in comment.
28022         (new_test): Don't handle expected failures.
28023         (parse_args): Don't mention expected failure handling in comment.
28024         (generate_testfile): Don't handle expected failures.
28025         (parse_ulps): Likewise.
28026         (print_ulps_file): Likewise.
28027         (get_failure): Remove function.
28028         (output_test): Don't handle expected failures.
28029         * make/README.libm-test: Don't mention expected failure handling.
28031         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28032         (minus_zero): Likewise.
28033         (plus_infty): Likewise.
28034         (minus_infty): Likewise.
28035         (qnan_value): Likewise.
28036         (max_value): Likewise.
28037         (min_value): Likewise.
28038         (min_subnorm_value): Likewise.
28039         (initialize): Do not initialize those variables dynamically.
28041 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28043         * io/open.c (__open_2): Moved to ...
28044         * io/open_2.c: ... this new file.
28045         * io/open64.c (__open64_2): Moved to ...
28046         * io/open64_2.c: ... this new file.
28047         * io/openat.c (__openat_2): Moved to ...
28048         * io/openat_2.c: ... this new file.
28049         * io/openat64.c (__openat64_2): Moved to ...
28050         * io/openat64_2.c: ... this new file.
28051         * io/Makefile (routines): Add them.
28052         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28053         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28054         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28055         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28056         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28057         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28058         (__openat64): Add hidden_ver.
28059         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28060         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28062         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28063         Separately conditionalize setting of GLRO(dl_sysinfo) so
28064         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28065         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28067 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28069         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28070         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28071         definition.
28072         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28073         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28074         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28075         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28076         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28078 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28080         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28081         test signgam value.
28083         * math/libm-test.inc (hypot_test): Do not use
28084         IGNORE_ZERO_INF_SIGN.
28086 2013-05-03  Andreas Jaeger  <aj@suse.de>
28088         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28089         Linux 3.9.
28090         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28091         (PF_MAX): Adjust for VSOCK change.
28093 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28095         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28097 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28099         [BZ #15264]
28100         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28101         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28102         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28104 2013-05-02  David S. Miller  <davem@davemloft.net>
28106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28108 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28110         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28112 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28114         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28116 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28118         [BZ #14952]
28119         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28120         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28121         Use __attribute__ ((__gnu_inline__)).
28122         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28123         Don't use __attribute__ ((__gnu_inline__)).
28125 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28127         [BZ #15423]
28128         * math/s_catan.c (__catan): Handle small real or imaginary part of
28129         input specially to avoid spurious underflow.
28130         * math/s_catanf.c (__catanf): Likewise.
28131         * math/s_catanh.c (__catanh): Likewise.
28132         * math/s_catanhf.c (__catanhf): Likewise.
28133         * math/s_catanhl.c (__catanhl): Likewise.
28134         * math/s_catanl.c (__catanl): Likewise.
28135         * math/libm-test.inc (catan_test): Add more tests.
28136         (catanh_test): Likewise.
28137         * sysdeps/i386/fpu/libm-test-ulps: Update.
28138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28140 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28144 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28146         [BZ #15416]
28147         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28148         accurately for denominator in atan2.
28149         * math/s_catanf.c (__catanf): Likewise.
28150         * math/s_catanh.c (__catanh): Likewise.
28151         * math/s_catanhf.c (__catanhf): Likewise.
28152         * math/s_catanhl.c (__catanhl): Likewise.
28153         * math/s_catanl.c (__catanl): Likewise.
28154         * math/libm-test.inc (catan_test): Add more tests.
28155         (catanh_test): Likewise.
28156         * sysdeps/i386/fpu/libm-test-ulps: Update.
28157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28159 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28161         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28163         * benchtests/Makefile (bench): Remove slow benchmarks.
28164         * benchtests/atan-inputs: Add slow benchmark inputs.
28165         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28166         (BENCH_FUNC): Accept variant offset.
28167         (VARIANT): Define.
28168         * benchtests/bench-skeleton.c (main): Run benchmark for each
28169         variant.
28170         * benchtests/cos-inputs: Add slow benchmark inputs.
28171         * benchtests/exp-inputs: Likewise.
28172         * benchtests/pow-inputs: Likewise.
28173         * benchtests/sin-inputs: Likewise.
28174         * benchtests/slowatan-inputs: Remove.
28175         * benchtests/slowatan.c: Remove.
28176         * benchtests/slowcos-inputs: Remove.
28177         * benchtests/slowcos.c: Remove.
28178         * benchtests/slowexp-inputs: Remove.
28179         * benchtests/slowexp.c: Remove.
28180         * benchtests/slowpow-inputs: Remove.
28181         * benchtests/slowpow.c: Remove.
28182         * benchtests/slowsin-inputs: Remove.
28183         * benchtests/slowsin.c: Remove.
28184         * benchtests/slowtan-inputs: Remove.
28185         * benchtests/slowtan.c: Remove.
28186         * benchtests/tan-inputs: Add slow benchmark inputs.
28187         * scripts/bench.pl: Parse comments and directives.
28189         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28190         in CPPFLAGS.
28191         ($(objpfx)bench-%.c): Remove *-ITER.
28192         * benchtests/bench-modf.c: Remove definition of ITER.
28193         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28194         (main): Loop for DURATION seconds instead of fixed number of
28195         iterations.
28196         * scripts/bench.pl: Don't expect iterations in parameters.
28198 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28200         * io/fchdir.c (__fchdir): Renamed from fchdir.
28201         (fchdir): Define as weak alias.
28203 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28205         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28206         (ERRNO_EDOM): Likewise.
28207         (ERRNO_ERANGE): Likewise.
28208         (noErrnoTests): New variable.
28209         (init_max_error): Set errno to 0.
28210         (test_single_errno): New function.
28211         (test_errno): Likewise.
28212         (check_float_internal): Call test_errno.  Set errno to 0.
28213         (check_complex): Refer to errno tests in comment.
28214         (check_int): Call test_errno.  Set errno to 0.
28215         (check_long): Likewise.
28216         (check_bool): Likewise.
28217         (check_longlong): Likewise.
28218         (cos_test): Use ERRNO_* flags for errno tests instead of
28219         check_int.
28220         (expm1_test): Likewise.
28221         (fmod_test): Likewise.
28222         (ilogb_test): Likewise.
28223         (lgamma_test): Likewise.
28224         (pow_test): Likewise.
28225         (remainder_test): Likewise.
28226         (sin_test): Likewise.
28227         (tan_test): Likewise.
28228         (yn_test): Likewise.
28229         (initialize): Set errno to 0.
28230         (main): Print number of errno tests.
28231         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28233 2013-04-29  Andreas Jaeger  <aj@suse.de>
28235         [BZ #15084]
28236         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28237         and RES_USEVC.
28239         [BZ #15085]
28240         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28241         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28242         unimplemented.
28244         [BZ #15380]
28245         * stdlib/random.c (__initstate): Return NULL if
28246         __initstate fails.
28248         [BZ #15086]
28249         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28250         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28251         RES_SNGLKUPREOP.
28253 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28255         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28257 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28259         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28260         of individual tests.
28261         (casin_test): Likewise.
28262         (casinh_test): Likewise.
28264 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28266         [BZ #15409]
28267         * math/s_catan.c (__catan): Handle arguments with large real or
28268         imaginary part separately without squaring.
28269         * math/s_catanf.c (__catanf): Likewise.
28270         * math/s_catanh.c (__catanh): Likewise.
28271         * math/s_catanhf.c (__catanhf): Likewise.
28272         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28273         and redefine.
28274         (__catanhl): Handle arguments with large real or imaginary part
28275         separately without squaring.
28276         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28277         and redefine.
28278         (__catanl): Handle arguments with large real or imaginary part
28279         separately without squaring.
28280         * math/libm-test.inc (catan_test): Add more tests.
28281         (catanh_test): Likewise.
28282         * sysdeps/i386/fpu/libm-test-ulps: Update.
28283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28285 2013-04-27  Andreas Jaeger  <aj@suse.de>
28287         [BZ #15007]
28288         * stdlib/stdlib.h: Update guards for qecvt.
28289         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28290         <stdlib.h>.
28292 2013-04-27  Allan McRae  <allan@archlinux.org>
28294         * sysdeps/i386/fpu/libm-test-ulps: Update.
28296 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28298         [BZ #15406]
28299         * math/s_catan.c: Include <float.h>.
28300         (__catan): Ensure underflow exception occurs for underflowed
28301         result.
28302         * math/s_catanf.c: Include <float.h>.
28303         (__catanf): Ensure underflow exception occurs for underflowed
28304         result.
28305         * math/s_catanh.c: Include <float.h>.
28306         (__catanh): Ensure underflow exception occurs for underflowed
28307         result.
28308         * math/s_catanhf.c: Include <float.h>.
28309         (__catanhf): Ensure underflow exception occurs for underflowed
28310         result.
28311         * math/s_catanhl.c: Include <float.h>.
28312         (__catanhl): Ensure underflow exception occurs for underflowed
28313         result.
28314         * math/s_catanl.c: Include <float.h>.
28315         (__catanl): Ensure underflow exception occurs for underflowed
28316         result.
28317         * math/libm-test.inc (catan_test): Add more tests.
28318         (catanh_test): Likewise.
28320         [BZ #15405]
28321         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28322         underflowed result.
28323         * math/s_ccoshf.c (__ccoshf): Likewise.
28324         * math/s_ccoshl.c (__ccoshl): Likewise.
28325         * math/s_csin.c (__csin): Likewise.
28326         * math/s_csinf.c (__csinf): Likewise.
28327         * math/s_csinh.c (__csinh): Likewise.
28328         * math/s_csinhf.c (__csinhf): Likewise.
28329         * math/s_csinhl.c (__csinhl): Likewise.
28330         * math/s_csinl.c (__csinl): Likewise.
28331         * math/libm-test.inc (ccos_test): Add more tests.
28332         (ccosh_test): Likewise.
28333         (csin_test): Likewise.
28334         (csinh_test): Likewise.
28336 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28338         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28339         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28340         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28341         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28342         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28343         powerpc/power5+/fpu folders.
28344         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28347 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28349         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28351 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28353         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28354         additions to variable.
28355         [$(config-machine) = x86_64] (modules-names): Likewise.
28356         ($(objpfx)tst-audit3): Remove dependency.
28357         ($(objpfx)tst-audit3.out): Likewise.
28358         ($(objpfx)tst-audit4): Likewise.
28359         ($(objpfx)tst-audit4.out): Likewise.
28360         ($(objpfx)tst-audit5): Likewise.
28361         ($(objpfx)tst-audit5.out): Likewise.
28362         ($(objpfx)tst-audit6): Likewise.
28363         ($(objpfx)tst-audit6.out): Likewise.
28364         ($(objpfx)tst-audit7): Likewise.
28365         ($(objpfx)tst-audit7.out): Likewise.
28366         (tst-audit3-ENV): Remove variable.
28367         (tst-audit4-ENV): Likewise.
28368         (tst-audit5-ENV): Likewise.
28369         (tst-audit6-ENV): Likewise.
28370         (tst-audit7-ENV): Likewise.
28371         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28372         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28373         addition to variable.
28374         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28375         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28376         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28377         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28378         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28379         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28380         tst-audit3, tst-audit4 and tst-audit5.
28381         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28382         tst-audit6 and tst-audit7.
28383         [$(subdir) = elf] (modules-names): Add audit modules for those
28384         tests.
28385         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28386         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28387         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28388         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28389         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28390         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28391         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28392         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28393         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28394         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28395         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28396         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28397         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28398         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28399         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28400         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28401         Likewise.
28402         [$(subdir) = elf && $(config-cflags-avx) = yes]
28403         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28404         [$(subdir) = elf && $(config-cflags-avx) = yes]
28405         (CFLAGS-tst-auditmod4a.c): Likewise.
28406         [$(subdir) = elf && $(config-cflags-avx) = yes]
28407         (CFLAGS-tst-auditmod4b.c): Likewise.
28408         [$(subdir) = elf && $(config-cflags-avx) = yes]
28409         (CFLAGS-tst-auditmod6b.c): Likewise.
28410         [$(subdir) = elf && $(config-cflags-avx) = yes]
28411         (CFLAGS-tst-auditmod6c.c): Likewise.
28412         [$(subdir) = elf && $(config-cflags-avx) = yes]
28413         (CFLAGS-tst-auditmod7b.c): Likewise.
28414         * elf/tst-audit3.c: Move to ...
28415         * sysdeps/x86_64/tst-audit3.c: ... here.
28416         * elf/tst-audit4.c: Move to ...
28417         * sysdeps/x86_64/tst-audit4.c: ... here.
28418         * elf/tst-audit5.c: Move to ...
28419         * sysdeps/x86_64/tst-audit5.c: ... here.
28420         * elf/tst-audit6.c: Move to ...
28421         * sysdeps/x86_64/tst-audit6.c: ... here.
28422         * elf/tst-audit7.c: Move to ...
28423         * sysdeps/x86_64/tst-audit7.c: ... here.
28424         * elf/tst-auditmod3a.c: Move to ...
28425         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28426         * elf/tst-auditmod3b.c: Move to ...
28427         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28428         * elf/tst-auditmod4a.c: Move to ...
28429         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28430         * elf/tst-auditmod4b.c: Move to ...
28431         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28432         * elf/tst-auditmod5a.c: Move to ...
28433         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28434         * elf/tst-auditmod5b.c: Move to ...
28435         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28436         * elf/tst-auditmod6a.c: Move to ...
28437         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28438         * elf/tst-auditmod6b.c: Move to ...
28439         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28440         * elf/tst-auditmod6c.c: Move to ...
28441         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28442         * elf/tst-auditmod7a.c: Move to ...
28443         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28444         * elf/tst-auditmod7b.c: Move to ...
28445         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28447 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28449         [BZ #15366]
28450         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28451         define unconditionally.
28452         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28453         define unconditionally.
28454         (INT8_C, INT16_C, etc.): Likewise.
28456 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28458         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28459         __ehdr_start with hidden visibility.
28461         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28463 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28465         * math/libm-test.inc (cos_test): Use accurate hex constants.
28466         (sincost_test): Likewise.
28468 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28470         * math/libm-test.inc (catan_test): Add more tests.
28471         (catanh_test): Likewise.
28473         * math/s_catanf.c (__catanf): Use suffixed floating-point
28474         constants.
28475         * math/s_catanhf.c (__catanhf): Likewise.
28476         * math/s_catanhl.c (__catanhl): Likewise.
28477         * math/s_catanl.c (__catanl): Likewise.
28479         [BZ #15394]
28480         * math/s_catan.c (__catan): Calculate imaginary part of result
28481         with log1p not log unless computing log of number close to 0.
28482         * math/s_catanf.c (__catanf): Likewise.
28483         * math/s_catanl.c (__catanl): Likewise.
28484         * math/s_catanh.c (__catanh): Calculate real part of result with
28485         log1p not log unless computing log of number close to 0.
28486         * math/s_catanhf.c (__catanhf): Likewise.
28487         * math/s_catanhl.c (__catanhl): Likewise.
28488         * math/libm-test.inc (catan_test): Add more tests.
28489         (catanh_test): Likewise.
28490         * sysdeps/i386/fpu/libm-test-ulps: Update.
28491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28493 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28495         * benchtests/Makefile: Mention files in which fast and slow
28496         paths of math functions are implemented.
28498 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28500         * sysdeps/posix/timespec_get.c: New file.
28502 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28504         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28505         POWER.
28506         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28507         for POWER.
28508         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28509         powerpc/power5/fpu folders.
28510         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28511         * benchtests/Makefile: Add modf testcase.
28512         * benchtests/bench-modf.c: New file: Benchmark test for mo
28514 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28516         [BZ #14888]
28517         * time/Makefile (tests): Add tst-strptime-whitespace.
28518         * time/strptime_l.c (get_number): Use ISSPACE.
28519         (__strptime_internal): Likewise.
28520         * time/tst-strptime-whitespace.c: New test case.
28522 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28524         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28525         member.
28526         (_nss_files_init): Set it here.
28528 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28530         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28531         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28532         unsigned.
28534 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28536         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28538 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28540         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28541         size just once.
28543 2013-04-21  David S. Miller  <davem@davemloft.net>
28545         * po/ru.po: Update Russion translation from translation project.
28547 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28549         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28550         and setfsgid.
28552 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28554         * configure.in: Remove i386 configure warning. Remove i386 case.
28555         * configure: Regenerate.
28556         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28557         Add example to error message.
28558         * sysdeps/i386/configure: Regenerate.
28560 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28562         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28563         slowtan.
28564         * benchtests/cos-inputs: New file.
28565         * benchtests/slowcos-inputs: New file.
28566         * benchtests/slowcos.c: New file.
28567         * benchtests/slowtan-inputs: New file.
28568         * benchtests/slowtan.c: New file.
28569         * benchtests/tan-inputs: New file.
28571 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28573         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28574         considered kosher.
28576 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28578         * benchtests/Makefile: Include cppflags-iterator.mk to add
28579         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28581         * Makefile.in (bench-clean): New target.
28582         * benchtests/Makefile (bench-clean): Likewise.
28584 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28586         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28588 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28590         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28592 2013-04-15  Andreas Schwab  <schwab@suse.de>
28594         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28595         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28596         * nscd/pwdcache.c (cache_addpw): Likewise.
28597         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28598         more than recsize.
28600 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28602         * benchtests/Makefile (bench): Write all output to
28603         bench-out.tmp together.
28605 2013-04-15  Andreas Schwab  <schwab@suse.de>
28607         * nscd/nscd.c (main): Don't fork again after closing files.
28609 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28611         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28613         * benchtests/Rules (bench-deps): Collect dependencies into a
28614         single variable.  Add Makefile to dependencies.
28615         ($(objpfx)bench-%.c): Depend on bench-deps.
28617 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28618             Xavier Roche  <roche+kml2@exalead.com>
28620         [BZ #15361]
28621         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28622         just that it's a file descriptor.
28623         * manual/llio.texi (Synchronizing AIO Operations): Update description
28624         for EBADF error from aio_fsync.
28626 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28628         * Rules (bench): Move target definition...
28629         * benchtests/Makefile: ... here.
28631 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28633         * math/libm-test.inc (cos_test): Fix PI/2 test.
28634         (sincos_test): Likewise.
28635         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28636         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28638 2013-04-11  Andreas Schwab  <schwab@suse.de>
28640         [BZ #13988]
28641         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28642         accept exponent character only when digits were seen.
28643         * stdio-common/Makefile (tests): Add bug26.
28644         * stdio-common/bug26.c: New file.
28646         [BZ #14293]
28647         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28648         non-freeable.
28650 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28652         * Makeconfig (rtld-prefix): Define built linker prefix.
28653         * Rules (run-bench): Use it.
28654         * math/Makefile (run-regen-ulps): Likewise.
28656         * Rules (bench): Remove eval.
28658 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28659             Roland McGrath  <roland@hack.frob.com>
28660             Ondrej Bilka  <neleai@seznam.cz>
28662         [BZ #15346]
28663         * time/getdate.c: Include ctype.h and alloca.h.
28664         (__getdate_r): Trim leading and trailing spaces of input.
28665         * time/tst-getdate.c (tests): Add tests with leading and
28666         trailing spaces.
28668 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28670         [BZ #14280]
28671         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28672         when computing value.
28674 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28676         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28677         Use testrun.sh to run libm tests.
28679         [BZ #15309]
28680         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28682 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28684         [BZ #15264]
28685         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28687 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28689         * Makefile.in (regen-ulps): New target.
28690         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28691         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28692         [ifneq (no,$(PERL)] (regen-ulps): New target.
28693         [ifeq (no,$(PERL)] (regen-ulps): New target.
28694         * math/libm-test.inc (ulps_file_name): Define.
28695         (output_dir): New variable.
28696         (options): Add "output-dir" option.
28697         (parse_opt): Handle 'o' case.
28698         (main): If output_dir is non-NULL use it as a prefix
28699         otherwise use "".
28700         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28702 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28704         [BZ #10060, #10062]
28705         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28706         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28707         fail configure if __sync_val_compare_and_swap is not inlined.
28708         * sysdeps/i386/configure: Regenerate.
28709         * configure.in: Build for i686 when configured for i386.
28710         * configure: Regenerate.
28711         * README: Remove i386 reference.
28713 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28715         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28716         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28718 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28720         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28721         (lmsnanval): New variables.
28722         (F): Add conversion tests.
28723         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28724         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28726         * stdio-common/tstdiomisc.c (F): Properly collect individual
28727         tests' results.
28729         [BZ #14686, #15336]
28730         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28731         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28732         Instead, use input NaN values or generate a qNaN by arithmetic
28733         operation.  Also fix bugs to comply with the standard.
28734         * math/libm-test.inc (remainder_test): Add more tests.
28736         [BZ #15335, #15342]
28737         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28738         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28739         input NaN values or generate a qNaN by arithmetic operation.
28741         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28742         unreachable code.
28744         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28745         definitions.
28747 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28749         [BZ #14478]
28750         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28751         underflowed result.
28752         * math/s_cexpf.c (__cexpf): Likewise.
28753         * math/s_cexpl.c (__cexpl): Likewise.
28754         * math/libm-test.inc (cexp_test): Add more tests.
28756 2013-04-03  Andreas Schwab  <schwab@suse.de>
28758         [BZ #15330]
28759         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28760         order arrays from heap if bigger than alloca cutoff.
28762 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28764         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28765         (SNAN_TESTS_double): Refer to GCC PR56831.
28766         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28767         GCC PR56828.
28769 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28771         * Rules (bench): Move bench.out after the run is complete.
28773         * Rules (bench): Echo currently running benchmark.
28775         * benchtests/Makefile (bench): Add atan and slowatan.
28776         * benchtests/atan-inputs: New file.
28777         * benchtests/slowatan-inputs: New file.
28778         * benchtests/slowatan.c: New file.
28780         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28781         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28782         its value.
28784         [BZ #15305]
28785         * sysdeps/unix/sysv/linux/kernel-features.h
28786         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28787         __ASSUME_XFS_RESTRICTED_CHOWN.
28788         * sysdeps/unix/sysv/linux/pathconf.c
28789         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28790         Save and restore errno.
28792 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28794         [BZ #15327]
28795         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28796         arguments using __kernel_casinh.
28797         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28798         arguments using __kernel_casinhf.
28799         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28800         arguments using __kernel_casinhl.
28801         * math/libm-test.inc (cacosh_test): Add more tests.
28802         * sysdeps/i386/fpu/libm-test-ulps: Update.
28803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28805 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28807         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28808         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28810         * bench/Makefile (bench): Add sin and slowsin.
28811         * benchtests/sin-inputs: New file.
28812         * benchtests/slowsin-inputs: New file.
28813         * benchtests/slowsin.c: New file.
28815         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28816         (bench): Add slowexp and slowpow.
28817         (exp-ITER): Increase iterations.
28818         (pow-ITER): Likewise.
28819         * benchtests/exp-inputs: Change input.
28820         * benchtests/pow-inputs: Likewise.
28821         * benchtests/slowexp-inputs: New file.
28822         * benchtests/slowexp.c: New file.
28823         * benchtests/slowpow-inputs: New file.
28824         * benchtests/slowpow.c: New file.
28826 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28828         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28829         instructions.
28830         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28831         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28832         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28833         * benchtests/Makefile: Add rint benchtest.
28834         * benchtests/rint-inputs: Input for rint benchtest.
28836 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28838         * Versions.def (libm): Add GLIBC_2.18.
28839         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28840         hidden libm prototypes.
28841         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28842         * math/Makefile (libm-calls): Add s_issignaling.
28843         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28844         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28845         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28846         declaration.
28847         * math/math.h [__USE_GNU] (issignaling): New macro.
28848         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28849         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28850         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28851         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28852         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28853         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28854         * manual/arith.texi (issignaling): New section.
28855         * manual/libm-err-tab.pl (@all_functions): Update comment.
28856         * math/gen-libm-test.pl (parse_args): Apply special handling for
28857         issignaling.
28858         * math/libm-test.inc (print_float, issignaling_test): New
28859         functions.
28860         (check_float_internal): Add issignaling checks.
28861         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28862         default definition.
28863         * sysdeps/powerpc/math-tests.h: New file.
28864         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28865         tests.
28866         * math/test-snan.c (TEST_FUNC): Likewise.
28868 2013-03-30  David S. Miller  <davem@davemloft.net>
28870         * po/de.po: Update from translation team.
28872 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28874         [BZ #10357]
28875         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28876         imaginary part less than 1.0 and real part less than 0.5
28877         specially.
28878         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28879         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28880         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28881         (cacos_test): Add more tests.
28882         (casin_test): Likewise.
28883         (casinh_test): Likewise.
28884         * sysdeps/i386/fpu/libm-test-ulps: Update.
28885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28887 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28889         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28890         ONE with its value.
28892         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28893         (__pow_mp): Replace ONE and MONE with their values.
28894         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28895         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28896         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28897         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28898         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28899         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28901         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28903         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28904         (__pow_mp): Replace ZERO and MZERO with their values.
28905         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28906         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28907         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28908         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28909         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28910         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28911         (__sqr): Likewise.
28913         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28915         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28917 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28919         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28920         Declare with __attribute__ ((weak)).
28921         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28922         Call __call_tls_dtors only if it's not NULL.
28924 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28926         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28927         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28928         magic __ehdr_start linker symbol if it's defined.
28929         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28930         them up here if it was already done.
28932         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28933         (_dl_aux_init): Use const in cast when setting it.
28934         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28935         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28936         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28938         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28939         Declare them here.
28940         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28941         * csu/libc-tls.c: Nor here.
28942         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28944         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28945         (__libc_message): Never call vsyslog.
28947 2013-03-28  Alan Modra  <amodra@gmail.com>
28949         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28950         Define as empty.
28951         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28952         Likewise.
28954 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28956         [BZ #15214]
28957         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28958         underflow.
28959         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28961 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28963         [BZ #15304]
28964         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28965         Don't add gid passed as argument.
28967         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28969 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
28971         [BZ #15307]
28972         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28973         imaginary part between 1.0 and 1.5 and real part less than 0.5
28974         specially.
28975         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28976         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28977         * math/libm-test.inc (cacos_test): Add more tests.
28978         (casin_test): Likewise.
28979         (casinh_test): Likewise.
28980         * sysdeps/i386/fpu/libm-test-ulps: Update.
28981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28983 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28985         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28986         constants.
28987         (norm): Likewise.
28988         (denorm): Likewise.
28989         (__dbl_mp): Likewise.
28990         (add_magnitudes): Likewise.
28991         (sub_magnitudes): Likewise.
28992         (__add): Likewise.
28993         (__sub): Likewise.
28994         (__mul): Likewise.
28995         (__sqr): Likewise.
28996         (__inv): Likewise.
28997         (__dvd): Likewise.
28999         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29000         commented code.
29001         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29002         (__dubcos): Likewise.
29003         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29004         (__ieee754_acos): Likewise.
29005         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29006         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29007         (__exp1): Likewise.
29008         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29009         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29010         (log1): Likewise.
29011         (my_log2): Likewise.
29012         (checkint): Likewise.
29013         * sysdeps/ieee754/dbl-64/e_remainder.c
29014         (__ieee754_remainder): Likewise.
29015         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29016         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29017         (bsloww): Likewise.
29018         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29020         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29021         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29022         MANTISSA_STORE_T to store computations on mantissa.  Use
29023         macros for rounding and division.
29024         (denorm): Likewise.
29025         (__dbl_mp): Likewise.
29026         (add_magnitudes): Likewise.
29027         (sub_magnitudes): Likewise.
29028         (__mul): Likewise.
29029         (__sqr): Likewise.
29030         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29031         powers of two in terms of TWOPOW macro.
29032         (mp_no): Make type of mantissa as MANTISSA_T.
29033         [!RADIXI]: Define RADIXI.
29034         [!TWO52]: Define TWO52.
29035         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29037 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29039         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29040         llroundl symbol when building for PPC32.
29042 2013-03-24  Mark H Weaver  <mhw@netris.org>
29044         * manual/arith.texi (Normalization Functions): Fix prototypes for
29045         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29047 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29049         [BZ #13889]
29050         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29051         high value to check if expl overflow.
29052         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29053         to check for underflow and overflow.
29054         * math/libm-test.inc: Add exp test.
29056 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29058         [BZ #11120]
29059         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29060         with NOT_IN_libc.
29062 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29064         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29065         symbol.
29067 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29069         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29070         wrap blocks consisting of several statements.
29072         * sysdeps/generic/math-tests.h: New file.
29073         * sysdeps/i386/fpu/math-tests.h: Likewise.
29074         * math/test-snan.c: Include it.
29075         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29077 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29079         [BZ #15285]
29080         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29081         (__ieee754_j0l): Do not improve calculations using cos of twice
29082         input for inputs above LDBL_MAX / 2.0L.
29083         (__ieee754_y0l): Likewise.
29084         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29085         (__ieee754_j1l): Do not improve calculations using cos of twice
29086         input for inputs above LDBL_MAX / 2.0L.
29087         (__ieee754_y1l): Likewise.
29088         * math/libm-test.inc (j0_test): Add another test.
29089         (j1_test): Likewise.
29090         (y0_test): Likewise.
29091         (y1_test): Likewise.
29092         * sysdeps/i386/fpu/libm-test-ulps: Update.
29094 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29096         * Rules ($(objpfx)bench-%.c): Include code from a C source
29097         file.
29099 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29101         [BZ #15287]
29102         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29103         imaginary part 1.0 and real part less than 0.5 specially.
29104         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29105         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29106         * math/libm-test.inc (cacos_test): Add more tests.
29107         (casin_test): Likewise.
29108         (casinh_test): Likewise.
29109         * sysdeps/i386/fpu/libm-test-ulps: Update.
29110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29112 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29114         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29115         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29117 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29119         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29120         * config.make.in (config-cflags-sse4): Remove variable.
29121         (config-cflags-avx): Likewise.
29122         (config-cflags-sse2avx): Likewise.
29123         (config-cflags-novzeroupper): Likewise.
29124         (config-asflags-i686): Likewise.
29125         (have-mfma4): Likewise.
29126         (have-as-vis3): Likewise.
29127         (MIG): Likewise.
29128         * configure.in (MIG): Do not AC_SUBST.
29129         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29130         (libc_cv_cc_sse4): Do not AC_SUBST.
29131         (libc_cv_cc_avx): Likewise.
29132         (libc_cv_cc_sse2avx): Likewise.
29133         (libc_cv_cc_novzeroupper): Likewise.
29134         (libc_cv_cc_fma4): Likewise.
29135         (libc_cv_as_i686): Likewise.
29136         (libc_cv_sparc_as_vis3): Likewise.
29137         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29138         LIBC_CONFIG_VAR.
29139         (config-asflags-i686): Likewise.
29140         (config-cflags-avx): Likewise.
29141         (config-cflags-sse2avx): Likewise.
29142         (have-mfma4): Likewise.
29143         (config-cflags-novzeroupper): Likewise.
29144         * sysdeps/mach/configure.in (MIG): Likewise.
29145         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29146         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29147         LIBC_CONFIG_VAR.
29148         (config-cflags-avx): Likewise.
29149         (config-cflags-sse2avx): Likewise.
29150         (have-mfma4): Likewise.
29151         (config-cflags-novzeroupper): Likewise.
29152         * configure: Regenerated.
29153         * sysdeps/i386/configure: Likewise.
29154         * sysdeps/mach/configure: Likewise.
29155         * sysdeps/sparc/configure: Likewise.
29156         * sysdeps/x86_64/configure: Likewise.
29158 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29160         [BZ #14812]
29161         * locale/programs/localedef.c (options): Put N_ translation marker
29162         on argument names, not just descriptions.
29164 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29166         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29168 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29170         [BZ #14176]
29171         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29173 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29175         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29176         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29177         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29178         [!BEFORE_ABORT] (before_abort): New function.
29179         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29180         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29181         (writev_for_fatal): New function.
29182         (WRITEV_FOR_FATAL): New macro; call that.
29183         (backtrace_and_maps): New function.
29184         (BEFORE_ABORT): New macro; call that.
29185         (struct str_list): Type removed.
29186         (__libc_message, __libc_fatal): Functions removed.
29187         Include <sysdeps/posix/libc_fatal.c> instead.
29189 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29191         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29192         constants.
29193         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29194         double constants.
29196 2013-03-19  Andreas Schwab  <schwab@suse.de>
29198         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29199         * sysdeps/gnu/configure: Regenerate.
29201         * configure.in: Substitute libc_cv_rtlddir.
29202         * configure: Regenerate.
29203         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29204         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29205         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29206         * elf/Makefile (install-others, CFLAGS-interp.c)
29207         (ldso_install, common-ldd-rewrite): Likewise.
29208         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29209         $(inst_slibdir)/$(rtld-installed-name).
29210         * scripts/rellns-sh: Add -p option.
29211         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29212         for source.
29214 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29216         * manual/nptl.texi: Renamed to ...
29217         * manual/threads.texi: ... this.
29218         * manual/Makefile (chapters): Update.
29220 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29222         [BZ #14812]
29223         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29224         on argument names, not just descriptions.
29225         * malloc/memusagestat.c (options): Likewise.
29226         * nss/getent.c (options): Likewise.
29228 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29230         [BZ #14812]
29231         * iconv/iconv_prog.c (options): Put N_ translation marker
29232         on argument names, not just descriptions.
29233         * iconv/iconvconfig.c (options): Likewise.
29235 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29237         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29238         implementation which is faster on all x86_64 architectures.
29239         Tested on AMD, Intel Nehalem, SNB, IVB.
29240         * sysdeps/x86_64/strnlen.S: Likewise.
29242         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29243         Remove all multiarch strlen and strnlen versions.
29244         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29245         Remove strlen and strnlen related parts.
29247         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29248         Inline strlen part.
29249         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29251         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29252         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29253         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29254         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29255         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29256         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29258 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29260         * manual/memory.texi (Malloc Tunable Parameters):
29261         Sort parameters alphabetically. Add comments for missing entries.
29263 2013-03-17  David S. Miller  <davem@davemloft.net>
29265         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29267 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29269         [BZ #15283]
29270         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29271         for arguments at most half maximum finite value.
29272         * math/libm-test.inc (j0_test): Add more tests.
29273         (j1_test): Likewise.
29274         (y0_test): Likewise.
29275         (y1_test): Likewise.
29276         * sysdeps/i386/fpu/libm-test-ulps: Update.
29277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29279         [BZ #14155]
29280         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29281         1 / x and functions P and Q for arguments above 0x1p256L.
29282         (__ieee754_y0l): Likewise.
29283         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29284         (__ieee754_y1l): Likewise.
29285         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29286         (j1_test): Likewise.
29287         (y0_test): Likewise.
29288         (y1_test): Likewise.
29290 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29292         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29293         variable.
29295 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29297         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29298         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29299         zero since it's initialized to EXEC_PAGESIZE.
29301         * sysdeps/unix/sysv/linux/ldsodefs.h
29302         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29303         * sysdeps/generic/ldsodefs.h: ... here.
29305 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29307         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29309         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29310         math/test-snan.c.
29311         * math/test-snan.c: Renamed from
29312         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29313         * math/Makefile (tests): Add test-snan.
29314         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29315         test-powerpc-snan.
29317         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29318         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29319         functions.
29320         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29321         __builtin_nan family of functions.
29322         * math/libm-test.inc (initialize): Initialize qnan_value with
29323         __builtin_nan family of functions.
29324         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29325         Remove variables.
29326         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29327         Remove functions.
29328         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29329         storage class.  Initialize qNaN_var and sNaN_var with
29330         __builtin_nan and __builtin_nans families of functions,
29331         respectively.
29333         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29334         (sqrt_test): Remove duplicate test with qNaN input.
29335         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29336         (round_test, signbit_test, significand_test): Note missing +/-Inf
29337         as well as qNaN tests.
29339         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29340         qNaN_var.  Fix a few strings, too.
29341         * math/libm-test.inc (nan_value): Rename to qnan_value.
29342         * math/gen-libm-test.pl (%beautify): Adjust to that.
29343         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29344         * math/test-misc.c (main): Likewise.
29345         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29346         to __qnan_bytes, and __qnan_union, respectively.
29347         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29348         Likewise.
29349         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29350         and lqnanval, respectively.
29351         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29352         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29353         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29354         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29356         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29357         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29358         doubles.
29360         * math/test-misc.c (main): Fix copy'n'pastos.
29361         * misc/tst-efgcvt.c (special): Likewise.
29363         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29364         Remove declarations.
29366 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29368         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29369         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29370         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29371         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29373 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29375         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29376         macro to return vdso values correctly in IFUNC implementations.
29377         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29378         Optimization by using IFUNC.
29380 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29381             Richard Henderson  <rth@redhat.com>
29382             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29384         * Makefile.in (bench): New target.
29385         * NEWS: Mention the benchmark framework.
29386         * Rules (bench): Likewise.
29387         (binaries-bench): Generate binaries for functions to
29388         benchmark.
29389         * benchtests/Makefile: New makefile for benchmark tests.
29390         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29391         programs.
29392         * benchtests/exp-inputs: New input file for EXP function.
29393         * benchtests/pow-inputs: New input file for POW function.
29394         * scripts/bench.pl: New script to generate source files for
29395         benchmark programs.
29397 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29399         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29400         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29401         computations on mantissa.  Use macros for rounding and
29402         division.
29403         (denorm): Likewise.
29404         (__dbl_mp): Likewise.
29405         (add_magnitudes): Likewise.
29406         (sub_magnitudes): Likewise.
29407         (__mul): Likewise.
29408         (__sqr): Likewise.
29409         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29410         powers of two in terms of TWOPOW macro.
29411         (mp_no): Make type of mantissa as MANTISSA_T.
29412         [!RADIXI]: Define RADIXI.
29413         [!TWO52]: Define TWO52.
29414         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29416         * manual/nptl.texi (cindex): Modify threads to pthreads.
29418 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29420         * sysdeps/x86_64/preconfigure: Regenerated.
29422 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29424         [BZ #14155]
29425         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29426         0x1p28 and above.
29427         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29428         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29429         0x1p28 and above.
29430         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29431         * math/libm-test.inc (j0_test): Do not allow one spurious
29432         underflow exception.
29433         (y1_test): Likewise.
29435 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29437         * manual/Makefile (chapters): Add nptl.
29438         * manual/debug.texi (Debugging Support): Add link to Threads
29439         chapter.
29440         * manual/nptl.texi: New file.
29442         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29444 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29446         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29447         for non-NULL pointer before the memory validity test. Pointed
29448         out by Holger Brunck <holger.brunck@keymile.com>.
29450 2013-03-13  Andreas Schwab  <schwab@suse.de>
29452         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29453         instead of .os.
29455 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29457         * timezone/zic.c: Update from tzcode 2013b.
29459 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29461         * manual/install.texi (Configuring and compiling):
29462         Mention i686 and i586.
29463         * INSTALL: Regenerate.
29465 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29467         * sysdeps/init_array/elf-init.c: New file.
29468         * csu/elf-init.c
29469         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29470         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29472         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29473         __gmon_start__ as global, but as static with a .preinit_array pointer.
29474         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29475         * sysdeps/init_array/crti.S: New file, empty except for comments.
29476         * sysdeps/init_array/crtn.S: Likewise.
29478 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29480         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29481         definining bcopy.
29482         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29483         Remove Prefer_SSE_for_memop.
29484         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29485         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29486         HAS_PREFER_SSE_FOR_MEMOP.
29487         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29488         memset-x86-64.
29489         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29490         Remove bzero, memset ifunc support.
29491         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29492         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29493         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29494         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29496 2013-03-11  Andreas Schwab  <schwab@suse.de>
29498         [BZ #15234]
29499         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29500         by SHLIB_COMPAT.
29501         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29502         (GLIBC_2.16): Remove pthread_atfork.
29504 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29506         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29507         (ptestcases.h): Likewise.
29509 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29511         * Makeconfig ($(common-objpfx)config.status): Depend on
29512         sysdeps/*/preconfigure{,.in} too.
29514 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29516         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29517         (__free_hook): Use void * instead of __malloc_ptr_t.
29518         (__malloc_hook): Likewise.
29519         (__realloc_hook): Likewise.
29520         (__memalign_hook): Likewise.
29521         (__after_morecore_hook): Likewise.
29522         * malloc/arena.c (save_malloc_hook): Likewise.
29523         (save_free_hook): Likewise.
29524         * malloc/hooks.c (malloc_hook_ini): Likewise.
29525         (realloc_hook_ini): Likewise.
29526         (memalign_hook_ini): Likewise.
29527         * malloc/malloc.c (malloc_hook_ini): Likewise.
29528         (realloc_hook_ini): Likewise.
29529         (memalign_hook_ini): Likewise.
29530         (__free_hook): Likewise.
29531         (__malloc_hook): Likewise.
29532         (__realloc_hook): Likewise.
29533         (__memalign_hook): Likewise.
29534         (__libc_malloc): Likewise.
29535         (__libc_free): Likewise.
29536         (__libc_realloc): Likewise.
29537         (__libc_memalign): Likewise.
29538         (__libc_valloc): Likewise.
29539         (__libc_pvalloc): Likewise.
29540         (__libc_calloc): Likewise.
29541         (__posix_memalign): Likewise.
29542         * malloc/morecore.c (__sbrk): Likewise.
29543         (__default_morecore): Likewise.
29545         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29547         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29548         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29549         __malloc_ptrdiff_t.
29551         * malloc/malloc.h (__malloc_size_t): Remove macro.
29552         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29553         __malloc_size_t.
29554         (old_memalign_hook): Likewise.
29555         (old_realloc_hook): Likewise.
29556         (struct hdr): Likewise.
29557         (flood): Likewise.
29558         (mallochook): Likewise.
29559         (memalignhook): Likewise.
29560         (reallochook): Likewise.
29561         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29562         (tr_old_realloc_hook): Likewise.
29563         (tr_old_memalign_hook): Likewise.
29564         (tr_mallochook): Likewise.
29565         (tr_reallochook): Likewise.
29566         (tr_memalignhook): Likewise.
29568 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29570         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29571         default_ldbl_pack and using as default implementation.
29572         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29573         implementation.
29574         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29575         redundant definition.
29576         (ldbl_insert_mantissa): Likewise.
29577         (ldbl_canonicalize): Likewise.
29578         (ldbl_nearbyint): Likewise.
29579         (ldbl_pack): Rename to ldbl_pack_ppc.
29580         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29581         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29582         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29584 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29586         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29587         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29588         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29589         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29590         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29591         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29592         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29593         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29595 2013-03-07  Andreas Jaeger  <aj@suse.de>
29597         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29598         bits/mman-linux.h.
29600 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29602         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29603         Include mpa.h and declare __MPEXP.
29604         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29605         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29606         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29607         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29608         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29609         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29610         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29612         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29613         (__slowpow): Use long double EXPL and LOGL functions to
29614         compute POW.
29615         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29616         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29617         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29618         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29619         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29620         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29622         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29623         intermediate variable to calculate exponent.
29624         (__sqr): Likewise.
29625         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29626         Likewise.
29627         (__sqr): Likewise.
29629         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29630         [!NO__SQR]: Define __sqr.
29631         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29632         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29633         sysdeps/ieee754/dbl-64/mpa.c.
29634         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29636         [BZ #12723]
29637         * posix/Makefile (tests): Add tst-pathconf.
29638         * posix/tst-pathconf.c: New test case.
29639         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29640         _PC_PIPE_BUF.
29641         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29643 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29645         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29647 2013-03-06  Andreas Jaeger  <aj@suse.de>
29649         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29650         definition via __MAP_ANONYMOUS.
29652         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29653         it's not part of Linux headers.
29655         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29656         (MAP_HUGE_MASK): Define.
29658         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29659         Define.
29660         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29661         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29662         Define.
29663         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29664         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29665         Define.
29666         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29667         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29668         Define.
29669         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29671         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29672         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29673         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29674         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29675         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29676         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29678         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29679         Handle f2fs.
29681         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29682         Handle f2fs and efivarfs.
29684         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29685         f2fs.
29687         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29688         (EFIVARFS_MAGIC): Add.
29689         (F2FS_LINK_MAX): Add.
29691 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29693         * stdio-common/vfprintf.c: Replace __builtin_expect with
29694         __glibc_unlikely.
29696 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29698         [BZ #13550]
29699         * sysdeps/generic/bp-sym.h: Remove file.
29700         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29701         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29702         <bp-sym.h> and <bp-asm.h>.
29703         (__longjmp): Don't use BP_SYM.
29704         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29705         and <bp-asm.h>.
29706         (memcpy): Don't use BP_SYM.
29707         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29708         <bp-sym.h> and <bp-asm.h>.
29709         (memcpy): Don't use BP_SYM.
29710         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29711         <bp-asm.h>.
29712         (memcpy): Don't use BP_SYM.
29713         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29714         <bp-asm.h>.
29715         (memset): Don't use BP_SYM.
29716         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29717         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29718         (__bzero): Don't use BP_SYM.
29719         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29720         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29721         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29722         <bp-sym.h> and <bp-asm.h>.
29723         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29724         pointers.
29725         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29726         <bp-sym.h> and <bp-asm.h>.
29727         (memcpy): Don't use BP_SYM.
29728         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29729         <bp-sym.h> and <bp-asm.h>.
29730         (memset): Don't use BP_SYM.
29731         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29732         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29733         (__bzero): Don't use BP_SYM.
29734         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29735         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29736         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29737         <bp-sym.h> and <bp-asm.h>.
29738         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29739         pointers.
29740         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29741         <bp-sym.h> and <bp-asm.h>.
29742         (memcpy): Don't use BP_SYM.
29743         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29744         <bp-sym.h> and <bp-asm.h>.
29745         (memset): Don't use BP_SYM.
29746         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29747         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29748         (__bzero): Don't use BP_SYM.
29749         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29750         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29751         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29752         <bp-sym.h> and <bp-asm.h>.
29753         (__memchr): Don't use BP_SYM.
29754         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29755         <bp-sym.h> and <bp-asm.h>.
29756         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29757         pointers.
29758         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29759         <bp-sym.h> and <bp-asm.h>.
29760         (memcpy): Don't use BP_SYM.
29761         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29762         <bp-sym.h> and <bp-asm.h>.
29763         (__mempcpy): Don't use BP_SYM.
29764         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29765         <bp-sym.h> and <bp-asm.h>.
29766         (__memrchr): Don't use BP_SYM.
29767         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29768         <bp-sym.h> and <bp-asm.h>.
29769         (memset): Don't use BP_SYM.
29770         (__bzero): Likewise.
29771         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29772         <bp-sym.h> and <bp-asm.h>.
29773         (__rawmemchr): Don't use BP_SYM.
29774         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29775         <bp-sym.h> and <bp-asm.h>.
29776         (__STRCMP): Don't use BP_SYM.
29777         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29778         <bp-sym.h> and <bp-asm.h>.
29779         (strchr): Don't use BP_SYM.
29780         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29781         <bp-sym.h> and <bp-asm.h>.
29782         (__strchrnul): Don't use BP_SYM.
29783         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29784         <bp-sym.h> and <bp-asm.h>.
29785         (strlen): Don't use BP_SYM.
29786         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29787         <bp-sym.h> and <bp-asm.h>.
29788         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29789         pointers.
29790         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29791         <bp-sym.h> and <bp-asm.h>.
29792         (__strnlen): Don't use BP_SYM.
29793         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29794         <bp-sym.h> and <bp-asm.h>.
29795         (__GI__setjmp): Don't use BP_SYM.
29796         (_setjmp): Likewise.
29797         (__sigsetjmp): Likewise.
29798         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29799         (L(start_addresses)): Don't use BP_SYM.
29800         (_start): Likewise.
29801         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29802         <bp-asm.h>.
29803         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29804         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29805         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29806         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29807         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29808         <bp-asm.h>.
29809         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29810         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29811         about bounded pointers.
29812         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29813         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29814         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29815         <bp-asm.h>.
29816         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29817         about bounded pointers.  Remove GKM FIXME comments.
29818         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29819         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29820         <bp-asm.h>.
29821         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29822         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29823         Remove GKM FIXME comments.
29824         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29825         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29826         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29827         <bp-asm.h>.
29828         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29829         about bounded pointers.  Remove GKM FIXME comment.
29830         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29831         and <bp-asm.h>.
29832         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29833         pointers.
29834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29835         <bp-sym.h> and <bp-asm.h>.
29836         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29838         <bp-sym.h> and <bp-asm.h>.
29839         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29840         comment.
29842 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29844         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29845         call free(NULL).
29847 2013-03-05  David S. Miller  <davem@davemloft.net>
29849         * po/es.po: Update from translation team.
29851 2013-03-05  Andreas Jaeger  <aj@suse.de>
29853         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29854         <bits/mman-linux.h>.
29855         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29856         is fine.
29857         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29858         <bits/mman-linux.h> to end of file.
29859         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29860         is fine.
29861         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29862         <bits/mman-linux.h> to end of file.
29863         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29864         is fine.
29865         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29866         <bits/mman-linux.h> to end of file.
29868         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29869         (MCL_CURRENT, MCL_FUTURE): Define here.
29871 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29873         [BZ #15232]
29874         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29875         attribute_hidden.
29876         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29878 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29880         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29881         fourth parameter needed for rt_sigprocmask syscall.
29882         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29883         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29884         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29885         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29886         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29887         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29889 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29891         [BZ #13550]
29892         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29893         comment about bounded pointers.
29894         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29895         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29897 2013-03-04  Andreas Jaeger  <aj@suse.de>
29899         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29900         common definitions.
29902         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29903         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29904         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29905         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29906         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29907         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29909 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29911         [BZ #15055]
29912         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29913         __ieee754_sqrl instead of __sqrl.
29915 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29917         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29918         * sysdeps/powerpc/fpu_control.h: ... here.
29919         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29920         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29921         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29922         * sysdeps/powerpc/bits/mathinline.h: ... here.
29924 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29926         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29927         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29928         to just [NEED_DL_SYSINFO_DSO].
29929         * elf/dl-support.c: Likewise.
29930         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29931         * elf/rtld.c (dl_main): Likewise.
29932         * elf/setup-vdso.h (setup_vdso): Likewise.
29933         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29934         * sysdeps/unix/sysv/linux/dl-sysdep.c
29935         (_dl_discover_osversion): Likewise.
29937 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29939         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29940         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29942 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29944         * NEWS: Mention libm performance improvements and non-x86 PI
29945         futex support.
29947         * csu/libc-start.c (__pthread_initialize_minimal): Change
29948         function arguments.
29949         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29951 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29953         [BZ #13550]
29954         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29955         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29956         <bp-sym.h> and <bp-asm.h>.
29957         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29958         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29959         and <bp-asm.h>.
29960         (memcpy): Don't use BP_SYM.
29961         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29962         <bp-asm.h>.
29963         (__mpn_add_n): Don't use BP_SYM.
29964         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29965         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29966         and <bp-asm.h>.
29967         (__mpn_addmul_1): Don't use BP_SYM.
29968         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29969         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29970         <bp-sym.h>.
29971         (_setjmp): Don't use BP_SYM.
29972         (__novmx_setjmp): Likewise.
29973         (__GI__setjmp): Likewise.
29974         (__vmx_setjmp): Likewise.
29975         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29976         <bp-sym.h>.
29977         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29978         (__bzero): Don't use BP_SYM.
29979         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29980         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29981         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29982         <bp-sym.h> and <bp-asm.h>.
29983         (memcpy): Don't use BP_SYM.
29984         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29985         <bp-sym.h> and <bp-asm.h>.
29986         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29987         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29988         <bp-sym.h> and <bp-asm.h>.
29989         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29990         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29991         <bp-asm.h>.
29992         (__mpn_lshift): Don't use BP_SYM.
29993         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29994         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29995         <bp-asm.h>.
29996         (memset): Don't use BP_SYM.
29997         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29998         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29999         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30000         <bp-asm.h>.
30001         (__mpn_mul_1): Don't use BP_SYM.
30002         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30003         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30004         <bp-sym.h> and <bp-asm.h>.
30005         (memcmp): Don't use BP_SYM.
30006         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30007         <bp-sym.h> and <bp-asm.h>.
30008         (memcpy): Don't use BP_SYM.
30009         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30010         <bp-sym.h> and <bp-asm.h>.
30011         (memset): Don't use BP_SYM.
30012         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30013         <bp-sym.h> and <bp-asm.h>.
30014         (strncmp): Don't use BP_SYM.
30015         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30016         <bp-sym.h> and <bp-asm.h>.
30017         (memcpy): Don't use BP_SYM.
30018         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30019         <bp-sym.h> and <bp-asm.h>.
30020         (memset): Don't use BP_SYM.
30021         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30022         <bp-sym.h> and <bp-asm.h>.
30023         (__memchr): Don't use BP_SYM.
30024         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30025         <bp-sym.h> and <bp-asm.h>.
30026         (memcmp): Don't use BP_SYM.
30027         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30028         <bp-sym.h> and <bp-asm.h>.
30029         (memcpy): Don't use BP_SYM.
30030         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30031         <bp-sym.h> and <bp-asm.h>.
30032         (__mempcpy): Don't use BP_SYM.
30033         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30034         <bp-sym.h> and <bp-asm.h>.
30035         (__memrchr): Don't use BP_SYM.
30036         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30037         <bp-sym.h> and <bp-asm.h>.
30038         (memset): Don't use BP_SYM.
30039         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30040         <bp-sym.h> and <bp-asm.h>.
30041         (__rawmemchr): Don't use BP_SYM.
30042         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30043         <bp-sym.h> and <bp-asm.h>.
30044         (__STRCMP): Don't use BP_SYM.
30045         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30046         <bp-sym.h> and <bp-asm.h>.
30047         (strchr): Don't use BP_SYM.
30048         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30049         <bp-sym.h> and <bp-asm.h>.
30050         (__strchrnul): Don't use BP_SYM.
30051         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30052         <bp-sym.h> and <bp-asm.h>.
30053         (strlen): Don't use BP_SYM.
30054         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30055         <bp-sym.h> and <bp-asm.h>.
30056         (strncmp): Don't use BP_SYM.
30057         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30058         <bp-sym.h> and <bp-asm.h>.
30059         (__strnlen): Don't use BP_SYM.
30060         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30061         <bp-asm.h>.
30062         (__mpn_rshift): Don't use BP_SYM.
30063         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30064         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30065         <bp-sym.h> and <bp-asm.h>.
30066         (__sigsetjmp): Don't use BP_SYM.
30067         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30068         (L(start_addresses)): Don't use BP_SYM.
30069         (_start): Likewise.
30070         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30071         <bp-asm.h>.
30072         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30073         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30074         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30075         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30076         <bp-asm.h>.
30077         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30078         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30079         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30080         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30081         <bp-asm.h>.
30082         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30083         comments.
30084         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30085         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30086         <bp-asm.h>.
30087         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30088         FIXME comments.
30089         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30090         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30091         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30092         <bp-asm.h>.
30093         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30094         comment.
30095         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30096         and <bp-asm.h>.
30097         (strncmp): Don't use BP_SYM,
30098         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30099         <bp-asm.h>.
30100         (__mpn_sub_n): Don't use BP_SYM.
30101         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30102         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30103         and <bp-asm.h>.
30104         (__mpn_submul_1): Don't use BP_SYM.
30105         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30107         <bp-sym.h> and <bp-asm.h>.
30108         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30110         <bp-sym.h> and <bp-asm.h>.
30111         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30112         comment.
30114 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30116         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30117         Use ZK to minimize writes to Z.
30118         (sub_magnitudes): Simplify code a bit.
30119         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30120         Use ZK to minimize writes to Z.
30121         (sub_magnitudes): Simplify code a bit.
30123 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30125         * csu/gmon-start.c: Add special exception to license text.
30127 2013-02-27  Richard Henderson  <rth@redhat.com>
30129         * scripts/config.guess: Update from config.git.
30130         * scripts/config.sub: Likewise.
30132 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30134         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30136         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30138         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30140         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30142         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30144 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30146         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30147         [$(build-shared = yes].
30149 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30151         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30152         (__mul): Reduce iterations for calculating mantissa.
30154         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30155         MPTWO.
30156         (__mpranred): Likewise.
30158         [BZ #15160]
30159         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30160         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30162 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30164         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30165         Define __attribute__.
30167 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30169         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30170         unused.
30171         * posix/regex_internal.h (__attribute): Remove.
30172         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30173         (re_string_context_at): Likewise.
30174         (bitset_not): Use __attribute__ and mark function as possibly
30175         unused.
30176         (bitset_merge): Likewise.
30177         (bitset_mask): Likewise.
30178         (re_string_char_size_at): Likewise.
30179         (re_string_wchar_at): Likewise.
30180         (re_string_elem_size_at): Likewise.
30182 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30184         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30185         code.
30186         (cc32): Likewise.
30188         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30189         (__acr): Likewise.
30190         (__cpy): Likewise.
30191         (norm): Likewise.
30192         (denorm): Likewise.
30193         (__dbl_mp): Likewise.
30194         (add_magnitudes): Likewise.
30195         (sub_magnitudes): Likewise.
30196         (__mul): Likewise.
30197         (__inv): Likewise.
30199         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30200         style.
30202         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30203         style.
30205         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30206         code.
30208         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30209         up changes with default code.
30210         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30211         Likewise.
30213 2013-02-24  Allan McRae  <allan@archlinux.org>
30215         * manual/socket.texi (The Internet Namespace): Order menu items
30216         to match that in the file.
30218         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30219         node listing of the info page menu.
30221 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30223         [BZ #13550]
30224         * sysdeps/i386/bp-asm.h: Remove file.
30225         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30226         (PARMS): Do not use macros from bp-asm.h.
30227         (S1): Likewise.
30228         (S2): Likewise.
30229         (SIZE): Likewise.
30230         (__mpn_add_n): Do not use BP_SYM
30231         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30232         "bp-asm.h".
30233         (PARMS): Do not use macros from bp-asm.h.
30234         (S1): Likewise.
30235         (SIZE): Likewise.
30236         (__mpn_addmul_1): Do not use BP_SYM
30237         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30238         "bp-asm.h".
30239         (PARMS): Do not use macros from bp-asm.h.
30240         (SIGMSK): Likewise.
30241         (_setjmp): Likewise.  Do not use BP_SYM.
30242         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30243         "bp-asm.h".
30244         (PARMS): Do not use macros from bp-asm.h.
30245         (SIGMSK): Likewise.
30246         (setjmp): Likewise.  Do not use BP_SYM.
30247         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30248         "bp-asm.h".
30249         (PARMS): Do not use macros from bp-asm.h.
30250         (__frexp): Do not use BP_SYM.
30251         (frexp): Likewise.
30252         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30253         "bp-asm.h".
30254         (PARMS): Do not use macros from bp-asm.h.
30255         (__frexpf): Do not use BP_SYM.
30256         (frexpf): Likewise.
30257         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30258         "bp-asm.h".
30259         (PARMS): Do not use macros from bp-asm.h.
30260         (__frexpl): Do not use BP_SYM.
30261         (frexpl): Likewise.
30262         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30263         "bp-asm.h".
30264         (PARMS): Do not use macros from bp-asm.h.
30265         (__remquo): Do not use BP_SYM.
30266         (remquo): Likewise.
30267         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30268         "bp-asm.h".
30269         (PARMS): Do not use macros from bp-asm.h.
30270         (__remquof): Do not use BP_SYM.
30271         (remquof): Likewise.
30272         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30273         "bp-asm.h".
30274         (PARMS): Do not use macros from bp-asm.h.
30275         (__remquol): Do not use BP_SYM.
30276         (remquol): Likewise.
30277         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30278         "bp-asm.h".
30279         (PARMS): Do not use macros from bp-asm.h.
30280         (DEST): Likewise.
30281         (SRC): Likewise.
30282         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30283         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30284         "bp-asm.h".
30285         (PARMS): Do not use macros from bp-asm.h.
30286         (strlen): Do not use BP_SYM.
30287         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30288         "bp-asm.h".
30289         (PARMS): Do not use macros from bp-asm.h.
30290         (S1): Likewise.
30291         (S2): Likewise.
30292         (SIZE): Likewise.
30293         (__mpn_add_n): Do not use BP_SYM.
30294         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30295         "bp-asm.h".
30296         (PARMS): Do not use macros from bp-asm.h.
30297         (S1): Likewise.
30298         (SIZE): Likewise.
30299         (__mpn_addmul_1): Do not use BP_SYM.
30300         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30301         weak_alias.
30302         (bzero): Likewise.
30303         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30304         "bp-asm.h".
30305         (PARMS): Do not use macros from bp-asm.h.
30306         (S): Likewise.
30307         (SIZE): Likewise.
30308         (__mpn_lshift): Do not use BP_SYM.
30309         * sysdeps/i386/i586/memcpy.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         (SRC): Likewise.
30314         (LEN): Likewise.
30315         (memcpy): Likewise.  Do not use BP_SYM.
30316         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30317         libc_hidden_def and weak_alias.
30318         (mempcpy): Do not use BP_SYM in weak_alias.
30319         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30320         "bp-asm.h".
30321         (PARMS): Do not use macros from bp-asm.h.
30322         (DEST): Likewise.
30323         (LEN): Likewise.
30324         [!BZERO_P] (CHR): Likewise.
30325         (memset): Likewise.  Do not use BP_SYM.
30326         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30327         "bp-asm.h".
30328         (PARMS): Do not use macros from bp-asm.h.
30329         (S1): Likewise.
30330         (SIZE): Likewise.
30331         (__mpn_mul_1): Do not use BP_SYM.
30332         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30333         "bp-asm.h".
30334         (PARMS): Do not use macros from bp-asm.h.
30335         (S): Likewise.
30336         (SIZE): Likewise.
30337         (__mpn_rshift): Do not use BP_SYM.
30338         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30339         "bp-asm.h".
30340         (PARMS): Do not use macros from bp-asm.h.
30341         (STR): Likewise.
30342         (CHR): Likewise.
30343         (strchr): Likewise.  Do not use BP_SYM.
30344         (index): Do not use BP_SYM in weak_alias.
30345         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30346         "bp-asm.h".
30347         (PARMS): Do not use macros from bp-asm.h.
30348         (DEST): Likewise.
30349         (SRC): Likewise.
30350         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30351         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30352         "bp-asm.h".
30353         (PARMS): Do not use macros from bp-asm.h.
30354         (strlen): Do not use BP_SYM.
30355         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30356         "bp-asm.h".
30357         (PARMS): Do not use macros from bp-asm.h.
30358         (S1): Likewise.
30359         (S2): Likewise.
30360         (SIZE): Likewise.
30361         (__mpn_sub_n): Do not use BP_SYM.
30362         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30363         "bp-asm.h".
30364         (PARMS): Do not use macros from bp-asm.h.
30365         (S1): Likewise.
30366         (SIZE): Likewise.
30367         (__mpn_submul_1): Do not use BP_SYM.
30368         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30369         "bp-asm.h".
30370         (PARMS): Do not use macros from bp-asm.h.
30371         (S1): Likewise.
30372         (S2): Likewise.
30373         (SIZE): Likewise.
30374         (__mpn_add_n): Do not use BP_SYM.
30375         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30376         weak_alias.
30377         (bzero): Likewise.
30378         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30379         "bp-asm.h".
30380         (PARMS): Do not use macros from bp-asm.h.
30381         (BLK2): Likewise.
30382         (LEN): Likewise.
30383         (memcmp): Do not use BP_SYM.
30384         (bcmp): Do not use BP_SYM in weak_alias.
30385         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30386         "bp-asm.h".
30387         (PARMS): Do not use macros from bp-asm.h.
30388         (DEST): Likewise.
30389         (SRC): Likewise.
30390         (LEN): Likewise.
30391         (memcpy): Likewise.  Do not use BP_SYM.
30392         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30393         "bp-asm.h".
30394         (PARMS): Do not use macros from bp-asm.h.
30395         (DEST): Likewise.
30396         (SRC): Likewise.
30397         (LEN): Likewise.
30398         (memmove): Likewise.  Do not use BP_SYM.
30399         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30400         "bp-asm.h".
30401         (PARMS): Do not use macros from bp-asm.h.
30402         (DEST): Likewise.
30403         (SRC): Likewise.
30404         (LEN): Likewise.
30405         (__mempcpy): Likewise.  Do not use BP_SYM.
30406         (mempcpy): Do not use BP_SYM in weak_alias.
30407         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30408         "bp-asm.h".
30409         (PARMS): Do not use macros from bp-asm.h.
30410         (DEST): Likewise.
30411         (LEN): Likewise.
30412         [!BZERO_P] (CHR): Likewise.
30413         (memset): Likewise.  Do not use BP_SYM.
30414         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30415         "bp-asm.h".
30416         (PARMS): Do not use macros from bp-asm.h.
30417         (STR2): Likewise.
30418         (strcmp): Do not use BP_SYM.
30419         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30420         "bp-asm.h".
30421         (PARMS): Do not use macros from bp-asm.h.
30422         (STR): Likewise.
30423         (DELIM): Likewise.
30424         [USE_AS_STRTOK_R] (SAVE): Likewise.
30425         (FUNCTION): Likewise.  Do not use BP_SYM.
30426         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30427         aliases.
30428         (strtok_r): Likewise.
30429         (__GI___strtok_r): Likewise.
30430         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30431         (PARMS): Do not use macros from bp-asm.h.
30432         (S): Likewise.
30433         (SIZE): Likewise.
30434         (__mpn_lshift): Do not use BP_SYM.
30435         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30436         (PARMS): Do not use macros from bp-asm.h.
30437         (STR): Likewise.
30438         (CHR): Likewise.
30439         (__memchr): Do not use BP_SYM.
30440         (memchr): Do not use BP_SYM in weak_alias.
30441         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30442         (PARMS): Do not use macros from bp-asm.h.
30443         (BLK2): Likewise.
30444         (LEN): Likewise.
30445         (memcmp): Do not use BP_SYM.
30446         (bcmp): Do not use BP_SYM in weak_alias.
30447         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30448         (PARMS): Do not use macros from bp-asm.h.
30449         (S1): Likewise.
30450         (SIZE): Likewise.
30451         (__mpn_mul_1): Do not use BP_SYM.
30452         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30453         "bp-asm.h".
30454         (PARMS): Do not use macros from bp-asm.h.
30455         (STR): Likewise.
30456         (CHR): Likewise.
30457         (__rawmemchr): Do not use BP_SYM.
30458         (rawmemchr): Do not use BP_SYM in weak_alias.
30459         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30460         (PARMS): Do not use macros from bp-asm.h.
30461         (S): Likewise.
30462         (SIZE): Likewise.
30463         (__mpn_rshift): Do not use BP_SYM.
30464         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30465         (PARMS): Do not use macros from bp-asm.h.
30466         (SIGMSK): Likewise.
30467         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30468         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30469         (_start): Do not use BP_SYM.
30470         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30471         (PARMS): Do not use macros from bp-asm.h.
30472         (DEST): Likewise.
30473         (SRC): Likewise.
30474         (__stpcpy): Likewise.  Do not use BP_SYM.
30475         (stpcpy): Do not use BP_SYM in weak_alias.
30476         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30477         "bp-asm.h".
30478         (PARMS): Do not use macros from bp-asm.h.
30479         (DEST): Likewise.
30480         (SRC): Likewise.
30481         (LEN): Likewise.
30482         (__stpncpy): Likewise.  Do not use BP_SYM.
30483         (stpncpy): Do not use BP_SYM in weak_alias.
30484         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30485         (PARMS): Do not use macros from bp-asm.h.
30486         (STR): Likewise.
30487         (CHR): Likewise.
30488         (strchr): Likewise.  Do not use BP_SYM.
30489         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30490         "bp-asm.h".
30491         (PARMS): Do not use macros from bp-asm.h.
30492         (STR): Likewise.
30493         (CHR): Likewise.
30494         (__strchrnul): Likewise.  Do not use BP_SYM.
30495         (strchrnul): Do not use BP_SYM in weak_alias.
30496         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30497         "bp-asm.h".
30498         (PARMS): Do not use macros from bp-asm.h.
30499         (STOP): Likewise.
30500         (strcspn): Do not use BP_SYM.
30501         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30502         "bp-asm.h".
30503         (PARMS): Do not use macros from bp-asm.h.
30504         (STR): Likewise.
30505         (STOP): Likewise.
30506         (strpbrk): Likewise.  Do not use BP_SYM.
30507         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30508         "bp-asm.h".
30509         (PARMS): Do not use macros from bp-asm.h.
30510         (STR): Likewise.
30511         (CHR): Likewise.
30512         (strrchr): Likewise.  Do not use BP_SYM.
30513         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30514         (PARMS): Do not use macros from bp-asm.h.
30515         (SKIP): Likewise.
30516         (strspn): Do not use BP_SYM.
30517         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30518         (PARMS): Do not use macros from bp-asm.h.
30519         (STR): Likewise.
30520         (DELIM): Likewise.
30521         (SAVE): Likewise.
30522         (FUNCTION): Likewise.  Do not use BP_SYM.
30523         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30524         aliases.
30525         (strtok_r): Likewise.
30526         (__GI___strtok_r): Likewise.
30527         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30528         (PARMS): Do not use macros from bp-asm.h.
30529         (S1): Likewise.
30530         (S2): Likewise.
30531         (SIZE): Likewise.
30532         (__mpn_sub_n): Do not use BP_SYM.
30533         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30534         "bp-asm.h".
30535         (PARMS): Do not use macros from bp-asm.h.
30536         (S1): Likewise.
30537         (SIZE): Likewise.
30538         (__mpn_submul_1): Do not use BP_SYM.
30539         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30540         <bp-sym.h>.
30541         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30542         and <bp-asm.h>.
30543         (PARMS): Do not use macros from bp-asm.h.
30544         (FLAGS): Likewise.
30545         (PTID): Likewise.
30546         (TLS): Likewise.
30547         (CTID): Likewise.
30548         (__clone): Do not use BP_SYM.
30549         (clone): Do not use BP_SYM in weak_alias.
30550         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30551         and <bp-asm.h>.
30552         (PARMS): Do not use macros from bp-asm.h.
30553         (LEN): Likewise.
30554         (__mmap64): Do not use BP_SYM.
30555         (mmap64): Do not use BP_SYM in weak_alias.
30556         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30557         <bp-sym.h> and <bp-asm.h>.
30558         (PARMS): Do not use macros from bp-asm.h.
30559         (__posix_fadvise64_l64): Do not use BP_SYM.
30560         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30561         (PARMS): Do not use macros from bp-asm.h.
30562         (NSOPS): Likewise.
30563         (semtimedop): Do not use BP_SYM.
30564         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30565         and <bp-asm.h>.
30567 2013-02-21  Allan McRae  <allan@archlinux.org>
30569         * manual/message.texi (Charset conversion in gettext):
30570         Move @end statement to beginning of line.
30572 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30574         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30575         static.
30576         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30577         Likewise.
30579         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30580         (denorm): Likewise.
30581         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30582         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30584 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30586         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30587         tail-call to the resolved function if pltexit isn't needed.
30589 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30591         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30592         or Y being zero as being unlikely.
30593         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30594         Likewise.
30596 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30598         * manual/nss.texi (System Databases and Name Service Switch):
30599         Remove frobnicate @pxref.
30601 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30603         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30604         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30606 2013-02-20  Petr Machata  <pmachata@redhat.com>
30608         * elf/elf.h (R_ARM_TARGET1): New macro.
30609         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30610         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30611         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30612         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30613         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30614         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30615         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30616         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30617         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30618         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30619         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30620         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30621         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30622         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30623         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30624         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30625         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30626         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30627         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30628         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30629         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30630         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30631         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30632         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30633         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30634         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30635         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30636         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30637         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30638         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30639         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30640         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30641         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30642         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30643         (R_ARM_THM_GOT_BREL12): Likewise.
30644         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30645         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30646         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30647         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30648         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30649         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30650         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30651         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30652         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30654 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30656         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30657         __attribute_used__ to __attribute__ ((unused)).
30659 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30661         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30662         powerpc mpa.c.
30663         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30664         comment formatting.
30665         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30667 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30669         [BZ #13550]
30670         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30671         Remove macro.
30672         (ENTER): Remove both macro definitions.
30673         (LEAVE): Likewise.
30674         (CHECK_BOUNDS_LOW): Likewise.
30675         (CHECK_BOUNDS_HIGH): Likewise.
30676         (CHECK_BOUNDS_BOTH): Likewise.
30677         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30678         (RETURN_BOUNDED_POINTER): Likewise.
30679         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30680         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30681         (POP_ERRNO_LOCATION_RETURN): Likewise.
30682         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30683         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30684         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30685         macros.
30686         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30687         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30688         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30689         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30690         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30691         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30692         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30693         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30694         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30695         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30696         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30697         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30698         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30699         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30700         removed macros.
30701         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30702         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30703         macros.
30704         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30705         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30706         * sysdeps/i386/i586/memset.S (memset): Likewise.
30707         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30708         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30709         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30710         macros.
30711         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30712         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30713         Change uses of L(2) to L(out).
30714         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30715         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30716         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30717         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30718         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30719         removed macros.
30720         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30721         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30722         macros.
30723         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30724         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30725         (RETURN): Do not use macro LEAVE.
30726         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30727         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30728         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30729         * sysdeps/i386/i686/memset.S (memset): Likewise.
30730         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30731         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30732         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30733         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30734         Likewise.
30735         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30736         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30737         L(1_2) and L(1_3) into L(1).
30738         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30739         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30740         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30741         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30742         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30743         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30744         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30745         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30746         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30747         macros.
30748         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30749         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30750         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30751         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30752         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30753         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30754         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30755         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30756         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30757         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30758         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30759         * sysdeps/i386/strspn.S (strspn): Likewise.
30760         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30761         conditional code.
30762         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30763         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30764         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30765         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30766         L(1_3) into L(1_1).
30767         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30768         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30769         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30770         macros.
30771         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30773 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30775         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30776         macro.
30778 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30780         * math/atest-exp.c (exp_mpn): Remove ROUND.
30781         * math/atest-exp2.c (exp_mpn): Likewise.
30782         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30784         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30785         * stdlib/tst-tls-atexit-lib.c: Likewise.
30786         * stdlib/tst-tls-atexit.c: Likewise.
30788 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30790         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30791         and __attribute_alloc_size__.
30793 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30795         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30796         __attribute_alloc_size__.
30797         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30798         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30800 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30802         * include/programs/xmalloc.h: New file.
30803         * catgets/gencat.c: Include it.
30804         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30805         * elf/pldd.c: Likewise.
30806         * iconv/iconv_charmap.c: Likewise.
30807         * iconv/iconvconfig.c: Likewise.
30808         * iconv/strtab.c: Likewise.
30809         * locale/programs/locale.c: Likewise.
30810         * locale/programs/localedef.h: Likewise.
30811         * locale/programs/simple-hash.c: Likewise.
30812         * nscd/nscd.h: Likewise.
30813         * nss/makedb.c: Likewise.
30814         * sysdeps/generic/ldconfig.h: Likewise.
30816 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30818         * Versions.def: Add GLIBC_2.18.
30819         * include/link.h (struct link_map): New member l_tls_dtor_count.
30820         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30821         (__call_tls_dtors): Likewise.
30822         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30823         __cxa_thread_atexit_impl.
30824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30825         Likewise.
30826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30827         Likewise.
30828         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30829         Likewise.
30830         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30831         Likewise.
30832         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30833         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30834         Likewise.
30835         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30836         Likewise.
30837         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30838         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30839         Likewise.
30840         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30841         (tests): Add test case tst-tls-atexit.
30842         (modules-names): Add shared library for tst-tls-atexit.
30843         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30844         (GLIBC_PRIVATE): Add __call_tls_dtors.
30845         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30846         for libstdc++.
30847         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30848         * stdlib/tst-tls-atexit.c: New test case.
30849         * stdlib/tst-tls-atexit-lib.c: New test case.
30851         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30853         * elf/Versions (ld): Add _dl_find_dso_for_object.
30854         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30855         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30856         (dl_open_worker): Use _dl_find_dso_for_object.
30857         * elf/dl-sym.c (do_sym): Likewise.
30858         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30860 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30862         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30863         Syntactic changes only.
30864         (_dl_runtime_profile): Do a tail-call to the resolved function.
30866 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30868         [BZ #13550]
30869         * sysdeps/x86_64/bp-asm.h: Remove file.
30870         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30871         <bp-sym.h> and <bp-asm.h>.
30872         (__clone): Do not use BP_SYM.
30873         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30874         <bp-sym.h> and <bp-asm.h>.
30875         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30876         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30877         "bp-asm.h".
30878         (_setjmp): Do not use BP_SYM.
30879         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30880         "bp-asm.h".
30881         (setjmp): Do not use BP_SYM.
30882         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30883         libc_hidden_def.
30884         (mempcpy): Do not use BP_SYM in weak_alias.
30885         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30886         "bp-asm.h".
30887         (strchr): Do not use BP_SYM.
30888         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30889         "bp-asm.h".
30890         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30891         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30892         (_start): Do not use BP_SYM.
30893         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30894         "bp-asm.h".
30895         (strcat): Do not use BP_SYM.
30896         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30897         "bp-asm.h".
30898         (STRCMP): Do not use BP_SYM.
30899         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30900         "bp-asm.h".
30901         (STRCPY): Do not use BP_SYM.
30902         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30903         "bp-asm.h".
30904         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30905         "bp-asm.h".
30906         (FUNCTION): Do not use BP_SYM.
30907         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30908         weak_alias.
30909         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30911 2013-02-17  Andreas Jaeger  <aj@suse.de>
30913         * time/Versions: Sort entries.
30914         * string/Versions: Likewise.
30915         * resolv/Versions: Likewise.
30916         * posix/Versions: Likewise.
30917         * iconv/Versions: Likewise.
30918         * elf/Versions: Likewise.
30919         * wcsmbs/Versions: Likewise.
30921 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30923         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30924         loop termination condition.
30926         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30927         variable to calculate EZ.
30928         (__sqr): Likewise.
30930         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30931         the lower precision input.
30933 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30935         [BZ #13550]
30936         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30937         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30938         (run-via-rtld-prefix): Do not handle %-bp tests.
30939         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30940         (all-object-suffixes): Remove .ob.
30941         (bppfx): Remove variable.
30942         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30943         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30944         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30945         [$(build-bounded) = yes] (libtype.ob): Likewise.
30946         * Makerules (elide-routines.ob): Remove variable.
30947         (do-tests-clean): Do not handle *-bp.out.
30948         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30949         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30950         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30951         (tests): Do not include $(tests-bp.out).
30952         (xtests): Do not include $(xtests-bp.out).
30953         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30954         [$(build-bounded) = yes] ($(addprefix
30955         $(objpfx),$(binaries-bounded))): Remove rule.
30956         ($(objpfx)%-bp.out): Remove rule.
30957         * config.make.in (build-bounded): Remove variable.
30958         * crypt/Makefile [$(build-bounded) = yes]
30959         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30960         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30961         append to variable.
30962         [$(build-bounded) = yes] (install-lib): Likewise.
30963         [$(build-bounded) = yes] (generated): Likewise.
30964         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30965         Remove rule.
30966         * intl/Makefile [$(build-bounded) = yes]
30967         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30968         * math/Makefile [$(build-bounded) = yes]
30969         ($(tests:%=$(objpfx)%-bp): Likewise.
30970         * misc/Makefile [$(build-bounded) = yes]
30971         ($(objpfx)tst-tsearch-bp): Likewise.
30972         * nptl/Makeconfig (bounded-thread-library): Remove variable.
30973         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30974         Remove dependency.
30975         * string/Makefile (o-objects.ob): Remove variable.
30976         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30977         (CFLAGS-.ob): Remove variable.
30978         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30979         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30980         both definitions of variable.
30981         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30982         (ASFLAGS-.ob): Remove variable.
30984 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
30986         [BZ #13550]
30987         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30988         Remove __BOUNDED_POINTERS__ from condition.
30989         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30990         * string/bits/string2.h [!__NO_STRING_INLINES &&
30991         !__BOUNDED_POINTERS__]: Likewise.
30992         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30993         Likewise.
30994         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30995         Remove conditional code.
30996         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30997         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30998         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30999         condition.
31001         [BZ #13550]
31002         * csu/libc-start.c: Do not include <bp-sym.h>.
31003         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31004         * elf/dl-open.c: Do not include <bp-sym.h>.
31005         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31006         * math/fegetenv.c: Do not include <bp-sym.h>.
31007         (fegetenv): Do not use BP_SYM in versioned symbols.
31008         * nptl/sysdeps/pthread/bits/libc-lockP.h
31009         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31010         <bp-sym.h>.
31011         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31012         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31013         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31014         (__pthread_mutex_destroy): Likewise.
31015         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31016         (__pthread_mutex_lock): Likewise.
31017         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31018         (__pthread_mutex_trylock): Likewise.
31019         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31020         (__pthread_mutex_unlock): Likewise.
31021         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31022         (__pthread_mutexattr_init): Likewise.
31023         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31024         (__pthread_mutexattr_destroy): Likewise.
31025         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31026         (__pthread_mutexattr_settype): Likewise.
31027         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31028         (__pthread_rwlock_init): Likewise.
31029         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31030         (__pthread_rwlock_destroy): Likewise.
31031         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31032         (__pthread_rwlock_rdlock): Likewise.
31033         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31034         (__pthread_rwlock_tryrdlock): Likewise.
31035         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31036         (__pthread_rwlock_wrlock): Likewise.
31037         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31038         (__pthread_rwlock_trywrlock): Likewise.
31039         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31040         (__pthread_rwlock_unlock): Likewise.
31041         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31042         (__pthread_key_create): Likewise.
31043         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31044         (__pthread_setspecific): Likewise.
31045         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31046         (__pthread_getspecific): Likewise.
31047         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31048         Likewise.
31049         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31050         (_pthread_cleanup_push_defer): Likewise.
31051         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31052         (_pthread_cleanup_pop_restore): Likewise.
31053         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31054         (pthread_setcancelstate): Likewise.
31055         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31056         <bp-sym.h>.
31057         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31058         (memchr): Do not use BP_SYM in weak_alias.
31059         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31060         (fegetenv): Do not use BP_SYM in versioned symbols.
31061         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31062         (fesetenv): Do not use BP_SYM in versioned symbols.
31063         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31064         (feupdateenv): Do not use BP_SYM in versioned symbols.
31065         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31066         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31067         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31068         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31069         (open64): Do not use BP_SYM in weak_alias.
31070         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31071         (fegetenv): Do not use BP_SYM in versioned symbols.
31072         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31073         (fesetenv): Do not use BP_SYM in versioned symbols.
31074         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31075         (feupdateenv): Do not use BP_SYM in versioned symbols.
31076         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31077         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31078         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31079         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31080         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31081         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31082         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31083         <bp-sym.h>.
31084         (__libc_start_main): Do not use BP_SYM.
31086 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31088         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31089         redundant return line.
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.
31099         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31100         (norm): Likewise.
31101         (denorm): Likewise.
31102         (dbl_mp): Likewise.
31103         (sub_magnitudes): Likewise.
31104         (__add): Likewise.
31105         (__sub): Likewise.
31106         (__mul): Likewise.
31107         (__inv): Likewise.
31108         (__dvd): Likewise.
31110         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31111         instead of __mul.
31112         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31113         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31114         (cc32): Likewise.
31116         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31117         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31118         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31119         of __mul for squares.
31120         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31121         function
31122         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31123         Likewise.
31124         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31125         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31127 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31129         [BZ #13550]
31130         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31131         code.
31132         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31133         prototype or function definition.  Rename ubp_* variables and
31134         parameters.  Remove argv definitions conditional on
31135         [__BOUNDED_POINTERS__].
31136         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31137         * elf/dl-runtime.c (_dl_fixup): Likewise.
31138         * include/set-hooks.h (RUN_HOOK): Likewise.
31139         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31140         definition.
31141         * string/strcpy.c (strcpy): Do not use __unbounded.
31142         * sysdeps/generic/frame.h (struct layout): Likewise.
31143         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31144         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31145         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31146         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31147         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31148         (__backtrace): Likewise.
31149         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31150         use __ptrvalue.
31151         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31152         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31153         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31154         Likewise.
31155         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31156         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31157         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31158         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31159         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31160         Do not use __unbounded.
31161         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31162         Rename __unboundedrlimits parameter to rlimits in prototype.
31163         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31164         Do not use __unbounded.
31165         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31166         not use __ptrvalue.
31167         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31168         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31169         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31170         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31171         __ptrvalue or __unbounded.
31172         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31173         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31174         use __unbounded.
31175         (__new_msgctl): Do not use __ptrvalue.
31176         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31177         __unbounded.
31178         (__libc_msgrcv): Do not use __ptrvalue.
31179         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31180         startup_info): Do not use __unbounded.
31181         (__libc_start_main): Likewise.  Rename ubp_* variables and
31182         parameters.  Remove argv definitions conditional on
31183         [__BOUNDED_POINTERS__].
31184         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31185         __ptrvalue.
31186         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31187         use __unbounded.
31188         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31189         or __ptrvalue.
31190         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31191         use __unbounded.
31192         (__new_shmctl): Do not use __ptrvalue.
31193         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31194         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31195         Likewise.
31196         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31197         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31198         (__libc_sigaction): Likewise.
31199         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31200         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31201         Likewise.
31202         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31204 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31206         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31208         * string/mempcpy.c: Implement by calling memcpy.
31210 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31212         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31214         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31215         evaluation.
31217         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31218         values in the mantissa.
31220         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31221         minimize writes to Z.
31222         (sub_magnitudes): Simplify code a bit.
31224 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31226         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31227         from the message.  The linker prefixes all warnings with that already.
31229 2013-02-12  Andreas Schwab  <schwab@suse.de>
31231         [BZ #15078]
31232         * posix/regexec.c (extend_buffers): Add parameter min_len.
31233         (check_matching): Pass minimum needed length.
31234         (clean_state_log_if_needed): Likewise.
31235         (get_subexp): Likewise.
31236         * posix/Makefile (tests): Add bug-regex34.
31237         (bug-regex34-ENV): Define.
31238         * posix/bug-regex34.c: New file.
31240         [BZ #11561]
31241         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31242         elements compare against the byte sequence of it, not its name.
31243         * posix/Makefile (tests): Add bug-regex35.
31244         (bug-regex35-ENV): Define.
31245         * posix/bug-regex35.c: New file.
31247 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31249         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31250         comment.
31251         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31252         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31253         (CHECK_EOL): Add undef.
31255 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31257         * bits/stdlib-bsearch.h: New file.
31258         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31259         * stdlib/stdlib.h: Likewise.
31261 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31263         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31264         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31265         declaration.
31266         * manual/search.texi (Array Search Function): Add missing const in
31267         lfind prototype.
31268         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31269         declaration to use rlim_t.
31270         (Basic Scheduling Functions): Remove erroneous const from
31271         sched_getparam prototype.  Remove erroneous * from
31272         sched_get_priority_max and sched_get_priority_min prototypes.
31273         (Resource Usage): Fix summary @comment on vtimes to refer to
31274         sys/vtimes.h rather than vtimes.h.
31275         Add missing *s in vtimes prototype.
31276         (Limits on Resources): Fix ulimit prototype to return long int.
31277         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31278         prototypes to use long int rather than double.
31279         (BSD Random): Fix initstate and setstate to use char *, not void *.
31280         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31281         prototype to make second argument 'struct aiocb64 *const[]'.
31282         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31283         (Status of AIO Operations): Remove erroneous const in aio_return and
31284         aio_return64 prototypes.
31285         (Synchronizing I/O): Fix sync prototype to return void.
31286         * manual/startup.texi (Suboptions): Remove an erroneous const in
31287         getsubopt prototype.
31288         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31289         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31290         use size_t rather than int.
31291         (Scanning All Users): Likewise for getpwent_r.
31292         (Setting Groups): Add missing const to setgroups prototype.
31293         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31294         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31295         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31296         'const void *' rather than 'const char *'.
31297         (Host Address Functions): Likewise for inet_ntop.
31298         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31299         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31300         ssize_t for return value.
31301         (Sending Data): Likewise for send, sendto, sendmsg.
31302         (Socket Option Functions): Add a missing const in setsockopt prototype.
31303         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31304         use wchar_t for the argument.
31305         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31306         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31307         take no arguments.
31308         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31309         double/float/long double for second argument.
31310         Fix return types of significand, significandf, significandl.
31311         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31312         argument in fchmod prototype.
31313         (File Owner): Use uid_t and gid_t in fchown prototype.
31314         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31315         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31316         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31317         use 'const struct dirent **' as argument types to CMP function pointer
31318         argument.
31319         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31320         (File Times): Fix summary magic @comment for struct utimbuf and utime
31321         to refer to utime.h, not time.h.
31322         * manual/string.texi (Argz Functions): Add missing const in
31323         argz_extract and argz_next prototypes.
31324         (Finding Tokens in a String): Likewise for basename.
31325         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31326         (Copying and Concatenation): Fix typo in wmemmove prototype.
31327         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31328         (Signal Stack): Remove erroneous const in sigstack prototype.
31329         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31330         prototype.
31331         (Simple Calendar Time): Likewise for stime.
31332         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31333         prototype.
31334         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31335         say sys/sysctl.h instead.
31336         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31337         and vsyslog prototypes.
31339 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31341         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31342         Remove.
31344 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31346         * misc/sys/mman.h: Fix typo in mremap comment.
31348 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31350         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31351         the '\0' terminator.
31353 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31355         [BZ #13550]
31356         * debug/segfault.c: Don't include <bp-checks.h>.
31357         * sysdeps/generic/bp-checks.h: Remove file.
31358         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31359         (__GETDENTS): Don't use CHECK_N.
31360         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31361         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31362         (__getgroups): Don't use CHECK_N.
31363         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31364         (setgroups): Don't use CHECK_N.
31365         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31366         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31367         (__libc_msgrcv): Don't use CHECK_N.
31368         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31369         (__libc_msgsnd): Don't use CHECK_N.
31370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31371         <bp-checks.h>.
31372         (__libc_pread): Don't use CHECK_N.
31373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31374         include <bp-checks.h>.
31375         (__libc_pread64): Don't use CHECK_N.
31376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31377         include <bp-checks.h>.
31378         (__libc_pwrite): Don't use CHECK_N.
31379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31380         include <bp-checks.h>.
31381         (__libc_pwrite64): Don't use CHECK_N.
31382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31383         <bp-checks.h>.
31384         (__libc_pread): Don't use CHECK_N.
31385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31386         include <bp-checks.h>.
31387         (__libc_pread64): Don't use CHECK_N.
31388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31389         include <bp-checks.h>.
31390         (__libc_pwrite): Don't use CHECK_N.
31391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31392         include <bp-checks.h>.
31393         (__libc_pwrite64): Don't use CHECK_N.
31394         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31395         (do_pread): Don't use CHECK_N.
31396         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31397         (do_pread64): Don't use CHECK_N.
31398         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31399         (do_pwrite): Don't use CHECK_N.
31400         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31401         (do_pwrite64): Don't use CHECK_N.
31402         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31403         (__libc_readv): Don't use CHECK_N.
31404         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31405         (semop): Don't use CHECK_N.
31406         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31407         <bp-checks.h>.
31408         (semtimedop): Don't use CHECK_N.
31409         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31410         (__libc_pread): Don't use CHECK_N.
31411         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31412         <bp-checks.h>.
31413         (__libc_pread64): Don't use CHECK_N.
31414         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31415         <bp-checks.h>.
31416         (__libc_pwrite): Don't use CHECK_N.
31417         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31418         <bp-checks.h>.
31419         (__libc_pwrite64): Don't use CHECK_N.
31420         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31421         <bp-checks.h>.
31422         (__libc_msgrcv): Don't use CHECK_N.
31423         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31424         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31425         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31426         (__libc_writev): Don't use CHECK_N.
31428 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31430         * string/strcpy.c: Removed unused variable.
31432         * Makeconfig (+sysdep-includes): Define with := rather than =.
31433         Use an existing include/ subdir of each sysdeps dir before it.
31435 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31437         * nscd/connection.c (register_traced_file): Comment function.
31438         [HAVE_INOTIFY] (union __inev): Define.
31439         [HAVE_INOTIFY] (inotify_check_files): New function.
31440         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31441         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31442         clear_db_cache.
31443         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31445 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31447         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31448         loaded if not already and that a failure is permanent.
31450 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31452         [BZ #15006]
31453         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31454         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31456 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31458         [BZ #13550]
31459         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31460         (CHECK_1_NULL_OK): Likewise.
31461         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31462         (__fxstat): Do not use CHECK_1.
31463         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31464         <bp-checks.h>.
31465         (___fxstat64): Do not use CHECK_1.
31466         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31467         <bp-checks.h>.
31468         (__fxstatat): Do not use CHECK_1.
31469         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31470         <bp-checks.h>.
31471         (__fxstatat64): Do not use CHECK_1.
31472         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31473         <bp-checks.h>.
31474         (__fxstat): Do not use CHECK_1.
31475         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31476         <bp-checks.h>.
31477         (__fxstatat): Do not use CHECK_1.
31478         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31479         <bp-checks.h>.
31480         (__getresgid): Do not use CHECK_1.
31481         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31482         <bp-checks.h>.
31483         (__getresuid): Do not use CHECK_1.
31484         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31485         <bp-checks.h>.
31486         (__lxstat): Do not use CHECK_1.
31487         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31488         <bp-checks.h>.
31489         (__old_msgctl): Do not use CHECK_1.
31490         (__new_msgctl): Likewise.
31491         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31492         <bp-checks.h>.
31493         (__new_setrlimit): Do not use CHECK_1.
31494         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31495         <bp-checks.h>.
31496         (__old_shmctl): Do not use CHECK_1.
31497         (__new_shmctl): Likewise.
31498         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31499         <bp-checks.h>.
31500         (__xstat): Do not use CHECK_1.
31501         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31502         (__lxstat): Do not use CHECK_1.
31503         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31504         <bp-checks.h>.
31505         (___lxstat64): Do not use CHECK_1.
31506         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31507         (__old_msgctl): Do not use CHECK_1.
31508         (__new_msgctl): Likewise.
31509         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31510         <bp-checks.h>.
31511         (__gettimeofday): Do not use CHECK_1.
31512         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31513         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31514         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31515         <bp-checks.h>.
31516         (__gettimeofday): Do not use CHECK_1.
31517         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31518         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31519         (__new_shmctl): Do not use CHECK_1.
31520         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31521         <bp-checks.h>.
31522         (do_sigtimedwait): Do not use CHECK_1.
31523         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31524         <bp-checks.h>.
31525         (do_sigwaitinfo): Do not use CHECK_1.
31526         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31527         <bp-checks.h>.
31528         (msgctl): Do not use CHECK_1.
31529         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31530         <bp-checks.h>.
31531         (shmctl): Do not use CHECK_1.
31532         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31533         (ustat): Do not use CHECK_1.
31534         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31535         <bp-checks.h>.
31536         (__fxstat): Do not use CHECK_1.
31537         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31538         <bp-checks.h>.
31539         (__fxstatat): Do not use CHECK_1.
31540         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31541         <bp-checks.h>.
31542         (__lxstat): Do not use CHECK_1.
31543         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31544         <bp-checks.h>.
31545         (__xstat): Do not use CHECK_1.
31546         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31547         (__xstat): Do not use CHECK_1.
31548         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31549         (___xstat64): Do not use CHECK_1.
31551         [BZ #13550]
31552         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31553         definitions.
31554         (CHECK_BOUNDS_HIGH): Likewise.
31555         * string/strcpy.c: Do not include <bp-checks.h>.
31556         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31558 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31560         * nscd/nscd-client.h (__nscd_drop_map_ref):
31561         Add __attribute__ ((unused)).
31562         * nis/nss-nisplus.h (niserr2nss): Likewise.
31564         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31565         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31567         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31568         Remove inline keyword.
31569         * include/rounding-mode.h (round_away): Likewise.
31570         * libio/wfileops.c (adjust_wide_data): Likewise.
31571         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31572         (__m128i_strloadu_tolower): Likewise.
31573         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31574         (__m128i_strloadu_tolower): Likewise.
31575         * time/mktime.c (ydhms_diff): Likewise.
31576         * locale/elem-hash.h (elem_hash): Likewise.
31577         * locale/setlocale.c (setdata): Likewise.
31578         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31579         (re_string_wchar_at): Likewise.
31580         (bitset_not, bitset_merge, bitset_mask): Likewise.
31581         [!(__GNUC__ > 3)] (inline): Remove macro.
31582         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31583         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31584         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31585         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31586         * string/memcmp.c (memcmp_bytes): Likewise.
31587         * locale/programs/locarchive.c (compute_hashval): Likewise.
31588         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31589         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31590         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31591         * nss/getent.c (print_rpc, print_protocols): Likewise.
31592         (print_passwd, print_group, print_aliases): Likewise.
31593         * nis/nss-nisplus.h (niserr2nss): Likewise.
31594         * nscd/connections.c (restart_p): Likewise.
31595         Change return type to bool.
31597 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31599         * Makeconfig (all-Depend-files): Add existing
31600         $(sorted-subdirs:=/Depend) files.
31601         (all-subdirs): Remove nss.
31602         * sysdeps/unix/inet/Subdirs: Add it here instead.
31603         * hesiod/Depend: New file.
31605         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31606         instead of calling alloca.
31608         * io/lseek.c (__lseek): Rename to __libc_lseek.
31609         Define __lseek as an alias.
31611         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31613 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31615         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31616         else clause and remove check for non-standard endianness.
31618 2013-02-04  David S. Miller  <davem@davemloft.net>
31620         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31622 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31624         [BZ #13550]
31625         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31626         (__ubp_memchr): Remove prototype.
31627         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31628         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31629         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31630         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31631         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31632         Remove alias.
31633         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31634         (__ubp_memchr): Likewise.
31635         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31636         (__ubp_memchr): Likewise.
31637         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31638         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31639         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31640         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31641         CHECK_STRING.
31642         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31643         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31644         (__getcwd): Do not use CHECK_STRING.
31645         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31646         <bp-checks.h>.
31647         (__real_chown): Do not use CHECK_STRING.
31648         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31649         <bp-checks.h>.
31650         (fchownat): Do not use CHECK_STRING.
31651         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31652         CHECK_STRING.
31653         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31654         <bp-checks.h>.
31655         (__lchown): Do not use CHECK_STRING.
31656         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31657         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31658         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31659         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31661         include <bp-checks.h>.
31662         (truncate64): Do not use CHECK_STRING.
31663         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31664         <bp-checks.h>.
31665         (__real_chown): Do not use CHECK_STRING.
31666         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31667         <bp-checks.h>.
31668         (__lchown): Do not use CHECK_STRING.
31669         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31670         <bp-checks.h>.
31671         (__chown): Do not use CHECK_STRING.
31672         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31673         <bp-checks.h>.
31674         (truncate64): Do not use CHECK_STRING.
31675         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31676         Likewise.
31677         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31678         (__xmknod): Do not use CHECK_STRING.
31679         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31680         <bp-checks.h>.
31681         (__xmknodat): Do not use CHECK_STRING.
31682         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31683         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31685 2013-02-04  Andreas Schwab  <schwab@suse.de>
31687         [BZ #14142]
31688         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31689         * include/netdb.h: Likewise for h_errno.
31690         * elf/tst-stackguard1.c: Include <tls.h>.
31692 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31694         * elf/link.h (struct link_map): Extend the l_addr comment.
31695         * include/link.h (struct link_map): Likewise.
31697 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31699         [BZ #13550]
31700         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31701         (BOUNDED_1): Remove macro.
31702         * debug/backtrace.c: Don't include <bp-checks.h>.
31703         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31704         (__backtrace): Likewise.
31705         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31706         <bp-checks.h>.
31707         (__backtrace): Don't use BOUNDED_1.
31708         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31709         <bp-checks.h>.
31710         (__backtrace): Don't use BOUNDED_1.
31711         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31712         (__backtrace): Don't use BOUNDED_1.
31713         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31714         (shmat): Don't use BOUNDED_N.
31716 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31718         [BZ #13550]
31719         * sysdeps/generic/bp-start.h: Remove file.
31720         * csu/libc-start.c: Don't include <bp-start.h>.
31721         (LIBC_START_MAIN): Set up __environ directly instead of using
31722         INIT_ARGV_and_ENVIRON.
31723         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31724         <bp-start.h>.
31726         [BZ #13550]
31727         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31728         definitions.
31729         (CHECK_FCNTL): Likewise.
31730         (CHECK_N_PAGES): Likewise.
31732         [BZ #13550]
31733         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31734         definitions.
31735         (CHECK_SIGSET_NULL_OK): Likewise.
31736         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31737         <bp-checks.h>.
31738         (sigpending): Don't use CHECK_SIGSET.
31739         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31740         <bp-checks.h>.
31741         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31742         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31743         <bp-checks.h>.
31744         (do_sigsuspend): Don't use CHECK_SIGSET.
31745         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31746         use CHECK_SIGSET.
31747         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31748         (do_sigwait): Don't use CHECK_SIGSET.
31749         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31750         use CHECK_SIGSET.
31751         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31752         include <bp-checks.h>.
31753         (sigpending): Don't use CHECK_SIGSET.
31754         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31755         include <bp-checks.h>.
31756         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31757         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31758         <bp-checks.h>.
31759         (sigpending): Don't use CHECK_SIGSET.
31760         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31761         <bp-checks.h>.
31762         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31764         [BZ #13550]
31765         * sysdeps/generic/bp-semctl.h: Remove file.
31766         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31767         <bp-checks.h> and <bp-semctl.h>.
31768         (__old_semctl): Don't use CHECK_SEMCTL.
31769         (__new_semctl): Likewise.
31770         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31771         and <bp-semctl.h>.
31772         (__old_semctl): Don't use CHECK_SEMCTL.
31773         (__new_semctl): Likewise.
31774         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31775         <bp-checks.h> and <bp-semctl.h>.
31776         (__old_semctl): Don't use CHECK_SEMCTL.
31777         (__new_semctl): Likewise.
31778         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31779         <bp-checks.h> and <bp-semctl.h>.
31780         (semctl): Don't use CHECK_SEMCTL.
31782         [BZ #13550]
31783         * Makerules (elide-bp-thunks): Remove variable.
31784         (elide-routines.oS): Don't use $(elide-bp-thunks).
31785         (elide-routines.os): Likewise.
31786         (elide-routines.o): Likewise.
31787         (elide-routines.op): Likewise.
31788         (elide-routines.og): Likewise.
31789         (objects): Don't use $(bp-thunks).
31790         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31791         include.
31792         (common-generated): Do not add s-proto-bp.d.
31793         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31794         (int): Likewise.
31795         (typ): Likewise.
31796         Do not generate makefile rules for bounded-pointer thunks.
31797         * sysdeps/generic/bp-thunks.h: Remove file.
31798         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31799         * sysdeps/unix/s-proto-bp.S: Likewise.
31801         [BZ #15062]
31802         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31803         parts of result separately when argument is not close to line from
31804         -i to i and one part of argument is small.
31805         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31806         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31807         * math/libm-test.inc (cacos_test): Add more tests.
31808         (casin_test): Likewise.
31809         (casinh_test): Likewise.
31810         * sysdeps/i386/fpu/libm-test-ulps: Update.
31811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31813 2013-01-31  David S. Miller  <davem@davemloft.net>
31815         * po/de.po: Update from translation team.
31817 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31819         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31821 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31823         * configure.in (_AC_PROG_CC_C89): New definition.
31824         * configure: Regenerate.
31826         * configure.in (AC_PROG_CPP): New definition.
31827         * configure: Regenerate.
31829 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31831         * debug/tst-backtrace.h: New file.
31832         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31833         (ret): Remove variable.
31834         (x): Likewise.
31835         (FAIL): Remove macro.
31836         (NO_INLINE): Likewise.
31837         (fn1): Use match function instead of strstr.
31838         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31839         (ret): Remove variable.
31840         (x): Likewise.
31841         (FAIL): Remove macro.
31842         (NO_INLINE): Likewise.
31843         (fn): Use match function instead of strstr.
31844         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31845         (ret): Remove variable.
31846         (x): Likewise.
31847         (FAIL): Remove macro.
31848         (NO_INLINE): Likewise.
31849         (handle_signal): Use match function instead of strstr.
31850         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31851         (ret): Remove variable.
31852         (x): Likewise.
31853         (FAIL): Remove macro.
31854         (NO_INLINE): Likewise.
31855         (handle_signal): Use match function instead of strstr.
31857 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31859         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31861 2013-01-23  David S. Miller  <davem@davemloft.net>
31863         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31864         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31865         argument of CAS if possible.
31866         * sysdeps/sparc/sparc64/bits/atomic.h
31867         (__arch_compare_and_exchange_val_32_acq): Likewise.
31868         (__arch_compare_and_exchange_val_64_acq): Likewise.
31870 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31872         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31873         * sysdeps/posix/ulimit.c: ... this.
31874         Include <limits.h>.
31875         * sysdeps/unix/bsd/ulimit.c: Remove file.
31877 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31879         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31880         (LDFLAGS-tst-array5): Likewise.
31882 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31884         [BZ #15036]
31885         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31886         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31887         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31888         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31890 2013-01-21  David S. Miller  <davem@davemloft.net>
31892         * sysdeps/sparc/backtrace.c: New file.
31893         * sysdeps/sparc/sparc32/backtrace.h: New file.
31894         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31895         * sysdeps/sparc/sparc64/backtrace.h: New file.
31896         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31897         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31898         -funwind-tables.
31900 2013-01-21  Andreas Schwab  <schwab@suse.de>
31902         [BZ #15020]
31903         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31904         closed its stdout.
31906 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31908         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31909         "mpa2.h".
31910         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31912 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31913             Mark Mitchell  <mark@codesourcery.com>
31914             Tom de Vries  <tom@codesourcery.com>
31915             Paul Pluzhnikov  <ppluzhnikov@google.com>
31917         * debug/tst-backtrace2.c: New file.
31918         * debug/tst-backtrace3.c: Likewise.
31919         * debug/tst-backtrace4.c: Likewise.
31920         * debug/tst-backtrace5.c: Likewise.
31921         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31922         (CFLAGS-tst-backtrace3.c): Likewise.
31923         (CFLAGS-tst-backtrace4.c): Likewise.
31924         (CFLAGS-tst-backtrace5.c): Likewise.
31925         (LDFLAGS-tst-backtrace2): Likewise.
31926         (LDFLAGS-tst-backtrace3): Likewise.
31927         (LDFLAGS-tst-backtrace4): Likewise.
31928         (LDFLAGS-tst-backtrace5): Likewise.
31929         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31930         tst-backtrace4 and tst-backtrace5.
31932 2013-01-18  Anton Blanchard  <anton@samba.org>
31933             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31935         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31936         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31937         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31938         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31940         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31941         "+r" and remove output regs list as redundant.  Add explicit inline
31942         asm to specify register of return val to work around compiler codegen
31943         bug.  Remove (int) cast on return value.  Add return type parameter to
31944         use in macro so that this macro does not truncate return value for
31945         64-bit values.
31946         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31947         pass to INTERNAL_VSYSCALL_NCS.
31948         (INLINE_VSYSCALL): Add 'long int' as return type to
31949         INTERNAL_VSYSCALL_NCS macro invocation.
31950         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31951         INTERNAL_VSYSCALL_NCS macro invocation.
31952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31954 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31956         [BZ #14496]
31957         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31958         Fix application of SIMD FP exception mask.
31960         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31961         mp_no from a power of two.
31962         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31963         __mpexp_twomm1.  Use __pow_mp.
31965         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31966         multiplication.
31968 2013-01-17  David S. Miller  <davem@davemloft.net>
31970         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31972 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31974         [BZ #15023]
31975         * include/complex.h: Condition contents on [!_COMPLEX_H].
31976         (__kernel_casinhf): New prototype.
31977         (__kernel_casinh): Likewise.
31978         (__kernel_casinhl): Likewise.
31979         * math/Makefile (libm_calls): Add k_casinh.
31980         * math/k_casinh.c: New file.
31981         * math/k_casinhf.c: Likewise.
31982         * math/k_casinhl.c: Likewise.
31983         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31984         finite nonzero arguments.
31985         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31986         finite nonzero arguments.
31987         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31988         finite nonzero arguments.
31989         * math/s_casinh.c: Do not include <float.h>.
31990         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31991         * math/s_casinhf.c: Do not include <float.h>.
31992         (__casinhf): Move code for finite nonzero arguments to
31993         k_casinhf.c.
31994         * math/s_casinhl.c: Do not include <float.h>.
31995         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31996         redefine.
31997         (__casinhl): Move code for finite nonzero arguments to
31998         k_casinhl.c.
31999         * math/libm-test.inc (cacos_test): Add more tests.
32000         * sysdeps/i386/fpu/libm-test-ulps: Update.
32001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32003 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32005         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32006         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32007         [!HAVE_MREMAP]: Remove [defined linux] case.
32008         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32010 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32012         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32014 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32016         * elf/elf.h (R_386_SIZE32): New relocation.
32017         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32018         R_386_SIZE32.
32019         (elf_machine_rela): Likewise.
32020         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32021         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32023 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32025         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32026         (FP_FAST_FMA): Do not define.
32027         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32028         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32029         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32030         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32031         !_SOFT_FLOAT]: Likewise.
32032         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32033         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32034         value.
32035         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32036         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32037         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32038         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32039         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32040         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32041         file.
32043 2013-01-16  Andreas Schwab  <schwab@suse.de>
32045         [BZ #14327]
32046         * include/stdlib.h (__mktemp): Add declaration.
32047         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32048         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32050 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32052         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32053         definitions.
32054         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32055         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32056         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32057         definitions here.
32058         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32059         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32060         definitions.
32061         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32062         and ONE.
32063         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32064         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32065         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32066         definitions.
32067         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32068         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32069         definitions.
32070         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32072         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32074 2013-01-15  David S. Miller  <davem@davemloft.net>
32076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32077         trunc{,f} to libm-sysdep_routes.
32078         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32080         file.
32081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32083         file.
32084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32085         file.
32086         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32087         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32088         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32089         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32090         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32091         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32092         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32093         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32096         nearbyint{,f} to libm-sysdep_routes.
32097         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32099         New file.
32100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32101         file.
32102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32103         New file.
32104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32105         file.
32106         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32107         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32108         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32109         file.
32110         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32111         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32112         file.
32113         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32114         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32115         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32117         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32118         libc_feholdexcept and libc_fesetenv.
32120 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32122         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32124 2013-01-14  David S. Miller  <davem@davemloft.net>
32126         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32127         (SPARC_ASM_VIS2_IFUNC): Likewise.
32128         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32130         use of 'siam' instruction.
32131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32132         Likewise.
32133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32134         Likewise.
32135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32136         Likewise.
32137         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32138         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32139         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32140         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32142         file.
32143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32144         file.
32145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32146         file.
32147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32148         file.
32149         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32150         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32151         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32152         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32154         new VIS2 routines.
32155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32158         Likewise.
32159         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32160         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32161         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32162         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32164         routines to libm-sysdep_routines.
32165         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32168         fdim/fdimf to libm-sysdep_routines.
32169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32170         file.
32171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32173         file.
32174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32176         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32177         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32178         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32179         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32180         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32182 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32184         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32185         to optimize copies.
32187         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32188         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32189         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32191         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32192         local variable MPTWO.
32193         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32194         Likewise.
32196 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32198         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32199         GLOB_NOESCAPE.
32201 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32203         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32205 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32207         * manual/pattern.texi (glob_t): Document gl_flags.
32208         (glob64_t): Likewise.
32210 2013-01-11  David S. Miller  <davem@davemloft.net>
32212         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32213         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32214         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32215         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32216         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32217         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32218         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32219         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32220         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32221         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32222         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32223         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32224         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32226         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32227         sparc V9 rather than using V8 code.
32228         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32229         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32231         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32232         Move to...
32233         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32234         Here.
32236 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32238         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32239         not in the main loop.
32240         * configure: Regenerated.
32242 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32244         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32245         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32246         to just #else.
32247         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32248         [!__GLIBC_HAVE_LONG_LONG] case.
32249         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32250         condition to just #else.
32251         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32252         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32253         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32254         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32255         unconditional.
32256         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32257         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32258         #elif condition to just #else.
32259         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32260         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32261         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32262         #elif condition to just #else.
32264 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32266         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32267         (EF_MIPS_ARCH_64): Fix value.
32268         (EF_MIPS_ARCH_32R2): New.
32269         (EF_MIPS_ARCH_64R2): New.
32271 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32273         * Makeconfig (+link-pie-before-libc): New.
32274         (+link-pie-after-libc): Likewise.
32275         (+link-pie-tests): Likewise.
32276         (+link-pie): Rewritten.
32277         (link-before-libc): Remove $(config-LDFLAGS).
32278         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32279         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32280         (config-LDFLAGS): Renamed to ...
32281         (rtld-LDFLAGS): This.
32282         (rtld-tests-LDFLAGS): New macro.
32283         (link-libc-rpath-link): Likewise.
32284         (link-libc-tests-rpath-link): Likewise.
32285         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32286         (link-libc): Prepand $(link-libc-rpath-link).
32287         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32288         (test-program-prefix): New macro.
32289         (test-via-rtld-prefix): Likewise.
32290         (test-program-cmd): Likewise.
32291         (host-test-program-cmd): Likewise.
32292         * Makefile ($(common-objpfx)testrun.sh): Replace
32293         $(run-program-prefix) with $(test-program-prefix).
32294         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32295         $(rtld-LDFLAGS).
32296         ($(common-objpfx)shlib.lds): Likewise.
32297         (build-module-helper): Likewise.
32298         ($(common-objpfx)format.lds): Likewise.
32299         * Rules (binaries-pie-tests): New.
32300         (binaries-pie-notests): Likewise.
32301         (binaries-pie): Rewritten.
32302         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32303         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32304         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32305         (make-test-out): Replace $(host-built-program-cmd) with
32306         $(host-test-program-cmd).
32307         * config.make.in (build-hardcoded-path-in-tests): New variable.
32308         * configure.in (--enable-hardcoded-path-in-tests): New configure
32309         option.
32310         (hardcoded_path_in_tests): New AC_SUBST.
32311         * configure: Regenerated.
32312         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32313         $(built-program-cmd) with $(test-program-cmd).
32314         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32315         (test_program_cmd): This.
32316         * elf/Makefile ($(objpfx)order.out): Run test with
32317         $(test-program-prefix).
32318         ($(objpfx)order2.out): Likewise.
32319         ($(objpfx)tst-initorder.out): Likewise.
32320         ($(objpfx)tst-initorder2.out): Likewise.
32321         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32322         $(test-program-cmd).
32323         ($(objpfx)tst-array1-static.out): Likewise.
32324         ($(objpfx)tst-array2.out): Likewise.
32325         ($(objpfx)tst-array3.out): Likewise.
32326         ($(objpfx)tst-array4.out): Likewise.
32327         ($(objpfx)tst-array5.out): Likewise.
32328         ($(objpfx)tst-array5-static.out): Likewise.
32329         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32330         $(test-program-cmd).
32331         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32332         $(run-program-prefix) with $(test-program-prefix).
32333         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32334         (test_program_prefix): This.
32335         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32336         $(run-program-prefix) with $(test-program-prefix).
32337         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32338         (test_program_prefix): This.
32339         * iconvdata/tst-tables.sh: Likewise.
32340         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32341         $(run-program-prefix) with $(test-program-prefix).
32342         ($(objpfx)tst-translit.out): Likewise.
32343         ($(objpfx)tst-gettext2.out): Likewise.
32344         ($(objpfx)tst-gettext4.out): Likewise.
32345         ($(objpfx)tst-gettext6.out): Likewise.
32346         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32347         (test_program_prefix): This.
32348         * intl/tst-gettext2.sh: Likewise.
32349         * intl/tst-gettext4.sh  Likewise.
32350         * intl/tst-gettext6.sh: Likewise.
32351         * intl/tst-translit.sh: Likewise.
32352         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32353         with $(test-program-cmd).
32354         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32355         $(run-program-prefix) with $(test-program-prefix).
32356         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32357         (test_program_prefix): This.
32358         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32359         $(run-program-prefix) with $(test-program-prefix).
32360         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32361         (test_program_prefix): This.
32362         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32363         * posix/Makefile ($(objpfx)globtest.out): Replace
32364         $(run-via-rtld-prefix) and $(test-wrapper) with
32365         $(test-program-prefix) and $(test-via-rtld-prefix).
32366         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32367         $(test-program-prefix).
32368         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32369         $(host-test-program-cmd).
32370         (tst-spawn-ARGS): Likewise.
32371         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32372         $(test-program-prefix).
32373         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32374         (test_via_rtld_prefix): This.
32375         (test_wrapper): Renamed to ...
32376         (test_program_prefix): This.
32377         (run_program_prefix): Replaced by test_program_prefix.
32378         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32379         (test_program_prefix): This.
32380         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32381         with $(host-test-program-cmd).
32382         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32383         $(run-program-prefix) with $(test-program-prefix).
32384         ($(objpfx)tst-printf.out): Likewise.
32385         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32386         $(test-program-cmd).
32387         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32388         (test_program_prefix): This.
32389         * stdio-common/tst-unbputc.sh: Likewise.
32390         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32391         $(run-program-prefix) with $(test-program-prefix).
32392         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32393         (test_program_prefix): This.
32394         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32395         $(built-program-cmd) with $(test-program-cmd).
32397 2013-01-11  Andreas Jaeger  <aj@suse.de>
32399         [BZ #15003]
32400         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32401         value. Sync with Linux 3.7.
32403 2013-01-10  David S. Miller  <davem@davemloft.net>
32405         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32406         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32407         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32409 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32411         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32412         never set.
32413         * configure: Regenerated.
32415 2013-01-10  David S. Miller  <davem@davemloft.net>
32417         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32418         sparc V9 rather than using V8 code.
32419         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32420         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32422 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32424         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32425         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32426         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32427         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32428         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32429         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32430         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32431         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32432         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32433         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32434         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32435         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32436         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32437         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32438         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32439         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32440         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32441         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32442         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32443         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32444         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32445         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32446         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32447         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32448         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32449         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32450         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32452 2013-01-10  David S. Miller  <davem@davemloft.net>
32454         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32456 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32458         * posix/Makefile (tests-static): New variable.
32459         (tests): Add $(tests-static).
32460         (tst-exec-static-ARGS): New variable.
32461         (tst-spawn-static-ARGS): Likewise.
32462         * posix/tst-exec-static.c: New file.
32463         * posix/tst-spawn-static.c: Likewise.
32464         * posix/tst-exec.c: Support run directly.
32465         * posix/tst-spawn.c: Likewise.
32467 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32469         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32470         long.
32471         * math/bits/mathcalls.h (llrint): Likewise.
32472         (llround): Likewise.
32473         * stdlib/stdlib.h (struct drand48_data): Likewise.
32474         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32475         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32476         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32477         Likewise.
32478         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32479         Likewise.
32480         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32481         (elf_greg_t): Likewise.
32482         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32483         (__jmp_buf): Likewise.
32484         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32485         definitions.
32486         (llrint): Likewise, for all definitions.
32487         (llrintl): Likewise.
32489         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32490         Remove [__GNUC__] condition.
32491         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32492         condition to just [__USE_ISOC99].
32493         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32495 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32497         [BZ #14200]
32498         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32499         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32500         defined.
32501         (_POSIX_V6_ILP32_OFF32): Likewise.
32502         (_XBS5_ILP32_OFF32): Likewise.
32503         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32504         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32506 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32508         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32510         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32511         doubles __mpexp_twomm1.  Adjust usage.
32512         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32513         Remove.
32515 2013-01-10  Andreas Schwab  <schwab@suse.de>
32517         [BZ #14964]
32518         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32519         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32521 2013-01-09  David S. Miller  <davem@davemloft.net>
32523         [BZ #15003]
32524         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32525         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32526         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32527         (TCP_FASTOPEN): Define.
32528         (tcp_repair_opt): New structure.
32529         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32530         enum values.
32531         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32532         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32533         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32534         (tcp_cookie_transactions): New structure.
32536 2013-01-09  Anton Blanchard  <anton@samba.org>
32538         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32539         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32540         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32541         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32543 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32545         * include/features.h (__USE_ANSI): Remove.
32547 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32549         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32551         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32553 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32555         * sysdeps/s390/fpu/libm-test-ulps: Update.
32557         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32559         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32560         (__acr): Likewise.
32561         (__cpy): Likewise.
32562         (norm): Likewise.
32563         (denorm): Likewise.
32564         (__mp_dbl): Likewise.
32565         (__dbl_mp): Likewise.
32566         (add_magnitudes): Likewise.
32567         (sub_magnitudes): Likewise.
32568         (__add): Likewise.
32569         (__sub): Likewise.
32570         (__mul): Likewise.
32571         (__inv): Likewise.
32572         (__dvd): Likewise.
32573         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32574         (__acr): Likewise.
32575         (__cpy): Likewise.
32576         (norm): Likewise.
32577         (denorm): Likewise.
32578         (__mp_dbl): Likewise.
32579         (__dbl_mp): Likewise.
32580         (add_magnitudes): Likewise.
32581         (sub_magnitudes): Likewise.
32582         (__add): Likewise.
32583         (__sub): Likewise.
32584         (__mul): Likewise.
32585         (__inv): Likewise.
32586         (__dvd): Likewise.
32587         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32588         (__acr): Likewise.
32589         (__cpy): Likewise.
32590         (norm): Likewise.
32591         (denorm): Likewise.
32592         (__mp_dbl): Likewise.
32593         (__dbl_mp): Likewise.
32594         (add_magnitudes): Likewise.
32595         (sub_magnitudes): Likewise.
32596         (__add): Likewise.
32597         (__sub): Likewise.
32598         (__mul): Likewise.
32599         (__inv): Likewise.
32600         (__dvd): Likewise.
32602 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32604         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32605         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32606         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32607         2 && __USE_EXTERN_INLINES]: Likewise.
32609 2013-01-08  Andreas Jaeger  <aj@suse.de>
32611         [BZ# 14985]
32612         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32613         Remove.
32614         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32615         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32617 2013-01-07  Anton Blanchard  <anton@samba.org>
32619         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32620         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32621         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32622         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32623         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32624         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32625         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32626         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32627         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32628         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32629         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32630         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32631         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32632         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32633         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32634         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32635         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32636         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32637         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32638         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32639         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32640         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32641         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32642         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32643         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32644         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32645         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32646         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32647         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32648         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32649         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32650         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32651         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32652         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32653         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32654         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32655         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32656         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32657         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32658         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32659         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32660         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32661         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32663 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32665         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32666         (__MALLOC_PMT): Likewise.
32667         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32668         [__GNUC__], only on [_LIBC].
32669         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32670         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32671         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32672         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32673         forward declaration.
32674         (realloc_hook_ini): Likewise.
32675         (memalign_hook_ini): Likewise.
32676         (__libc_memalign): Do not use __MALLOC_PMT in variable
32677         declaration.
32678         (__libc_valloc): Likewise.
32679         (__libc_pvalloc): Likewise.
32680         (__libc_calloc): Likewise.
32681         (__posix_memalign): Likewise.
32683         [BZ #14996]
32684         * math/s_casinh.c: Include <float.h>.
32685         (__casinh): Do not do computation with squaring and square root
32686         for large arguments.
32687         * math/s_casinhf.c: Include <float.h>.
32688         (__casinhf): Do not do computation with squaring and square root
32689         for large arguments.
32690         * math/s_casinhl.c: Include <float.h>.
32691         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32692         (__casinhl): Do not do computation with squaring and square root
32693         for large arguments.
32694         * math/libm-test.inc (casin_test): Add more tests.
32695         (casinh_test): Likewise.
32696         * sysdeps/i386/fpu/libm-test-ulps: Update.
32697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32699 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32701         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32702         (__x86_64_raw_data_cache_size): Likewise.
32703         (__x86_64_data_cache_size_half): Likewise.
32704         (__x86_64_raw_data_cache_size_half): Likewise.
32705         (__x86_64_shared_cache_size): Likewise.
32706         (__x86_64_raw_shared_cache_size): Likewise.
32707         (__x86_64_shared_cache_size_half): Likewise.
32708         (__x86_64_raw_shared_cache_size_half): Likewise.
32709         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32710         to ...
32711         (__x86_data_cache_size): This.
32712         (__x86_64_raw_data_cache_size): Renamed to ...
32713         (__x86_raw_data_cache_size): This.
32714         (__x86_64_data_cache_size_half): Renamed to ...
32715         (__x86_data_cache_size_half): This.
32716         (__x86_64_raw_data_cache_size_half): Renamed to ...
32717         (__x86_raw_data_cache_size_half): This.
32718         (__x86_64_shared_cache_size): Renamed to ...
32719         (__x86_shared_cache_size): This.
32720         (__x86_64_raw_shared_cache_size): Renamed to ...
32721         (__x86_raw_shared_cache_size): This.
32722         (__x86_64_shared_cache_size_half): Renamed to ...
32723         (__x86_shared_cache_size_half): This.
32724         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32725         (__x86_raw_shared_cache_size_half): This.
32726         * sysdeps/x86_64/memcpy.S: Updated.
32727         * sysdeps/x86_64/memset.S: Likewise.
32728         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32729         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32730         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32732 2013-01-04  David S. Miller  <davem@davemloft.net>
32734         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32736 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32738         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32739         1 to avoid redefinition warning.
32740         (__USE_GNU): Don't define.
32741         (init_signaling_nan): Protoize.
32743         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32745 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32747         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32748         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32749         (__cpymn): Likewise.
32750         (norm): Remove commented code.
32751         (denorm): Likewise.
32752         (__mp_dbl): Likewise.
32753         (__inv): Likewise.
32754         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32755         (__cpymn): Likewise.
32756         (norm): Remove commented code.
32757         (denorm): Likewise.
32758         (__mp_dbl): Likewise.
32759         (__inv): Likewise.
32761         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32762         mp_no value for 1.0 and 2.0.
32763         (norm): Use RADIXI instead of radixi.d.
32764         (denorm): Likewise.
32765         (__mul): Use 0.0 instead of zero.d.
32766         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32767         mp_no value for 1.0 and 2.0.
32768         (norm): Use RADIXI instead of radixi.d.
32769         (denorm): Likewise.
32770         (__mul): Use 0.0 instead of zero.d.
32772 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32774         [BZ #14994]
32775         * math/s_casinh.c (__casinh): Reduce finite argument to first
32776         quadrant then set signs of results at the end.
32777         * math/s_casinhf.c (__casinhf): Likewise.
32778         * math/s_casinhl.c (__casinhl): Likewise.
32779         * math/libm-test.inc (casin_test): Add more tests.
32780         (casinh_test): Likewise.
32781         * sysdeps/i386/fpu/libm-test-ulps: Update.
32782         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32784 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32786         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32788         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32790         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32791         declarations.
32792         (denorm): Likewise.
32793         (__mp_dbl): Likewise.
32794         (__inv): Likewise.
32796         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32797         and adjust the header comment.
32799         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32800         variable name from declaration.
32802 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32804         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32805         Initialize COMMON_CPUID_INDEX_7 element.
32806         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32807         (CPUID_RTM): Likewise.
32808         (HAS_RTM): Likewise.
32809         (COMMON_CPUID_INDEX_7): New enum.
32811 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32813         [BZ #14981]
32814         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32815         size is zero, record memory as freed.
32817 2013-01-03  Andreas Jaeger  <aj@suse.de>
32819         * po/ia.po: Add new Interlingua translation.
32821 2012-01-03  Allan McRae  <allan@archlinux.org>
32823         * locale/programs/localedef.c: Fix description of '--posix' flag.
32825 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32827         * NEWS: Update dates in second copyright notice.
32828         * README: Update copyright dates in example.
32829         * manual/libc.texinfo: Update copyright dates.
32830         * scripts/test-installation.pl: Update copyright date in --version
32831         output.
32833         * hurd/ctty-input.c: Fix copyright notice formatting.
32834         * hurd/ctty-output.c: Likewise.
32835         * hurd/dtable.c: Likewise.
32836         * hurd/hurd-raise.c: Likewise.
32837         * hurd/hurdprio.c: Likewise.
32838         * hurd/msgportdemux.c: Likewise.
32839         * misc/sys/file.h: Likewise.
32840         * misc/sys/ioctl.h: Likewise.
32841         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32842         * sysdeps/mach/hurd/chdir.c: Likewise.
32843         * sysdeps/mach/hurd/fchdir.c: Likewise.
32844         * sysdeps/mach/hurd/rename.c: Likewise.
32845         * sysdeps/mach/hurd/rmdir.c: Likewise.
32846         * sysdeps/mach/hurd/seekdir.c: Likewise.
32847         * sysdeps/mach/hurd/setsid.c: Likewise.
32848         * sysdeps/posix/wait3.c: Likewise.
32850         * All files with FSF copyright notices: Update copyright dates
32851         using scripts/update-copyrights.
32852         * intl/plural.c: Regenerated.
32853         * locale/programs/charmap-kw.h: Likewise.
32854         * locale/programs/locfile-kw.h: Likewise.
32856 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32858         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32859         four values.
32861         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32862         calculation loop and add branch prediction.
32864         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32865         check access beyond bounds of m1np.
32867         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32868         MPTWO.
32869         (__inv): Remove local variable MPTWO to use the global
32870         constant.
32871         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32872         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32873         variable MPTWO.
32874         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32875         MP3HALFS static const.
32877 2013-01-01  David S. Miller  <davem@davemloft.net>
32879         * po/ca.po: Update from translation team.
32881 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32883         * scripts/update-copyrights: New file.
32884         * Makeconfig: Reformat copyright notice.
32885         * ctype/ctype.h: Likewise.
32886         * debug/swprintf_chk.c: Likewise.
32887         * elf/dl-cache.c: Likewise.
32888         * elf/dl-debug.c: Likewise.
32889         * elf/dl-object.c: Likewise.
32890         * grp/initgroups.c: Likewise.
32891         * hurd/Makefile: Likewise.
32892         * hurd/hurd/signal.h: Likewise.
32893         * hurd/hurdfault.c: Likewise.
32894         * hurd/hurdioctl.c: Likewise.
32895         * hurd/hurdlookup.c: Likewise.
32896         * hurd/intr-msg.c: Likewise.
32897         * iconv/gconv_open.c: Likewise.
32898         * libio/swprintf.c: Likewise.
32899         * locale/lc-ctype.c: Likewise.
32900         * locale/nl_langinfo.c: Likewise.
32901         * mach/Machrules: Likewise.
32902         * mach/Makefile: Likewise.
32903         * malloc/obstack.h: Likewise.
32904         * manual/Makefile: Likewise.
32905         * manual/tsort.awk: Likewise.
32906         * misc/bits/stab.def: Likewise.
32907         * nis/nis_print_group_entry.c: Likewise.
32908         * nis/nis_table.c: Likewise.
32909         * nis/nss_compat/compat-pwd.c: Likewise.
32910         * nis/nss_compat/compat-spwd.c: Likewise.
32911         * po/Makefile: Likewise.
32912         * posix/fnmatch.c: Likewise.
32913         * posix/regex.h: Likewise.
32914         * resolv/Makefile: Likewise.
32915         * resolv/nss_dns/dns-network.c: Likewise.
32916         * resolv/res_hconf.c: Likewise.
32917         * scripts/gen-sorted.awk: Likewise.
32918         * soft-fp/soft-fp.h: Likewise.
32919         * stdio-common/printf.h: Likewise.
32920         * stdlib/monetary.h: Likewise.
32921         * stdlib/random.c: Likewise.
32922         * stdlib/random_r.c: Likewise.
32923         * sysdeps/generic/Makefile: Likewise.
32924         * sysdeps/gnu/Makefile: Likewise.
32925         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32926         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32927         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32928         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32929         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32930         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32931         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32932         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32933         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32934         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32935         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32936         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32937         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32938         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32939         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32940         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32941         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32942         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32943         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32944         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32945         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32946         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32947         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32948         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32949         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32950         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32951         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32952         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32953         * sysdeps/mach/hurd/errnos.awk: Likewise.
32954         * sysdeps/mach/hurd/fork.c: Likewise.
32955         * sysdeps/mach/hurd/getcwd.c: Likewise.
32956         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32957         * sysdeps/mach/hurd/mmap.c: Likewise.
32958         * sysdeps/mach/hurd/utimes.c: Likewise.
32959         * sysdeps/mach/hurd/xmknod.c: Likewise.
32960         * sysdeps/posix/profil.c: Likewise.
32961         * sysdeps/posix/readdir_r.c: Likewise.
32962         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32963         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32964         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32965         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32966         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32967         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32968         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32969         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32970         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32971         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32972         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32973         * sysdeps/pthread/lio_listio.c: Likewise.
32974         * sysdeps/sparc/dl-procinfo.h: Likewise.
32975         * sysdeps/unix/i386/sysdep.S: Likewise.
32976         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32977         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32978         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32979         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32981         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32982         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32983         * sysdeps/unix/sysv/linux/speed.c: Likewise.
32984         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32985         * sysdeps/wordsize-32/divdi3.c: Likewise.
32986         * time/sys/time.h: Likewise.
32987         * wcsmbs/Makefile: Likewise.
32989 2013-01-01  David S. Miller  <davem@davemloft.net>
32991         * po/fr.po: Update from translation team.
32993         * catgets/gencat.c: Update copyright year.
32994         * csu/version.c: Likewise.
32995         * debug/catchsegv.sh: Likewise.
32996         * debug/pcprofiledump.c: Likewise.
32997         * debug/xtrace.sh: Likewise.
32998         * elf/ldconfig.c: Likewise.
32999         * elf/ldd.bash.in: Likewise.
33000         * elf/pldd.c: Likewise.
33001         * elf/sotruss.ksh: Likewise.
33002         * elf/sprof.c: Likewise.
33003         * iconv/iconv_prog.c: Likewise.
33004         * iconv/iconvconfig.c: Likewise.
33005         * locale/programs/locale.c: Likewise.
33006         * locale/programs/localedef.c: Likewise.
33007         * login/programs/pt_chown.c: Likewise.
33008         * malloc/memusage.sh: Likewise.
33009         * malloc/memusagestat.c: Likewise.
33010         * malloc/mtrace.pl: Likewise.
33011         * nscd/nscd.c: Likewise.
33012         * nss/getent.c: Likewise.
33013         * nss/makedb.c: Likewise.
33014         * posix/getconf.c: Likewise.
33016 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33018         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33019         numbers.
33021 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33023         * math/bits/mathcalls.h (modf): Use __nonnull.
33025 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33027         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33028         (split): Use macro CN instead of the bare value.
33029         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33030         could be used.
33031         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33032         instead of the bare value.
33033         (power1): Likewise.
33035 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33037         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33038         __ATAN_TWOM.
33039         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33041         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33042         their values.
33043         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33044         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33045         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33046         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33048 2012-12-28  Andreas Jaeger  <aj@suse.de>
33050         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33051         values are from Linux 3.7.
33053         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33054         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33056 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33058         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33059         TRUE case.
33061         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33062         (norm): Likewise.
33063         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33064         variables with preprocessor constants.
33065         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33066         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33067         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33069 2012-12-27  Bruno Haible  <bruno@clisp.org>
33071         [BZ #14317]
33072         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33073         only if needed.
33075 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33077         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33078         and use variable directly.
33079         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33081         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33082         MPONE.
33083         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33084         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33085         variable MPONE.
33086         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33087         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33088         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33089         include directive.  Remove local variable MPONE.
33090         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33091         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33092         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33094 2012-12-25  David S. Miller  <davem@davemloft.net>
33096         * version.h (RELEASE): Set to "development".
33097         (VERSION): Set to "2.17.90".
33098         * NEWS: Add 2.18 section.
33100 2012-12-21  David S. Miller  <davem@davemloft.net>
33102         * po/hr.po: Update from translation team.
33104 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33106         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33108 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33110         * NEWS:  Mention new memcpy for MIPS.
33112 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33114         * manual/contrib.texi (Contributors): Spelling correction.
33116 2012-12-15  David S. Miller  <davem@davemloft.net>
33118         * po/ru.po: Update from translation team.
33120 2012-12-13  David S. Miller  <davem@davemloft.net>
33122         * NEWS: Mention IFUNC testsuite enhancements.
33124         * po/pl.po: Update from translation team.
33125         * po/bg.po: Likewise.
33127         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33128         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33130 2012-12-11  David S. Miller  <davem@davemloft.net>
33132         * po/sv.po: Update from translation team.
33134         * po/vi.po: Update from translation team.
33136         * po/cs.po: Update from translation team.
33138         * po/de.po: Update from translation team.
33139         * po/eo.po: Likewise.
33140         * po/nl.po: Likewise.
33142 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33144         [BZ #14246]
33145         * manual/argp.texi (Argp Helper Functions): Move node to follow
33146         Argp Parsing State.
33148         [BZ #14872]
33149         * manual/conf.texi (Limits on File System Capacity): Mention if
33150         terminating null is included in the max size.
33152 2012-12-10  Andreas Jaeger  <aj@suse.de>
33154         * po/cs.po: Update from translation team.
33156 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33158         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33159         void pointer and cast to uintptr_t.
33160         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33161         path.
33162         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33163         * sysdeps/s390/s390-64/memset.S: Likewise.
33165 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33167         [BZ #14833]
33168         * menual/message.texi (Message Translation): Fix typos.
33169         (Helper programs for gettext): Likewise.
33171 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33173         [BZ #14898]
33174         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33175         Change to -1.
33177 2012-12-07  David S. Miller  <davem@davemloft.net>
33179         * po/libc.pot: Update.
33181 2012-12-07  Richard Henderson  <rth@redhat.com>
33183         [BZ #10114]
33184         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33185         normal/normal case to before the switch.
33186         (_FP_DIV): Likewise.
33188 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33189             Mike Frysinger  <vapier@gentoo.org>
33191         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33192         check for __NR_fadvise64_64.
33194 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33196         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33197         0, not just to plain "0" as a statement.
33198         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33199         with cw.
33201 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33203         * NEWS: Use sourceware.org in Bugzilla URL.
33205 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33208         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33210         * stdio-common/tst-put-error.c (do_test): Add newline to the
33211         padded test to ensure flush.
33213 2012-12-05  Jeff Law  <law@redhat.com>
33215         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33217 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33219         * README: Don't refer to ports add-on as distributed separately.
33220         Mention AArch64 in list of systems supported in the ports add-on.
33222         * LICENSES: Add more non-FSF copyright and license notices.
33224         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33225         ((unused)).
33227         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33229         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33230         10000 as width of padded output.
33232 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33234         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33236         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33237         variable LX with __attribute__ ((unused)).
33238         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33239         Likewise.
33240         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33241         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33242         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33243         with __attribute__ ((unused)).
33245 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33247         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33249 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33251         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33252         (CFLAGS-nldbl-acos.c): New variable.
33253         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33254         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33255         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33256         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33257         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33258         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33259         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33260         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33261         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33262         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33263         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33264         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33265         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33266         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33267         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33268         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33269         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33270         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33271         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33272         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33273         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33274         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33275         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33276         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33277         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33278         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33279         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33280         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33281         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33282         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33283         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33284         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33285         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33286         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33287         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33288         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33289         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33290         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33291         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33292         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33293         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33294         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33295         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33296         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33297         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33298         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33299         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33300         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33301         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33302         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33303         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33304         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33305         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33306         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33307         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33308         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33309         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33310         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33311         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33312         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33313         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33314         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33315         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33316         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33317         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33318         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33319         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33320         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33321         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33322         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33323         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33324         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33325         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33326         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33327         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33328         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33329         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33330         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33331         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33332         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33333         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33334         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33335         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33336         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33337         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33338         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33339         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33340         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33341         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33342         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33343         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33344         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33345         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33346         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33347         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33348         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33349         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33352         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33354         [BZ #14914]
33355         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33356         whole low double instead of just low 47 bits when splitting values
33357         into two parts.
33359 2012-12-03  Allan McRae  <allan@archlinux.org>
33361         * manual/stdio.texi (Predefined Printf Handlers): Remove
33362         @hsep and @vsep usage.
33364 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33366         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33367         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33369 2012-12-03  Jeff Law  <law@redhat.com>
33371         * time/sys/time.h (settimeofday): Do not mark TV argument
33372         as __nonnull.
33374 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33376         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33377         when currently writing and seek to current position when not.
33378         * libio/Makefile (tests): Remove bug-fclose1.
33379         * libio/bug-fclose1.c: Delete.
33381 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33383         * manual/arith.texi (feenableexcept): Fix typo.
33384         (fedisableexcept): Likewise.
33386 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33388         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33389         second, differently-typed declaration, rather than a cast.
33391 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33393         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33394         * include/rpc/svc.h: ... here.
33396 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33398         [BZ #13013]
33399         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33400         depending n and resplen2 to catch cases where answer
33401         equals answerp2.
33403 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33405         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33406         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33408 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33410         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33412 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33414         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33416 2012-11-28  Jeff Law  <law@redhat.com>
33418         [BZ #13761]
33419         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33420         dataset_temporary.  Track alloca usage into alloca_used.
33421         If dataset is large allocate and release it via malloc/free.
33423 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33425         [BZ #14197]
33426         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33428 2012-11-28  David S. Miller  <davem@davemloft.net>
33430         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33432 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33434         [BZ #14803]
33435         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33436         of pi/2 rounded to nearest to 64 bits.
33437         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33438         nearest to 64 bits.
33439         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33440         bits.
33442 2012-11-28  Jeff Law <law@redhat.com>
33443             Martin Osvald <mosvald@redhat.com>
33445         [BZ #14889]
33446         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33447         * sunrpc/svc.c: Include time.h.
33448         (__svc_accept_failed): New function.
33449         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33450         any reason other than EINTR, call __svc_accept_failed.
33451         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33452         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33454 2012-11-28  Andreas Schwab  <schwab@suse.de>
33456         * scripts/abilist.awk: Also handle indirect functions in .opd
33457         section.
33459 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33461         [BZ #13881]
33462         * sysdeps/x86/fpu/powl_helper.c: New file.
33463         * sysdeps/x86/fpu/Makefile: Likewise.
33464         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33465         (p3): New object.
33466         (__ieee754_powl): Use __powl_helper for finite arguments except
33467         integer exponents below 8.
33468         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33469         (p3): New object.
33470         (__ieee754_powl): Use __powl_helper for finite arguments except
33471         integer exponents below 8.
33472         * math/libm-test.inc (pow_test): Add more tests and enable some
33473         previously disabled tests.
33474         * sysdeps/i386/fpu/libm-test-ulps: Update.
33475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33477 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33478             Carlos O'Donell  <carlos_odonell@mentor.com>
33480         * nss/makedb.c (is_prime): Assert that input is odd and greater
33481         than 4.  Note that fact in a comment too.
33482         (next_prime): Add 4 to input.
33484 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33486         [BZ #11741]
33487         * libio/Makefile (tests): Add test case tst-fwrite-error.
33488         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33489         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33490         * libio/tst-fwrite-error.c: New test case.
33492 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33494         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33495         before casting to void *.
33496         * include/libc-internal.h (__pointer_type): New macro.
33497         (__integer_if_pointer_type_sub): Likewise.
33498         (__integer_if_pointer_type): Likewise.
33499         (cast_to_integer): Likewise.
33500         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33501         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33502         before casting to atomic64_t.
33503         (atomic_exchange_acq): Likewise.
33504         (__arch_exchange_and_add_body): Likewise.
33505         (__arch_add_body): Likewise.
33506         (atomic_add_negative): Likewise.
33507         (atomic_add_zero): Likewise.
33509 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33511         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33512         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33513         (add_fdes): Likewise.
33514         (linear_search_fdes): Likewise.
33515         (binary_search_unencoded_fdes): Likewise.
33517 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33519         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33521 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33523         * configure.in: Autodetect C++ header directories.
33524         * configure: Regenerated.
33526 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33528         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33530 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33532         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33534 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33536         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33537         LDBL_MANT_DIG == 106]: Disable some tests.
33538         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33539         Likewise.
33540         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33541         Likewise.
33543         [BZ #14871]
33544         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33545         input for small inputs.  Return +/- pi/2 for large inputs.
33546         * math/libm-test.inc (atan_test): Add more tests.
33548         * sysdeps/generic/unwind-dw2-fde-glibc.c
33549         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33550         __attribute__ ((unused)).
33552         [BZ #14645]
33553         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33554         x * y if x and y are nonzero and z is zero.
33556         [BZ #14811]
33557         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33558         nonzero exponents with absolute value below 0x1p-117 to +/-
33559         0x1p-117.
33561         [BZ #14869]
33562         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33563         up arguments below 2**-450, not just those below 2**-500.
33564         * math/libm-test.inc (hypot_test): Add another test.
33566         [BZ #14868]
33567         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33568         Return a+b for ratio over 2**120, not 2**60.
33569         * math/libm-test.inc (hypot_test): Add another test.
33571         * math/libm-test.inc (clog_test): Use
33572         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33573         (clog10_test): Likewise.
33575         [BZ #6778]
33576         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33578 2012-11-22  Andreas Schwab  <schwab@suse.de>
33580         * sysdeps/i386/fpu/libm-test-ulps: Update.
33582 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33584         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33585         printf output with newline.
33587 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33589         [BZ #14865]
33590         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33591         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33592         -z nodlopen, -z initfirst and -z execstack support.
33593         * configure: Regenerated.
33595         * elf/elf.h (DF_1_NODIRECT): New macro.
33596         (DF_1_IGNMULDEF): Likewise.
33597         (DF_1_NOKSYMS): Likewise.
33598         (DF_1_NOHDR): Likewise.
33599         (DF_1_EDITED): Likewise.
33600         (DF_1_NORELOC): Likewise.
33601         (DF_1_SYMINTPOSE): Likewise.
33602         (DF_1_GLOBAUDIT): Likewise.
33603         (DF_1_SINGLETON): Likewise.
33604         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33605         DT_1_SUPPORTED_MASK bits.
33606         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33608 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33610         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33612 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33614         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33615         macro.
33617         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33618         (sendmmsg): Move declarations...
33619         * socket/sys/socket.h: ... here.
33620         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33621         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33622         include it from...
33623         * socket/recvmmsg.c: ... this new file.
33624         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33625         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33626         definition of __sendmmsg hidden.
33627         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33628         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33629         Move ENOSYS stub into and include it from...
33630         * socket/sendmmsg.c: ... this new file.
33631         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33632         (sysdep_routines): Move recvmmsg and sendmmsg...
33633         * socket/Makefile (routines): ... here.
33634         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33635         (GLIBC_PRIVATE): Add __sendmmsg.
33636         * include/sys/socket.h (__sendmmsg): Add declarations.
33637         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33638         sendmmsg.
33640 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33642         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33643         variable I1 with __attribute__ ((unused)).
33644         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33646 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33648         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33649         DUMMY variables with __attribute__ ((unused)).
33651         * bits/byteswap.h: Include <bits/types.h>.
33652         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33654 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33656         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33657         string_t.  Do not manually set errno.
33658         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33659         length with __strnlen.  Make sure to both set errno and return it on
33660         failure.
33662 2012-11-19  David S. Miller  <davem@davemloft.net>
33664         With help from Joseph Myers.
33665         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33666         very large arguments properly.
33667         * math/libm-test.inc (atan_test): New tests.
33668         (atan2_test): New tests.
33669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33670         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33672 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33674         [BZ #14856]
33675         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33676         Define to 3.
33678         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33679         [POSIX] (EADDRNOTAVAIL): Likewise.
33680         [POSIX] (EAFNOSUPPORT): Likewise.
33681         [POSIX] (EALREADY): Likewise.
33682         [POSIX] (ECONNABORTED): Likewise.
33683         [POSIX] (ECONNREFUSED): Likewise.
33684         [POSIX] (ECONNRESET): Likewise.
33685         [POSIX] (EDESTADDRREQ): Likewise.
33686         [POSIX] (EDQUOT): Likewise.
33687         [POSIX] (EHOSTUNREACH): Likewise.
33688         [POSIX] (EIDRM): Likewise.
33689         [POSIX] (EISCONN): Likewise.
33690         [POSIX] (ELOOP): Likewise.
33691         [POSIX] (EMULTIHOP): Likewise.
33692         [POSIX] (ENETDOWN): Likewise.
33693         [POSIX] (ENETUNREACH): Likewise.
33694         [POSIX] (ENOBUFS): Likewise.
33695         [POSIX] (ENODATA): Likewise.
33696         [POSIX] (ENOLINK): Likewise.
33697         [POSIX] (ENOMSG): Likewise.
33698         [POSIX] (ENOPROTOOPT): Likewise.
33699         [POSIX] (ENOSR): Likewise.
33700         [POSIX] (ENOSTR): Likewise.
33701         [POSIX] (ENOTCONN): Likewise.
33702         [POSIX] (ENOTSOCK): Likewise.
33703         [POSIX] (EOPNOTSUPP): Likewise.
33704         [POSIX] (EOVERFLOW): Likewise.
33705         [POSIX] (EPROTO): Likewise.
33706         [POSIX] (EPROTONOSUPPORT): Likewise.
33707         [POSIX] (EPROTOTYPE): Likewise.
33708         [POSIX] (ESTALE): Likewise.
33709         [POSIX] (ETIME): Likewise.
33710         [POSIX] (ETXTBSY): Likewise.
33711         [POSIX] (EWOULDBLOCK): Likewise.
33712         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33713         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33714         [POSIX] (SEEK_CUR): Likewise.
33715         [POSIX] (SEEK_END): Likewise.
33716         [POSIX || UNIX98] (mode_t): Do not require.
33717         [POSIX] (off_t): Likewise.
33718         [POSIX] (pid_t): Likewise.
33719         [POSIX] (sys/stat.h): Do not allow header.
33720         [POSIX] (unistd.h): Likewise.
33721         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33722         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33723         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33724         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33725         require.
33726         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33727         sigevent): Specify elements.
33728         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33729         entry.
33730         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33731         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33733         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33734         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33735         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33736         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33737         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33738         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33739         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33740         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33741         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33742         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33743         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33744         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33745         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33746         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33747         Likewise.
33748         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33749         Likewise.
33750         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33751         Likewise.
33752         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33753         Likewise.
33754         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33755         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33756         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33757         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33758         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33759         Specify lower bound on value.
33760         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33761         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33762         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33763         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33764         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33765         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33766         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33767         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33768         value.
33769         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33770         as optional.
33771         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33772         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33773         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33774         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33775         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33776         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33777         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33778         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33779         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33780         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33781         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33782         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33783         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33784         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33785         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33786         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33787         entry.
33788         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33789         optional.
33790         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33791         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33792         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33793         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33794         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33795         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33796         Likewise.
33797         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33798         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33799         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33800         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33801         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33802         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33803         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33804         as optional.
33805         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33806         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33807         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33808         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33809         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33810         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33811         specify as optional.
33812         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33813         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33814         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33815         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33816         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33817         [XPG3] (NL_LANGMAX): Likewise.
33818         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33819         [POSIX || XPG3] (NL_NMAX): Likewise.
33820         [POSIX || XPG3] (NL_SETMAX): Likewise.
33821         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33822         [XPG3] (NZERO): Likewise.
33823         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33824         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33825         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33826         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33827         (REG_ERANGE): Expect.
33828         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33829         optional-constant.
33830         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33831         Use (void) in prototype.
33832         [POSIX] (*_t): Allow.
33833         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33834         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33835         (WRDE_BADVAL): Expect.
33837         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33838         expect.
33839         [XPG3 || XPG4] (O_RSYNC): Likewise.
33840         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33841         Likewise.
33842         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33843         [XPG3 || XPG4] (sigqueue): Likewise.
33844         [XPG3 || XPG4] (sigtimedwait): Likewise.
33845         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33846         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33847         [XPG3 || XPG4] (vsnprintf): Likewise.
33848         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33849         Likewise.
33850         [XPG3 || XPG4] (blksize_t): Likewise.
33851         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33852         Likewise.
33853         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33854         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33855         [XPG3 || XPG4] (struct itimerspec): Likewise.
33856         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33857         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33858         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33859         [XPG3 || XPG4] (clockid_t): Likewise.
33860         [XPG3 || XPG4] (timer_t): Likewise.
33861         [XPG3 || XPG4] (clock_getres): Likewise.
33862         [XPG3 || XPG4] (clock_gettime): Likewise.
33863         [XPG3 || XPG4] (clock_settime): Likewise.
33864         [XPG3 || XPG4] (nanosleep): Likewise.
33865         [XPG3 || XPG4] (timer_create): Likewise.
33866         [XPG3 || XPG4] (timer_delete): Likewise.
33867         [XPG3 || XPG4] (timer_gettime): Likewise.
33868         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33869         [XPG3 || XPG4] (timer_settime): Likewise.
33870         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33871         [XPG3 || XPG4] (getlogin_r): Likewise.
33872         [XPG3 || XPG4] (pread): Likewise.
33873         [XPG3 || XPG4] (pthread_atfork): Likewise.
33874         [XPG3 || XPG4] (pwrite): Likewise.
33876         [BZ #14835]
33877         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33878         <bits/siginfo.h>.
33880 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33882         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33883         finalizing MALLSTREAM.
33885         * sysdeps/mach/hurd/syncfs.c: New file.
33887 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33889         [BZ #14719]
33890         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33891         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33892         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33893         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33894         (_nss_dns_gethostbyname4_r): Likewise.
33895         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33896         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33898 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33900         [BZ #13763]
33901         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33903 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33905         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33906         * elf/cache.c (print_entry): Print ",AArch64" for
33907         FLAG_AARCH64_LIB64
33909         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33910         * elf/cache.c (print_entry): Print ",hard-float" for
33911         FLAG_ARM_LIBHF.
33913 2012-11-18  David S. Miller  <davem@davemloft.net>
33915         With help from Joseph Myers.
33916         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33917         cutoff to 2**-13.
33918         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33919         cutoff to 2**-25.
33920         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33921         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33922         small.
33923         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33924         * math/libm-test.inc (y0_test): New tests.
33925         (y1_test): New tests.
33926         * sysdeps/i386/fpu/libm-test-ulps: Update.
33927         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33928         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33930 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33932         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33933         64-bit targets.
33934         * configure: Regenerated.
33936 2012-11-17  David S. Miller  <davem@davemloft.net>
33938         [BZ #14811]
33939         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33940         nonzero exponents with absolute value below 0x1p-128 to +/-
33941         0x1p-128.
33943 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33945         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33947         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33949         * posix/getconf-speclist.c: New file.
33950         * posix/posix-envs.def: Likewise.
33951         * posix/confstr.c (START_ENV_GROUP): New macro.
33952         (END_ENV_GROUP): Likewise.
33953         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33954         (KNOWN_PRESENT_ENV_STRING): Likewise.
33955         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33956         (UNKNOWN_ENVIRONMENT): Likewise.
33957         (confstr): Include posix-envs.def instead of handling
33958         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33959         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33960         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33961         (END_ENV_GROUP): Likewise.
33962         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33963         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33964         (UNKNOWN_ENVIRONMENT): Likewise.
33965         (__sysconf): Include posix-envs.def instead of handling associated
33966         cases directly here.
33967         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33968         preprocessing getconf-speclist.c rather than running getconf or
33969         generating empty file.
33971 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
33973         * scripts/check-local-headers.sh: Ignore 'mach' headers.
33975 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
33977         [BZ #14672]
33978         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33980 2012-11-16  David S. Miller  <davem@davemloft.net>
33982         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33983         smaller than LDBL_EPSILON/2.0L, just return xm1.
33985 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
33987         * elf/tst-array1.c (init): Set constructor priority to 1000.
33988         (fini): Set destructor priority to 1000.
33989         * elf/tst-array2dep.c: Likewise.
33991 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33993         [BZ #11741]
33994         * libio/fileops.c (_IO_new_file_write): Correctly return error.
33995         (_IO_new_file_xsputn): Also return EOF if none of the input
33996         data was written when overflow failed.
33997         * libio/iopadn.c (_IO_padn): Likewise.
33998         * libio/iowpadn.c (_IO_wpadn): Likewise.
33999         * stdio-common/tst-put-error.c: Add copyright notice.
34000         (do_test): Add case for printing padded string.
34001         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34002         _IO_padn returned error.
34003         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34004         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34005         return EOF.
34007 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34009         * libio/libioP.h: Add comment note that the references to C++
34010         bits are now obsolete.
34012 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34014         * math/libm-test.inc (check_complex): Use asprintf.
34016 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34018         * debug/pcprofiledump.c (print_version): Update copyright year.
34019         * malloc/memusagestat.c (print_version): Likewise.
34021 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34023         [BZ #14831]
34024         * elf/Makefile (tests): Add tst-audit8.
34025         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34026         ($(objpfx)tst-audit8.out): New target.
34027         (tst-audit8-ENV): New variable.
34028         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34029         audit if l_reloc_result is NULL.
34030         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34031         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34032         * elf/tst-audit8.c: New file.
34034 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34036         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34037         * misc/Makefile (CFLAGS-select.c): Define.
34038         * posix/Makefile (CFLAGS-pause.c): Define.
34040 2012-11-13  David S. Miller  <davem@davemloft.net>
34042         * crypt/Makefile: Move test targets after toplevel Rules
34043         inclusion.  Grab any necessary sysdep routines when linking.
34044         * crypt/md5.c (md5_process_block): Remove define, we will always
34045         name it __md5_process_block.
34046         (md5_finish_ctx): Update md5_process_block call.
34047         (md5_stream): Likewise.
34048         (md5_process_bytes): Likewise.
34049         (md5_process_block): Rename to __md5_process_block and move to ...
34050         * crypt/md5-block.c: ... here.
34051         * crypt/sha256.c (sha256_process_block): Move to ...
34052         * crypt/sha256-block.c: ... here.
34053         * crypt/sha512.c (sha512_process_block): Move to ...
34054         * crypt/sha512-block.c: ... here.
34055         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34056         path.
34057         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34058         * sysdeps/sparc/sparc64/multiarch/Makefile
34059         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34060         crypt subdir.
34061         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34062         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34063         multiarch changes.
34064         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34065         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34066         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34067         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34068         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34069         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34070         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34071         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34072         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34073         file.
34074         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34075         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34076         file.
34077         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34079 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34081         * timezone/tzselect.ksh: Update from tzcode git revision
34082         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34083         * timezone/zdump.c: Likewise.
34084         * timezone/zic.c: Likewise.
34085         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34086         in TZVERSION setting, not $(PKGVERSION).
34087         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34088         REPORT_BUGS_TO settings.
34090         [BZ #14838]
34091         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34092         macro.
34094 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34096         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34097         detection to immediately after _FP_ROUND().
34098         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34099         bits are 0.
34101 2012-11-11  David S. Miller  <davem@davemloft.net>
34103         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34104         inttypes.h
34105         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34106         __close rather than their public counterparts.
34108 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34110         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34111         file.
34112         [UNIX98] (sem_timedwait): Do not expect.
34113         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34114         [XPG4 || UNIX98] (sockatmark): Do not expect.
34115         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34116         (clock_getcpuclockid): Do not expect.
34117         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34118         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34119         Do not expect.
34120         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34121         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34122         [UNIX98] (vwscanf): Likewise.
34123         [UNIX98] (vswscanf): Likewise.
34125 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34127         * timezone/version.h: Remove file.
34128         * timezone/README: Do not refer to version.h.
34129         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34130         $(objpfx)version.h.
34131         ($(objpfx)zdump.o): Likewise.
34132         ($(objpfx)version.h): New target.
34134         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34135         2012i.
34136         * timezone/README: Don't mention modification to tzselect.ksh.
34137         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34138         work on unmodified tzselect.ksh.  Substitute version numbers in
34139         tzselect.ksh.
34141         * Makefile (format-me): Remove.
34142         (INSTALL): Adjust indentation.  Use commands directly instead of
34143         using $(format-me).
34145         * aclocal.m4 (ACX_PKGVERSION): New macro.
34146         (ACX_BUGURL): Likewise.
34147         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34148         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34149         (REPORT_BUGS_TO): Likewise.
34150         * configure: Regenerated.
34151         * config.h.in (PKGVERSION): New macro.
34152         (REPORT_BUGS_TO): Likewise.
34153         * config.make.in (PKGVERSION): New variable.
34154         (PKGVERSION_TEXI): Likewise.
34155         (REPORT_BUGS_TO): Likewise.
34156         (REPORT_BUGS_TEXI): Likewise.
34157         * Makefile (format-me): Use -I$(common-objpfx)manual.
34158         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34159         ($(common-objpfx)manual/%): New target.
34160         (manual/%): Remove target.
34161         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34162         (print_version): Use PKGVERSION.
34163         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34164         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34165         and REPORT_BUGS_TO.
34166         ($(objpfx)xtrace): Likewise.
34167         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34168         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34169         (print_version): Use PKGVERSION.
34170         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34171         (do_version): Use PKGVERSION.
34172         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34173         REPORT_BUGS_TO.
34174         (common-ldd-rewrite): Likewise.
34175         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34176         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34177         (print_version): Use PKGVERSION.
34178         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34179         * elf/pldd.c (argp_program_bug_address): Remove variable.
34180         (more_help): New function.
34181         (argp): Use more_help.
34182         (print_version): Use PKGVERSION.
34183         * elf/sln.c (main): Use PKGVERSION.
34184         (usage): Use REPORT_BUGS_TO.
34185         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34186         (top level): Use PKGVERSION.
34187         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34188         (print_version): Use PKGVERSION.
34189         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34190         (print_version): Use PKGVERSION.
34191         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34192         (print_version): Use PKGVERSION.
34193         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34194         (print_version): Use PKGVERSION.
34195         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34196         (print_version): Use PKGVERSION.
34197         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34198         (print_version): Use PKGVERSION.
34199         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34200         and BUGURL.
34201         ($(objpfx)memusage): Likewise.
34202         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34203         (do_version): Use PKGVERSION.
34204         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34205         (print_version): Use PKGVERSION.
34206         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34207         ($PKGVERSION): New variable.
34208         ($REPORT_BUGS_TO): Likewise.
34209         (usage): Use $REPORT_BUGS_TO.
34210         (top level): Use $PKGVERSION.
34211         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34212         ($(objpfx)pkgvers.texi): New rule.
34213         ($(objpfx)stamp-pkgvers): Likewise.
34214         * manual/install.texi: Include pkgvers.texi.
34215         (--with-pkgversion): Document new configure option.
34216         (--with-bugurl): Likewise.
34217         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34218         than necessarily for this particular distribution.  Use
34219         REPORT_BUGS_TO for where to report bugs.
34220         * INSTALL: Regenerated.
34221         * manual/libc.texinfo: Include pkgvers.texi.
34222         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34223         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34224         (print_version): Use PKGVERSION.
34225         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34226         (print_version): Use PKGVERSION.
34227         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34228         (print_version): Use PKGVERSION.
34229         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34230         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34231         macro.
34232         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34233         (print_version): Use PKGVERSION.
34234         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34235         (print_version): Use PKGVERSION.
34236         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34237         and PKGVERSION.
34239         * timezone/checktab.awk: Update from tzcode 2012i.
34240         * timezone/ialloc.c: Likewise.
34241         * timezone/private.h: Likewise.
34242         * timezone/scheck.c: Likewise.
34243         * timezone/tzfile.h: Likewise.
34244         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34245         (TZVERSION): Hardcode tzcode version number.
34246         * timezone/zdump.c: Update from tzcode 2012i.
34247         * timezone/zic.c: Likewise.
34248         * timezone/version.h: New file.
34249         * timezone/README: Describe version.h.  Update upstream location.
34251         [BZ #14824]
34252         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34253         (mktemp): Enable declaration.
34254         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34255         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34256         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34257         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34258         Likewise.
34259         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34260         Likewise.
34261         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34262         Likewise.
34263         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34264         Likewise.
34265         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34266         Likewise.
34267         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34268         Likewise.
34270         [BZ #14821]
34271         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34272         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34273         for copies of such integer values.
34274         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34275         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34277 2012-11-09  Andreas Jaeger  <aj@suse.de>
34279         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34280         definitions and declarations that are provided by
34281         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34283 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34285         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34286         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34287         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34288         definition.
34290 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34292         * elf/elf.h: Update comment before AArch64 relocations.
34294 2012-11-07  David S. Miller  <davem@davemloft.net>
34296         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34297         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34298         (__start_context): Declare.
34299         (__makecontext_ret): Delete.
34300         (__makecontext): Hook up __start_context instead of
34301         __makecontext_ret.
34302         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34303         (sysdep_routines): Add __start_context when in stdlib.
34305 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34307         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34308         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34309         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34310         hardcoded "nm".
34311         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34312         (READELF): New variable.  Use it instead of hardcoded "readelf".
34314 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34316         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34317         * sysdeps/x86/Makefile: Here.
34318         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34319         * sysdeps/x86/tst-xmmymm.sh: This.
34321 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34323         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34324         expectations.
34325         [UNIX98] (pthread_barrier_t): Do not expect.
34326         [UNIX98] (pthread_barrierattr_t): Likewise.
34327         [UNIX98] (pthread_spinlock_t): Likewise.
34328         [UNIX98] (pthread_barrier_destroy): Likewise.
34329         [UNIX98] (pthread_barrier_init): Likewise.
34330         [UNIX98] (pthread_barrier_wait): Likewise.
34331         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34332         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34333         [UNIX98] (pthread_barrierattr_init): Likewise.
34334         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34335         [UNIX98] (pthread_getcpuclockid): Likewise.
34336         [UNIX98] (pthread_mutex_timedlock): Likewise.
34337         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34338         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34339         [UNIX98] (pthread_sigmask): Likewise.
34340         [UNIX98] (pthread_spin_destroy): Likewise.
34341         [UNIX98] (pthread_spin_init): Likewise.
34342         [UNIX98] (pthread_spin_lock): Likewise.
34343         [UNIX98] (pthread_spin_trylock): Likewise.
34344         [UNIX98] (pthread_spin_unlock): Likewise.
34345         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34346         Do not expect.
34347         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34348         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34349         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34350         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34351         [XPG3 || XPG4] (pthread_key_t): Likewise.
34352         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34353         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34354         [XPG3 || XPG4] (pthread_once_t): Likewise.
34355         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34356         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34357         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34358         [XPG3 || XPG4] (pthread_t): Likewise.
34360         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34361         not expect.
34362         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34364         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34365         Change function return type to int.
34367         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34368         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34369         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34370         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34371         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34372         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34373         [!POSIX] (posix_madvise): Likewise.
34374         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34375         && !UNIX98].
34376         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34377         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34378         (mode_t): Likewise.
34379         (posix_mem_offset): Likewise.
34380         (posix_typed_mem_get_info): Likewise.
34381         (posix_typed_mem_open): Likewise.
34383         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34384         Change condition to [XOPEN2K8].
34386         * conform/conformtest.pl: Preprocess allow-header data with -x c
34387         instead of from stdin.
34388         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34389         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34390         [C99-based standards] (cerfc): Likewise.
34391         [C99-based standards] (cexp2): Likewise.
34392         [C99-based standards] (cexpm1): Likewise.
34393         [C99-based standards] (clog10): Likewise.
34394         [C99-based standards] (clog1p): Likewise.
34395         [C99-based standards] (clog2): Likewise.
34396         [C99-based standards] (clgamma): Likewise.
34397         [C99-based standards] (ctgamma): Likewise.
34398         [C99-based standards] (cerff): Likewise.
34399         [C99-based standards] (cerfcf): Likewise.
34400         [C99-based standards] (cexp2f): Likewise.
34401         [C99-based standards] (cexpm1f): Likewise.
34402         [C99-based standards] (clog10f): Likewise.
34403         [C99-based standards] (clog1pf): Likewise.
34404         [C99-based standards] (clog2f): Likewise.
34405         [C99-based standards] (clgammaf): Likewise.
34406         [C99-based standards] (ctgammaf): Likewise.
34407         [C99-based standards] (cerfl): Likewise.
34408         [C99-based standards] (cerfcl): Likewise.
34409         [C99-based standards] (cexp2l): Likewise.
34410         [C99-based standards] (cexpm1l): Likewise.
34411         [C99-based standards] (clog10l): Likewise.
34412         [C99-based standards] (clog1pl): Likewise.
34413         [C99-based standards] (clog2l): Likewise.
34414         [C99-based standards] (clgammal): Likewise.
34415         [C99-based standards] (ctgammal): Likewise.
34416         * conform/data/inttypes.h-data [C99-based standards]: Include
34417         stdint.h-data.  Remove all expectations for stdint.h contents.
34418         [C99-based standards] (PRI*): Do not allow.
34419         [C99-based standards] (SCN*): Likewise.
34420         [C99-based standards] (*_t): Likewise.
34421         [C99-based-standards] (PRId8): Expect macro.
34422         [C99-based-standards] (PRIi8): Likewise.
34423         [C99-based-standards] (PRIo8): Likewise.
34424         [C99-based-standards] (PRIu8): Likewise.
34425         [C99-based-standards] (PRIx8): Likewise.
34426         [C99-based-standards] (PRIX8): Likewise.
34427         [C99-based-standards] (SCNd8): Likewise.
34428         [C99-based-standards] (SCNi8): Likewise.
34429         [C99-based-standards] (SCNo8): Likewise.
34430         [C99-based-standards] (SCNu8): Likewise.
34431         [C99-based-standards] (SCNx8): Likewise.
34432         [C99-based-standards] (PRIdLEAST8): Likewise.
34433         [C99-based-standards] (PRIiLEAST8): Likewise.
34434         [C99-based-standards] (PRIoLEAST8): Likewise.
34435         [C99-based-standards] (PRIuLEAST8): Likewise.
34436         [C99-based-standards] (PRIxLEAST8): Likewise.
34437         [C99-based-standards] (PRIXLEAST8): Likewise.
34438         [C99-based-standards] (SCNdLEAST8): Likewise.
34439         [C99-based-standards] (SCNiLEAST8): Likewise.
34440         [C99-based-standards] (SCNoLEAST8): Likewise.
34441         [C99-based-standards] (SCNuLEAST8): Likewise.
34442         [C99-based-standards] (SCNxLEAST8): Likewise.
34443         [C99-based-standards] (PRIdFAST8): Likewise.
34444         [C99-based-standards] (PRIiFAST8): Likewise.
34445         [C99-based-standards] (PRIoFAST8): Likewise.
34446         [C99-based-standards] (PRIuFAST8): Likewise.
34447         [C99-based-standards] (PRIxFAST8): Likewise.
34448         [C99-based-standards] (PRIXFAST8): Likewise.
34449         [C99-based-standards] (SCNdFAST8): Likewise.
34450         [C99-based-standards] (SCNiFAST8): Likewise.
34451         [C99-based-standards] (SCNoFAST8): Likewise.
34452         [C99-based-standards] (SCNuFAST8): Likewise.
34453         [C99-based-standards] (SCNxFAST8): Likewise.
34454         [C99-based-standards] (PRId16): Likewise.
34455         [C99-based-standards] (PRIi16): Likewise.
34456         [C99-based-standards] (PRIo16): Likewise.
34457         [C99-based-standards] (PRIu16): Likewise.
34458         [C99-based-standards] (PRIx16): Likewise.
34459         [C99-based-standards] (PRIX16): Likewise.
34460         [C99-based-standards] (SCNd16): Likewise.
34461         [C99-based-standards] (SCNi16): Likewise.
34462         [C99-based-standards] (SCNo16): Likewise.
34463         [C99-based-standards] (SCNu16): Likewise.
34464         [C99-based-standards] (SCNx16): Likewise.
34465         [C99-based-standards] (PRIdLEAST16): Likewise.
34466         [C99-based-standards] (PRIiLEAST16): Likewise.
34467         [C99-based-standards] (PRIoLEAST16): Likewise.
34468         [C99-based-standards] (PRIuLEAST16): Likewise.
34469         [C99-based-standards] (PRIxLEAST16): Likewise.
34470         [C99-based-standards] (PRIXLEAST16): Likewise.
34471         [C99-based-standards] (SCNdLEAST16): Likewise.
34472         [C99-based-standards] (SCNiLEAST16): Likewise.
34473         [C99-based-standards] (SCNoLEAST16): Likewise.
34474         [C99-based-standards] (SCNuLEAST16): Likewise.
34475         [C99-based-standards] (SCNxLEAST16): Likewise.
34476         [C99-based-standards] (PRIdFAST16): Likewise.
34477         [C99-based-standards] (PRIiFAST16): Likewise.
34478         [C99-based-standards] (PRIoFAST16): Likewise.
34479         [C99-based-standards] (PRIuFAST16): Likewise.
34480         [C99-based-standards] (PRIxFAST16): Likewise.
34481         [C99-based-standards] (PRIXFAST16): Likewise.
34482         [C99-based-standards] (SCNdFAST16): Likewise.
34483         [C99-based-standards] (SCNiFAST16): Likewise.
34484         [C99-based-standards] (SCNoFAST16): Likewise.
34485         [C99-based-standards] (SCNuFAST16): Likewise.
34486         [C99-based-standards] (SCNxFAST16): Likewise.
34487         [C99-based-standards] (PRId32): Likewise.
34488         [C99-based-standards] (PRIi32): Likewise.
34489         [C99-based-standards] (PRIo32): Likewise.
34490         [C99-based-standards] (PRIu32): Likewise.
34491         [C99-based-standards] (PRIx32): Likewise.
34492         [C99-based-standards] (PRIX32): Likewise.
34493         [C99-based-standards] (SCNd32): Likewise.
34494         [C99-based-standards] (SCNi32): Likewise.
34495         [C99-based-standards] (SCNo32): Likewise.
34496         [C99-based-standards] (SCNu32): Likewise.
34497         [C99-based-standards] (SCNx32): Likewise.
34498         [C99-based-standards] (PRIdLEAST32): Likewise.
34499         [C99-based-standards] (PRIiLEAST32): Likewise.
34500         [C99-based-standards] (PRIoLEAST32): Likewise.
34501         [C99-based-standards] (PRIuLEAST32): Likewise.
34502         [C99-based-standards] (PRIxLEAST32): Likewise.
34503         [C99-based-standards] (PRIXLEAST32): Likewise.
34504         [C99-based-standards] (SCNdLEAST32): Likewise.
34505         [C99-based-standards] (SCNiLEAST32): Likewise.
34506         [C99-based-standards] (SCNoLEAST32): Likewise.
34507         [C99-based-standards] (SCNuLEAST32): Likewise.
34508         [C99-based-standards] (SCNxLEAST32): Likewise.
34509         [C99-based-standards] (PRIdFAST32): Likewise.
34510         [C99-based-standards] (PRIiFAST32): Likewise.
34511         [C99-based-standards] (PRIoFAST32): Likewise.
34512         [C99-based-standards] (PRIuFAST32): Likewise.
34513         [C99-based-standards] (PRIxFAST32): Likewise.
34514         [C99-based-standards] (PRIXFAST32): Likewise.
34515         [C99-based-standards] (SCNdFAST32): Likewise.
34516         [C99-based-standards] (SCNiFAST32): Likewise.
34517         [C99-based-standards] (SCNoFAST32): Likewise.
34518         [C99-based-standards] (SCNuFAST32): Likewise.
34519         [C99-based-standards] (SCNxFAST32): Likewise.
34520         [C99-based-standards] (PRId64): Likewise.
34521         [C99-based-standards] (PRIi64): Likewise.
34522         [C99-based-standards] (PRIo64): Likewise.
34523         [C99-based-standards] (PRIu64): Likewise.
34524         [C99-based-standards] (PRIx64): Likewise.
34525         [C99-based-standards] (PRIX64): Likewise.
34526         [C99-based-standards] (SCNd64): Likewise.
34527         [C99-based-standards] (SCNi64): Likewise.
34528         [C99-based-standards] (SCNo64): Likewise.
34529         [C99-based-standards] (SCNu64): Likewise.
34530         [C99-based-standards] (SCNx64): Likewise.
34531         [C99-based-standards] (PRIdLEAST64): Likewise.
34532         [C99-based-standards] (PRIiLEAST64): Likewise.
34533         [C99-based-standards] (PRIoLEAST64): Likewise.
34534         [C99-based-standards] (PRIuLEAST64): Likewise.
34535         [C99-based-standards] (PRIxLEAST64): Likewise.
34536         [C99-based-standards] (PRIXLEAST64): Likewise.
34537         [C99-based-standards] (SCNdLEAST64): Likewise.
34538         [C99-based-standards] (SCNiLEAST64): Likewise.
34539         [C99-based-standards] (SCNoLEAST64): Likewise.
34540         [C99-based-standards] (SCNuLEAST64): Likewise.
34541         [C99-based-standards] (SCNxLEAST64): Likewise.
34542         [C99-based-standards] (PRIdFAST64): Likewise.
34543         [C99-based-standards] (PRIiFAST64): Likewise.
34544         [C99-based-standards] (PRIoFAST64): Likewise.
34545         [C99-based-standards] (PRIuFAST64): Likewise.
34546         [C99-based-standards] (PRIxFAST64): Likewise.
34547         [C99-based-standards] (PRIXFAST64): Likewise.
34548         [C99-based-standards] (SCNdFAST64): Likewise.
34549         [C99-based-standards] (SCNiFAST64): Likewise.
34550         [C99-based-standards] (SCNoFAST64): Likewise.
34551         [C99-based-standards] (SCNuFAST64): Likewise.
34552         [C99-based-standards] (SCNxFAST64): Likewise.
34553         [C99-based-standards] (PRIdMAX): Likewise.
34554         [C99-based-standards] (PRIiMAX): Likewise.
34555         [C99-based-standards] (PRIoMAX): Likewise.
34556         [C99-based-standards] (PRIuMAX): Likewise.
34557         [C99-based-standards] (PRIxMAX): Likewise.
34558         [C99-based-standards] (PRIXMAX): Likewise.
34559         [C99-based-standards] (SCNdMAX): Likewise.
34560         [C99-based-standards] (SCNiMAX): Likewise.
34561         [C99-based-standards] (SCNoMAX): Likewise.
34562         [C99-based-standards] (SCNuMAX): Likewise.
34563         [C99-based-standards] (SCNxMAX): Likewise.
34564         [C99-based-standards] (PRIdPTR): Likewise.
34565         [C99-based-standards] (PRIiPTR): Likewise.
34566         [C99-based-standards] (PRIoPTR): Likewise.
34567         [C99-based-standards] (PRIuPTR): Likewise.
34568         [C99-based-standards] (PRIxPTR): Likewise.
34569         [C99-based-standards] (PRIXPTR): Likewise.
34570         [C99-based-standards] (SCNdPTR): Likewise.
34571         [C99-based-standards] (SCNiPTR): Likewise.
34572         [C99-based-standards] (SCNoPTR): Likewise.
34573         [C99-based-standards] (SCNuPTR): Likewise.
34574         [C99-based-standards] (SCNxPTR): Likewise.
34575         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34576         allow.
34577         * conform/data/stdint.h-data: Update comments to clarify
34578         requirements.
34579         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34580         type.
34581         [C99-based standards] (INT8_MAX): Likewise.
34582         [C99-based standards] (INT16_MIN): Likewise.
34583         [C99-based standards] (INT16_MAX): Likewise.
34584         [C99-based standards] (INT32_MIN): Likewise.
34585         [C99-based standards] (INT32_MAX): Likewise.
34586         [C99-based standards] (INT64_MIN): Likewise.
34587         [C99-based standards] (INT64_MAX): Likewise.
34588         [C99-based standards] (UINT8_MAX): Likewise.
34589         [C99-based standards] (UINT16_MAX): Likewise.
34590         [C99-based standards] (UINT32_MAX): Likewise.
34591         [C99-based standards] (UINT64_MAX): Likewise.
34592         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34593         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34594         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34595         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34596         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34597         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34598         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34599         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34600         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34601         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34602         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34603         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34604         [C99-based standards] (INT_FAST8_MIN): Likewise.
34605         [C99-based standards] (INT_FAST8_MAX): Likewise.
34606         [C99-based standards] (INT_FAST16_MIN): Likewise.
34607         [C99-based standards] (INT_FAST16_MAX): Likewise.
34608         [C99-based standards] (INT_FAST32_MIN): Likewise.
34609         [C99-based standards] (INT_FAST32_MAX): Likewise.
34610         [C99-based standards] (INT_FAST64_MIN): Likewise.
34611         [C99-based standards] (INT_FAST64_MAX): Likewise.
34612         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34613         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34614         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34615         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34616         [C99-based standards] (INTPTR_MIN): Likewise.
34617         [C99-based standards] (INTPTR_MAX): Likewise.
34618         [C99-based standards] (UINTPTR_MAX): Likewise.
34619         [C99-based standards] (INTMAX_MIN): Likewise.
34620         [C99-based standards] (INTMAX_MAX): Likewise.
34621         [C99-based standards] (UINTMAX_MAX): Likewise.
34622         [C99-based standards] (PTRDIFF_MIN): Likewise.
34623         [C99-based standards] (PTRDIFF_MAX): Likewise.
34624         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34625         [C99-based standards] (SIZE_MAX): Likewise.
34626         [C99-based standards] (WCHAR_MAX): Likewise.
34627         [C99-based standards] (WINT_MAX): Likewise.
34628         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34629         constraint on value.
34630         [C99-based standards] (WCHAR_MIN): Likewise.
34631         [C99-based standards] (WINT_MIN): Likewise.
34632         [C99-based standards] (*_t): Allow.
34633         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34634         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34635         Include math.h-data and complex.h-data.  Remove all expectations
34636         of math.h and complex.h contents.
34637         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34638         at end of line.
34639         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34640         (struct tm): Expect tag.
34641         [C99-based-standards] (wcstof): Expect function.
34642         [C99-based-standards] (wcstold): Likewise.
34643         [C99-based-standards] (wcstoll): Likewise.
34644         [C99-based-standards] (wcstoull): Likewise.
34645         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34646         macro-int-constant.  Specify type.
34647         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34648         constraint on value.
34649         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34650         Specify type.
34651         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34652         Specify value.
34653         [ISO C standards]: Do not allow headers.
34654         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34655         wcs[abcdefghijklmnopqrstuvwxyz]*.
34656         [ISO C standards] (*_t): Do not allow.
34657         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34658         Expect function.
34659         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34660         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34661         Specify type.
34662         [ISO C standards]: Do not allow headers.
34663         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34664         is[abcdefghijklmnopqrstuvwxyz]*.
34665         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34666         to[abcdefghijklmnopqrstuvwxyz]*.
34667         [ISO C standards] (*_t): Do not allow.
34668         * conform/data/stdalign.h-data: New file.
34669         * conform/data/stdbool.h-data: Likewise.
34670         * conform/data/stdnoreturn.h-data: Likewise.
34672 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34674         [BZ #14815]
34675         * manual/filesys.texi (Directory Entries): Typo fix.
34676         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34678 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34680         * elf/elf.h (EM_AARCH64): New macro.
34681         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34682         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34683         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34684         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34685         (R_AARCH64_TLSDESC): Likewise.
34686         (NT_ARM_TLS): Likewise.
34687         (NT_ARM_HW_BREAK): Likewise.
34688         (NT_ARM_HW_WATCH): Likewise.
34690 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34692         [BZ #14811]
34693         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34694         (__ieee754_powl): Saturate nonzero exponents with absolute value
34695         below 0x1p-79 to +/- 0x1p-79.
34696         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34697         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34698         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34699         nonzero exponents with absolute value below 0x1p-32 to +/-
34700         0x1p-32.
34701         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34702         (__ieee754_powl): Saturate nonzero exponents with absolute value
34703         below 0x1p-79 to +/- 0x1p-79.
34704         * math/libm-test.inc (pow_test): Add more tests.
34706 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34708         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34709         _dl_s390_cap_flags with kernel. Increase string length.
34710         (_dl_s390_platforms): Add z196 and zEC12.
34712 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34714         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34715         Change XOPEN21K to XOPEN2K.
34717 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34719         * string/memmove.c: Use memcpy when possible.
34721 2012-11-06  Andreas Jaeger  <aj@suse.de>
34723         * po/eo.po: Update from translation team.
34725 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34727         [BZ #14793]
34728         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34729         exponent and small x and y exponents, scale x or y up.  Increase
34730         by 2 the exponent used in scaling up.
34731         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34732         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34733         * math/libm-test.inc (fma_test): Add more tests.
34734         (fma_test_towardzero): Likewise.
34735         (fma_test_downward): Likewise.
34736         (fma_test_upward): Likewise.
34738 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34740         [BZ #14805]
34741         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34742         fenv_t *.
34744         [BZ #14801]
34745         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34746         namespace for names of struct fields.
34747         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34748         fenv_t fields.
34749         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34750         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34752 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34754         [BZ #3665]
34755         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34757 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34759         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34760         PTR_DEMANGLE.
34762         [BZ #5246]
34763         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34764         PTR_DEMANGLE.
34766 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34768         [BZ #14797]
34769         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34770         definitely overflow as x * y not x * y + z.
34771         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34772         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34773         * math/libm-test.inc (fma_test): Add more tests.
34774         (fma_test_towardzero): Likewise.
34775         (fma_test_downward): Likewise.
34776         (fma_test_upward): Likewise.
34778 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34780         [BZ #157]
34782         * include/stub-tag.h: Remove file.
34783         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34784         '#include' of it.
34785         * manual/maint.texi (Porting): Don't reference it.
34786         * Makerules ($(objpfx)stubs): Likewise.
34787         * dirent/closedir.c: Don't include <stub-tag.h>.
34788         * dirent/dirfd.c: Likewise.
34789         * dirent/fdopendir.c: Likewise.
34790         * dirent/getdents.c: Likewise.
34791         * dirent/getdents64.c: Likewise.
34792         * dirent/opendir.c: Likewise.
34793         * dirent/readdir.c: Likewise.
34794         * dirent/readdir64.c: Likewise.
34795         * dirent/readdir64_r.c: Likewise.
34796         * dirent/readdir_r.c: Likewise.
34797         * dirent/rewinddir.c: Likewise.
34798         * dirent/seekdir.c: Likewise.
34799         * dirent/telldir.c: Likewise.
34800         * gmon/profil.c: Likewise.
34801         * grp/setgroups.c: Likewise.
34802         * inet/if_index.c: Likewise.
34803         * io/access.c: Likewise.
34804         * io/chdir.c: Likewise.
34805         * io/chmod.c: Likewise.
34806         * io/chown.c: Likewise.
34807         * io/close.c: Likewise.
34808         * io/dup.c: Likewise.
34809         * io/dup2.c: Likewise.
34810         * io/dup3.c: Likewise.
34811         * io/euidaccess.c: Likewise.
34812         * io/faccessat.c: Likewise.
34813         * io/fchdir.c: Likewise.
34814         * io/fchmod.c: Likewise.
34815         * io/fchmodat.c: Likewise.
34816         * io/fchown.c: Likewise.
34817         * io/fchownat.c: Likewise.
34818         * io/fcntl.c: Likewise.
34819         * io/flock.c: Likewise.
34820         * io/fstatfs.c: Likewise.
34821         * io/fstatfs64.c: Likewise.
34822         * io/fstatvfs.c: Likewise.
34823         * io/fstatvfs64.c: Likewise.
34824         * io/futimens.c: Likewise.
34825         * io/fxstat.c: Likewise.
34826         * io/fxstat64.c: Likewise.
34827         * io/fxstatat.c: Likewise.
34828         * io/fxstatat64.c: Likewise.
34829         * io/getcwd.c: Likewise.
34830         * io/isatty.c: Likewise.
34831         * io/lchmod.c: Likewise.
34832         * io/lchown.c: Likewise.
34833         * io/link.c: Likewise.
34834         * io/linkat.c: Likewise.
34835         * io/lseek.c: Likewise.
34836         * io/lseek64.c: Likewise.
34837         * io/lxstat64.c: Likewise.
34838         * io/mkdir.c: Likewise.
34839         * io/mkdirat.c: Likewise.
34840         * io/mkfifo.c: Likewise.
34841         * io/mkfifoat.c: Likewise.
34842         * io/open.c: Likewise.
34843         * io/open64.c: Likewise.
34844         * io/openat.c: Likewise.
34845         * io/openat64.c: Likewise.
34846         * io/pipe.c: Likewise.
34847         * io/pipe2.c: Likewise.
34848         * io/poll.c: Likewise.
34849         * io/posix_fadvise.c: Likewise.
34850         * io/posix_fadvise64.c: Likewise.
34851         * io/posix_fallocate.c: Likewise.
34852         * io/posix_fallocate64.c: Likewise.
34853         * io/read.c: Likewise.
34854         * io/readlink.c: Likewise.
34855         * io/readlinkat.c: Likewise.
34856         * io/rmdir.c: Likewise.
34857         * io/sendfile.c: Likewise.
34858         * io/sendfile64.c: Likewise.
34859         * io/statfs.c: Likewise.
34860         * io/statfs64.c: Likewise.
34861         * io/statvfs.c: Likewise.
34862         * io/statvfs64.c: Likewise.
34863         * io/symlink.c: Likewise.
34864         * io/symlinkat.c: Likewise.
34865         * io/ttyname.c: Likewise.
34866         * io/ttyname_r.c: Likewise.
34867         * io/umask.c: Likewise.
34868         * io/unlink.c: Likewise.
34869         * io/unlinkat.c: Likewise.
34870         * io/utime.c: Likewise.
34871         * io/utimensat.c: Likewise.
34872         * io/write.c: Likewise.
34873         * io/xmknod.c: Likewise.
34874         * io/xmknodat.c: Likewise.
34875         * io/xstat.c: Likewise.
34876         * io/xstat64.c: Likewise.
34877         * login/getpt.c: Likewise.
34878         * login/grantpt.c: Likewise.
34879         * login/unlockpt.c: Likewise.
34880         * math/e_acoshl.c: Likewise.
34881         * math/e_acosl.c: Likewise.
34882         * math/e_asinl.c: Likewise.
34883         * math/e_atan2l.c: Likewise.
34884         * math/e_atanhl.c: Likewise.
34885         * math/e_coshl.c: Likewise.
34886         * math/e_expl.c: Likewise.
34887         * math/e_fmodl.c: Likewise.
34888         * math/e_gammal_r.c: Likewise.
34889         * math/e_hypotl.c: Likewise.
34890         * math/e_j0l.c: Likewise.
34891         * math/e_j1l.c: Likewise.
34892         * math/e_jnl.c: Likewise.
34893         * math/e_lgammal_r.c: Likewise.
34894         * math/e_log10l.c: Likewise.
34895         * math/e_log2l.c: Likewise.
34896         * math/e_logl.c: Likewise.
34897         * math/e_powl.c: Likewise.
34898         * math/e_rem_pio2l.c: Likewise.
34899         * math/e_sinhl.c: Likewise.
34900         * math/e_sqrtl.c: Likewise.
34901         * math/fclrexcpt.c: Likewise.
34902         * math/fedisblxcpt.c: Likewise.
34903         * math/feenablxcpt.c: Likewise.
34904         * math/fegetenv.c: Likewise.
34905         * math/fegetexcept.c: Likewise.
34906         * math/fegetround.c: Likewise.
34907         * math/feholdexcpt.c: Likewise.
34908         * math/fesetenv.c: Likewise.
34909         * math/fesetround.c: Likewise.
34910         * math/feupdateenv.c: Likewise.
34911         * math/fgetexcptflg.c: Likewise.
34912         * math/fraiseexcpt.c: Likewise.
34913         * math/fsetexcptflg.c: Likewise.
34914         * math/ftestexcept.c: Likewise.
34915         * math/k_cosl.c: Likewise.
34916         * math/k_rem_pio2l.c: Likewise.
34917         * math/k_sinl.c: Likewise.
34918         * math/k_tanl.c: Likewise.
34919         * math/s_asinhl.c: Likewise.
34920         * math/s_atanl.c: Likewise.
34921         * math/s_cbrtl.c: Likewise.
34922         * math/s_erfl.c: Likewise.
34923         * math/s_expm1l.c: Likewise.
34924         * math/s_log1pl.c: Likewise.
34925         * math/s_tanhl.c: Likewise.
34926         * misc/acct.c: Likewise.
34927         * misc/brk.c: Likewise.
34928         * misc/chflags.c: Likewise.
34929         * misc/chroot.c: Likewise.
34930         * misc/fchflags.c: Likewise.
34931         * misc/fgetxattr.c: Likewise.
34932         * misc/flistxattr.c: Likewise.
34933         * misc/fremovexattr.c: Likewise.
34934         * misc/fsetxattr.c: Likewise.
34935         * misc/fsync.c: Likewise.
34936         * misc/ftruncate.c: Likewise.
34937         * misc/futimes.c: Likewise.
34938         * misc/futimesat.c: Likewise.
34939         * misc/getdomain.c: Likewise.
34940         * misc/getdtsz.c: Likewise.
34941         * misc/gethostid.c: Likewise.
34942         * misc/gethostname.c: Likewise.
34943         * misc/getloadavg.c: Likewise.
34944         * misc/getpagesize.c: Likewise.
34945         * misc/getsysstats.c: Likewise.
34946         * misc/getxattr.c: Likewise.
34947         * misc/gtty.c: Likewise.
34948         * misc/ioctl.c: Likewise.
34949         * misc/lgetxattr.c: Likewise.
34950         * misc/listxattr.c: Likewise.
34951         * misc/llistxattr.c: Likewise.
34952         * misc/lremovexattr.c: Likewise.
34953         * misc/lsetxattr.c: Likewise.
34954         * misc/lutimes.c: Likewise.
34955         * misc/madvise.c: Likewise.
34956         * misc/mincore.c: Likewise.
34957         * misc/mlock.c: Likewise.
34958         * misc/mlockall.c: Likewise.
34959         * misc/mmap.c: Likewise.
34960         * misc/mprotect.c: Likewise.
34961         * misc/msync.c: Likewise.
34962         * misc/munlock.c: Likewise.
34963         * misc/munlockall.c: Likewise.
34964         * misc/munmap.c: Likewise.
34965         * misc/preadv.c: Likewise.
34966         * misc/preadv64.c: Likewise.
34967         * misc/ptrace.c: Likewise.
34968         * misc/pwritev.c: Likewise.
34969         * misc/pwritev64.c: Likewise.
34970         * misc/readv.c: Likewise.
34971         * misc/reboot.c: Likewise.
34972         * misc/remap_file_pages.c: Likewise.
34973         * misc/removexattr.c: Likewise.
34974         * misc/revoke.c: Likewise.
34975         * misc/select.c: Likewise.
34976         * misc/setdomain.c: Likewise.
34977         * misc/setegid.c: Likewise.
34978         * misc/seteuid.c: Likewise.
34979         * misc/sethostid.c: Likewise.
34980         * misc/sethostname.c: Likewise.
34981         * misc/setregid.c: Likewise.
34982         * misc/setreuid.c: Likewise.
34983         * misc/setxattr.c: Likewise.
34984         * misc/sstk.c: Likewise.
34985         * misc/stty.c: Likewise.
34986         * misc/swapoff.c: Likewise.
34987         * misc/swapon.c: Likewise.
34988         * misc/sync.c: Likewise.
34989         * misc/syncfs.c: Likewise.
34990         * misc/syscall.c: Likewise.
34991         * misc/truncate.c: Likewise.
34992         * misc/ualarm.c: Likewise.
34993         * misc/usleep.c: Likewise.
34994         * misc/ustat.c: Likewise.
34995         * misc/utimes.c: Likewise.
34996         * misc/vhangup.c: Likewise.
34997         * misc/writev.c: Likewise.
34998         * posix/_exit.c: Likewise.
34999         * posix/alarm.c: Likewise.
35000         * posix/execve.c: Likewise.
35001         * posix/fexecve.c: Likewise.
35002         * posix/fork.c: Likewise.
35003         * posix/fpathconf.c: Likewise.
35004         * posix/getaddrinfo.c: Likewise.
35005         * posix/getegid.c: Likewise.
35006         * posix/geteuid.c: Likewise.
35007         * posix/getgid.c: Likewise.
35008         * posix/getgroups.c: Likewise.
35009         * posix/getlogin.c: Likewise.
35010         * posix/getlogin_r.c: Likewise.
35011         * posix/getpgid.c: Likewise.
35012         * posix/getpid.c: Likewise.
35013         * posix/getppid.c: Likewise.
35014         * posix/getresgid.c: Likewise.
35015         * posix/getresuid.c: Likewise.
35016         * posix/getsid.c: Likewise.
35017         * posix/getuid.c: Likewise.
35018         * posix/glob64.c: Likewise.
35019         * posix/nanosleep.c: Likewise.
35020         * posix/pathconf.c: Likewise.
35021         * posix/pause.c: Likewise.
35022         * posix/posix_madvise.c: Likewise.
35023         * posix/pread.c: Likewise.
35024         * posix/pread64.c: Likewise.
35025         * posix/pwrite.c: Likewise.
35026         * posix/pwrite64.c: Likewise.
35027         * posix/sched_getaffinity.c: Likewise.
35028         * posix/sched_getp.c: Likewise.
35029         * posix/sched_gets.c: Likewise.
35030         * posix/sched_primax.c: Likewise.
35031         * posix/sched_primin.c: Likewise.
35032         * posix/sched_rr_gi.c: Likewise.
35033         * posix/sched_setaffinity.c: Likewise.
35034         * posix/sched_setp.c: Likewise.
35035         * posix/sched_sets.c: Likewise.
35036         * posix/sched_yield.c: Likewise.
35037         * posix/setgid.c: Likewise.
35038         * posix/setlogin.c: Likewise.
35039         * posix/setpgid.c: Likewise.
35040         * posix/setresgid.c: Likewise.
35041         * posix/setresuid.c: Likewise.
35042         * posix/setsid.c: Likewise.
35043         * posix/setuid.c: Likewise.
35044         * posix/sleep.c: Likewise.
35045         * posix/spawni.c: Likewise.
35046         * posix/sysconf.c: Likewise.
35047         * posix/times.c: Likewise.
35048         * posix/wait.c: Likewise.
35049         * posix/wait3.c: Likewise.
35050         * posix/wait4.c: Likewise.
35051         * posix/waitpid.c: Likewise.
35052         * resolv/gai_sigqueue.c: Likewise.
35053         * resource/getpriority.c: Likewise.
35054         * resource/getrlimit.c: Likewise.
35055         * resource/getrusage.c: Likewise.
35056         * resource/nice.c: Likewise.
35057         * resource/setpriority.c: Likewise.
35058         * resource/setrlimit.c: Likewise.
35059         * resource/ulimit.c: Likewise.
35060         * rt/aio_cancel.c: Likewise.
35061         * rt/aio_fsync.c: Likewise.
35062         * rt/aio_read.c: Likewise.
35063         * rt/aio_sigqueue.c: Likewise.
35064         * rt/aio_suspend.c: Likewise.
35065         * rt/aio_write.c: Likewise.
35066         * rt/clock_getres.c: Likewise.
35067         * rt/clock_gettime.c: Likewise.
35068         * rt/clock_nanosleep.c: Likewise.
35069         * rt/clock_settime.c: Likewise.
35070         * rt/lio_listio.c: Likewise.
35071         * rt/mq_close.c: Likewise.
35072         * rt/mq_getattr.c: Likewise.
35073         * rt/mq_notify.c: Likewise.
35074         * rt/mq_open.c: Likewise.
35075         * rt/mq_receive.c: Likewise.
35076         * rt/mq_send.c: Likewise.
35077         * rt/mq_setattr.c: Likewise.
35078         * rt/mq_timedreceive.c: Likewise.
35079         * rt/mq_timedsend.c: Likewise.
35080         * rt/mq_unlink.c: Likewise.
35081         * rt/shm_open.c: Likewise.
35082         * rt/shm_unlink.c: Likewise.
35083         * rt/timer_create.c: Likewise.
35084         * rt/timer_delete.c: Likewise.
35085         * rt/timer_getoverr.c: Likewise.
35086         * rt/timer_gettime.c: Likewise.
35087         * rt/timer_settime.c: Likewise.
35088         * setjmp/__longjmp.c: Likewise.
35089         * setjmp/setjmp.c: Likewise.
35090         * signal/kill.c: Likewise.
35091         * signal/killpg.c: Likewise.
35092         * signal/raise.c: Likewise.
35093         * signal/sigaction.c: Likewise.
35094         * signal/sigaltstack.c: Likewise.
35095         * signal/sigblock.c: Likewise.
35096         * signal/sigignore.c: Likewise.
35097         * signal/sigintr.c: Likewise.
35098         * signal/signal.c: Likewise.
35099         * signal/sigpause.c: Likewise.
35100         * signal/sigpending.c: Likewise.
35101         * signal/sigqueue.c: Likewise.
35102         * signal/sigreturn.c: Likewise.
35103         * signal/sigset.c: Likewise.
35104         * signal/sigsetmask.c: Likewise.
35105         * signal/sigstack.c: Likewise.
35106         * signal/sigsuspend.c: Likewise.
35107         * signal/sigtimedwait.c: Likewise.
35108         * signal/sigvec.c: Likewise.
35109         * signal/sigwait.c: Likewise.
35110         * signal/sigwaitinfo.c: Likewise.
35111         * signal/sysv_signal.c: Likewise.
35112         * socket/accept.c: Likewise.
35113         * socket/accept4.c: Likewise.
35114         * socket/bind.c: Likewise.
35115         * socket/connect.c: Likewise.
35116         * socket/getpeername.c: Likewise.
35117         * socket/getsockname.c: Likewise.
35118         * socket/getsockopt.c: Likewise.
35119         * socket/isfdtype.c: Likewise.
35120         * socket/listen.c: Likewise.
35121         * socket/recv.c: Likewise.
35122         * socket/recvfrom.c: Likewise.
35123         * socket/recvmsg.c: Likewise.
35124         * socket/send.c: Likewise.
35125         * socket/sendmsg.c: Likewise.
35126         * socket/sendto.c: Likewise.
35127         * socket/setsockopt.c: Likewise.
35128         * socket/shutdown.c: Likewise.
35129         * socket/sockatmark.c: Likewise.
35130         * socket/socket.c: Likewise.
35131         * socket/socketpair.c: Likewise.
35132         * stdio-common/ctermid.c: Likewise.
35133         * stdio-common/cuserid.c: Likewise.
35134         * stdio-common/remove.c: Likewise.
35135         * stdio-common/rename.c: Likewise.
35136         * stdio-common/renameat.c: Likewise.
35137         * stdio-common/tempname.c: Likewise.
35138         * stdlib/getcontext.c: Likewise.
35139         * stdlib/makecontext.c: Likewise.
35140         * stdlib/setcontext.c: Likewise.
35141         * stdlib/swapcontext.c: Likewise.
35142         * stdlib/system.c: Likewise.
35143         * streams/fattach.c: Likewise.
35144         * streams/fdetach.c: Likewise.
35145         * streams/getmsg.c: Likewise.
35146         * streams/getpmsg.c: Likewise.
35147         * streams/putmsg.c: Likewise.
35148         * streams/putpmsg.c: Likewise.
35149         * sysdeps/unix/bsd/getpt.c: Likewise.
35150         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35151         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35152         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35154         Likewise.
35155         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35156         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35157         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35158         * sysvipc/msgctl.c: Likewise.
35159         * sysvipc/msgget.c: Likewise.
35160         * sysvipc/msgrcv.c: Likewise.
35161         * sysvipc/msgsnd.c: Likewise.
35162         * sysvipc/semctl.c: Likewise.
35163         * sysvipc/semget.c: Likewise.
35164         * sysvipc/semop.c: Likewise.
35165         * sysvipc/semtimedop.c: Likewise.
35166         * sysvipc/shmat.c: Likewise.
35167         * sysvipc/shmctl.c: Likewise.
35168         * sysvipc/shmdt.c: Likewise.
35169         * sysvipc/shmget.c: Likewise.
35170         * termios/tcdrain.c: Likewise.
35171         * termios/tcflow.c: Likewise.
35172         * termios/tcflush.c: Likewise.
35173         * termios/tcgetattr.c: Likewise.
35174         * termios/tcgetpgrp.c: Likewise.
35175         * termios/tcsendbrk.c: Likewise.
35176         * termios/tcsetattr.c: Likewise.
35177         * termios/tcsetpgrp.c: Likewise.
35178         * time/adjtime.c: Likewise.
35179         * time/clock.c: Likewise.
35180         * time/getitimer.c: Likewise.
35181         * time/gettimeofday.c: Likewise.
35182         * time/setitimer.c: Likewise.
35183         * time/settimeofday.c: Likewise.
35184         * time/stime.c: Likewise.
35185         * time/time.c: Likewise.
35187 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35189         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35190         /usr/old/bin.
35192         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35193         instead of spaces.
35194         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35196 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35198         [BZ #14796]
35199         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35200         FE_TONEAREST before applying Dekker multiplication and Knuth
35201         addition.  Clear inexact exceptions and check for exact zero
35202         results afterwards.
35203         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35204         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35205         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35206         * math/libm-test.inc (fma_test): Add more tests.
35207         (fma_test_towardzero): Likewise.
35208         (fma_test_downward): Likewise.
35209         (fma_test_upward): Likewise.
35210         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35211         function.
35212         (libc_fesetround): New macro.
35213         (libc_fesetroundf): Likewise.
35214         (libc_fesetroundl): Likewise.
35215         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35216         function.
35217         (libc_fesetround_387): Likewise.
35218         (libc_fesetroundf): New macro.
35219         (libc_fesetround): Likewise.
35220         (libc_fesetroundl): Likewise.
35221         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35222         function.
35223         (libc_fesetroundf): New macro.
35224         (libc_fesetround): Likewise.
35225         (libc_fesetroundl): Likewise.
35226         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35227         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35228         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35229         libm_hidden_ver.
35230         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35231         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35232         libm_hidden_def.
35233         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35234         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35235         libm_hidden_ver.
35236         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35237         libm_hidden_def.
35239         [BZ #3439]
35240         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35241         integer constant usable in #if and use that to give value to enum
35242         constant.
35243         (FE_DIVBYZERO): Likewise.
35244         (FE_UNDERFLOW): Likewise.
35245         (FE_OVERFLOW): Likewise.
35246         (FE_INVALID): Likewise.
35247         (FE_INVALID_SNAN): Likewise.
35248         (FE_INVALID_ISI): Likewise.
35249         (FE_INVALID_IDI): Likewise.
35250         (FE_INVALID_ZDZ): Likewise.
35251         (FE_INVALID_IMZ): Likewise.
35252         (FE_INVALID_COMPARE): Likewise.
35253         (FE_INVALID_SOFTWARE): Likewise.
35254         (FE_INVALID_SQRT): Likewise.
35255         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35256         (FE_TONEAREST): Likewise.
35257         (FE_TOWARDZERO): Likewise.
35258         (FE_UPWARD): Likewise.
35259         (FE_DOWNWARD): Likewise.
35260         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35261         (FE_DIVBYZERO): Likewise.
35262         (FE_OVERFLOW): Likewise.
35263         (FE_UNDERFLOW): Likewise.
35264         (FE_INEXACT): Likewise.
35265         (FE_TONEAREST): Likewise.
35266         (FE_DOWNWARD): Likewise.
35267         (FE_UPWARD): Likewise.
35268         (FE_TOWARDZERO): Likewise.
35269         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35270         (FE_UNDERFLOW): Likewise.
35271         (FE_OVERFLOW): Likewise.
35272         (FE_DIVBYZERO): Likewise.
35273         (FE_INVALID): Likewise.
35274         (FE_TONEAREST): Likewise.
35275         (FE_TOWARDZERO): Likewise.
35276         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35277         (FE_OVERFLOW): Likewise.
35278         (FE_UNDERFLOW): Likewise.
35279         (FE_DIVBYZERO): Likewise.
35280         (FE_INEXACT): Likewise.
35281         (FE_TONEAREST): Likewise.
35282         (FE_TOWARDZERO): Likewise.
35283         (FE_UPWARD): Likewise.
35284         (FE_DOWNWARD): Likewise.
35285         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35286         (FE_DIVBYZERO): Likewise.
35287         (FE_OVERFLOW): Likewise.
35288         (FE_UNDERFLOW): Likewise.
35289         (FE_INEXACT): Likewise.
35290         (FE_TONEAREST): Likewise.
35291         (FE_DOWNWARD): Likewise.
35292         (FE_UPWARD): Likewise.
35293         (FE_TOWARDZERO): Likewise.
35295 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35297         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35299 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35301         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35302         commands.  Quote $PWD.
35303         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35304         -x" by "export".
35305         (remove_newlines): Remove.
35307 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35309         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35310         * stdlib/stdlib.h (atof): Moved to ...
35311         * include/bits/stdlib-float.h: Here.  New file.
35312         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35313         * stdlib/bits/stdlib-float.h: New file.
35314         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35315         -mno-sse -mno-mmx.
35316         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35317         <xmmintrin.h>.
35319 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35321         * conform/conformtest.pl (@headers): Add fenv.h.
35322         * conform/data/fenv.h-data: New file.
35323         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35324         include of <math/fenv.h>.
35326         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35327         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35328         && !UNIX98].  Enables tests for XOPEN2K8.
35329         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35330         POSIX2008]: Likewise.
35332         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35333         (struct rusage): Do not expect type or its members.
35335         [BZ #3439]
35336         * math/math.h (FP_NAN): Define macro to integer constant usable in
35337         #if and use that to give value to enum constant.
35338         (FP_INFINITE): Likewise.
35339         (FP_ZERO): Likewise.
35340         (FP_SUBNORMAL): Likewise.
35341         (FP_NORMAL): Likewise.
35343 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35345         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35346         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35347         arguments.
35349 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35351         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35352         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35353         autoconf-time if not.
35354         * configure.in: Remove AC_PREREQ.
35356 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35358         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35359         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35360         of the internal implementation.
35362 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35364         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35365         except include of <misc/sys/syslog.h>.
35367 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35370         function returns with a NULL context exit with zero.
35372 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35374         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35376 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35378         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35379         (run_program_cmd): This.
35380         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35381         (tst_langinfo): New variable.  Use it.
35383 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35385         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35386         floating point opcodes.
35388 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35390         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35391         variable.
35393         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35395         * sysdeps/mach/hurd/powerpc: Remove directory.
35396         * sysdeps/mach/powerpc: Likewise.
35398 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35400         * scripts/check-local-headers.sh: Ignore c++ headers.
35402 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35404         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35405         __libc_cleanup_region_start argument.
35407 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35409         [BZ #14784]
35410         [BZ #14785]
35411         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35412         x * y using scaling, not as x * y + z.
35413         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35414         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35415         * math/libm-test.inc (fma_test): Add more tests.
35416         (fma_test_towardzero): Likewise.
35417         (fma_test_downward): Likewise.
35418         (fma_test_upward): Likewise.
35420 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35422         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35424 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35426         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35427         New variable.
35429 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35431         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35433 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35436         Fix sort order.
35437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35438         Likewise.
35440 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35443         Fix the order of the list for glibc 2.17.
35444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35445         Likewise.
35447 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35449         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35451 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35453         [BZ #14610]
35454         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35455         for low part of x being zero before using __atanl (y).
35456         * math/libm-test.inc (atan2_test): Add another test.
35458         * manual/install.texi (Configuring and compiling): Document
35459         general use of test-wrapper and test-wrapper-env.
35460         * INSTALL: Regenerated.
35462         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35463         (__fma): Do not extract and scale down low bits on after-rounding
35464         systems when result rounded to normal precision would have normal
35465         exponent.
35466         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35467         (__fmal): Do not extract and scale down low bits on after-rounding
35468         systems when result rounded to normal precision would have normal
35469         exponent.
35470         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35471         (__fmal): Do not extract and scale down low bits on after-rounding
35472         systems when result rounded to normal precision would have normal
35473         exponent.
35474         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35475         macro.
35476         (fma_test): Add more tests.
35477         (fma_test_towardzero): Likewise.
35478         (fma_test_downward): Likewise.
35479         (fma_test_upward): Likewise.
35481 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35483         * sysdeps/i386/tininess.h: Renamed to ...
35484         * sysdeps/x86/tininess.h: This.
35485         * sysdeps/x86_64/tininess.h: Removed.
35487 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35489         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35490         input.  Use $(build-program-cmd).
35491         ($(objpfx)tst-array1-static.out): Likewise.
35492         ($(objpfx)tst-array2.out): Likewise.
35493         ($(objpfx)tst-array3.out): Likewise.
35494         ($(objpfx)tst-array4.out): Likewise.
35495         ($(objpfx)tst-array5.out): Likewise.
35496         ($(objpfx)tst-array5-static.out): Likewise.
35498 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35500         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35501         if defined.
35503         * nss/nsswitch.h (nss_interface_function): Provide new
35504         macro for use with NSS functions.
35505         * grp/initgroups.c: Use new macro.
35506         * nss/getXXbyYY.c: Likewise.
35507         * nss/getXXbyYY_r.c: Likewise.
35508         * nss/getXXent.c: Likewise.
35509         * nss/getXXent_r.c: Likewise.
35510         * sysdeps/posix/getaddrinfo.c: Likewise.
35512 2012-10-30  Andreas Jaeger  <aj@suse.de>
35514         * po/ru.po: Update Russion translation from translation project.
35516 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35518         [BZ #14152]
35519         [BZ #14783]
35520         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35521         result and shift together with sticky bit instead of replicating
35522         round-to-nearest rounding.
35523         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35524         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35525         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35526         missing underflow exceptions.
35527         (fma_test_towardzero): Add more tests.
35528         (fma_test_downward): Likewise.
35529         (fma_test_upward): Likewise.
35531         [BZ #14047]
35532         * sysdeps/generic/tininess.h: New file.
35533         * sysdeps/i386/tininess.h: Likewise.
35534         * sysdeps/sh/tininess.h: Likewise.
35535         * sysdeps/x86_64/tininess.h: Likewise.
35536         * stdlib/tst-strtod-underflow.c: Likewise.
35537         * stdlib/tst-tininess.c: Likewise.
35538         * stdlib/strtod_l.c: Include <tininess.h>.
35539         (round_and_return): Do not set errno for exact underflow cases.
35540         Force an underflow exception when setting errno for underflow.
35541         Determine underflow based on rounding to normal precision if
35542         TININESS_AFTER_ROUNDING.
35543         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35544         ERANGE for exact underflow cases.
35545         * stdlib/Makefile (tests): Add tst-tininess and
35546         tst-strtod-underflow.
35547         ($(objpfx)tst-tininess): Use $(link-libm).
35548         ($(objpfx)tst-strtod-underflow): Likewise.
35550 2012-10-30  Andreas Jaeger  <aj@suse.de>
35552         [BZ#14767]
35553         * elf/Makefile (tests): Remove conditional for have-initfini-array
35554         since this is now always required and the variable does not exist
35555         anymore.
35556         (tests-static): Likewise.
35557         (modules-names): Likewise.
35559         * po/eo.po: Add Esperanto translation from translation project.
35561         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35562         merged with constructor/destructor.
35563         (init_array): Likewise.
35564         * elf/tst-array2dep.c (fini_array): Likewise.
35565         (init_array): Likewise.
35567 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35569         * manual/message.texi: Delete @cartouche tags.
35571 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35573         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35574         EOPNOTSUPP.
35575         * sysdeps/mach/hurd/fsync.c: Likewise.
35577         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35578         [_POSIX_REALTIME_SIGNALS]: Change condition to
35579         [_POSIX_REALTIME_SIGNALS > 0].
35581 2012-10-27  Andreas Jaeger  <aj@suse.de>
35583         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35584         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35585         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35586         [__WORDSIZE != 64]: Likewise.
35588 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35590         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35591         *  iconvdata/tst-tables.sh: Likewise.
35593 2012-10-25  David S. Miller  <davem@davemloft.net>
35595         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35596         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35597         of strtoull.
35599         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35600         ifunc-impl-list.c
35601         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35602         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35603         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35604         file.
35606 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35608         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35609         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35610         __getdirentries.
35612 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35613             Jim Blandy  <jimb@codesourcery.com>
35615         * scripts/cross-test-ssh.sh: New file.
35616         * manual/install.texi (Configuring and compiling): Document use of
35617         cross-test-ssh.sh.
35618         * INSTALL: Regenerated.
35620 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35622         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35623         EOPNOTSUPP.
35625 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35627         * Makeconfig (run-program-prefix): Fix comment.
35629 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35630             Jim Blandy  <jimb@codesourcery.com>
35632         * Makeconfig (test-wrapper): New variable,
35633         (test-wrapper-env): Likewise.
35634         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35635         (run-built-tests): Define to yes.
35636         (run-program-prefix): Use $(test-wrapper).
35637         (built-program-cmd): Likewise.
35638         * Rules (make-test-out): Use $(test-wrapper-env) and
35639         $(host-built-program-cmd).
35640         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35641         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35642         tst-pathopt.sh.
35643         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35644         $(test-wrapper-env) to tst-rtld-load-self.sh.
35645         ($(objpfx)order2.out): Use $(test-wrapper).
35646         ($(objpfx)tst-initorder.out): Likewise.
35647         ($(objpfx)tst-initorder2.out): Likewise.
35648         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35649         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35650         (test_wrapper_env): New variable.  Use it to run ld.so.
35651         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35652         Use it to run ld.so.
35653         (test_wrapper_env): Likewise.
35654         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35655         $(test-wrapper) to run-iconv-test.sh.
35656         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35657         (ICONV): Use $test_wrapper.
35658         * posix/Makefile ($(objpfx)globtest.out): Pass
35659         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35660         globtest.sh, not $(run-program-prefix).
35661         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35662         (test_wrapper): Likewise.
35663         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35664         set together with run_via_rtld_prefix.
35665         (run_program_prefix): Define in terms of test_wrapper and
35666         run_via_rtld_prefix.
35668 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35670         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35671         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35672         Targets removed.
35674         [BZ #14743]
35675         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35676         Declare __clock_getres, __clock_gettime, __clock_settime,
35677         __clock_nanosleep, and __clock_getcpuclockid.
35678         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35679         Remove librt_hidden_def (clock_gettime).
35680         * sysdeps/unix/clock_gettime.c: Likewise.
35681         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35682         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35683         * rt/clock_getres.c: Define __clock_getres as an alias.
35684         * sysdeps/posix/clock_getres.c: Likewise.
35685         * rt/clock_settime.c: Define __clock_settime as an alias.
35686         * sysdeps/unix/clock_settime.c: Likewise.
35687         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35688         * sysdeps/unix/clock_nanosleep.c: Likewise.
35689         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35690         * rt/clock-compat.c: New file.
35691         * rt/Makefile (librt-routines): Add clock-compat and move
35692         $(clock-routines) to ...
35693         (routines): ... here, new variable.
35694         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35695         Don't add get_clockfreq here.
35696         * rt/Versions (libc: GLIBC_2.17): New version set.
35697         Add clock_* symbols here.
35698         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35699         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35700         (GLIBC_2.17): Add clock_* symbols.
35701         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35702         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35703         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35705         Likewise.
35706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35707         Likewise.
35708         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35709         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35710         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35711         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35712         * NEWS: Mention the move.
35714         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35715         Use __open, __read, __close rather than their public counterparts.
35716         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35717         (__get_clockfreq_via_cpuinfo): Likewise.
35718         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35719         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35721         * config.h.in (HAVE_IFUNC): New #undef.
35722         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35723         was successful.
35724         * configure: Regenerated.
35726 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35728         * configure.in: Move READELF check to start of file.
35729         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35730         libc_cv_asm_gnu_indirect_function in the process.
35731         * configure: Regenerated.
35733 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35735         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35736         send the output to /dev/null.
35737         (libc_cv_cc_with_libunwind): Likewise.
35738         (libc_cv_as_noexecstack): Likewise.
35739         * configure: Regenerate.
35741 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35743         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35745         * posix/globtest.sh (TMPDIR): Do not set.
35746         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35747         (testout): Likewise.
35749 2012-10-24  Andreas Jaeger  <aj@suse.de>
35751         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35752         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35753         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35754         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35755         posix_fadvise64, posix_fallocate64.
35757         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35758         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35759         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35760         Likewise.
35761         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35762         Likewise.
35763         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35765         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35766         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35767         <bits/fcntl-linux.h>.
35768         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35770         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35771         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35772         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35773         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35774         [__WORDSIZE != 64]: Likewise.
35776 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35778         * Makeconfig (run-built-tests): New variable.
35779         * Rules [$(cross-compiling) = yes]: Change condition to
35780         [$(run-built-tests) = no].
35781         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35782         to [$(run-built-tests) = yes].
35783         * elf/Makefile [$(cross-compiling) = no]: Likewise
35784         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35785         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35786         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35787         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35788         * io/Makefile [$(cross-compiling) = no]: Likewise.
35789         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35790         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35791         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35792         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35793         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35794         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35795         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35796         * string/Makefile [$(cross-compiling) = no]: Likewise.
35798         * posix/Makefile ($(objpfx)globtest.out): Pass
35799         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35800         $(rtld-installed-name).
35801         * posix/globtest.sh (elf_objpfx): Remove variable.
35802         (rtld_installed_name): Likewise.
35803         (library_path): Likewise.
35804         (run_program_prefix): New variable.  Use for running globtest
35805         binary.
35807 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35808             Joseph Myers  <joseph@codesourcery.com>
35810         * Makeconfig (host-built-program-cmd): New variable.
35811         * elf/Makefile (tst-stackguard1-ARGS): Use
35812         $(host-built-program-cmd).
35813         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35814         (tst-spawn-ARGS): Likewise.
35815         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35817 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35818             Jim Blandy  <jimb@codesourcery.com>
35820         * Makeconfig (run-via-rtld-prefix): New variable.
35821         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35822         (built-program-cmd): Likewise.
35824 2012-10-22  Andreas Jaeger  <aj@suse.de>
35826         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35827         __O_RSYNC if it exists, otherwise to O_SYNC.
35829 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35830             Joseph Myers  <joseph@codesourcery.com>
35832         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35833         /dev/null.
35834         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35835         from /dev/null
35836         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35837         /dev/null.
35839 2012-10-22  Andreas Jaeger  <aj@suse.de>
35841         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35842         Define always.
35843         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35845         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35846         bits/fcntl-linux.h.
35848         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35849         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35851         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35852         to __O_LARGEFILE.
35853         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35854         to __O_LARGEFILE.
35856 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35857             Joseph Myers  <joseph@codesourcery.com>
35859         * config.make.in (NM): New variable.
35861 2012-10-21  Andreas Jaeger  <aj@suse.de>
35863         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35864         definitions and declarations that are provided by
35865         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35867 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35869         [BZ #14683]
35870         * elf/Makefile (tests-static): Add tst-leaks1-static.
35871         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35872         ($(objpfx)tst-leaks1-static): New rule.
35873         ($(objpfx)tst-leaks1-static-mem): Likewise.
35874         (tst-leaks1-static-ENV): New macro.
35875         * elf/dl-open.c (dl_open_worker): Check the main application
35876         only if SHARED is defined.
35877         * elf/tst-leaks1-static.c: New file.
35879 2012-10-20  Andreas Jaeger  <aj@suse.de>
35881         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35882         generic values for Linux.
35883         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35884         and declarations that are provided by <bits/fcntl-linux.h> and
35885         include <bits/fcntl-linux.h>.
35886         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35887         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35889 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35891         * io/fcntl.h: Move include of <bits/types.h> to the top and
35892         include it unconditionally.
35894 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35896         * wcsmbs/Makefile (tests-ifunc): New variable.
35897         (tests): Add $(tests-ifunc).
35898         * wcsmbs/test-wcschr-ifunc.c: New file.
35899         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35900         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35901         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35902         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35903         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35905         * string/Makefile (tests-ifunc): New variable.
35906         (tests): Add $(tests-ifunc).
35907         * string/test-memccpy.c (TEST_NAME): New macro.
35908         * string/test-memchr.c (TEST_NAME): Likewise.
35909         * string/test-memcmp.c (TEST_NAME): Likewise.
35910         * string/test-memcpy.c (TEST_NAME): Likewise.
35911         * string/test-memmem.c (TEST_NAME): Likewise.
35912         * string/test-memmove.c (TEST_NAME): Likewise.
35913         * string/test-memset.c (TEST_NAME): Likewise.
35914         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35915         * string/test-stpcpy.c (TEST_NAME): Likewise.
35916         * string/test-stpncpy.c (TEST_NAME): Likewise.
35917         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35918         * string/test-strcasestr.c (TEST_NAME): Likewise.
35919         * string/test-strcat.c (TEST_NAME): Likewise.
35920         * string/test-strchr.c (TEST_NAME): Likewise.
35921         * string/test-strcmp.c(TEST_NAME): Likewise.
35922         * string/test-strcpy.c (TEST_NAME): Likewise.
35923         * string/test-strcspn.c (TEST_NAME): Likewise.
35924         * string/test-strlen.c (TEST_NAME): Likewise.
35925         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35926         * string/test-strncmp.c (TEST_NAME): Likewise.
35927         * string/test-strncpy.c (TEST_NAME): Likewise.
35928         * string/test-strnlen.c (TEST_NAME): Likewise.
35929         * string/test-strpbrk.c (TEST_NAME): Likewise.
35930         * string/test-strrchr.c (TEST_NAME): Likewise.
35931         * string/test-strspn.c (TEST_NAME): Likewise.
35932         * string/test-strstr.c (TEST_NAME): Likewise.
35933         * string/test-bcopy-ifunc.c: New file.
35934         * string/test-bzero-ifunc.c: Likewise.
35935         * string/test-memccpy-ifunc.c: Likewise.
35936         * string/test-memchr-ifunc.c: Likewise.
35937         * string/test-memcmp-ifunc.c: Likewise.
35938         * string/test-memcpy-ifunc.c: Likewise.
35939         * string/test-memmem-ifunc.c: Likewise.
35940         * string/test-memmove-ifunc.c: Likewise.
35941         * string/test-mempcpy-ifunc.c: Likewise.
35942         * string/test-memset-ifunc.c: Likewise.
35943         * string/test-rawmemchr-ifunc.c: Likewise.
35944         * string/test-stpcpy-ifunc.c: Likewise.
35945         * string/test-stpncpy-ifunc.c: Likewise.
35946         * string/test-strcasecmp-ifunc.c: Likewise.
35947         * string/test-strcasestr-ifunc.c: Likewise.
35948         * string/test-strcat-ifunc.c: Likewise.
35949         * string/test-strchr-ifunc.c: Likewise.
35950         * string/test-strchrnul-ifunc.c: Likewise.
35951         * string/test-strcmp-ifunc.c: Likewise.
35952         * string/test-strcpy-ifunc.c: Likewise.
35953         * string/test-strcspn-ifunc.c: Likewise.
35954         * string/test-strlen-ifunc.c: Likewise.
35955         * string/test-strncasecmp-ifunc.c: Likewise.
35956         * string/test-strncat-ifunc.c: Likewise.
35957         * string/test-strncmp-ifunc.c: Likewise.
35958         * string/test-strncpy-ifunc.c: Likewise.
35959         * string/test-strnlen-ifunc.c: Likewise.
35960         * string/test-strpbrk-ifunc.c: Likewise.
35961         * string/test-strrchr-ifunc.c: Likewise.
35962         * string/test-strspn-ifunc.c: Likewise.
35963         * string/test-strstr-ifunc.c: Likewise.
35965         * debug/Makefile (tests-ifunc): New variable.
35966         (tests): Add $(tests-ifunc).
35967         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35968         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35969         * debug/test-stpcpy_chk-ifunc.c: New file.
35970         * debug/test-strcpy_chk-ifunc.c: Likewise.
35972 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
35974         [BZ #13601]
35975         * elf/dl-load.c (open_verify): Retry read if the entire ELF
35976         header is not read in.
35978 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
35980         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
35981         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
35982         directly.  Pass built executable to script as
35983         $(built-program-cmd).
35984         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
35985         $testprogram without using LD_LIBRARY_PATH and $ldso.
35987         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35988         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35989         $(rtld-installed-name).
35990         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35991         (rtld_installed_name): Likewise.
35992         (library_path): Likewise.
35993         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
35994         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35995         $(run-program-prefix) to tst-tables.sh.
35996         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
35997         it to run tst-table-from and tst-table-to.
35998         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35999         Pass it to tst-table.sh.
36000         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36001         $(run-program-prefix) to tst-gettext.sh.
36002         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36003         tst-translit.sh.
36004         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36005         tst-gettext2.sh.
36006         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36007         to run tst-gettext.
36008         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36009         to run tst-gettext2.
36010         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36011         to run tst-translit.
36012         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36013         $(run-program-prefix) to tst-mtrace.sh.
36014         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36015         to run tst-mtrace.
36016         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36017         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36018         $(rtld-installed-name).
36019         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36020         (rtld_installed_name): Likewise.
36021         (run_program_prefix): New variable.  Use it to run wordexp-test.
36023         * Makeconfig (ARCH): Remove all definitions.
36024         (machine): Likewise.
36025         [ARCH]: Remove conditional code.
36026         [!objdir]: Give error.
36027         [!objdir] (objpfx): Remove.
36028         [!objdir] (common-objpfx): Likewise.
36029         [!objdir] (common-objdir): Likewise.
36030         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36031         AC_CONFIG_FILES call.
36032         * configure: Regenerated.
36034         [BZ #13888]
36035         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36036         or TMPDIR.
36037         (testout): Likewise.
36039         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36040         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36041         $(rtld-installed-name).
36042         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36043         (rtld_installed_name): Likwise.
36044         (runit): Remove function.
36045         (run_getconf): New variable,  Use it for running getconf binary.
36047 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36049         [BZ #14716]
36050         * string/test-memmem.c (check_result): New function.
36051         (do_one_test): Use it.
36052         (check1): New function.
36053         (test_main): Use it.
36055 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36057         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36059 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36061         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36062         (_G_LSEEK64): Likewise.
36063         (_G_MMAP64): Likewise.
36064         (_G_FSTAT64): Likewise.
36065         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36066         (_G_LSEEK64): Likewise.
36067         (_G_MMAP64): Likewise.
36068         (_G_FSTAT64): Likewise.
36069         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36070         unconditional.  Call __mmap64 directly.
36071         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36072         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36073         __lseek64 directly.
36074         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36075         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36076         __mmap64 directly.
36077         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36078         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36079         __lseek64 directly.
36080         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36081         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36082         __lseek64 directly.
36083         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36084         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36085         __lseek64 directly.
36086         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36087         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36088         __fxstat64 directly.
36089         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36090         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36091         unconditional.
36092         (freopen64) [!_G_OPEN64]: Remove conditional code.
36093         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36094         unconditional.
36095         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36096         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36097         unconditional.
36098         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36099         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36100         unconditional.
36101         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36102         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36103         unconditional.
36104         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36105         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36106         unconditional.
36107         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36108         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36109         unconditional.
36110         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36111         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36112         unconditional.
36113         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36115 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36117         [BZ #12140]
36118         * manual/memory.texi (Malloc Tunable Parameters): Add note
36119         about free list pointers overwriting some perturb bytes.
36120         Wording suggested by Roland McGrath.
36122 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36124         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36125         (lgamma_test): Likewise.
36126         (tgamma_test): Likewise.
36128 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36130         [BZ #14700]
36131         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36132         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36134 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36136         * NEWS: Mention BZ #14716.
36137         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36138         when removing AVAILABLE1_USES_J macro.
36140 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36142         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36143         (__bswap_64): __uint64_t for unsigned 64-bit int.
36145 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36147         * include/string.h (memmem): Declare libc hidden alias.
36148         * string/memmem.c (memmem): Define libc hidden alias.
36149         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36150         __read, __close instead of open, read, close.
36152 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36154         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36155         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36156         global and hidden.
36157         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36158         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36159         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36160         Likewise.
36161         (__rawmemchr_sse2): Likewise.
36162         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36163         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36164         (__strchr_sse2): Likewise.
36165         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36166         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36167         (__strcasecmp_sse2): Likewise.
36168         (__strncasecmp_sse2): Likewise.
36169         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36170         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36171         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36172         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36173         (__strrchr_sse2): Likewise.
36174         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36175         ifunc-impl-list.c.
36176         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36177         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36178         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36179         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36180         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36181         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36182         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36183         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36184         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36185         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36186         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36187         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36188         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36189         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36190         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36191         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36192         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36193         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36194         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36195         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36196         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36197         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36198         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36199         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36200         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36201         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36202         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36203         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36204         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36205         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36207         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36208         global and hidden.
36209         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36210         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36211         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36212         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36213         Likewise.
36214         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36215         Likewise.
36216         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36217         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36218         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36219         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36220         ifunc-impl-list.c.
36221         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36222         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36223         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36224         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36225         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36226         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36227         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36228         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36229         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36230         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36231         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36232         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36233         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36234         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36235         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36236         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36237         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36238         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36239         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36240         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36241         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36242         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36243         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36244         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36245         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36246         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36247         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36248         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36249         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36250         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36251         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36252         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36253         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36254         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36255         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36256         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36257         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36258         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36259         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36260         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36261         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36263         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36264         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36265         * include/ifunc-impl-list.h: New file.
36266         * misc/ifunc-impl-list.c: Likewise.
36267         * misc/Makefile (routines): Add ifunc-impl-list.
36268         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36269         * string/test-string.h: Include <ifunc-impl-list.h>.
36270         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36271         TEST_NAME]: New variables.
36272         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36273         are defined.
36274         (test_init): Call __libc_ifunc_impl_list to initialize
36275         func_list if TEST_IFUNC and TEST_NAME are defined.
36277         * string/Makefile (strop-tests): Add bcopy and bzero.
36278         * string/test-bcopy.c: New file.
36279         * string/test-bzero.c: Likewise.
36280         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36281         defined.
36282         * string/test-memset.c: Support bzero test if TEST_BZERO is
36283         defined.
36284         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36285         __libc_memmove.
36286         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36287         __libc_memset.
36288         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36289         of memset.
36291 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36293         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36294         * configure: Regenerated.
36296         * Makeconfig (+link-static-before-libc): Don't include
36297         $(link-static-libc).
36299         * libio/libio.h (_IO_pos_t): Remove.
36301 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36303         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36304         McGrath.
36306 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36308         * crypt/crypt-entry.c: Include fips-private.h.
36309         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36310         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36311         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36312         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36314 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36316         * crypt/crypt-private.h: Include stdbool.h.
36317         (_ufc_setup_salt_r): Return bool.
36318         * crypt/crypt-entry.c: Include errno.h.
36319         (__crypt_r): Return NULL with EINVAL for bad salt.
36320         * crypt/crypt_util.c (bad_for_salt): New.
36321         (_ufc_setup_salt_r): Check that salt is long enough and within
36322         the specified alphabet.
36323         * crypt/badsalttest.c: New file.
36324         * crypt/Makefile (tests): Add it.
36325         ($(objpfx)badsalttest): New.
36327 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36329         * NEWS: Add entry for BZ #14602.
36331 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36333         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36334         type-generic.
36335         * math/libm-test.inc: Update comment listing what functions and
36336         macros are tested.
36337         (isgreater_test): New function.
36338         (isgreaterequal_test): Likewise.
36339         (isless_test): Likewise.
36340         (islessequal_test): Likewise.
36341         (islessgreater_test): Likewise.
36342         (isunordered_test): Likewise.
36343         (main): Call the new functions.
36345 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36347         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36348         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36349         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36350         * sysdeps/i386/configure: Regenerated.
36351         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36352         * sysdeps/mach/configure: Regenerated.
36353         * sysdeps/mach/hurd/configure: Regenerated.
36354         * sysdeps/powerpc/configure: Regenerated.
36355         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36356         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36357         * sysdeps/s390/s390-32/configure: Regenerated.
36358         * sysdeps/s390/s390-64/configure: Regenerated.
36359         * sysdeps/sh/configure: Regenerated.
36360         * sysdeps/sparc/configure: Regenerated.
36361         * sysdeps/unix/sysv/linux/configure: Regenerated.
36362         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36363         * sysdeps/x86_64/configure: Regenerated.
36365         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36366         defined.  Don't check if MAP is NULL.
36368 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36370         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36371         (_G_stat64): Likewise.
36372         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36373         (_G_stat64): Likewise.
36374         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36375         instead of struct _G_stat64.
36376         * libio/fileops.c (mmap_remap_check): Likewise.
36377         (decide_maybe_mmap): Likewise.
36378         (_IO_new_file_seekoff): Likewise.
36379         (_IO_file_stat): Likewise.
36380         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36381         _G_off64_t.
36382         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36383         instead of struct _G_stat64.
36384         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36386 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36388         [BZ #14602]
36389         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36390         Replace with ...
36391         (CHECK_EOL): New macro.
36392         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36393         CHECK_EOL.
36394         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36395         Replace with CHECK_EOL.
36396         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36397         Replace with CHECK_EOL.
36399 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36401         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36402         type-generic.
36403         * math/libm-test.inc: Update comment listing what functions and
36404         macros are tested.
36405         (finite_test): New function.
36406         (isinf_test): Likewise.
36407         (isnan_test): Likewise.
36408         (fpclassify_test): Test subnormal input.
36409         (isfinite_test): Likewise.
36410         (isnormal_test): Likewise.
36411         (main): Call the new functions.
36413 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36415         [BZ #14660]
36416         * Makerules (%.dynsym): Force C locale when running
36417         $(OBJDUMP) --dynamic-syms.
36419 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36421         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36422         <stdint.h>.
36424 2012-10-06  David S. Miller  <davem@davemloft.net>
36426         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36427         upper 32-bits of the length value in %o2 since we use branch-on-register
36428         tests which consider the entire 64-bit register.
36430 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36432         * string/test-strstr.c (check2): Add a test for page boundary.
36434 2012-10-05  David S. Miller  <davem@davemloft.net>
36436         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36437         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36438         file.
36439         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36440         sysdep_routines.
36441         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36442         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36443         and bzero when HWCAP_SPARC_CRYPTO is present.
36445 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36447         [BZ #14602]
36448         * string/test-strstr.c (check2): New function.
36449         (test_main): Call check2.
36451         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36452         and bug-strchr1.
36453         * string/bug-strcasestr1.c (do_test): Moved to ...
36454         * string/test-strcasestr.c (check1): Here.  New function.
36455         (do_one_test): Break out result checking code into ...
36456         (check_result): This.  New function.
36457         (do_one_test): Call check_result.
36458         (test_main): Call check1.
36459         * string/bug-strchr1.c (do_test): Moved to ...
36460         * string/test-strchr.c (check1): Here.  New function.
36461         (do_one_test): Break out result checking code into ...
36462         (check_result): This.  New function.
36463         (do_one_test): Call check_result.
36464         (test_main): Call check1.
36465         * string/bug-strstr1.c (main): Moved to ...
36466         * string/test-strstr.c (check1): Here.  New function.
36467         (do_one_test): Break out result checking code into ...
36468         (check_result): This.  New function.
36469         (do_one_test): Call check_result.
36470         (test_main): Call check1.
36471         * string/bug-strcasestr1.c: Removed.
36472         * string/bug-strchr1.c: Likewise.
36473         * string/bug-strstr1.c: Likewise.
36475         * elf/Makefile (dl-routines): Add hwcaps.
36476         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36477         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36478         (_dl_important_hwcaps): Moved to ...
36479         * elf/dl-hwcaps.c: Here.  New file.
36480         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36482         [BZ #14557]
36483         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36484         if IS_IN_rtld isn't defined.
36486         * elf/dl-support.c (_dl_sysinfo_map): New.
36487         Include "get-dynamic-info.h" and "setup-vdso.h".
36488         (_dl_non_dynamic_init): Call setup_vdso.
36489         * elf/dynamic-link.h: Don't include <assert.h>.
36490         (elf_get_dynamic_info): Moved to ...
36491         * elf/get-dynamic-info.h: Here.  New file.
36492         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36493         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36494         * elf/setup-vdso.h: Here.  New file.
36495         * elf/rtld.c: Include "setup-vdso.h".
36496         (dl_main): Call setup_vdso.
36498 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36500         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36501         creal in comment listing functions tested.  List finite, isinf,
36502         isnan, isless, islessequal, isgreater, isgreaterequal,
36503         islessgreater, isunordered, lgamma_r and pow10 as functions and
36504         macros not tested.  Mention which functions not tested are aliases
36505         for other functions.  Fix typo.  Note that signs of NaNs are not
36506         tested.
36508         * scripts/config.guess: Update from config.git.
36509         * scripts/config.sub: Likewise.
36511 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36513         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36514         * misc/madvise.c (madvise): Renamed to __madvise.
36515         Make madvise a weak alias.
36516         * include/sys/mman.h: Declare __madvise.
36517         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36518         * sysdeps/unix/syscalls.list
36519         (madvise): Make __madvise the strong name, and madvise a weak alias.
36520         * sysdeps/unix/sysv/linux/syscalls.list
36521         (madvise, mmap): Remove redundant entries.
36522         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36523         * malloc/malloc.c (mtrim): Likewise.
36524         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36526 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36528         * sysdeps/mach/hurd/dl-cache.c: File removed.
36529         * config.h.in (USE_LDCONFIG): New #undef.
36530         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36531         * configure: Regenerated.
36532         * elf/Makefile (dl-routines): Add dl-cache only under
36533         [$(use-ldconfig) = yes].
36534         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36535         cache on [USE_LDCONFIG].
36536         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36537         [USE_LDCONFIG].
36538         * elf/rtld.c (dl_main): Likewise.
36540 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36542         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36543         _SC_LEVEL4_CACHE_LINESIZE.
36545 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36547         * sysdeps/unix/bsd/confstr.h: File removed.
36549 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36551         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36552         sys/sdt-config.h.
36554 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36556         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36557         Make 'mapoff' field ElfW(Off) rather than off_t.
36559 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36561         * nscd/Makefile: Remove nscd-cflags and all its users.
36562         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36563         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36565         [BZ #10631]
36566         * malloc.c (malloc_printerr): Clarify error message.
36568 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36570         [BZ #14648]
36571         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36572         Set bit_FMA_Usable if FMA is supported.
36573         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36574         macro.
36575         (bit_FMA4_Usable): Updated.
36576         (index_FMA_Usable): New macro.
36577         (CPUID_FMA): Likewise
36578         (HAS_FMA): Defined with bit_FMA_Usable.
36580 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36582         * bits/types.h (__swblk_t): Type removed.
36583         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36584         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36585         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36586         (__SWBLK_T_TYPE): Likewise.
36587         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36588         (__SWBLK_T_TYPE): Likewise.
36589         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36590         (__SWBLK_T_TYPE): Likewise.
36591         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36592         (__SWBLK_T_TYPE): Likewise.
36594 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36595             Honza Horak <hhorak@redhat.com>
36597         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36598         (xdr_mapname): Use YPMAXMAP as maxsize.
36599         (xdr_peername): Use YPMAXPEER as maxsize.
36600         (xdr_keydat): Use YPAXRECORD as maxsize.
36601         (xdr_valdat): Use YPMAXRECORD as maxsize.
36603 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36605         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36607         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36608         * csu/init-first.c: ... here.
36609         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36610         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36611         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36612         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36613         * sysdeps/i386/init-first.c: File removed.
36614         * sysdeps/sh/init-first.c: File removed.
36616 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36618         [BZ #14645]
36619         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36620         if x * y might underflow to zero and z is zero.
36621         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36622         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36623         * math/libm-test.inc (min_subnorm_value): New variable.
36624         (fma_test): Add more tests.
36625         (fma_test_towardzero): Likewise.
36626         (fma_test_downward): Likewise
36627         (fma_test_upward): Likewise.
36628         (initialize): Set min_subnorm_value.
36630 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36632         [BZ #14638]
36633         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36634         0 + 0.
36635         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36636         mode for addition resulting in exact zero.
36637         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36638         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36639         exact 0 + 0.
36640         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36641         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36642         * math/libm-test.inc (fma_test): Add more tests.
36643         (fma_test_towardzero): New function.
36644         (fma_test_downward): Likewise.
36645         (fma_test_upward): Likewise.
36646         (main): Call the new functions.
36648 2012-09-28  David S. Miller  <davem@davemloft.net>
36650         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36652 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36654         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36655         instead of SIGALRM.
36657         * sysdeps/gnu/_G_config.h: Moved to ...
36658         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36659         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36660         * sysdeps/generic/_G_config.h: ... here.
36662         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36664         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36666         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36667         Conditionalize target on [libnss_test1.so-version].
36669         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36671         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36672         (elfobjdir): Move out of conditionals.
36674         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36675         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36676         (__nss_lookup_function): Conditionalize label remove_from_tree on
36677         [!DO_STATIC_NSS || SHARED], matching its only use.
36679 2012-09-28  David S. Miller  <davem@davemloft.net>
36681         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36682         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36683         file.
36684         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36685         sysdep_routines.
36686         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36687         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36688         when HWCAP_SPARC_CRYPTO is present.
36690 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36692         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36694 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36696         [BZ #6530]
36697         * stdio-common/vfprintf.c (process_string_arg): Revert
36698         2000-07-22 change.
36700 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36702         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36703         for testcase.
36704         * stdio-common/tst-sprintf.c: Include <locale.h>
36705         (main): Test sprintf's handling of incomplete multibyte
36706         characters.
36708 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36710         * elf/dl-runtime.c (VERSYMIDX): Removed.
36711         * elf/dl-version.c (VERSYMIDX): Likewise.
36712         * elf/do-rel.h (VERSYMIDX): Likewise.
36713         (VALIDX): Likewise.
36714         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36715         * elf/rtld.c (VALIDX): Likewise.
36716         (ADDRIDX): Likewise.
36717         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36718         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36719         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36720         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36721         (VALIDX): Likewise.
36722         (ADDRIDX): Likewise.
36724 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36726         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36728 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36730         [BZ #11438]
36731         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36732         to global scope.
36733         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36734         addresses are in the same scope as 192.0.2/24.
36735         * posix/gai.conf: Document new scope table defaults.
36737 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36739         [BZ #5298]
36740         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36741         for ftell.  Compute offsets from write pointers instead.
36742         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36744 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36746         [BZ #14543]
36747         * libio/Makefile (tests): New test case tst-fseek.
36748         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36749         combination works in wide mode.
36750         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36751         state when the external buffer state changes.
36753 2012-09-27  David S. Miller  <davem@davemloft.net>
36755         [BZ #14376]
36756         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36757         pass reloc->r_addend in as the 'high' argument to
36758         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36760         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36762 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36764         * rt/tst-aio2.c: Include <pthread.h>.
36765         * rt/tst-aio3.c: Likewise.
36767 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36769         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36771 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36773         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36774         contents on [SHARED].
36776 2012-09-26  Marek Polacek  <polacek@redhat.com>
36778         [BZ #14530]
36779         [BZ #13741]
36780         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36781         for C++ and GCC <4.3 as well as for non GCC compilers.
36783 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36785         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36787 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36789         * Makefile.in (all, install): Declare with .PHONY.
36790         Reported by Michael Hope <michael.hope@linaro.org>.
36792 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36794         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36795         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36796         system header.
36797         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36798         Likewise.
36799         (sydep_routines): Add the new and the internal functions.
36800         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36801         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36803         (GLIBC_2.17): Add the new function.
36804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36805         (GLIBC_2.17): Likewise.
36806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36807         (GLIBC_2.17): Likewise.
36808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36809         (GLIBC_2.17): Likewise.
36810         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36812 2012-09-25  Alan Modra  <amodra@gmail.com>
36814         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36815         Add release barrier before setting once_control to say
36816         initialisation is done.  Add hints on lwarx.  Use macro in
36817         place of isync.
36818         (clear_once_control): Add release barrier.
36820 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36822         [BZ #13629]
36823         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36824         specially.
36825         * math/s_clog10.c (__clog10): Likewise.
36826         * math/s_clog10f.c (__clog10f): Likewise.
36827         * math/s_clog10l.c (__clog10l): Likewise.
36828         * math/s_clogf.c (__clogf): Likewise.
36829         * math/s_clogl.c (__clogl): Likewise.
36830         * math/Makefile (libm-calls): Add x2y2m1.
36831         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36832         (__x2y2m1): Likewise.
36833         (__x2y2m1l): Likewise.
36834         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36835         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36836         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36837         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36838         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36839         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36840         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36841         * sysdeps/i386/fpu/libm-test-ulps: Update.
36842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36844         [BZ #14621]
36845         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36846         int as type of variable DEPTH.
36847         (glob): Use size_t instead of int as type of variables NEWCOUNT
36848         and OLD_PATHC.
36850 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36852         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36853         Add s_sincosf-sse2.
36854         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36855         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36856         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36857         macros for using routine as __sincosf_ia32.
36858         Use macro for function declaration and weak_alias.
36859         * sysdeps/i386/fpu/libm-test-ulps: Update.
36861         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36862         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36864         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36865         subnormal argument.
36866         * math/s_cexpf.c (__cexpf): Likewise.
36867         * math/s_csinf.c (__csinf): Likewise.
36868         * math/s_csinhf.c (__csinhf): Likewise.
36869         * math/s_ctanf.c (__ctanf): Likewise.
36870         * math/s_ctanhf.c (__ctanhf): Likewise.
36871         * math/s_ccosh.c (__ccoshf): Likewise.
36872         * math/s_cexp.c (__cexpl): Likewise.
36873         * math/s_csin.c (__csin): Likewise.
36874         * math/s_csinh.c (__csinh): Likewise.
36875         * math/s_ctan.c (__ctan): Likewise.
36876         * math/s_ctanh.c (ctanh): Likewise.
36877         * math/s_ccoshl.c (__ccoshl): Likewise.
36878         * math/s_cexpl.c (__cexpl): Likewise.
36879         * math/s_csinl.c (__csinl): Likewise.
36880         * math/s_csinhl.c (__csinhl): Likewise.
36881         * math/s_ctanl.c (__ctanl): Likewise.
36882         * math/s_ctanhl.c (__ctanhl): Likewise.
36884 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36886         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36887         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36888         (_IO_off_t): Define to __off_t, not _G_off_t.
36889         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36890         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36891         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36892         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36893         type of __dummy and __dummy2 fields.
36894         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36895         (_G_ssize_t): Likewise.
36896         (_G_off_t): Likewise.
36897         (_G_pid_t): Likewise.
36898         (_G_uid_t): Likewise.
36899         (_G_wchar_t): Likewise.
36900         (_G_wint_t): Likewise.
36901         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36902         (_G_ssize_t): Likewise.
36903         (_G_off_t): Likewise.
36904         (_G_pid_t): Likewise.
36905         (_G_uid_t): Likewise.
36906         (_G_wchar_t): Likewise.
36907         (_G_wint_t): Likewise.
36908         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36909         (_G_ssize_t): Likewise.
36910         (_G_off_t): Likewise.
36911         (_G_pid_t): Likewise.
36912         (_G_uid_t): Likewise.
36913         (_G_wchar_t): Likewise.
36914         (_G_wint_t): Likewise.
36916 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36918         * malloc/arena.c: Include malloc-sysdep.h.
36919         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36920         is sufficient to shrink the heap or an unmap is needed.
36921         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36922         new function check_may_shrink_heap.
36923         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36924         new function check_may_shrink_heap.
36926 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36928         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36929         comments.
36931 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36933         * catgets/test-gencat.sh: Add "set -e".
36934         * elf/tst-pathopt.sh: Likewise.
36935         * grp/tst_fgetgrent.sh: Likewise.
36936         * iconvdata/run-iconv-test.sh: Likewise.
36937         * intl/tst-gettext.sh: Likewise.
36938         * intl/tst-gettext2.sh: Likewise.
36939         * intl/tst-gettext4.sh: Likewise.
36940         * intl/tst-gettext6.sh: Likewise.
36941         * intl/tst-translit.sh: Likewise.
36942         * io/ftwtest-sh: Likewise.
36943         * libio/test-freopen.sh: Likewise.
36944         * malloc/tst-mtrace.sh: Likewise.
36945         * posix/globtest.sh: Likewise.
36946         * posix/tst-getconf.sh: Likewise.
36947         * posix/wordexp-tst.sh: Likewise.
36948         * stdio-common/tst-printf.sh: Likewise.
36949         * stdio-common/tst-unbputc.sh: Likewise.
36950         * stdlib/tst-fmtmsg.sh: Likewise.
36951         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36952         * catgets/Makefile: Do not specify -e option when running
36953         testsuite shell scripts.
36954         * elf/Makefile: Likewise.
36955         * grp/Makefile: Likewise.
36956         * iconvdata/Makefile: Likewise.
36957         * intl/Makefile: Likewise.
36958         * io/Makefile: Likewise.
36959         * libio/Makefile: Likewise.
36960         * malloc/Makefile: Likewise.
36961         * posix/Makefile: Likewise.
36962         * stdio-common/Makefile: Likewise.
36963         * stdlib/Makefile: Likewise.
36964         * sysdeps/x86_64/Makefile: Likewise.
36966         * io/ftwtest-sh: Add copyright header.
36967         * posix/globtest.sh: Likewise.
36968         * posix/tst-getconf.sh: Likewise.
36969         * posix/wordexp-tst.sh: Likewise.
36970         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36972 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
36974         [BZ #13679]
36975         * Makeconfig (+link): Defined as $(+link-static) if
36976         $(build-shared) isn't yes.
36977         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36978         isn't yes.
36979         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36981         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36983         [BZ #14562]
36984         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36985         new chunk size with MALLOC_ALIGN_MASK.
36987 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
36989         [BZ #5044]
36990         * stdio-common/printf_fphex.c: Include <stdbool.h> and
36991         <rounding-mode.h>.
36992         (__printf_fphex): Determine rounding using get_rounding_mode and
36993         round_away.
36994         * stdio-common/tst-printf-round.c (struct hex_test): New
36995         structure.
36996         (hex_tests): New variable.
36997         (test_hex_in_one_mode): New function.
36998         (do_test): Also run tests for hex float output.
37000 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37002         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37003         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37004         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37005         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37006         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37007         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37008         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37009         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37011 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37013         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37014         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37015         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37016         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37018 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37020         [BZ #14579]
37021         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37022         mode only.
37023         * elf/tst-rtld-load-self.sh: New test.
37024         * elf/Makefile: Run it.
37026 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37028         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37029         (tst-writev-ENV): Remove.
37030         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37032 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37034         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37036 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37038         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37039         unconditional.
37040         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37041         Likewise.
37042         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37043         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37044         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37045         Likewise.
37047 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37049         [BZ #14587]
37050         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37051         * config.make.in (have-cpp-asm-debuginfo): Removed.
37052         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37053         * configure: Regenerated.
37055 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37057         [BZ #5044]
37058         * stdio-common/printf_fp.c: Include <stdbool.h> and
37059         <rounding-mode.h>.
37060         (___printf_fp): Determine rounding using get_rounding_mode and
37061         round_away.
37062         * stdio-common/tst-printf-round.c: New file.
37063         * stdio-common/Makefile (tests): Add tst-printf-round.
37064         (link-libm): New variable.
37065         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37067 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37069         [BZ #14576]
37070         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37071         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37072         Likewise.
37073         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37074         Likewise.
37076 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37078         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37079         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37080         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37081         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37083 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37085         [BZ #14518]
37086         * include/rounding-mode.h: New file.
37087         * sysdeps/generic/get-rounding-mode.h: Likewise.
37088         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37089         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37090         (MAX_VALUE): New macro.
37091         (MIN_VALUE): Likewise.
37092         (overflow_value): New function.
37093         (underflow_value): Likewise.
37094         (round_and_return): Use overflow_value and underflow_value to
37095         determine return values in overflow and underflow cases.  Use
37096         round_away to determine rounding depending on rounding mode.
37097         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37098         determine return values in overflow and underflow cases.
37099         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37100         (struct test_results): New structure.
37101         (struct test): Use struct test_results to store expected results
37102         for all rounding modes.
37103         (TEST): Include expected results for all rounding modes.
37104         (test_in_one_mode): New function.
37105         (do_test): Use test_in_one_mode to compute and check results.
37106         Check results for all rounding modes.
37107         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37108         $(link-libm).
37110 2012-12-09  Allan McRae  <allan@archlinux.org>
37112         * sysdeps/i386/fpu/libm-test-ulps: Update
37114 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37116         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37117         (_G_int32_t): Likewise.
37118         (_G_uint16_t): Likewise.
37119         (_G_uint32_t): Likewise.
37120         (_G_HAVE_BOOL): Likewise.
37121         (_G_HAVE_ATEXIT): Likewise.
37122         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37123         (_G_HAVE_IO_FILE_OPEN): Likewise.
37124         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37125         (_G_int32_t): Likewise.
37126         (_G_uint16_t): Likewise.
37127         (_G_uint32_t): Likewise.
37128         (_G_HAVE_BOOL): Likewise.
37129         (_G_HAVE_ATEXIT): Likewise.
37130         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37131         (_G_HAVE_IO_FILE_OPEN): Likewise.
37132         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37133         (_G_int32_t): Likewise.
37134         (_G_uint16_t): Likewise.
37135         (_G_uint32_t): Likewise.
37136         (_G_HAVE_BOOL): Likewise.
37137         (_G_HAVE_ATEXIT): Likewise.
37138         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37139         (_G_HAVE_IO_FILE_OPEN): Likewise.
37141 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37143         * csu/libc-tls.c: Update copyright years.
37145 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37147         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37148         [!_G_USING_THUNKS]: Remove conditional code.
37149         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37150         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37152         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37153         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37154         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37155         (_G_VTABLE_LABEL_PREFIX): Likewise.
37156         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37157         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37158         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37159         (_G_VTABLE_LABEL_PREFIX): Likewise.
37160         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37161         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37162         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37163         (_G_VTABLE_LABEL_PREFIX): Likewise.
37164         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37166 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37168         * libio/Makefile: Include ../Makeconfig before tests.
37169         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37170         only if $(build-shared) is yes.
37172         * iconv/gconv_db.c: Update copyright years.
37174 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37176         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37177         unwind info if defined PIC. Fix special cases description.
37178         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37180         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37181         DP_HI_MASK entry.
37182         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37184 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37186         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37188         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37189         is NULL.
37191         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37192         (LDLIBS-tst-chk4): This.
37193         (LDFLAGS-tst-chk5): Renamed to ...
37194         (LDLIBS-tst-chk5): This.
37195         (LDFLAGS-tst-chk6): Renamed to ...
37196         (LDLIBS-tst-chk6): This.
37197         (LDFLAGS-tst-lfschk4): Renamed to ...
37198         (LDLIBS-tst-lfschk4): This.
37199         (LDFLAGS-tst-lfschk5): Renamed to ...
37200         (LDLIBS-tst-lfschk5): This.
37201         (LDFLAGS-tst-lfschk6): Renamed to ...
37202         (LDLIBS-tst-lfschk6): This.
37204         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37205         on $(common-objpfx)soversions.mk.
37207 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37209         [BZ #10014]
37210         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37211         example host name.
37213 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37215         * malloc/arena.c (arena_get_retry): New function that gets
37216         another arena for the caller to try its request on.
37217         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37218         current arena cannot fulfill the request.
37219         (__libc_memalign): Likewise.
37220         (__libc_memalign): Likewise.
37221         (__libc_pvalloc): Likewise.
37222         (__libc_calloc): Likewise.
37224 2012-09-05  John Tobey  <john.tobey@gmail.com>
37226         [BZ #13542]
37227         * manual/arith.texi (Operations on Complex): Fix description
37228         of carg branch cut.
37230 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37232         [BZ #10014]
37233         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37234         host name.
37236         [BZ #10038]
37237         * manual/memory.texi (Memory): Make order of menu items match
37238         order of sections.
37240 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37242         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37243         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37244         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37246 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37248         * csu/libc-tls.c (static_dtv): Renamed to ...
37249         (_dl_static_dtv): This.  Make it global.
37250         (_dl_initial_dtv): Removed.
37251         (__libc_setup_tls): Updated.
37252         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37253         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37254         DL_INITIAL_DTV.
37256 2012-09-06  Petr Machata  <pmachata@redhat.com>
37258         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37259         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37260         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37261         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37263 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37265         [BZ #14545]
37266         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37267         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37268         freeing dtv[-1].
37270 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37272         [BZ #14544]
37273         * Makeconfig (link-static-before-libc): Replace $(+prector)
37274         with $(+prectorT).
37275         (link-static-after-libc): Replace $(+postctor) with
37276         $(+postctorT).
37277         (link-bounded): Replace $(+prector)/$(+postctor) with
37278         $(+prectorT)/$(+postctorT).
37279         (+prectorT): New macro.
37280         (+postctorT): Likewise.
37282 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37284         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37285         (round_str): Handle values above the maximum for IBM long double
37286         as inexact.
37287         * stdlib/tst-strtod-round.c (tests): Regenerated.
37289 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37291         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37292         assembler flag.
37293         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37294         zarch_nohighgprs around the zarch optimized routines.
37295         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37296         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37297         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37298         for zarch.
37300 2012-09-05  David S. Miller  <davem@davemloft.net>
37302         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37304         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37305         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37306         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37307         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37308         entries.
37310 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37312         * malloc/arena.c: Fold copyright years.
37313         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37315 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37317         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37319 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37321         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37323 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37325         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37326         change internal state upon failure.
37328 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37330         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37331         * malloc/memusage.c (mmap): Likewise.
37332         (mmap64, mremap): Likewise.  Adjust name in comment.
37334 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37336         * libio/fileops.c: Fix typos in comments.
37337         * libio/oldfileops.c: Likewise.
37338         * libio/wfileops.c: Likewise.
37340 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37342         [BZ #1349]
37343         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37344         (tst-malloc-usable-ENV): Set environment for test case.
37345         * malloc/hooks.c (malloc_check_get_size): New function to get
37346         requested size.
37347         * malloc/malloc.c (musable): Use malloc_check_get_size.
37348         * malloc/tst-malloc-usable.c: New test case.
37350 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37352         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37354 2012-09-05  Allan McRae  <allan@archlinux.org>
37356         [BZ #13966]
37357         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37358         determine header location.
37359         * configure: Regenerated.
37361 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37363         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37364         float format.
37365         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37366         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37367         format.
37368         (test): Regenerate.
37370 2012-09-04  David S. Miller  <davem@davemloft.net>
37372         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37373         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37374         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37376 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37378         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37379         failures.
37381         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37383 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37385         [BZ #9914]
37386         * libio/iogetdelim.c: Include <limits.h>.
37387         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37388         + len + 1 would overflow.
37390 2012-09-03  Andreas Jaeger  <aj@suse.de>
37392         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37393         * sysdeps/i386/fpu/libm-test-ulps: Update.
37395 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37397         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37398         Add s_sinf-sse2, s_conf-sse2.
37400         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37401         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37402         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37403         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37405         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37406         for using routine as __sinf_ia32.
37407         Use macro for function declaration and weak_alias.
37408         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37409         for using routine as __cosf_ia32.
37410         Use macro for function declaration and weak_alias.
37412         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37413         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37415         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37416         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37417         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37419         * math/libm-test.inc (cos_test): Add more test cases.
37420         (sin_test): Likewise.
37421         (sincos_test): Likewise.
37423 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37425         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37426         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37427         hidden.
37428         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37430 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37432         [BZ #14538]
37433         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37434         first element of the GOT.
37435         (elf_machine_load_address): Return the difference between
37436         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37438 2012-09-01  Allan McRae  <allan@archlinux.org>
37440         [BZ #13412]
37441         * configure.in (AWK): Require gawk version 3.0 or later.
37442         * configure: Regenerated.
37444 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37446         * sysdeps/unix/sysv/linux/kernel-features.h
37447         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37448         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37449         [__NR_clock_getres]: Make code unconditional.
37450         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37451         (clock_getcpuclockid): Remove code left unreachable by removal of
37452         conditionals.
37453         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37454         code unconditional.
37455         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37456         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37457         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37458         Make code unconditional.
37459         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37460         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37461         * sysdeps/unix/sysv/linux/clock_settime.c
37462         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37463         conditional code.
37464         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37465         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37467 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37469         [BZ #14476]
37470         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37471         scripts/test-installation.pl.
37473         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37474         and $ld_so_version if it is set.
37476 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37478         [BZ #14516]
37479         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37480         failure if reading from procfs failed.
37481         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37483 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37485         * sysdeps/unix/sysv/linux/kernel-features.h
37486         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37487         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37488         Remove conditional code.
37489         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37490         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37491         Remove conditional code.
37492         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37493         * sysdeps/unix/sysv/linux/i386/fxstat.c
37494         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37495         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37496         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37497         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37498         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37499         * sysdeps/unix/sysv/linux/i386/lxstat.c
37500         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37501         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37502         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37503         Remove conditional code.
37504         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37505         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37506         Remove conditional code.
37507         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37508         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37509         <kernel-features.h>.
37510         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37511         Remove.
37512         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37513         Remove conditional code.
37514         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37515         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37516         Remove conditional.
37518 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37520         [BZ #5400]
37521         * NEWS: Add fixed bug number.
37523 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37525         [BZ #14519]
37526         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37527         underflowing exponent in case of negative sign.
37528         * stdlib/tst-strtod-round-data: Add more tests.
37529         * stdlib/tst-strtod-round.c (tests): Regenerated.
37531         [BZ #3479]
37532         * stdlib/strtod_l.c (NDIG): Remove.
37533         (HEXNDIG): Likewise.
37534         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37535         smallest representable value.
37536         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37537         lie within an exact representation of 1/2 ulp of the result.
37538         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37539         unconditionally.
37540         (TENS_P9_IDX): Define unconditionally.
37541         (TENS_P9_SIZE): Likewise.
37542         (TENS_P10_IDX): Likewise.
37543         (TENS_P10_SIZE): Likewise.
37544         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37545         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37546         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37547         entries for 10^2^13 and 10^2^14.
37548         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37549         (TENS_P13_IDX): Define.
37550         (TENS_P13_SIZE): Likewise.
37551         (TENS_P14_IDX): Likewise.
37552         (TENS_P14_SIZE): Likewise.
37553         (_fpioconst_pow10): Change array size to
37554         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37555         unconditional.
37556         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37557         1024]: Add entries for 10^2^13 and 10^2^14.
37558         [LAST_POW10 > _LAST_POW10]: Remove #error.
37559         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37560         (_fpioconst_pow10): Change array size to
37561         FPIOCONST_POW10_ARRAY_SIZE.
37562         * stdlib/gen-fpioconst.c: New file.
37563         * stdlib/gen-tst-strtod-round.c: Likewise.
37564         * stdlib/tst-strtod-round-data: Likewise.
37565         * stdlib/tst-strtod-round.c: Likewise.
37566         * stdlib/Makefile (tests): Add tst-strtod-round.
37568         [BZ #14459]
37569         * stdlib/strtod_l.c: Include <stdint.h>.
37570         (NDEBUG): Do not define.
37571         (round_and_return): Change EXPONENT parameter to type intmax_t.
37572         Rearrange calculations to avoid internal overflow possibilities.
37573         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37574         Rearrange calculations to avoid internal overflow possibilities.
37575         Assert that number fits inside MPNSIZE limbs.
37576         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37577         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37578         calculations and add assertions to avoid internal overflow
37579         possibilities.  Add casts to avoid signed/unsigned operations.
37580         * stdlib/tst-strtod-overflow.c: New file.
37581         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37583 2012-08-25  Marek Polacek  <polacek@redhat.com>
37585         * time/time.h: Fix some typos in comments.
37587 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37589         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37590         * posix/tst-rfc3484-2.c: Likewise.
37591         * posix/tst-rfc3484-3.c: Likewise.
37593 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37595         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37596         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37598 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37600         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37601         #include of fxstatat64.c.
37603 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37605         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37606         * shadow/getspent_r.c: Likewise.
37607         * shadow/getspnam.c: Likewise.
37608         * shadow/getspnam_r.c: Likewise.
37609         * gshadow/getsgent.c: Likewise.
37610         * gshadow/getsgent_r.c: Likewise.
37611         * gshadow/getsgnam.c: Likewise.
37612         * gshadow/getsgnam_r.c: Likewise.
37613         * inet/getnetbyad.c: Likewise.
37614         * inet/getnetbyad_r.c: Likewise.
37615         * inet/getnetbynm.c: Likewise.
37616         * inet/getnetbynm_r.c: Likewise.
37617         * inet/getnetent.c: Likewise.
37618         * inet/getnetent_r.c: Likewise.
37619         * inet/getproto.c: Likewise.
37620         * inet/getproto_r.c: Likewise.
37621         * inet/getprtent.c: Likewise.
37622         * inet/getprtent_r.c: Likewise.
37623         * inet/getprtname.c: Likewise.
37624         * inet/getprtname_r.c: Likewise.
37625         * inet/getrpcbyname.c: Likewise.
37626         * inet/getrpcbyname_r.c: Likewise.
37627         * inet/getrpcbynumber.c: Likewise.
37628         * inet/getrpcbynumber_r.c: Likewise.
37629         * inet/getrpcent.c: Likewise.
37630         * inet/getrpcent_r.c: Likewise.
37631         * inet/getaliasent.c: Likewise.
37632         * inet/getaliasent_r.c: Likewise.
37633         * inet/getaliasname.c: Likewise.
37634         * inet/getaliasname_r.c: Likewise.
37635         * nscd/getgrgid_r.c: Likewise.
37636         * nscd/getgrnam_r.c: Likewise.
37637         * nscd/gethstbyad_r.c: Likewise.
37638         * nscd/gethstbynm3_r.c: Likewise.
37639         * nscd/getpwnam_r.c: Likewise.
37640         * nscd/getpwuid_r.c: Likewise.
37641         * nscd/getsrvbynm_r.c: Likewise.
37642         * nscd/getsrvbypt_r.c: Likewise.
37643         * nscd/gai.c: Likewise.
37645         * configure.in (build_nscd): New substituted variable, set
37646         by --disable-build-nscd and defaults to $use_nscd.
37647         * configure: Regenerated.
37648         * config.make.in (build-nscd): New substituted variable.
37649         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37650         Change conditional to require [$(build-nscd) = yes] as well.
37651         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37653         [BZ# 13696]
37654         * configure.in (use_nscd): New substituted variable, set by
37655         --disable-nscd.  If enabled, define USE_NSCD.
37656         * configure: Regenerated.
37657         * config.h.in: Add USE_NSCD.
37658         * config.make.in (use-nscd): New substituted variable.
37659         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37660         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37661         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37662         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37663         (CFLAGS-getgrnam_r.c): Likewise.
37664         (CFLAGS-initgroups.c): Likewise.
37665         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37666         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37667         Variables removed.
37668         * inet/getnetgrent_r.c
37669         (nscd_setnetgrent): New function, broken out of ...
37670         (setnetgrent): ... here.  Call it.
37671         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37672         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37673         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37674         * nscd/Makefile (routines, aux): Move definitions after include of
37675         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37676         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37677         Conditionalize on [USE_NSCD].
37678         (is_nscd, nscd_init_cb): Likewise.
37679         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37680         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37681         * nss/nss_db/db-init.c: Likewise.
37682         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37683         [USE_NSCD].
37684         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37685         (make_request): Use it.
37686         (cache_valid_p): New function.
37687         (__check_pf): Use it.
37688         * NEWS: Add item for --disable-nscd.
37690 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37692         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37693         to support sed >= 4.2.1-20-ga9bf076.
37694         * configure: Regenerated.
37696 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37698         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37699         Conditionalize whole body on [IREL].
37701 2012-08-22  Jeff Law <law@redhat.com>
37703         [BZ #14505]
37704         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37705         if the family is PF_UNSPEC.
37707 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37709         * Makerules (lib-version): Rename from V.
37710         (install-lib-nosubdir): Change V to lib-version.
37712 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37714         [BZ #14252]
37715         * powerpc32/power6/wcschr.c: New file.
37716         * powerpc32/power6/wcscpy.c: New file.
37717         * powerpc32/power6/wcsrchr.c: New file.
37718         * powerpc64/power6/wcschr.c: New file.
37719         * powerpc64/power6/wcscpy.c: New file.
37720         * powerpc64/power6/wcsrchr.c: New file.
37722 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37724         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37725         (two_way_short_needle): Use it.
37726         * string/strstr.c (AVAILABLE1_USES_J): Define.
37727         * string/strcasestr.c: Likewise.
37729         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37730         array references.
37731         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37733         [BZ #11607]
37734         * NEWS: Add an entry.
37735         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37736         define their defaults.
37737         (two_way_short_needle): Detect end-of-string on-the-fly.
37738         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37739         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37740         * string/bug-strcasestr1.c: New test.
37741         * string/Makefile: Run it.
37743 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37745         [BZ #11607]
37746         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37747         the first character.
37749 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37751         * csu/elf-init.c (__libc_csu_irel): Function removed.
37752         * csu/libc-start.c (apply_irel): New function.
37753         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37755 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37757         * sysdeps/unix/sysv/linux/kernel-features.h
37758         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37759         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37760         <kernel-features.h>.
37761         [__NR_fadvise64_64]: Make code unconditional.
37762         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37763         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37764         !__NR_fadvise64_64)]: Likewise.
37765         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37766         !__NR_fadvise64_64))]: Likewise.
37767         [__NR_fadvise64]: Make code unconditional.
37768         [!__NR_fadvise64]: Remove conditional code.
37769         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37770         <kernel-features.h>.
37771         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37772         unconditional.
37773         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37774         conditional code.
37775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37776         not include <kernel-features.h>.
37777         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37778         unconditional.
37779         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37780         conditional code.
37781         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37782         include <kernel-features.h>.
37783         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37784         unconditional.
37785         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37786         conditional code.
37788 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37790         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37791         slight instruction rearrangements per scrollpipe analysis.
37792         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37794 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37796         * manual/syslog.texi (syslog; vsyslog, closelog):
37797         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37798         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37800         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37801         DSOCAPS to match condition on defining it.
37803 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37805         * sysdeps/unix/sysv/linux/kernel-features.h
37806         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37808         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37809         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37811         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37812         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37814         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37815         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37817         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37818         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37820         * sysdeps/unix/sysv/linux/kernel-features.h
37821         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37822         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37823         unconditional.
37824         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37825         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37826         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37827         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37828         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37829         Make code unconditional.
37830         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37831         (__mmap64) [!__NR_mmap2]: Likewise.
37832         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37833         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37834         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37835         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37836         [__NR_mmap2]: Make code unconditional.
37837         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37838         (__mmap64) [!__NR_mmap2]: Likewise.
37840 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37842         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37844 2012-08-18  Andreas Jaeger  <aj@suse.de>
37846         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37848 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37850         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37851         * include/unistd.h (__have_sock_cloexec): Likewise.
37852         (__have_pipe2): Likewise.
37853         (__have_dup3): Likewise.
37855 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37857         [BZ #9685]
37858         * include/unistd.h (__have_pipe2): Change define into an extern int.
37859         (__have_dup3): Likewise.
37860         * socket/have_sock_cloexec.c: Include fcntl.h.
37861         (__have_pipe2): New variable.
37862         (__have_dup3): Likewise.
37864 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37866         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37868 2012-08-17  Marek Polacek  <polacek@redhat.com>
37870         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37871         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37873 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37875         * configure.in: Add AC_SUBST for sysheaders.
37876         * configure: Regenerated.
37877         * config.make.in (sysheaders): New substituted variable.
37879         * sysdeps/unix/mkfifo.c: Moved ...
37880         * sysdeps/posix/mkfifo.c: ... here.
37881         * sysdeps/unix/mkfifoat.c: Moved ...
37882         * sysdeps/posix/mkfifoat.c: ... here.
37884         * sysdeps/unix/utime.c: Moved ...
37885         * sysdeps/posix/utime.c: ... here.
37887         * sysdeps/unix/time.c: Moved ...
37888         * sysdeps/posix/time.c: ... here.
37889         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37890         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37892         * sysdeps/unix/nice.c: Moved ...
37893         * sysdeps/posix/nice.c: ... here.
37895         * sysdeps/unix/alarm.c: Moved ...
37896         * sysdeps/posix/alarm.c: ... here.
37898         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37900 2012-08-17  Jeff Law <law@redhat.com>
37902         * intl/Makefile (codeset_mo): New variable.
37903         ($(codeset_mo)): New target.
37904         (tst-codeset.out): Depend on that.  Remove explicit rule.
37905         (tst-gettext3.out, tst-gettext5.out): Likewise.
37906         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37907         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37908         * intl/tst-codeset.sh: Remove.
37909         * intl/tst-gettext3.sh: Likewise.
37910         * intl/tst-gettext5.sh: Likewise.
37912 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37914         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37915         * sysdeps/unix/syscalls.list: ... here.
37917         * sysdeps/posix/getaddrinfo.c
37918         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37919         (gaiconf_init, gaiconf_reload): Use them.
37920         [!_STATBUF_ST_NSEC]
37921         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37922         Define using time_t rather than struct timespec.
37924         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37925         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37926         Macros removed.
37927         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37928         [!NO_THREADS].
37929         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37930         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37931         Likewise.
37933         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37934         __libc_cleanup_push argument.
37936         * bits/param.h: New file.
37937         * misc/sys/param.h: New file.
37938         * include/sys/param.h: New file.
37939         * misc/Makefile (headers): Add bits/param.h.
37940         * sysdeps/generic/sys/param.h: File removed.
37941         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37942         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37943         * sysdeps/mach/hurd/bits/param.h: New file.
37944         * sysdeps/mach/hurd/sys/param.h: File removed.
37946         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37947         last change.
37949         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37950         [_IO_MTSAFE_IO].
37951         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37952         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37953         New macros.
37955         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37956         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37957         rather than -D_IO_MTSAFE_IO conditionally.
37958         * stdio-common/Makefile (CPPFLAGS): Likewise.
37959         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37960         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37961         Use $(libio-mtsafe).
37962         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37963         of -D_IO_MTSAFE_IO.
37964         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37965         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37966         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37967         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37968         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37969         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37970         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37971         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37972         (CFLAGS-fread_u_chk.c): Likewise.
37973         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37974         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37975         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37976         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37977         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37978         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37979         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37980         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37981         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37983         * libio/Makefile: Test [$(libc-reentrant) = yes]
37984         instead of [$(filter %REENTRANT, $(defines)) nonempty].
37986         * Makeconfig
37987         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37988         * sysdeps/pthread/configure: File removed.
37989         * sysdeps/pthread/Makeconfig: New file.
37990         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37991         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37993 2012-08-16  Gary Benson  <gbenson@redhat.com>
37995         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37996         unmapping the first object in a namespace.
37998 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38000         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38001         (__internal_setnetgrent): ... this.  Add internal_function to
38002         definition.  Add libc_hidden_def.
38003         (setnetgrent): Update caller.
38004         (internal_endnetgrent): Renamed to ...
38005         (__internal_endnetgrent): ... this.  Add internal_function to
38006         definition.  Add libc_hidden_def.
38007         (endnetgrent): Update caller.
38008         (internal_getnetgrent_r): Renamed to ...
38009         (__internal_getnetgrent_r): ... this.  Add internal_function to
38010         definition.  Add libc_hidden_def.
38011         (__getnetgrent_r): Update caller.
38012         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38014 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38016         * stdlib/longlong.h: Update from GCC.
38018 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38020         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38021         on _QL, which is set by umul_ppmm but never used.
38022         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38023         variables, which are set by GMP macros but never used.
38024         * stdio-common/_itowa.c (_itowa): Likewise.
38025         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38026         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38028 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38030         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38031         struct La_sh_regs is not constant.
38032         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38033         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38034         and struct La_sparc64_regs are not constant.
38036 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38038         * sysdeps/unix/sysv/linux/kernel-features.h
38039         (__ASSUME_POSIX_TIMERS): Remove.
38040         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38041         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38042         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38043         Make code unconditional.
38044         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38045         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38046         Make code unconditional.
38047         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38048         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38049         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38050         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38051         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38052         Make code unconditional.
38053         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38054         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38055         (__libc_missing_posix_timers): Remove.
38057 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38059         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38060         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38062         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38064         * elf/dl-sym.c: Include <stdlib.h>.
38066         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38067         constants, which avoids warnings in 32-bit builds.
38069         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38070         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38072         * misc/lseek.c: File moved to ...
38073         * io/lseek.c: ... here.
38075         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38077         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38078         shifting LEN more than 31 bits at once.
38080 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38082         [BZ #14195]
38083         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38084         segmentation fault for a case of two empty input strings.
38085         * string/test-strncasecmp.c (check1): Renamed to...
38086         (bz12205): ...this.
38087         (bz14195): Add new testcase for two empty input strings and N > 0.
38088         (test_main): Call new testcase, adapt for renamed function.
38090 2012-08-15  Andreas Jaeger  <aj@suse.de>
38092         [BZ #14090]
38093         * crypt/md5test2.c: New test, based on test supplied by Serge
38094         Belyshev <belyshev@depni.sinp.msu.ru>.
38095         * crypt/Makefile (xtests): Add md5test-giant..
38096         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38098 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38100         [BZ #14090]
38101         * crypt/md5.c (md5_process_block): Don't assume the buffer
38102         length is less than 2**32.
38103         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38104         length is less than 2**64.
38106 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38108         * string/str-two-way.h: Include <sys/param.h>.
38109         (MAX): Macro removed.
38111         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38112         Move #define and #undef of memmove to just before and after
38113         including <string.h>.
38115         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38116         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38117         and after including <string.h>.  Move declarations of
38118         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38119         to before #include "string/memmove.c".
38121         * include/dirent.h: Declare __getdirentries.
38123         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38124         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38126 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38128         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38129         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38130         * sysdeps/i386/configure: Regenerated.
38131         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38132         STABS_CURRENT_FILE, and STABS_FUN.
38133         (END): Remove call to STABS_FUN_END.
38134         (STABS_CURRENT_FILE1): Delete.
38135         (STABS_CURRENT_FILE): Likewise.
38136         (STABS_FUN): Likewise.
38137         (STABS_FUN_END): Likewise.
38138         (STABS_FUN2): Likewise.
38139         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38140         * sysdeps/x86_64/configure: Regenerated.
38142 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38144         * elf/dl-open.c: Include <atomic.h>.
38145         * elf/dl-lookup.c: Likewise.
38147 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38149         * sysdeps/unix/sysv/linux/kernel-features.h
38150         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38151         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38152         unconditionally.
38153         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38154         unconditionally.
38155         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38156         condition on __ASSUME_CLONE_THREAD_FLAGS.
38158 2012-08-14  Andreas Jaeger  <aj@suse.de>
38160         * sysdeps/i386/fpu/libm-test-ulps: Update.
38162 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38164         * include/atomic.h (atomic_exchange_and_add): Split into ...
38165         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38166         New atomic macros.
38168 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38170         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38172 2012-08-13  Jeff Law <law@redhat.com>
38174         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38175         null byte in the output string.
38177 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38179         * sysdeps/unix/sysv/linux/kernel-features.h
38180         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38181         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38182         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38183         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38184         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38185         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38186         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38188 2012-08-09  Jeff Law <law@redhat.com>
38190         [BZ #13939]
38191         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38192         When avoid_arena is set, don't retry in the that arena.  Pick the
38193         next one, whatever it might be.
38194         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38195         (arena_lock): Pass in new parameter to arena_get2.
38196         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38197         arena_get2.
38198         (__libc_malloc): Unify retrying after main arena failure with
38199         __libc_memalign version.
38200         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38202 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38204         [BZ #14166]
38205         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38206         to __redirect_strstr.
38207         (__strstr_sse42): Use typeof __redirect_strstr.
38208         (__strstr_ia32): Likewise.
38209         (__libc_strstr): New prototype.
38210         (strstr): Renamed to ...
38211         (__libc_strstr): This.
38212         (strstr): New strong alias of __libc_strstr.
38213         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38214         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38215         __redirect_time.
38216         Include <time.h>.
38217         (__libc_time): New prototype.
38218         (time_ifunc): Replace time with __libc_time.
38219         (time): New strong alias and hidden definition of __libc_time.
38220         (__GI_time): Remove strong alias.
38221         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38222         Include <stddef.h>.
38223         (memmove): Redefined to __redirect_memmove.
38224         (__memmove_sse2): Use typeof __redirect_memmove.
38225         (__memmove_ssse3): Likewise.
38226         (__memmove_ssse3_back): Likewise.
38227         (__libc_memmove): New prototype.
38228         (memmove): Renamed to ...
38229         (__libc_memmove): This.
38230         (memmove): New strong alias of __libc_memmove.
38232 2012-08-08  Mark Salter  <msalter@redhat.com>
38234         * elf/elf.h
38235         (R_MN10300_TLS_GD): Define.
38236         (R_MN10300_TLS_LD): Likewise.
38237         (R_MN10300_TLS_LDO): Likewise.
38238         (R_MN10300_TLS_GOTIE): Likewise.
38239         (R_MN10300_TLS_IE): Likewise.
38240         (R_MN10300_TLS_LE): Likewise.
38241         (R_MN10300_TLS_DTPMOD): Likewise.
38242         (R_MN10300_TLS_DTPOFF): Likewise.
38243         (R_MN10300_TLS_TPOFF): Likewise.
38244         (R_MN10300_SYM_DIFF): Likewise.
38245         (R_MN10300_ALIGN): Likewise.
38246         (R_MN10300_NUM): Update.
38248 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38250         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38251         Remove.
38253 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38255         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38257         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38258         sysdeps/unix -> sysdeps/posix move.
38259         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38261 2012-08-07      Allan McRae     <allan@archlinux.org>
38263         [BZ #14303]
38264         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38265         (SUNOS_CPP): Likewise.
38266         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38267         not found.
38268         (open_input): Call CPP using execvp.
38270 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38272         * sysdeps/unix/sysv/linux/kernel-features.h
38273         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38274         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38275         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38276         (__ASSUME_WAITID_SYSCALL): Likewise.
38277         * sysdeps/unix/sysv/linux/dl-execstack.c
38278         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38279         code unconditional.
38280         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38281         conditional code.
38282         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38283         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38284         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38285         code.
38286         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38287         unconditional.
38288         [__ASSUME_WAITID_SYSCALL]: Likewise.
38289         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38291 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38293         * sysdeps/unix/closedir.c: Renamed to ...
38294         * sysdeps/posix/closedir.c: ... here.
38295         * sysdeps/unix/dirfd.c: Renamed to ...
38296         * sysdeps/posix/dirfd.c: ... here.
38297         * sysdeps/unix/dirstream.h: Renamed to ...
38298         * sysdeps/posix/dirstream.h: ... here.
38299         * sysdeps/unix/fdopendir.c: Renamed to ...
38300         * sysdeps/posix/fdopendir.c: ... here.
38301         * sysdeps/unix/opendir.c: Renamed to ...
38302         * sysdeps/posix/opendir.c: ... here.
38303         * sysdeps/unix/readdir.c: Renamed to ...
38304         * sysdeps/posix/readdir.c: ... here.
38305         * sysdeps/unix/readdir_r.c: Renamed to ...
38306         * sysdeps/posix/readdir_r.c: ... here.
38307         * sysdeps/unix/rewinddir.c: Renamed to ...
38308         * sysdeps/posix/rewinddir.c: ... here.
38309         * sysdeps/unix/seekdir.c: Renamed to ...
38310         * sysdeps/posix/seekdir.c: ... here.
38311         * sysdeps/unix/telldir.c: Renamed to ...
38312         * sysdeps/posix/telldir.c: ... here.
38313         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38314         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38315         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38316         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38318         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38319         * bits/fcntl.h: ... here.
38321         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38322         not 0.
38323         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38324         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38325         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38326         (struct flock): Move l_start, l_len to the beginning.
38327         Use __pid_t for l_pid.
38328         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38329         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38330         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38331         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38332         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38333         [__USE_LARGEFILE64] (struct flock64): New type.
38334         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38336         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38337         * bits/dirent.h: ... here.
38339         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38340         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38342 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38344         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38345         Change from 2.6.0 to 2.6.16.
38346         * sysdeps/unix/sysv/linux/configure: Regenerated.
38347         * sysdeps/unix/sysv/linux/kernel-features.h
38348         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38349         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38350         version.
38351         (__ASSUME_UTIMES): Likewise.
38352         (__ASSUME_CLONE_STOPPED): Remove.
38353         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38354         architectures, not kernel version.
38355         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38356         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38357         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38358         (__ASSUME_WAITID_SYSCALL): Likewise.
38359         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38360         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38361         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38362         refer to older versions.
38364 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38366         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38367         Define alphasort64 as an alias.
38368         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38369         Define versionsort64 as an alias.
38370         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38371         Define scandir64 as an alias.
38372         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38373         Define scandirat64 as an alias.
38374         * dirent/alphasort64.c (alphasort64):
38375         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38376         * dirent/versionsort64.c: Likewise.
38377         * dirent/scandir64.c: Likewise.
38378         * dirent/scandirat64.c: Likewise.
38379         * sysdeps/wordsize-64/alphasort.c: File removed.
38380         * sysdeps/wordsize-64/alphasort64.c: File removed.
38381         * sysdeps/wordsize-64/scandir.c: File removed.
38382         * sysdeps/wordsize-64/scandir64.c: File removed.
38383         * sysdeps/wordsize-64/scandirat.c: File removed.
38384         * sysdeps/wordsize-64/scandirat64.c: File removed.
38385         * sysdeps/wordsize-64/versionsort.c: File removed.
38386         * sysdeps/wordsize-64/versionsort64.c: File removed.
38387         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38388         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38389         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38390         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38391         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38392         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38393         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38394         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38396         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38397         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38398         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38399         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38400         [defined __arch64__ || defined __sparcv9]
38401         (__INO_T_MATCHES_INO64_T): New macro.
38402         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38403         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38404         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38405         * sysdeps/unix/sysv/linux/bits/dirent.h
38406         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38407         (_DIRENT_MATCHES_DIRENT64): New macro.
38409         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38410         Define lockf64 as an alias.
38411         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38412         Define fseeko64 as an alias.
38413         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38414         Define ftello64 as an alias.
38415         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38416         Define _IO_fgetpos64 and fgetpos64 as aliases.
38417         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38418         Define _IO_fsetpos64 and fsetpos64 as aliases.
38419         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38420         Conditionalize body on this.
38421         * libio/fseeko64.c: Likewise.
38422         * libio/ftello64.c: Likewise.
38423         * libio/iofgetpos64.c: Likewise.
38424         * libio/iofsetpos64.c: Likewise.
38425         * sysdeps/wordsize-64/lockf.c: File removed.
38426         * sysdeps/wordsize-64/lockf64.c: File removed.
38427         * sysdeps/wordsize-64/fseeko.c: File removed.
38428         * sysdeps/wordsize-64/fseeko64.c: File removed.
38429         * sysdeps/wordsize-64/ftello.c: File removed.
38430         * sysdeps/wordsize-64/ftello64.c: File removed.
38431         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38432         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38433         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38434         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38435         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38436         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38437         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38438         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38439         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38440         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38441         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38442         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38443         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38444         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38446         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38447         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38448         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38449         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38450         [defined __arch64__ || defined __sparcv9]
38451         (__OFF_T_MATCHES_OFF64_T): New macro.
38452         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38453         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38454         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38455         (__OFF_T_MATCHES_OFF64_T): New macro.
38457 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38459         * stdlib/secure-getenv.c (__secure_getenv): Replace
38460         GLIBC_2_16 with GLIBC_2_17.
38462 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38464         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38465         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38467 2012-08-03  David S. Miller  <davem@davemloft.net>
38469         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38471 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38473         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38474         Remove.
38475         (__ASSUME_CORRECT_SI_PID): Likewise.
38476         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38477         (__ASSUME_TMPFS_NAME): Likewise.
38478         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38479         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38480         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38481         (HAVE_AUX_SECURE): Make definition unconditional.
38482         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38483         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38485 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38487         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38488         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38489         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38490         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38491         __eloop_threshold instead of SYMLOOP_MAX.
38493         * sysdeps/generic/eloop-threshold.h: New file.
38494         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38495         of MAXSYMLINKS.
38496         * elf/chroot_canon.c (chroot_canon): Likewise.
38498 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38500         [BZ #13717]
38501         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38502         Change to 2.6.0 everywhere.
38503         * sysdeps/unix/sysv/linux/configure: Regenerated.
38504         * sysdeps/unix/sysv/linux/kernel-features.h
38505         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38506         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38507         kernel versions.
38508         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38509         (__ASSUME_FUTEX_REQUEUE): Remove.
38510         (__ASSUME_STATFS64): Define unconditionally.
38511         (__ASSUME_AT_SECURE): Likewise.
38512         (__ASSUME_CORRECT_SI_PID): Likewise.
38513         (__ASSUME_TGKILL): Define without depending on kernel version for
38514         i386.
38515         (__ASSUME_UTIMES): Likewise.
38516         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38517         kernel version.
38518         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38519         (__ASSUME_TMPFS_NAME): Likewise.
38520         * README: Update reference to Linux kernel versions.
38522 2012-08-02  Marek Polacek  <polacek@redhat.com>
38524         [BZ# 14150]
38525         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38526         libc_cv_asm_type_prefix with %.
38527         * configure: Regenerated.
38528         * include/libc-symbols.h: Remove comment about
38529         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38530         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38531         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38532         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38533         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38534         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38535         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38536         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38537         * elf/tst-unique2mod1.c: Likewise.
38538         * elf/tst-unique1mod2.c: Likewise.
38539         * elf/tst-unique1mod1.c: Likewise.
38540         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38541         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38542         Replace ASM_TYPE_DIRECTIVE with .type.
38543         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38544         * sysdeps/i386/sysdep.h: Likewise.
38545         * sysdeps/x86_64/sysdep.h: Likewise.
38546         * sysdeps/sh/sysdep.h: Likewise.
38547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38548         Do not define ASM_TYPE_DIRECTIVE.
38549         * sysdeps/powerpc/sysdep.h: Likewise.
38550         * sysdeps/powerpc/powerpc32/sysdep.h:
38551         Replace ASM_TYPE_DIRECTIVE with .type.
38552         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38553         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38554         * sysdeps/i386/fpu/e_powf.S: Likewise.
38555         * sysdeps/i386/fpu/e_expl.S: Likewise.
38556         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38557         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38558         * sysdeps/i386/fpu/e_pow.S: Likewise.
38559         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38560         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38561         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38562         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38563         * sysdeps/i386/fpu/e_log2.S: Likewise.
38564         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38565         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38566         * sysdeps/i386/fpu/e_powl.S: Likewise.
38567         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38568         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38569         * sysdeps/i386/fpu/e_logl.S: Likewise.
38570         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38571         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38572         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38573         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38574         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38575         * sysdeps/i386/fpu/e_log.S: Likewise.
38576         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38577         * sysdeps/i386/fpu/e_logf.S: Likewise.
38578         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38579         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38580         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38581         * sysdeps/i386/fpu/e_log10.S: Likewise.
38582         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38583         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38584         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38585         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38586         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38587         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38588         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38589         * sysdeps/i386/i686/strtok.S: Likewise.
38590         * sysdeps/i386/i386-mcount.S: Likewise.
38591         * sysdeps/i386/strtok.S: Likewise.
38592         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38593         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38594         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38595         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38596         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38597         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38598         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38599         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38600         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38601         * sysdeps/x86_64/_mcount.S: Likewise.
38602         * sysdeps/x86_64/strtok.S: Likewise.
38603         * sysdeps/sh/_mcount.S: Likewise.
38605 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38607         * libio/iofopen.c: Include <fcntl.h>.
38608         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38609         (_IO_fopen64, fopen64): Define as aliases.
38610         * libio/iofopen64.c: Include <fcntl.h>.
38611         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38612         Conditionalize body on this.
38613         * sysdeps/wordsize-64/iofopen.c: File removed.
38614         * sysdeps/wordsize-64/iofopen64.c: File removed.
38616 2012-08-01  Marek Polacek  <polacek@redhat.com>
38618         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38619         Use dlfcn directly instead of a variable.
38620         (binfmt-subdir): Do not define.
38621         (dlfcn): Likewise.
38623 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38625         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38626         Remove all definitions.
38627         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38628         <kernel-features.h>.
38629         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38630         (miss_F_GETOWN_EX): Remove all definitions.
38631         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38632         macro definition.
38633         [!__ASSUME_FCNTL64]: Remove conditional code.
38634         [__ASSUME_FCNTL64]: Make code unconditional.
38635         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38636         <kernel-features.h>.
38637         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38638         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38639         (lockf64) [__NR_fcntl64]: Make code unconditional.
38640         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38642         * sysdeps/unix/sysv/linux/kernel-features.h
38643         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38644         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38645         Make code unconditional.
38646         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38647         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38649         [__NR_vfork]: Make code unconditional.
38650         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38651         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38653         [__NR_vfork]: Make code unconditional.
38654         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38655         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38657 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38659         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38660         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38662         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38663         Define mkstemp64 as an alias.
38664         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38665         Define mkstemps64 as an alias.
38666         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38667         Define mkostemp64 as an alias.
38668         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38669         Define mkostemps64 as an alias.
38670         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38671         Conditionalize body on this.
38672         * misc/mkostemp64.c: Likewise.
38673         * misc/mkostemps64.c: Likewise.
38674         * misc/mkstemps64.c: Likewise.
38675         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38676         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38677         * sysdeps/wordsize-64/mkostemp.c: File removed.
38678         * sysdeps/wordsize-64/mkstemp.c: File removed.
38679         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38680         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38681         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38682         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38684         [BZ #14138]
38685         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38686         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38687         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38688         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38690         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38691         compat_symbol macros from <shlib-compat.h> rather than the underlying
38692         default_symbol_version and symbol_version macros, so that DEFAULT
38693         lines in shlib-versions are respected.
38694         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38696 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38698         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38699         Declare with warn_unused_result.
38700         (setgid, setregid, setegid, setresgid): Likewise.
38701         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38702         Likewise.
38703         * WUR-REPORT: Remove set*id functions.
38705 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38707         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38709 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38711         [BZ #10191]
38712         * include/sys/socket.h (__libc_accept, __libc_accept4):
38713         Add attribute_hidden.
38714         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38716         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38717         use of PTR_MANGLE.
38718         * inet/getnetgrent_r.c (setup): Likewise.
38720         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38722 2012-07-31  David S. Miller  <davem@davemloft.net>
38724         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38726 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38728         [BZ #13629]
38729         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38730         value between 1.0 and 2.0 and smaller part has absolute value less
38731         than 1.0.
38732         * math/s_clog10.c (__clog10): Likewise.
38733         * math/s_clog10f.c (__clog10f): Likewise.
38734         * math/s_clog10l.c (__clog10l): Likewise.
38735         * math/s_clogf.c (__clogf): Likewise.
38736         * math/s_clogl.c (__clogl): Likewise.
38737         * math/libm-test.inc (clog_test): Add more tests.
38738         (clog10_test): Likewise.
38739         * sysdeps/i386/fpu/libm-test-ulps: Update.
38740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38742 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38744         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38745         Exit with zero in case no suitable GID is found, and write a
38746         message to standard error.
38748 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38750         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38751         rather than to 1.
38752         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38753         (MAXPATHLEN): Removed.
38754         (NOGROUP, NODEV): New macros.
38755         (setbit, clrbit, isset, isclr): New macros.
38756         (howmany, roundup, powerof2): New macros.
38757         (DEV_BSIZE): New macro.
38759         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38760         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38762         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38763         definition on [!__NO_LONG_DOUBLE_MATH].
38765         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38766         PTR_MANGLE and PTR_DEMANGLE.
38768         * socket/accept4.c (accept4): Rename to __libc_accept4.
38769         Define accept4 as a weak alias.
38771         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38772         on [_DIRENT_HAVE_D_TYPE].
38773         * io/ftw.c (ftw_dir): Likewise.
38775         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38777         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38779         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38780         Use the BSD numbers rather than the arbitrary ones we had.
38781         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38782         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38783         (SIGXCPU, SIGXFSZ): New macros.
38784         (_NSIG): Now 32.
38786         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38787         initializer on [_LIBC_REENTRANT].
38789         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38790         definitions inside [_POSIX_MAPPED_FILES].
38792         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38794         * dirent/opendir.c: Include <fcntl.h>.
38796         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38797         (__libc_getspecific): Likewise.
38798         (__libc_key_create): Likewise.
38800         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38801         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38802         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38803         (tmpfile64): Define as alias.
38804         * sysdeps/wordsize-64/tmpfile.c: File removed.
38805         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38806         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38807         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38809         * stdio-common/vfscanf.c: Include <stdbool.h>.
38810         * nss/makedb.c: Likewise.
38811         * stdio-common/_i18n_number.h: Likewise.
38812         * argp/argp-help.c: Likewise.
38813         * posix/wordexp.c: Likewise.
38814         * sysdeps/posix/spawni.c: Likewise.
38815         * nss/nss_files/files-initgroups.c: Likewise.
38816         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38817         * nss/nss_files/files-initgroups.c: Likewise.
38818         * nss/nss_db/db-netgrp.c: Likewise.
38819         * nss/nss_db/db-initgroups.c: Likewise.
38820         * io/fchmodat.c: Include <sys/stat.h>.
38822         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38823         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38825         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38826         [HAVE_MMAP].
38828         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38829         Add multiple inclusion protection.
38831 2012-07-27  David S. Miller  <davem@davemloft.net>
38833         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38835 2012-07-27  Gary Benson  <gbenson@redhat.com>
38837         [BZ #14298]
38838         * elf/rtld.c: Include <stap-probe.h>.
38839         (dl_main): Added static probes "init_start" and "init_complete".
38840         * elf/dl-load.c: Include <stap-probe.h>.
38841         (lose): Take new parameter "nsid".
38842         Added static probe "map_failed".
38843         (_dl_map_object_from_fd): Pass namespace id to lose.
38844         Added static probe "map_start".
38845         (open_verify): Pass namespace id to lose.
38846         * elf/dl-open.c: Include <stap-probe.h>.
38847         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38848         and "reloc_complete".
38849         * elf/dl-close.c: Include <stap-probe.h>.
38850         (_dl_close_worker): Added static probes "unmap_start" and
38851         "unmap_complete".
38852         * elf/rtld-debugger-interface.txt: New file documenting the above.
38854 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38856         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38857         rather than a string variable.
38858         * sunrpc/rpc_main.c (h_output): Likewise.
38859         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38861 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38863         * inet/check_native.c: New file.
38865 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38867         [BZ #13629]
38868         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38869         if larger part has absolute value 1.0.
38870         * math/s_clog10.c (__clog10): Likewise.
38871         * math/s_clog10f.c (__clog10f): Likewise.
38872         * math/s_clog10l.c (__clog10l): Likewise.
38873         * math/s_clogf.c (__clogf): Likewise.
38874         * math/s_clogl.c (__clogl): Likewise.
38875         * math/libm-test.inc (clog_test): Add more tests.
38876         (clog10_test): Likewise.
38877         * sysdeps/i386/fpu/libm-test-ulps: Update.
38878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38880         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38881         (pltexit): Likewise.
38882         (La_regs): Likewise.
38883         (La_retval): Likewise.
38884         (int_retval): Likewise.
38885         Update #error for removed macros to refer only to definitions in
38886         tst-audit.h.
38887         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38888         macro.
38889         (pltexit): Likewise.
38890         (La_regs): Likewise.
38891         (La_retval): Likewise.
38892         (int_retval): Likewise.
38893         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38894         macro.
38895         (pltexit): Likewise.
38896         (La_regs): Likewise.
38897         (La_retval): Likewise.
38898         (int_retval): Likewise.
38899         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38900         macro.
38901         (pltexit): Likewise.
38902         (La_regs): Likewise.
38903         (La_retval): Likewise.
38904         (int_retval): Likewise.
38905         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38906         macro.
38907         (pltexit): Likewise.
38908         (La_regs): Likewise.
38909         (La_retval): Likewise.
38910         (int_retval): Likewise.
38911         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38912         macro.
38913         (pltexit): Likewise.
38914         (La_regs): Likewise.
38915         (La_retval): Likewise.
38916         (int_retval): Likewise.
38917         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38918         macro.
38919         (pltexit): Likewise.
38920         (La_regs): Likewise.
38921         (La_retval): Likewise.
38922         (int_retval): Likewise.
38923         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38924         macro definitions in tst-audit.h.
38925         * sysdeps/i386/tst-audit.h: New file.
38926         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38927         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38928         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38929         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38930         * sysdeps/sh/tst-audit.h: Likewise.
38931         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38932         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38933         * sysdeps/x86_64/tst-audit.h: Likewise.
38935 2012-07-26  Andreas Jaeger  <aj@suse.de>
38937         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38938         ptrace.
38940         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38941         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38942         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38943         PTRACE_O_MASK.
38944         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38945         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38946         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38948         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38949         value.
38951         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38952         _sigsys.
38953         (si_call_addr, si_syscall, si_arch): Define new macro.
38954         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38955         _sigsys.
38956         (si_call_addr, si_syscall, si_arch): Define new marcro.
38957         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38958         _sigsys.
38959         (si_call_addr, si_syscall, si_arch): Define new macro.
38960         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38961         _sigsys.
38962         (si_call_addr, si_syscall, si_arch): Define new macro.
38964 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38966         [BZ #13717]
38967         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38968         Change to 2.4.21 where previously 2.4.1.
38969         * sysdeps/unix/sysv/linux/configure: Regenerated.
38970         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38971         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38972         Linux kernel version.
38973         (__ASSUME_STD_AUXV): Remove.
38974         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38975         kernel version.
38976         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38977         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38978         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38979         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38980         (__ASSUME_NETLINK_SUPPORT): Likewise.
38981         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38982         (__no_netlink_support): Remove conditional definition.
38983         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38984         Remove.
38985         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38986         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38987         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38988         (if_nameindex_ioctl): Remove.
38989         (if_nameindex_netlink): Do not handle __no_netlink_support.
38990         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38991         code.
38992         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38993         Remove conditional code.
38994         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38995         code.
38996         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38997         unconditional.
38998         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38999         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39000         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39001         Remove.
39002         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39003         [!__ASSUME_STD_AUXV]: Remove conditional code.
39004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39005         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39006         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39008         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39009         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39010         code.
39011         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39013         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39014         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39015         conditional code.
39016         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39018         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39019         code.
39020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39021         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39022         conditional code.
39023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39024         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39025         code unconditional.
39026         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39027         conditional code.
39028         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39029         unconditional.
39030         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39031         conditional code.
39032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39033         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39034         unconditional.
39035         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39036         conditional code.
39037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39038         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39039         code unconditional.
39040         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39041         conditional code.
39042         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39043         unconditional.
39044         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39045         conditional code.
39046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39047         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39048         code unconditional.
39049         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39050         conditional code.
39051         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39052         unconditional.
39053         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39054         conditional code.
39056 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39058         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39059         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39060         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39061         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39062         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39063         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39064         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39065         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39066         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39067         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39068         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39069         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39070         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39071         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39072         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39073         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39074         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39075         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39076         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39077         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39078         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39079         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39080         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39082 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39084         * Versions.def: Add GLIBC_2.17.
39085         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39086         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39087         Introduce __libc_secure_getenv.
39088         * stdlib/Versions (2.17): Add secure_getenv
39089         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39090         * stdlib/secure-getenv.c: Rename __secure_getenv to
39091         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39092         symbol __secure_getenv for GLIBC_2.0.
39093         * stdlib/tst-secure-getenv.c: New.
39094         * stdlib/Makefile (tests): Add testcase.
39095         * manual/startup.texi (Environment Access): Document
39096         secure_getenv.
39097         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39098         __libc_secure_getenv.
39099         * inet/ruserpass.c (ruserpass): Likewise.
39100         * malloc/mtrace.c (mtrace): Likewise.
39101         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39102         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39103         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39104         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39105         HAVE_SECURE_GETENV.
39106         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39107         __secure_getenv to __libc_secure_getenv.
39108         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39110         Likewise.
39111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39112         Likewise.
39113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39114         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39115         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39116         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39117         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39119         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39121 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39123         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39124         (struct La_i86_retval): Likewise.
39125         (struct La_x86_64_regs): Likewise.
39126         (struct La_x86_64_retval): Likewise.
39127         (struct La_x32_regs): Likewise.
39128         (struct La_x32_retval): Likewise.
39129         (struct La_ppc32_regs): Likewise.
39130         (struct La_ppc32_retval): Likewise.
39131         (struct La_ppc64_regs): Likewise.
39132         (struct La_ppc64_retval): Likewise.
39133         (struct La_sh_regs): Likewise.
39134         (struct La_sh_retval): Likewise.
39135         (struct La_s390_32_regs): Likewise.
39136         (struct La_s390_32_retval): Likewise.
39137         (struct La_s390_64_regs): Likewise.
39138         (struct La_s390_64_retval): Likewise.
39139         (struct La_sparc32_regs): Likewise.
39140         (struct La_sparc32_retval): Likewise.
39141         (struct La_sparc64_regs): Likewise.
39142         (struct La_sparc64_retval): Likewise.
39143         (struct audit_ifaces): Remove architecture-specific pltenter and
39144         pltexit members.
39145         * sysdeps/i386/ldsodefs.h: New file.
39146         * sysdeps/powerpc/ldsodefs.h: Likewise.
39147         * sysdeps/s390/ldsodefs.h: Likewise.
39148         * sysdeps/sh/ldsodefs.h: Likewise.
39149         * sysdeps/sparc/ldsodefs.h: Likewise.
39150         * sysdeps/x86_64/ldsodefs.h: Likewise.
39152 2012-07-25  Marek Polacek  <polacek@redhat.com>
39154         [BZ #6808]
39155         * math/libm-test.inc (yn_test): Add another test.
39156         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39157         to ERANGE when the result is +-Inf.
39158         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39159         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39160         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39161         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39163 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39165         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39166         equal to 0.
39167         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39168         clock_t.
39169         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39171 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39173         * configure.in <sysdeps resolving>: Correct printing
39174         Implies_before.
39175         * configure: Regenerate.
39177 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39179         * math/w_ilogb.c: Include <limits.h>.
39180         * math/w_ilogbl.c: Likewise.
39182 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39184         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39185         va_copy.  Document allowing for unavailable va_copy only as
39186         pre-C99 compatibility.
39187         * manual/string.texi (Copying and Concatenation): Use va_copy
39188         instead of __va_copy in concat example.
39190 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39192         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39193         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39194         it if not null.
39196         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39197         with O_NOLINK passed to __file_name_lookup.
39199         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39200         with O_NOLINK passed to __file_name_lookup.
39202         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39203         negative N or less than NGIDS.
39205         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39206         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39207         enough.  Use memcpy instead of strncpy.
39209 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39211         * elf/Makefile (check-data): Remove.
39212         (localplt.data): New vpath directive.
39213         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39214         instead of $(check-data).
39215         * scripts/data/localplt-generic.data: Move to ...
39216         * sysdeps/generic/localplt.data: ... here.
39217         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39218         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39219         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39221         ... here.
39222         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39224         ... here.
39225         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39226         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39227         ... here.
39228         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39229         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39230         ... here.
39231         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39232         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39233         ... here.
39234         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39235         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39236         ... here.
39238 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39240         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39241         PPC32 and PPC64 files.
39242         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39243         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39245 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39247         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39248         __makecontext_ret to ...
39249         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39250         ... here and call exit if uc_link is NULL.  New file.
39251         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39252         __makecontext_ret.S.
39253         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39254         __makecontext_ret to ...
39255         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39256         ... here and call exit if uc_link is NULL.  New file.
39257         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39258         __makecontext_ret.S.
39260 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39262         * elf/elf.h (R_390_IRELATIVE): New definition.
39263         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39264         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39265         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39266         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39267         (elf_machine_lazy_rel): Likewise.
39268         * sysdeps/s390/dl-irel.h: New file.
39269         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39270         * sysdeps/s390/s390-64/memset.S: New asm code.
39271         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39272         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39273         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39274         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39275         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39276         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39277         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39278         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39279         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39280         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39281         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39282         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39283         * sysdeps/s390/s390-32/memset.S: New asm code.
39284         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39286 2012-07-17  Marek Polacek  <polacek@redhat.com>
39288         [BZ #14349]
39289         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39290         * sysdeps/s390/s390-64/configure.in: Likewise.
39291         * sysdeps/sparc/configure.in: Likewise.
39292         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39293         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39294         * sysdeps/i386/configure.in: Likewise.
39295         * sysdeps/x86_64/configure.in: Likewise.
39296         * sysdeps/sh/configure.in: Likewise.
39297         * sysdeps/s390/s390-32/configure: Regenerated.
39298         * sysdeps/s390/s390-64/configure: Likewise.
39299         * sysdeps/x86_64/configure: Likewise.
39300         * sysdeps/sh/configure: Likewise.
39301         * sysdeps/powerpc/powerpc64/configure: Likewise.
39302         * sysdeps/powerpc/powerpc32/configure: Likewise.
39303         * sysdeps/sparc/configure: Likwise.
39304         * sysdeps/i386/configure: Likewise.
39306         * elf/dl-open.c: Comment fixes.
39308 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39310         * Makefile [CXX] (check-data): Remove.
39311         [CXX] (c++-types.data): New vpath directive.
39312         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39313         vpath.  Do not allow for C++ type data being missing.
39314         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39315         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39316         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39317         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39318         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39319         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39320         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39322         ... here.
39323         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39325         ... here.
39326         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39328         ... here.
39329         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39330         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39331         ... here.
39332         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39333         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39334         ... here.
39335         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39336         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39337         ... here.
39338         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39339         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39340         ... here.
39341         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39342         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39344         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39345         definitions to architecture-specific files.
39346         (TLS_IE): Likewise.
39347         (TLS_LD): Likewise.
39348         (TLS_GD): Likewise.
39349         * sysdeps/i386/tls-macros.h: New file.
39350         * sysdeps/powerpc/tls-macros.h: Likewise.
39351         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39352         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39353         * sysdeps/sh/tls-macros.h: Likewise.
39354         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39355         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39356         * sysdeps/x86_64/tls-macros.h: Likewise.
39358 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39360         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39361         zero value for regular exit case.
39363         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39364         (__start_context): Preserve zero value for regular exit case.
39366 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39367             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39369         * manual/setjmp.texi (setcontext): Clarify normal process
39370         termination when uc_link is the null pointer.
39371         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39372         exit call.
39374 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39376         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39377         preprocessor.  Test for each exception mask separately.
39379 2012-07-16  Andreas Jaeger  <aj@suse.de>
39381         * po/ru.po: Update from translation team.
39383 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39385         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39386         equal to 0.
39387         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39388         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39389         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39390         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39391         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39393 2012-07-13  Andreas Jaeger  <aj@suse.de>
39395         * po/fr.po: Update from translation team.
39397 2012-07-12  Marek Polacek  <polacek@redhat.com>
39399         [BZ #14173]
39400         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39401         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39402         loop condition.
39404 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39406         [BZ #13717]
39407         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39408         Change to 2.4.1 where previously 2.4.0.
39409         * sysdeps/unix/sysv/linux/configure: Regenerated.
39410         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39411         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39412         version.
39413         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39414         (__ASSUME_AT_CLKTCK): Remove.
39415         (__ASSUME_AT_PAGESIZE): Likewise.
39416         (__ASSUME_AT_XID): Likewise.
39417         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39418         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39419         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39420         unconditionally.
39421         (HAVE_AUX_PAGESIZE): Likewise.
39422         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39423         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39424         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39426 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39428         [BZ #14307]
39429         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39430         the temporary buffer used to invoke __gethostbyname2_r,
39431         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39432         host_data / struct gaih_addrtuple.
39433         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39434         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39435         header file nss/nsswitch.h.
39436         * nss/nsswitch.h (global scope): Add definition of implementation
39437         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39438         resolv/nss_dns/dns-host.c).
39440 2012-07-11  Andreas Jaeger  <aj@suse.de>
39442         * po/fr.po: Update from translation team.
39444         * po/sv.po: Update from translation team
39445         * po/fr.po: Another update from translation team.
39447 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39449         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39450         for subnormals or multiply small sinh result by itself.
39451         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39452         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39454 2012-07-11  David S. Miller  <davem@davemloft.net>
39456         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39458 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39460         [BZ #14347]
39461         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39462         (INTERNAL_MARK): Shift it here.
39464 2012-07-10  Marek Polacek  <polacek@redhat.com>
39466         [BZ #14151]
39467         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39468         libc_cv_asm_global_directive with .globl.
39469         * configure: Regenerated.
39470         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39471         with .globl.
39472         * sysdeps/i386/configure: Regenerated.
39473         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39474         with .globl.
39475         * sysdeps/x86_64/configure: Regenerated.
39476         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39477         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39478         * elf/tst-unique2mod2.c: Likewise.
39479         * elf/tst-unique2mod1.c: Likewise.
39480         * elf/tst-unique1mod2.c: Likewise.
39481         * elf/tst-unique1mod1.c: Likewise.
39482         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39483         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39484         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39485         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39486         * sysdeps/mach/sysdep.h: Likewise.
39487         * sysdeps/i386/sysdep.h: Likewise.
39488         * sysdeps/i386/i386-mcount.S: Likewise.
39489         * sysdeps/x86_64/_mcount.S: Likewise.
39490         * sysdeps/x86_64/sysdep.h: Likewise.
39491         * sysdeps/sh/_mcount.S: Likewise.
39492         * sysdeps/sh/sysdep.h: Likewise.
39493         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39494         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39495         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39496         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39497         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39498         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39499         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39500         * locale/localeinfo.h: Likewise.
39501         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39502         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39504 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39506         [BZ #14336]
39507         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39508         system".
39509         * manual/message.texi (The Uniforum approach): Likewise.
39510         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39511         (glibc iconv Implementation): Likewise.
39513 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39515         [BZ #14337]
39516         * math/s_clog.c (__clog): Avoid scaling a value down where that
39517         could result in underflow.
39518         * math/s_clog10.c (__clog10): Likewise.
39519         * math/s_clog10f.c (__clog10f): Likewise.
39520         * math/s_clog10l.c (__clog10l): Likewise.
39521         * math/s_clogf.c (__clogf): Likewise.
39522         * math/s_clogl.c (__clogl): Likewise.
39523         * math/libm-test.inc (clog_test): Add more tests.
39524         (clog10_test): Likewise.
39525         * sysdeps/i386/fpu/libm-test-ulps: Update.
39526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39528 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39530         [BZ #14283]
39531         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39532         by 7 not 8 to examine high bit of fractional part.
39534         [BZ #14042]
39535         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39536         for call to __mcount_internal.
39537         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39538         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39539         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39541 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39543         [BZ #14154]
39544         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39545         approximation for values within 0x1p-13f of an odd multiple of
39546         pi/4.
39547         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39548         exception.  Add more tests.
39549         * sysdeps/i386/fpu/libm-test-ulps: Update.
39551         [BZ #6778]
39552         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39553         inputs and return -1 for them.  Do not check for +Inf in case not
39554         reachable for +Inf.
39555         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39556         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39557         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39558         and return -1 for them.  Do not check for +Inf in case not
39559         reachable for +Inf.
39560         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39561         define.
39562         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39563         and return -1 for them.  Do not check for +Inf in case not
39564         reachable for +Inf.
39565         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39566         spurious underflow.
39567         * sysdeps/i386/fpu/libm-test-ulps: Update.
39568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39570 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39572         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39574 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39576         [BZ #14157]
39577         [BZ #14331]
39578         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39579         could result in spurious underflow.  Scale down values above
39580         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39581         * math/s_csqrtf.c (__csqrtf): Likewise.
39582         * math/s_csqrtl.c (__csqrtl): Likewise.
39583         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39584         spurious underflow.
39585         * sysdeps/i386/fpu/libm-test-ulps: Update.
39586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39588 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39590         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39591         xopen-msg.sed.
39592         * catgets/xopen-msg.awk: New file.
39593         * catgets/xopen-msg.sed: Removed.
39595         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39596         po2text.sed.
39597         * intl/po2test.awk: New file.
39598         * intl/po2test.sed: Removed.
39600 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39602         [BZ #14328]
39603         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39604         or multiply small sinh result by itself.
39605         * math/s_ctanf.c (__ctanf): Likewise.
39606         * math/s_ctanh.c (__ctanh): Likewise.
39607         * math/s_ctanhf.c (__ctanhf): Likewise.
39608         * math/s_ctanhl.c (__ctanhl): Likewise.
39609         * math/s_ctanl.c (__ctanl): Likewise.
39610         * math/libm-test.inc (ctan_test_tonearest): New function.
39611         (ctan_test_towardzero): Likewise.
39612         (ctan_test_downward): Likewise.
39613         (ctan_test_upward): Likewise.
39614         (ctanh_test_tonearest): Likewise.
39615         (ctanh_test_towardzero): Likewise.
39616         (ctanh_test_downward): Likewise.
39617         (ctanh_test_upward): Likewise.
39618         (main): Call these new functions.
39619         * sysdeps/i386/fpu/libm-test-ulps: Update.
39620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39622 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39624         * .gitignore: Delete /ports entry.
39626 2012-07-03  Andreas Jaeger  <aj@suse.de>
39628         * po/bg.po: Update from translation team.
39629         * po/cs.po: Likewise.
39630         * po/de.po: Likewise.
39631         * po/hr.po: Likewise.
39632         * po/nl.pl: Likewise.
39633         * po/pl.po: Likewise.
39634         * po/vi.po: Likewise.
39636 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39638         * Makeconfig [!+link] (+link-before-libc): New variable.
39639         [!+link] (+link-after-libc): Likewise.
39640         [!+link] (+link-tests): Likewise.
39641         [!+link] (+link): Define in terms of $(+link-before-libc) and
39642         $(+link-after-libc).
39643         [!+link-static] (+link-static-before-libc): New variable.
39644         [!+link-static] (+link-static-after-libc): Likewise.
39645         [!+link-static] (+link-static-tests): Likewise.
39646         [!+link-static] (+link-static): Define in terms of
39647         $(+link-static-before-libc) and $(+link-static-after-libc).
39648         [build-shared] (link-libc-before-gnulib): New variable.
39649         [build-shared] (link-libc-tests): Likewise.
39650         [build-shared] (link-libc): Define in terms of
39651         $(link-libc-before-gnulib).
39652         [!build-shared] (link-libc-tests): New variable.
39653         (link-libc-static-tests): New variable.
39654         [!gnulib] (gnulib-arch): New variable.
39655         [!gnulib] (gnulib-tests): Likewise.
39656         [!gnulib] (static-gnulib-arch): Likewise.
39657         [!gnulib] (static-gnulib-tests): Likewise.
39658         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39659         Define with "=" instead of ":=".
39660         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39661         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39662         * Rules (binaries-all-notests): New variable.
39663         (binaries-all-tests): Likewise.
39664         (binaries-static-notests): Likewise.
39665         (binaries-static-tests): Likewise.
39666         (binaries-all): Define using $(binaries-all-notests) and
39667         $(binaries-all-tests).
39668         (binaries-static): Define using $(binaries-static-notests) and
39669         $(binaries-static-tests).
39670         (binaries-shared-tests): New variable.
39671         (binaries-shared-notests): Likewise.
39672         (binaries-shared): Remove variable.
39673         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39674         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39675         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39676         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39677         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39678         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39679         * elf/Makefile (sln-modules): New variable.
39680         (extra-objs): Add $(sln-modules:=.o).
39681         (ldconfig-modules): Add static-stubs.
39682         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39683         * elf/static-stubs.c: New file.
39685         [BZ #14283]
39686         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39687         by 7 not 8 to examine high bit of fractional part.  Use volatile
39688         variables when splitting into final array of floats if
39689         __FLT_EVAL_METHOD__ != 0.
39690         * math/libm-test.inc (cos_test): Add another test.
39691         (sin_test): Likewise.
39692         * sysdeps/i386/fpu/libm-test-ulps: Update.
39694         [BZ #14273]
39695         * math/libm-test.inc (cosh_test): Add more tests.
39697         * version.h (RELEASE): Set to "development".
39698         (VERSION): Set to "2.16.90".
39700 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39702         * NEWS: Update copyright. Remove last-updated date.
39703         Mention math library bug fixes and timezone data changes.
39704         * README: Mention GNU/Hurd, x32, and HPPA support status.
39706 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39708         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39710 2012-06-27  Andreas Jaeger  <aj@suse.de>
39712         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39714 2012-06-25  Andreas Jaeger  <aj@suse.de>
39716         * sysdeps/s390/fpu/libm-test-ulps: Update.
39718 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39719             Thomas Schwinge  <thomas@codesourcery.com>
39721         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39722         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39723         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39724         fanotify_mark.
39726 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39728         * sysdeps/mach/start.c: Remove file.
39729         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39730         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39731         * sysdeps/sh/init-first.c: Likewise.
39733         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39734         registers for frame unwinding purposes, add CFI directives.
39735         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39736         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39737         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39738         Likewise.
39740         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39741         __fortify_fail returning.
39742         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39744         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39745         sysdeps/sh/____longjmp_chk.S.
39746         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39747         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39748         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39749         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39751         * sysdeps/sh/abort-instr.h: New file.
39752         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39753         process in case exit returns.
39755         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39756         initialize the GOT register before use.
39758         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39759         calculation of ARGC > 4.
39761         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39762         meaningful names to some local labels.
39764 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39765             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39767         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39768         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39769         (__arch_compare_and_exchange_val_16_acq): Likewise.
39770         (__arch_compare_and_exchange_val_32_acq): Likewise.
39771         (atomic_exchange_and_add): Fix gUSA sequence.
39772         (atomic_add): Likewise.
39773         (atomic_add_negative): Likewise.
39774         (atomic_add_zero): Likewise.
39775         (atomic_bit_test_set): Likewise.
39777 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39779         [BZ #13579]
39780         * include/link.h (struct link_map): Add l_free_initfini.
39781         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39782         l_initfini.
39783         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39784         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39785         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39786         set.
39788 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39790         * configure.in: Use AC_LANG_SOURCE.
39791         * configure: Regenerate.
39793 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39795         * configure.in (libc_cv_localstatedir): New substituted variable.
39796         * configure: Regenerated.
39797         * config.make.in (localstatedir): New variable, substituted from
39798         libc_cv_localstatedir.
39799         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39800         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39801         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39802         * sysdeps/gnu/configure: Regenerated.
39804 2012-06-21  Jeff Law  <law@redhat.com>
39806         [BZ #14277]
39807         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39808         free.  Simplify list management for _LIBC case.
39810 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39812         [BZ #14273]
39813         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39814         Clear sign bit of 64-bit integer value before comparing against
39815         overflow value.
39817         * sysdeps/mach/configure: Regenerated.
39819 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39821         [BZ #14278]
39822         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39824 2012-06-21  Jeff Law  <law@redhat.com>
39826         [BZ #13882]
39827         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39828         uint16_t for elements in the "seen" array to avoid char overflows.
39829         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39830         * elf/dl-open.c (dl_open_worker): Likewise.
39832 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39834         * scripts/list-sources.sh: Scan PORTS for translations.
39835         * po/libc.pot: Regenerated.
39837 2012-06-21  Andreas Jaeger  <aj@suse.de>
39839         [BZ #12194]
39840         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39841         warning.
39842         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39843         * bits/byteswap-16.h (__bswap_16): Likewise.
39844         * bits/byteswap.h (__bswap_constant_16): Likewise.
39846 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39848         [BZ #14117]
39849         * sysdeps/i386/fpu_control.h: Removed.
39850         * sysdeps/x86_64/fpu_control.h: Moved to ...
39851         * sysdeps/x86/fpu_control.h: Here.
39853         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39854         (_FPU_SETCW): Likewise.
39856 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39858         [BZ #14117]
39859         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39860         * sysdeps/x86/fpu/bits/mathinline.h: This.
39861         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39863         [BZ #14050]
39864         [BZ #14117]
39865         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39866         functions if __x86_64__ is defined.
39868 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39870         * string/endian.h: Add !__ASSEMBLER__ condition for including
39871         conversion interfaces.
39873 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39875         [BZ #14241]
39876         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39877         of ABS(x) in calculating zero to negative powers other than odd
39878         integers.
39879         * math/libm-test.inc (pow_test): Add more tests.
39881 2012-06-15  Andreas Jaeger  <aj@suse.de>
39883         * manual/contrib.texi (Contributors): Update entry of Liubov
39884         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39885         Machado Filho.
39887 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39889         * string/string.h: Add __wur to GNU version of strerror_r.
39891 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39893         [BZ #14229]
39894         * string/Makefile (tests): Add tst-strtok_r.
39895         * string/tst-strtok_r.c: New file.
39896         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39897         RAX_LP/RDX_LP on SAVE_PTR.
39899 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39901         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39903 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39905         * libm_test.inc (csqrt_test): Allow more spurious underflow
39906         exceptions.
39907         (j0_test): Likewise.
39908         (j1_test): Likewise.
39909         (y0_test): Likewise.
39910         (y1_test): Likewise.
39912 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39914         * po/Makefile (libc.pot): Use UTF-8 charset.
39916 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39918         [BZ #14210]
39919         Suppress sign-conversion warning from FD_SET.
39920         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39921         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39922         not unsigned long int.
39923         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39925 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39927         [BZ #14050]
39928         [BZ #14117]
39929         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39930         __extern_always_inline instead of __extern_inline.
39931         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39932         (__signbit): Likewise.
39933         (__signbitl): Support C++ namespace.
39934         (lrintf): New inline function.
39935         (lrint): Likewise.
39936         (llrintf): Likewise.
39937         (llrint): Likewise.
39938         (fmaxf): Likewise.
39939         (fmax): Likewise.
39940         (fminf): Likewise.
39941         (fmin): Likewise.
39942         (rint): Likewise.
39943         (rintf): Likewise.
39944         (ceil): Likewise.
39945         (ceilf): Likewise.
39946         (floor): Likewise.
39947         (floorf): Likewise.
39948         (nearbyint): Likewise.
39949         (nearbyintf): Likewise.
39951 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39953         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39954         non-default versions.
39956 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39958         [BZ #14218]
39959         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39961 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39963         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39964         (FE_UPWARD, FE_DOWNWARD): Don't define.
39965         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39966         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39968         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39969         reading it.
39970         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39971         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39973 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39975         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39976         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39977         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39978         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39980 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
39982         [BZ #14117]
39983         * sysdeps/i386/fpu/bits/fenv.h: Removed.
39984         * sysdeps/i386/fpu/Implies: New file.
39985         * sysdeps/x86_64/fpu/Implies: Likewise.
39986         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39987         * sysdeps/x86/fpu/bits/fenv.h: This.
39989         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39990         __SSE_MATH__.
39992 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
39994         [BZ #14134]
39995         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39996         character 0xffff that matches the last element of the
39997         conversion table.
39999 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40001         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40002         fmodl commit.
40004 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40006         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40007         values higher than 25.6283.
40009 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40011         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40012         subnormal exponent extraction and add some __builtin_expect.
40013         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40014         Fix for subnormal mantissa calculation.
40016 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40018         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40019         cpu2 is -1 and errno is not ENOSYS.
40021 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40023         [BZ #14117]
40024         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40025         * sysdeps/x86/bits/string.h: This.
40026         * sysdeps/x86_64/bits/string.h: Removed.
40028         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40029         if not compiling for x86-64, but compiling for >= i486.
40031         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40032         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40034         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40035         New macro from Linux kernel 3.4.0.
40036         (FP_XSTATE_MAGIC2): Likewise.
40037         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40038         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40039         (struct _fpx_sw_bytes): New struct.
40040         (struct _xsave_hdr): Likewise.
40041         (struct _ymmh_state): Likewise.
40042         (struct _xstate): Likewise.
40044         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40045         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40046         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40047         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40048         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40049         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40051         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40052         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40053         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40054         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40055         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40056         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40058 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40060         [BZ #13743]
40061         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40062         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40063         (sysdep_headers): Include sys/platform/ppc.h.
40064         * sysdeps/powerpc/test-gettimebase.c: Test for
40065         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40066         * manual/Makefile (appendices): Include platform.texi.
40067         * manual/contrib.texi (Contributors): Update @node pointers.
40068         * manual/maint.texi (Maintenance): Likewise.
40069         (Platform): New node.
40070         * manual/platform.texi: New file.  Document the new features.
40072 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40073             Jakub Jelinek  <jakub@redhat.com>
40075         [BZ #14188]
40076         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40077         where __builtin_expect is unavailable.
40079 2012-06-03  David S. Miller  <davem@davemloft.net>
40081         * stdlib/longlong.h: Updated from GCC.
40083 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40085         [BZ #14042]
40086         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40087         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40088         __mcount_internal.
40089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40090         (GLIBC_2.16): Likewise.
40092 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40094         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40096 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40099         (default-abi): New variable.
40100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40101         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40102         variable.
40103         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40104         Likewise.
40105         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40106         Likewise.
40107         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40108         Likewise.
40110         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40111         definition.  Document in comment.
40113 2012-06-01  David S. Miller  <davem@davemloft.net>
40115         * stdlib/longlong.h: Updated from GCC.
40117 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40119         [BZ #14117]
40120         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40121         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40122         sys/debugreg.h sys/io.h here.
40123         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40124         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40125         sys/io.h.
40126         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40127         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40128         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40129         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40130         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40131         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40133         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40134         Define only if __x86_64__ is defined.
40136 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40138         [BZ #14048]
40139         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40140         Use int64_t for variable i.
40141         * math/libm-test.inc (fmod_test): Add more tests.
40143         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40144         z computation is not scheduled after fetestexcept.
40145         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40146         Use math_force_eval instead of asm to ensure calculation scheduled
40147         before exception test.
40148         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40149         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40151 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40153         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40154         computation is not scheduled after fetestexcept.
40156 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40158         [BZ #14117]
40159         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40160         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40162 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40164         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40165         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40167 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40169         [BZ #14117]
40170         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40171         <bits/wordsize.h>.
40172         (__WCHAR_MIN): Support __WORDSIZE == 64.
40173         (__WCHAR_MAX): Likewise.
40175         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40176         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40178         [BZ #14183]
40179         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40180         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40182         [BZ #14117]
40183         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40184         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40186         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40187         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40189         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40190         Defined to 1 if __x86_64__ isn't defined.
40191         (_STAT_VER_LINUX_OLD): New.
40192         (st_atime): Remove duplicate.
40193         (st_mtime): Likewise.
40194         (st_ctime): Likewise.
40196 2012-05-31  David S. Miller  <davem@davemloft.net>
40198         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40199         entries.
40201 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40203         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40204         gen-libm-test.pl.
40206         [BZ #14132]
40207         * elf/dl-reloc.c: Include <_itoa.h>.
40208         (_dl_reloc_bad_type): Remove use of INTUSE.
40209         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40210         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40211         * stdio-common/psiginfo.c (psiginfo): Likewise.
40212         * stdio-common/psignal.c (psignal): Likewise.
40213         * string/strsignal.c (strsignal): Likewise.
40214         * include/signal.h (_sys_siglist): Declare hidden proto.
40215         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40216         INTVARDEF with libc_hidden_data_def.
40217         * stdio-common/itoa-udigits.c: Likewise.
40218         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40219         (_itoa_lower_digits_internal): Remove declaration.
40220         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40221         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40222         (_sys_sigabbrev_internal): Remove aliases.
40223         (_sys_siglist): Define hidden alias.
40225 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40227         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40228         bits/sysctl.h.
40230 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40232         [BZ #14117]
40233         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40234         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40236         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40237         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40238         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40239         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40240         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40241         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40243         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40244         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40245         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40247         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40248         with __addr.
40249         (insw): Likewise.
40250         (insl): Likewise.
40251         (outsb): Likewise.
40252         (outsw): Likewise.
40253         (outsl): Likewise.
40255         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40256         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40257         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40259         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40260         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40261         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40262         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40263         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40264         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40266         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40267         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40269         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40270         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40272         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40273         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40274         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40276         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40277         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40278         to ...
40279         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40281         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40282         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40283         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40285         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40286         for x86-64.
40287         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40289 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40291         * math/math.h (M_El): Use two more decimal places.
40292         (M_LOG2El): Likewise.
40293         (M_LOG10El): Likewise.
40294         (M_LN2l): Likewise.
40295         (M_LN10l): Likewise.
40296         (M_PIl): Likewise.
40297         (M_PI_2l): Likewise.
40298         (M_PI_4l): Likewise.
40299         (M_1_PIl): Likewise.
40300         (M_2_PIl): Likewise.
40301         (M_2_SQRTPIl): Likewise.
40302         (M_SQRT2l): Likewise.
40303         (M_SQRT1_2l): Likewise.
40305 2012-05-31  David S. Miller  <davem@davemloft.net>
40307         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40308         values between float registers.
40309         * sysdeps/sparc/sparc64/memset.S: Likewise.
40310         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40312 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40314         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40315         -D_FORTIFY_SOURCE=1.
40316         (CPPFLAGS-tst-longjmp_chk.c): Define.
40317         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40318         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40319         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40320         CFLAGS-tst-wchar-h.c.
40322 2012-05-31  Marek Polacek  <polacek@redhat.com>
40324         [BZ #14132]
40325         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40326         __endmntent_internal): Remove declaration.
40327         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40328         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40329         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40331 2012-05-30  David S. Miller  <davem@davemloft.net>
40333         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40334         (___Q_simulate_exceptions): Use real FP ops rather than writing
40335         into the %fsr.
40336         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40337         Likewise.
40339 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40341         [BZ #14117]
40342         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40343         * sysdeps/x86/bits/xtitypes.h: This.
40345         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40346         * sysdeps/x86/bits/wordsize.h: This.
40348         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40349         * sysdeps/x86/bits/huge_vall.h: This.
40351         * sysdeps/i386/bits/select.h: Removed.
40352         * sysdeps/x86_64/bits/select.h: Renamed to ...
40353         * sysdeps/x86/bits/select.h: This.
40355         * sysdeps/i386/bits/setjmp.h: Removed.
40356         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40357         * sysdeps/x86/bits/setjmp.h: This.
40359         * sysdeps/i386/bits/mathdef.h: Removed.
40360         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40361         * sysdeps/x86/bits/mathdef.h: This.
40363 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40365         [BZ #14132]
40366         * include/sys/socket.h (__connect_internal)
40367         (__libc_sa_len_internal): Remove declaration.
40368         (__connect, __libc_sa_len): Declare hidden_proto.
40369         (SA_LEN): Remove use of INTUSE.
40370         * socket/connect.c: Add libc_hidden_def.
40371         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40372         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40373         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40374         alias.
40375         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40376         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40377         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40378         of adding _internal alias.
40380 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40382         [BZ #14117]
40383         * sysdeps/i386/bits/link.h: Removed.
40384         * sysdeps/i386/bits/linkmap.h: Likewise.
40385         * sysdeps/x86_64/bits/link.h: Renamed to ...
40386         * sysdeps/x86/bits/link.h: This.
40387         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40388         * sysdeps/x86/bits/linkmap.h: This.
40390         * sysdeps/i386/bits/endian.h: Removed.
40391         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40392         * sysdeps/x86/bits/endian.h: This.
40394         * sysdeps/i386/bits/byteswap.h: Removed.
40395         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40396         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40397         * sysdeps/x86/bits/byteswap.h: This.
40398         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40399         * sysdeps/x86/bits/byteswap-16.h: This.
40400         * sysdeps/i386/Implies: Add x86.
40401         * sysdeps/x86_64/Implies: Likewise.
40403 2012-05-30  David S. Miller  <davem@davemloft.net>
40405         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40406         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40407         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40408         (FP_TRAPPING_EXCEPTIONS): Define.
40409         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40410         (FP_TRAPPING_EXCEPTIONS): Define.
40411         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40412         subnormals only when inexact has been signalled or underflow
40413         exceptions are enabled.
40414         (_FP_PACK_CANONICAL): Likewise.
40416 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40418         [BZ #14183]
40419         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40420         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40422 2012-05-30  Richard Henderson  <rth@twiddle.net>
40424         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40425         with #ifndef NOT_IN_libc.
40427         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40428         marked to avoid plt entry.
40430 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40432         [BZ #14112]
40433         * Makeconfig (default-abi): New macro.
40434         (abi-includes): Likewise.
40435         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40436         $(abi-$(default-abi)-lib-soname) for soname if defined.
40437         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40438         abi-variants.
40439         * Makefile (installed-stubs): Likewise.
40440         * include/stubs-biarch.h: Removed.
40441         * scripts/lib-names.awk: Only handle one library at a time.
40442         * scripts/soversions.awk: Remove WORDSIZE support.
40443         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40444         entries.
40445         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40446         Removed.
40447         (syscall-list-default-condition): Likewise.
40448         (syscall-list-default-condition): Likewise.
40449         (syscall-list-includes): Likewise.
40450         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40451         syscall-list-* with abi-*.  Handle undefined abi-variants.
40452         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40453         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40454         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40455         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40456         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40457         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40458         Removed.
40459         (syscall-list-32-options): Likewise.
40460         (syscall-list-32-condition): Likewise.
40461         (syscall-list-64-options): Likewise.
40462         (syscall-list-64-condition): Likewise.
40463         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40464         macro.
40465         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40466         Renamed to ...
40467         (abi-*): This.
40468         (abi-64-ld-soname): New macro.
40469         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40470         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40471         Renamed to ...
40472         (abi-*): This.
40473         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40474         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40476 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40478         * sysdeps/unix/sysv/linux/kernel-features.h
40479         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40480         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40481         include <kernel-features.h>.
40482         [!__NR_ftruncate64]: Remove conditional code.
40483         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40484         [__NR_ftruncate64]: Make code unconditional.
40485         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40486         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40487         include <kernel-features.h>.
40488         [!__NR_ftruncate64]: Remove conditional code.
40489         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40490         [__NR_ftruncate64]: Make code unconditional.
40491         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40493         include <kernel-features.h>.
40494         [!__NR_ftruncate64]: Remove conditional code.
40495         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40496         [__NR_ftruncate64]: Make code unconditional.
40497         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40499         include <kernel-features.h>.
40500         [!__NR_ftruncate64]: Remove conditional code.
40501         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40502         [__NR_ftruncate64]: Make code unconditional.
40503         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40505         * configure.in (libc_cv_fpie): Weaken to a compile test using
40506         LIBC_TRY_CC_OPTION.
40507         * configure: Regenerated.
40509 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40511         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40512         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40513         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40514         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40515         Refreshed.
40516         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40517         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40520         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40521         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40522         Refreshed.
40524 2012-05-27  David S. Miller  <davem@davemloft.net>
40526         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40527         (___Q_zero): New.
40528         (__Q_simulate_exceptions): Return void.  Change to simulate
40529         exceptions by writing into the %fsr.
40530         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40531         (__Qp_handle_exceptions): Likewise.
40532         (numbers): Delete.
40533         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40534         __Qp_handle_exceptions.
40535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40536         __Qp_handle_exceptions.
40537         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40538         as unused and give dummy FP_RND_NEAREST initializer.
40539         (FP_INHIBIT_RESULTS): Define.
40540         (___Q_simulate_exceptions): Update declaration.
40541         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40542         formatting.
40543         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40544         as unused and give dummy FP_RND_NEAREST initializer.
40545         (__Qp_handle_exceptions): Update declaration.
40546         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40547         formatting.
40549 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40551         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40552         the temporary FPU control word.
40553         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40554         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40555         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40556         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40557         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40558         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40559         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40560         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40561         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40562         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40563         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40565 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40567         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40568         fields.
40570 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40572         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40573         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40574         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40575         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40576         Likewise.
40577         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40578         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40579         Likewise.
40581 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40583         * po/h.po: Update from translation team.
40585 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40587         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40589         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40590         handling of denormals.
40591         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40592         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40593         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40594         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40595         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40596         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40597         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40598         Likewise.
40600 2012-05-26  Marek Polacek  <polacek@redhat.com>
40602         [BZ #14152]
40603         * math/libm-test.inc (fma_test): Don't always expect underflow
40604         exception.
40606 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40608         [BZ #12416]
40609         * elf/tst-execstack.c: Include stackinfo.h.
40610         (do_test): Adjust test case to ensure that pthread_getattr_np
40611         behaviour remains the same after marking stack executable.
40613 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40615         * sysdeps/unix/sysv/linux/kernel-features.h
40616         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40617         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40618         kernel-features.h.
40619         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40620         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40621         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40622         kernel-features.h.
40623         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40624         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40626 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40628         * configure.in: Define the default includes to being none.
40629         * configure: Regenerated.
40631 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40633         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40634         * sysdeps/x86_64/setjmp.S: Likewise.
40635         * sysdeps/i386/bsd-setjmp.S: Likewise.
40636         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40637         * sysdeps/i386/setjmp.S: Likewise.
40638         * sysdeps/i386/__longjmp.S: Likewise.
40639         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40640         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40642         * include/stap-probe.h: New file.
40643         * configure.in: Handle --enable-systemtap.
40644         * configure: Regenerated.
40645         * config.h.in (USE_STAP_PROBE): New #undef.
40646         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40647         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40648         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40650 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40652         [BZ #13717]
40653         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40654         to 2.4.0 where earlier.
40655         * sysdeps/unix/sysv/linux/configure: Regenerated.
40656         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40657         <kernel-features.h>.
40658         [__ASSUME_32BITUIDS]: Make code unconditional.
40659         [!__ASSUME_32BITUIDS]: Remove conditional code.
40660         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40661         <kernel-features.h>.
40662         [__ASSUME_32BITUIDS]: Make code unconditional.
40663         [!__ASSUME_32BITUIDS]: Remove conditional code.
40664         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40665         [__ASSUME_32BITUIDS]: Make code unconditional.
40666         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40667         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40668         <kernel-features.h>.
40669         [__ASSUME_32BITUIDS]: Make code unconditional.
40670         [!__ASSUME_32BITUIDS]: Remove conditional code.
40671         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40672         <kernel-features.h>.
40673         [__ASSUME_32BITUIDS]: Make code unconditional.
40674         [!__ASSUME_32BITUIDS]: Remove conditional code.
40675         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40676         <kernel-features.h>.
40677         [__ASSUME_32BITUIDS]: Make code unconditional.
40678         [!__ASSUME_32BITUIDS]: Remove conditional code.
40679         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40680         <kernel-features.h>.
40681         [__ASSUME_32BITUIDS]: Make code unconditional.
40682         [!__ASSUME_32BITUIDS]: Remove conditional code.
40683         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40684         <kernel-features.h>.
40685         [__ASSUME_32BITUIDS]: Make code unconditional.
40686         [!__ASSUME_32BITUIDS]: Remove conditional code.
40687         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40688         <kernel-features.h>.
40689         [__ASSUME_32BITUIDS]: Make code unconditional.
40690         [!__ASSUME_32BITUIDS]: Remove conditional code.
40691         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40692         <kernel-features.h>.
40693         [__ASSUME_32BITUIDS]: Make code unconditional.
40694         [!__ASSUME_32BITUIDS]: Remove conditional code.
40695         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40696         <kernel-features.h>.
40697         [__ASSUME_32BITUIDS]: Make code unconditional.
40698         [!__ASSUME_32BITUIDS]: Remove conditional code.
40699         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40700         <kernel-features.h>.
40701         [__ASSUME_32BITUIDS]: Make code unconditional.
40702         [!__ASSUME_32BITUIDS]: Remove conditional code.
40703         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40704         <kernel-features.h>.
40705         [__ASSUME_32BITUIDS]: Make code unconditional.
40706         [!__ASSUME_32BITUIDS]: Remove conditional code.
40707         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40708         <kernel-features.h>.
40709         [__NR_setresgid] (__setresgid): Do not declare.
40710         [__ASSUME_32BITUIDS]: Make code unconditional.
40711         [!__ASSUME_32BITUIDS]: Remove conditional code.
40712         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40713         <kernel-features.h>.
40714         [__NR_setresuid] (__setresuid): Do not declare.
40715         [__ASSUME_32BITUIDS]: Make code unconditional.
40716         [!__ASSUME_32BITUIDS]: Remove conditional code.
40717         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40718         <kernel-features.h>.
40719         [__ASSUME_32BITUIDS]: Make code unconditional.
40720         [!__ASSUME_32BITUIDS]: Remove conditional code.
40721         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40722         <kernel-features.h>.
40723         [__ASSUME_32BITUIDS]: Make code unconditional.
40724         [!__ASSUME_32BITUIDS]: Remove conditional code.
40725         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40726         <kernel-features.h>.
40727         [__ASSUME_32BITUIDS]: Make code unconditional.
40728         [!__ASSUME_32BITUIDS]: Remove conditional code.
40729         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40730         <kernel-features.h>.
40731         [__ASSUME_32BITUIDS]: Make code unconditional.
40732         [!__ASSUME_32BITUIDS]: Remove conditional code.
40733         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40734         <kernel-features.h>.
40735         [__ASSUME_32BITUIDS]: Make code unconditional.
40736         [!__ASSUME_32BITUIDS]: Remove conditional code.
40737         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40738         <kernel-features.h>.
40739         [__ASSUME_32BITUIDS]: Make code unconditional.
40740         [!__ASSUME_32BITUIDS]: Remove conditional code.
40741         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40742         <kernel-features.h>.
40743         [__ASSUME_32BITUIDS]: Make code unconditional.
40744         [!__ASSUME_32BITUIDS]: Remove conditional code.
40745         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40746         <kernel-features.h>.
40747         [__ASSUME_32BITUIDS]: Make code unconditional.
40748         [!__ASSUME_32BITUIDS]: Remove conditional code.
40749         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40750         <kernel-features.h>.
40751         [__ASSUME_32BITUIDS]: Make code unconditional.
40752         [!__ASSUME_32BITUIDS]: Remove conditional code.
40753         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40754         <kernel-features.h>.
40755         [__ASSUME_32BITUIDS]: Make code unconditional.
40756         [!__ASSUME_32BITUIDS]: Remove conditional code.
40757         * sysdeps/unix/sysv/linux/kernel-features.h
40758         (__ASSUME_SETRESUID_SYSCALL): Remove.
40759         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40760         (__ASSUME_32BITUIDS): Likewise.
40761         (__ASSUME_LDT_WORKS): Likewise.
40762         (__ASSUME_O_DIRECTORY): Likewise.
40763         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40764         architecture but not kernel version.
40765         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40766         (__ASSUME_MMAP2_SYSCALL): Likewise.
40767         (__ASSUME_STAT64_SYSCALL): Likewise.
40768         (__ASSUME_IPC64): Likewise.
40769         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40770         <kernel-features.h>.
40771         [__ASSUME_32BITUIDS]: Make code unconditional.
40772         [!__ASSUME_32BITUIDS]: Remove conditional code.
40773         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40774         <kernel-features.h>.
40775         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40776         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40777         132096]: Remove conditional code.
40778         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40779         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40780         <kernel-features.h>.
40781         [__ASSUME_32BITUIDS]: Make code unconditional.
40782         [!__ASSUME_32BITUIDS]: Remove conditional code.
40783         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40784         <kernel-features.h>.
40785         [__ASSUME_32BITUIDS]: Make code unconditional.
40786         [!__ASSUME_32BITUIDS]: Remove conditional code.
40787         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40788         <kernel-features.h>.
40789         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40790         unconditional.
40791         (__setresgid): Do not declare.
40792         [__ASSUME_32BITUIDS]: Make code unconditional.
40793         [!__ASSUME_32BITUIDS]: Remove conditional code.
40794         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40795         <kernel-features.h>.
40796         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40797         unconditional.
40798         (__setresuid): Do not declare.
40799         [__ASSUME_32BITUIDS]: Make code unconditional.
40800         [!__ASSUME_32BITUIDS]: Remove conditional code.
40801         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40802         <kernel-features.h>.
40803         [__ASSUME_32BITUIDS]: Make code unconditional.
40804         [!__ASSUME_32BITUIDS]: Remove conditional code.
40805         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40806         <kernel-features.h>.
40807         [__ASSUME_32BITUIDS]: Make code unconditional.
40808         [!__ASSUME_32BITUIDS]: Remove conditional code.
40810 2012-05-25  Richard Henderson  <rth@twiddle.net>
40812         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40813         dl_hwcap to ifunc resolver.
40814         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40815         elf_ifunc_invoke.
40816         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40817         dl_hwcap to ifunc resolver.
40818         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40820 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40822         [BZ #14153]
40823         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40824         for |x| <= 2**-26, not 2**-57.
40825         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40826         exception.
40828 2012-05-24  Jeff Law  <law@redhat.com>
40830         * stdio-common/Makefile (tests): Add bug25.
40831         * stdio-common/bug25.c: New test.
40833 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40835         [BZ #13576]
40836         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40837         multiple of MALLOC_ALIGNMENT in size.
40838         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40840 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40842         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40843         Require >= 256.
40844         (FILENAME_MAX): Use macro-int-constant.
40845         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40846         (_IOFBF): Use macro-int-constant.
40847         (_IOLBF): Likewise.
40848         (_IONBF): Likewise.
40849         (SEEK_CUR): Likewise.
40850         (SEEK_END): Likewise.
40851         (SEEK_SET): Likewise.
40852         (TMP_MAX): Likewise.
40853         (EOF): Use macro-int-constant.  Require < 0.
40854         (NULL): Use macro-constant.  Require == 0.
40855         (stdin): Require type to be FILE *.
40856         (stdout): Likewise.
40857         (stderr): Likewise.
40858         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40859         macro-int-constant.
40860         (EXIT_SUCCESS): Likewise.
40861         (NULL): Use macro-constant.  Require == 0.
40862         (RAND_MAX): Use macro-int-constant.
40863         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40864         [C99-based standards] (strtof): Require function.
40865         [C99-based standards] (strtold): Likewise.
40866         [C99-based standards] (strtoll): Likewise.
40867         [C99-based standards] (strtoull): Likewise.
40868         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40869         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40870         [ISO || ISO99 || ISO11] (math.h): Likewise.
40871         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40872         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40873         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40875 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40877         [BZ #14132]
40878         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40879         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40880         * intl/dgettext.c (DCGETTEXT): Likewise.
40881         * intl/gettext.c (DCGETTEXT): Likewise.
40882         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40883         * posix/regex_internal.h (gettext): Likewise.
40884         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40885         Remove declaration.
40886         * include/argz.h (__argz_count_internal)
40887         (__argz_stringify_internal): Remove declaration.
40888         (__argz_count, __argz_stringify): Declare hidden proto.
40889         * intl/dcgettext.c: Remove use of INTDEF.
40890         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40891         * string/argz-stringify.c: Likewise.
40892         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40893         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40894         Declare hidden proto.
40895         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40896         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40897         Declare hidden proto.
40898         * include/stdio.h (__asprintf_internal): Don't declare.
40899         (__asprintf): Don't define as macro.  Declare hidden proto.
40900         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40901         (__fsetlocking): Declare hidden proto.
40902         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40903         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40904         hidden proto.
40905         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40906         (_IO_setlinebuf): Remove use of INTUSE.
40907         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40908         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40909         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40910         Remove declaration.
40911         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40912         (_IO_do_flush): Remove use of INTUSE.
40913         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40914         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40915         (_IO_adjust_column, _IO_least_wmarker)
40916         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40917         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40918         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40919         (_IO_default_doallocate, _IO_wdefault_doallocate)
40920         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40921         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40922         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40923         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40924         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40925         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40926         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40927         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40928         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40929         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40930         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40931         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40932         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40933         proto.
40934         (_IO_flush_all_internal, _IO_adjust_column_internal)
40935         (_IO_default_uflow_internal, _IO_default_finish_internal)
40936         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40937         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40938         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40939         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40940         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40941         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40942         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40943         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40944         (_IO_file_close_internal, _IO_file_close_it_internal)
40945         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40946         (_IO_file_init_internal, _IO_file_attach_internal)
40947         (_IO_file_fopen_internal, _IO_file_read_internal)
40948         (_IO_file_sync_internal, _IO_file_seek_internal)
40949         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40950         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40951         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40952         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40953         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40954         (_IO_list_all_internal, _IO_link_in_internal)
40955         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40956         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40957         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40958         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40959         (_IO_do_write_internal, _IO_padn_internal)
40960         (_IO_getline_info_internal, _IO_getline_internal)
40961         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40962         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40963         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40964         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40965         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40966         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40967         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40968         with libc_hidden_ver, remove use of INTUSE.
40969         * libio/genops.c: Likewise.
40970         * libio/freopen.c: Likewise.
40971         * libio/freopen64.c: Likewise.
40972         * libio/iofclose.c: Likewise.
40973         * libio/iofdopen.c: Likewise.
40974         * libio/iofflush.c: Likewise.
40975         * libio/iofflush_u.c: Likewise.
40976         * libio/iofgets.c: Likewise.
40977         * libio/iofgets_u.c: Likewise.
40978         * libio/iofopen.c: Likewise.
40979         * libio/iofopncook.c: Likewise.
40980         * libio/iofread.c: Likewise.
40981         * libio/iofread_u.c: Likewise.
40982         * libio/ioftell.c: Likewise.
40983         * libio/iofwrite.c: Likewise.
40984         * libio/iogetline.c: Likewise.
40985         * libio/iogets.c: Likewise.
40986         * libio/iogetwline.c: Likewise.
40987         * libio/iopadn.c: Likewise.
40988         * libio/iopopen.c: Likewise.
40989         * libio/ioseekoff.c: Likewise.
40990         * libio/ioseekpos.c: Likewise.
40991         * libio/iosetbuffer.c: Likewise.
40992         * libio/iosetvbuf.c: Likewise.
40993         * libio/ioungetc.c: Likewise.
40994         * libio/ioungetwc.c: Likewise.
40995         * libio/iovdprintf.c: Likewise.
40996         * libio/iovsprintf.c: Likewise.
40997         * libio/iovsscanf.c: Likewise.
40998         * libio/memstream.c: Likewise.
40999         * libio/obprintf.c: Likewise.
41000         * libio/oldfileops.c: Likewise.
41001         * libio/oldiofclose.c: Likewise.
41002         * libio/oldiofdopen.c: Likewise.
41003         * libio/oldiofopen.c: Likewise.
41004         * libio/oldiopopen.c: Likewise.
41005         * libio/oldstdfiles.c: Likewise.
41006         * libio/putc.c: Likewise.
41007         * libio/setbuf.c: Likewise.
41008         * libio/setlinebuf.c: Likewise.
41009         * libio/stdfiles.c: Likewise.
41010         * libio/strops.c: Likewise.
41011         * libio/vasprintf.c: Likewise.
41012         * libio/vscanf.c: Likewise.
41013         * libio/vsnprintf.c: Likewise.
41014         * libio/vswprintf.c: Likewise.
41015         * libio/wfiledoalloc.c: Likewise.
41016         * libio/wfileops.c: Likewise.
41017         * libio/wgenops.c: Likewise.
41018         * libio/wmemstream.c: Likewise.
41019         * libio/wstrops.c: Likewise.
41020         * libio/__fpurge.c: Likewise.
41021         * libio/__fsetlocking.c: Likewise.
41022         * assert/assert.c: Likewise.
41023         * debug/fgets_chk.c: Likewise.
41024         * debug/fgets_u_chk.c: Likewise.
41025         * debug/fread_chk.c: Likewise.
41026         * debug/fread_u_chk.c: Likewise.
41027         * debug/gets_chk.c: Likewise.
41028         * debug/obprintf_chk.c: Likewise.
41029         * debug/vasprintf_chk.c: Likewise.
41030         * debug/vdprintf_chk.c: Likewise.
41031         * debug/vsnprintf_chk.c: Likewise.
41032         * debug/vsprintf_chk.c: Likewise.
41033         * malloc/mtrace.c: Likewise.
41034         * misc/error.c: Likewise.
41035         * misc/syslog.c: Likewise.
41036         * stdio-common/asprintf.c: Likewise.
41037         * stdio-common/fxprintf.c: Likewise.
41038         * stdio-common/getw.c: Likewise.
41039         * stdio-common/isoc99_fscanf.c: Likewise.
41040         * stdio-common/isoc99_scanf.c: Likewise.
41041         * stdio-common/isoc99_vfscanf.c: Likewise.
41042         * stdio-common/isoc99_vscanf.c: Likewise.
41043         * stdio-common/isoc99_vsscanf.c: Likewise.
41044         * stdio-common/printf-prs.c: Likewise.
41045         * stdio-common/printf_fp.c: Likewise.
41046         * stdio-common/printf_fphex.c: Likewise.
41047         * stdio-common/printf_size.c: Likewise.
41048         * stdio-common/putw.c: Likewise.
41049         * stdio-common/scanf.c: Likewise.
41050         * stdio-common/sprintf.c: Likewise.
41051         * stdio-common/tmpfile.c: Likewise.
41052         * stdio-common/vfprintf.c: Likewise.
41053         * stdio-common/vfscanf.c: Likewise.
41054         * stdlib/strfmon_l.c: Likewise.
41055         * sunrpc/openchild.c: Likewise.
41056         * sunrpc/xdr_stdio.c: Likewise.
41057         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41058         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41060 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41062         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41064         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41065         in the third column, to generate for the shared library an IFUNC
41066         that uses _dl_vdso_vsym.
41067         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41068         * Makeconfig (object-suffixes-noshared): New variable.
41070         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41071         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41072         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41073         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41075         [BZ #14132]
41076         * include/sys/time.h (__gettimeofday): Remove macro.
41077         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41078         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41079         Remove INTDEF.
41080         (__gettimeofday): Add libc_hidden_def.
41081         (gettimeofday): Add libc_hidden_weak.
41082         * sysdeps/mach/gettimeofday.c: Likewise.
41083         * sysdeps/posix/gettimeofday.c: Likewise.
41084         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41085         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41086         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41087         (__gettimeofday_internal): Remove strong_alias.
41088         (__gettimeofday): Add libc_hidden_def.
41089         (gettimeofday): Add libc_hidden_weak.
41090         * sysdeps/unix/syscalls.list (gettimeofday):
41091         Remove __gettimeofday_internal alias.
41093 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41094             H.J. Lu  <hongjiu.lu@intel.com>
41096         [BZ #12495]
41097         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41098         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41099         (largebin_index_32_big): New.
41100         (largebin_index): Use it for 16-byte alignment.
41101         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41102         correction with front_misalign.
41104 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41106         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41107         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41108         Likewise.
41109         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41110         Likewise.
41111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41112         Likewise.
41113         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41114         Likewise.
41115         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41116         Likewise.
41117         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41118         Likewise.
41119         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41120         Likewise.
41121         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41122         Likewise.
41123         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41124         Likewise.
41125         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41126         Likewise.
41127         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41128         Likewise.
41129         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41130         Likewise.
41132         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41133         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41135 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41137         [BZ #10846]
41138         [BZ #14036]
41139         * math/libm-test.inc (exp_test): Add test from bug 14036.
41140         (pow_test): Add test from bug 10846.
41142         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41143         and other flags.
41144         (special_function): Do not include flags in test name.
41145         (parse_args): Likewise.
41146         * sysdeps/i386/fpu/libm-test-ulps: Update.
41147         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41148         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41149         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41152         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41153         exceptions.
41154         * math/libm-test.inc ("Philosophy"): Update comment about
41155         exception testing.
41156         (UNDERFLOW_EXCEPTION): New macro.
41157         (UNDERFLOW_EXCEPTION_OK): Likewise.
41158         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41159         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41160         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41161         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41162         (INVALID_EXCEPTION_OK): Update value.
41163         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41164         (OVERFLOW_EXCEPTION_OK): Likewise.
41165         (IGNORE_ZERO_INF_SIGN): Likewise.
41166         (test_exceptions): Handle underflow exceptions.
41167         (acos_test): Update for underflow exception expectations.
41168         (cexp_test): Likewise.
41169         (clog_test): Likewise.
41170         (clog10_test): Likewise.
41171         (csqrt_test): Likewise.
41172         (ctan_test): Likewise.
41173         (ctanh_test): Likewise.
41174         (exp_test): Likewise.
41175         (exp10_test): Likewise.
41176         (exp2_test): Likewise.
41177         (expm1_test): Likewise.
41178         (fma_test): Likewise.
41179         (j0_test): Likewise.
41180         (jn_test): Likewise.
41181         (nexttoward_test): Likewise.
41182         (pow_test): Likewise.
41183         (scalbn_test): Likewise.
41184         (scalbln_test): Likewise.
41185         (tan_test): Likewise.
41186         (y1_test): Likewise.
41187         * sysdeps/i386/fpu/libm-test-ulps: Update.
41188         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41190 2012-05-23  David S. Miller  <davem@davemloft.net>
41192         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41193         (__libc_sigaction): Remove unused local variables.
41195 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41197         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41199 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41201         mktime: avoid signed integer overflow
41202         * time/mktime.c (__mktime_internal): Do not mishandle the case
41203         where diff == INT_MIN.
41205         mktime: simplify computation of average
41206         * time/mktime.c (ranged_convert): Use new time_t_avg function
41207         instead of rolling our own (probably-slower) code.
41209         mktime: do not assume signed right shift propagates sign bit
41210         * time/mktime.c (isdst_differ): New static function.
41211         (__mktime_internal): No need to normalize tm_isdst now.
41212         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41213         tm_isdst values.
41215         mktime: merge another wrapv change from gnulib
41216         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41217         from some compilers.
41219         mktime: remove incorrect attempt at unusual arithmetics
41220         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41221         The code didn't really work on such machines anyway.
41222         (TYPE_MINIMUM): Assume two's complement.
41223         (twos_complement_arithmetic): Verify that long_int and time_t
41224         are two's complement (or unsigned, in the latter case).
41226         mktime: check signed shifts on long_int and time_t, too
41227         * time/mktime.c (SHR): Check that shifts work as desired
41228         on the types long_int and time_t too, as SHR is used on
41229         such types.
41231         mktime: do not assume 'long' is wide enough
41232         * time/mktime.c (verify): Move decl up.
41233         (long_int): New type.
41234         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41235         to remove assumption in the code that 'long' is wide enough to
41236         store year values.  This assumption is not true on x32 and on
41237         some non-glibc platforms.
41239         mktime: merge wrapv change from gnulib
41240         * time/mktime.c (WRAPV): New macro.
41241         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41242         (guess_time_tm, __mktime_internal): Do not assume that signed
41243         integer overflow wraps around; modern compilers generate code
41244         where this assumption is no longer valid.
41246 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41248         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41249         Replace "jmp L(pseudo_end)" with "ret".
41250         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41251         Likewise.
41253 2012-05-23  Andreas Jaeger  <aj@suse.de>
41255         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41256         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41258 2012-05-23  Andreas Jaeger  <aj@suse.de>
41259             Maximilian Attems  <max@stro.at>
41261         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41262         New macros.
41264 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41266         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41267         code so that pseudo_end is just ret and the stack pointer is
41268         correct also for static library in error case.
41270 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41272         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41273         move to syscalls.list.
41274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41279         * manual/install.texi (Running make install): Do not mention Linux
41280         kernel version for which pt_chown is not needed.
41281         (Linux): Do not mention problems with nscd with 2.0 kernels.
41282         * INSTALL: Regenerated.
41284 2012-05-23  Andreas Jaeger  <aj@suse.de>
41286         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41287         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41288         macro.
41289         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41290         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41291         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41292         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41293         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41294         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41295         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41296         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41297         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41298         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41299         * sysdeps/unix/sysv/linux/bits/in.h
41300         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41302 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41304         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41305         (PREPARE_VERSION): Just use assert instead, it will be elided
41306         under [NDEBUG] anyway.
41308 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41310         * sysdeps/unix/sysv/linux/Makefile: Include
41311         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41312         (sysdep_routines): Remove sysctl.
41313         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41314         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41315         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41316         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41317         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41319 2012-05-22  Andreas Jaeger  <aj@suse.de>
41321         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41322         that pseudo_end is just ret and the stack pointer is correct also
41323         for static library in error case.
41325 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41327         [BZ #14122]
41328         * nss/nsswitch.c (defconfig_entries): New variable.
41329         (__nss_database_lookup): Don't leak defconfig entries.
41330         (nss_parse_service_list): Don't leak on error paths.
41331         (free_database_entries): New function.
41332         (free_defconfig): New function.
41333         (free_mem): Move common code to free_database_entries.
41335 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41337         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41338         Add arch_prctl.
41339         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41341         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41342         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41343         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41344         New macro.
41345         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41346         (INTERNAL_SYSCALL_TYPES): Likewise.
41347         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41348         (LOAD_REGS_TYPES_[1-6]): Likewise.
41349         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41350         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41352 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41354         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41355         copysignl for GLIBC_2_0.
41356         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41357         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41358         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41359         logbl for GLIBC_2_0.
41360         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41361         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41363 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41365         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41366         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41368         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41369         Use "neg %eax".
41371         * time/mktime.c: Update copyright years.
41373 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41375         mktime: merge comment-quoting-style change from gnulib
41376         * time/mktime.c: Quote 'like this' in comments.
41377         The GNU coding standards suggest that we no longer quote `like this',
41378         as "`" and "'" are typically rendered asymmetrically nowadays.
41379         The typical gnulib style is to quote 'like this' when quoting
41380         code, and "like this" when quoting English.
41382         * time/mktime.c (compile-command): Add "-I.".
41384         mktime: merge mktime-internal.h change from gnulib
41385         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41387         mktime: merge time_r change from gnulib
41388         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41390         mktime: merge DEBUG change from gnulib
41391         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41392         case system <time.h> has a #define.
41394         mktime: merge <sys/types.h> change from gnulib
41395         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41396         since <time.t> is now guaranteed to define time_t.
41398         mktime: merge HAVE_CONFIG_H change from gnulib
41399         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41401 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41403         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41404         Use "neg %eax".
41406         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41407         __rlim_t cast.
41408         (struct rusage): Use anonymous union to pad each field to
41409         __syscall_slong_t.
41411 2012-05-21  David S. Miller  <davem@davemloft.net>
41413         * Makefules (o-iterator): Remove .s cases.
41414         (compile-command.s): Delete.
41415         (COMPILE.s): Delete.
41416         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41418 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41420         * configure.in (libc_cv_predef_stack_protector): Only consider
41421         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41422         * configure: Regenerated.
41424 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41426         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41427         New macro.  Use R*LP on int and pointer.
41428         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41429         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41430         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41431         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41433         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41434         [__WORDSIZE_TIME64_COMPAT32] instead of
41435         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41436         (struct utmp): Likewise.
41437         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41438         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41439         Renamed to ...
41440         (__WORDSIZE_TIME64_COMPAT32): This.
41441         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41442         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41443         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41444         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41445         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41446         (__WORDSIZE_TIME64_COMPAT32): New macro.
41448 2012-05-21  Andreas Jaeger  <aj@suse.de>
41450         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41451         only if [SHARED]. Add prototype for __wcschr_ia32.
41453 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41455         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41456         of %rbp unmolested in the jmp_buf while mangling the low bits.
41457         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41458         unmolested high bits of %rbp while demangling the low bits.
41459         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41461 2012-05-21  Andreas Jaeger  <aj@suse.de>
41463         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41464         * sunrpc/svc_simple.c: Use it for registerrpc.
41465         * sunrpc/xcrypt.c: Use it for passwd2des.
41467         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41469 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41471         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41472         Don't define if [__SYSCALL_WORDSIZE != 32].
41473         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41474         New macro.
41476 2012-05-21  Bruno Haible  <bruno@clisp.org>
41477             Andreas Jaeger  <aj@suse.de>
41479         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41480         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41481         inptr and inend for must_buffer_ch.
41482         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41483         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41484         * stdio-common/Makefile (tests): Remove bug15.
41485         (bug15-ENV): Remove macro.
41486         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41487         anymore.
41489 2012-05-19  Andreas Jaeger  <aj@suse.de>
41490             Roland McGrath  <roland@hack.frob.com>
41492         * manual/contrib.texi: Completely rewritten. It contains now an
41493         alphabetical list of contributors and their contributions.
41495 2012-05-21  Richard Henderson  <rth@twiddle.net>
41497         * misc/getauxval.c (__getauxval): Use unsigned long int.
41498         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41499         (getauxval): Use unsigned long int.
41501 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41503         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41505 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41507         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41508         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41509         __alignof__ (long double).
41511 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41515 2012-05-20  Richard Henderson  <rth@twiddle.net>
41517         * misc/getauxval.c: New file.
41518         * misc/sys/auxv.h: New file.
41519         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41520         (routines): Add getauxval.
41521         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41522         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41523         * elf/dl-sysdep.c (_dl_auxv): Remove.
41524         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41525         * elf/dl-support.c (_dl_auxv): New variable.
41526         (_dl_aux_init): Initialize it.
41527         * manual/startup.texi (Auxiliary Vector): New node.
41528         * sysdeps/generic/bits/hwcap.h: New file.
41529         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41530         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41531         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41532         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41533         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41534         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41536         Update.
41537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41538         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41539         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41540         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41541         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41542         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41544         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41546 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41548         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41550 2012-05-19  David S. Miller  <davem@davemloft.net>
41552         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41554 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41556         [BZ #14123]
41557         * math/s_ccosh.c: Include <float.h>
41558         (__ccosh): Avoid internal overflow calculating sinh and cosh
41559         values before multiplying by sin and cos values.
41560         * math/s_ccoshf.c: Likewise.
41561         * math/s_ccoshl.c: Likewise.
41562         * math/s_csin.c: Likewise.
41563         * math/s_csinf.c: Likewise.
41564         * math/s_csinl.c: Likewise.
41565         * math/s_csinh.c: Likewise.
41566         * math/s_csinhf.c: Likewise.
41567         * math/s_csinhl.c: Likewise.
41568         * math/libm-test.inc (ccos_test): Add more tests.
41569         (ccosh_test): Likewise.
41570         (csin_test): Likewise.
41571         (csinh_test): Likewise.
41572         * sysdeps/i386/fpu/libm-test-ulps: Update.
41573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41575 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41577         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41578         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41580         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41582 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41584         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41585         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41586         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41587         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41588         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41589         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41590         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41591         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41592         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41593         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41594         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41595         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41596         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41597         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41598         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41599         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41600         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41601         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41602         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41603         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41604         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41605         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41606         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41607         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41608         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41609         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41610         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41611         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41612         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41613         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41614         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41616 2012-05-18  Andreas Jaeger  <aj@suse.de>
41618         * csu/.gitignore: Delete.
41620 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41622         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41623         (timex): Use __syscall_slong_t.
41625 2012-05-18  Andreas Jaeger  <aj@suse.de>
41626             Carlos O'Donell  <carlos_odonell@mentor.com>
41628         * manual/install.texi (Configuring and compiling): Update
41629         description about files modified in the source directory.
41630         * INSTALL: Regenerated.
41632 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41634         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41635         value.  Use "or" to set return value to -1.
41636         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41637         negate return value.
41639 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41641         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41642         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41643         failure if the compiler has Graphite support disabled.
41644         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41645         Likewise.
41646         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41647         (CFLAGS-memmove.c): Likewise.
41648         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41649         Likewise.
41651 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41653         * sysdeps/x86_64/x32/_itoa.h: New file.
41655         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41656         getdents system call only if kernel and user dirents have the
41657         same d_ino and d_off.
41659         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41660         LLONG_MAX != LONG_MAX.
41661         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41662         (_fitoa_word): Likewise.
41664         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41665         years.
41666         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41667         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41668         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41670         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41671         include <bits/wordsize.h>.  Check __x86_64__ instead of
41672         __WORDSIZE.
41673         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41674         if __x86_64__ is defined.  Use anonymous union on fpstate.
41676         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41677         anonymous union.
41679 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41681         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41682         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41683         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41684         Refer to _rtld_local_ro instead of _rtld_global_ro.
41685         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41686         Likewise.
41687         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41688         Likewise.
41689         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41690         Likewise.
41691         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41692         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41693         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41695         * sysdeps/powerpc/powerpc32/dl-machine.c
41696         (__elf_machine_runtime_setup) [PROF]: Don't reference
41697         _dl_prof_resolve.
41699 2012-05-18  Andreas Jaeger  <aj@suse.de>
41701         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41702         function only available for GCCs before 3.4 since GCC 3.4
41703         introduced a builtin.
41704         (lrint): Likewise.
41705         (llrintf): Likewise.
41706         (llrint): Likewise.
41707         (fmaxf): Likewise.
41708         (fmax): Likewise.
41709         (fminf): Likewise.
41710         (fmin): Likewise.
41711         (rint): Likewise.
41712         (rintf): Likewise.
41713         (nearbyint): Likewise.
41714         (nearbyintf): Likewise.
41715         (ceil): Likewise.
41716         (ceilf): Likewise.
41717         (floor): Likewise.
41718         (floorf): Likewise.
41720 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41722         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41723         on both fields and cast pointer to __syscall_ulong_t.
41725         * bits/types.h (__fsword_t): New type.
41726         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41727         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41728         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41729         (__FSWORD_T_TYPE): Likewise.
41730         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41731         (__FSWORD_T_TYPE): Likewise.
41732         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41733         (__FSWORD_T_TYPE): Likewise.
41734         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41735         (__FSWORD_T_TYPE): Likewise.
41736         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41737         __SWORD_TYPE with __fsword_t.
41738         (statfs64): Likewise.
41740 2012-05-17  David S. Miller  <davem@davemloft.net>
41742         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41744 2012-05-17  Andreas Jaeger  <aj@suse.de>
41746         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41747         warning.
41749 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41751         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41753 2012-05-17  Andreas Jaeger  <aj@suse.de>
41755         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41756         when it is used.
41758 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41760         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41762 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41764         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41765         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41767 2012-05-17  Andreas Jaeger  <aj@suse.de>
41768             Carlos O'Donell  <carlos_odonell@mentor.com>
41770         [BZ #14059]
41771         * sysdeps/x86_64/multiarch/init-arch.h
41772         (bit_YMM_Usable): Rename to...
41773         (bit_AVX_Usable): ... this.
41774         (bit_FMA4_Usable): New macro.
41775         (bit_XMM_state): New macro.
41776         (bit_YMM_state): New macro.
41777         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41778         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41779         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41780         (CPUID_OSXSAVE): New macro.
41781         (CPUID_AVX): New macro.
41782         (CPUID_FMA4): New macro.
41783         (index_YMM_Usable): Rename to...
41784         (index_AVX_Usable): ... this.
41785         (HAS_AVX): Use HAS_ARCH_FEATURE.
41786         (HAS_FMA4): Likewise.
41787         (HAS_YMM_USABLE): Remove.
41788         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41789         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41790         are present.
41791         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41792         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41793         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41794         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41795         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41797 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41799         * math/libm-test.c: Support platforms without multiple rounding modes.
41800         * math/bug-nextafter.c: Support platforms without FP exceptions.
41801         * math/bug-nexttoward.c: Likewise.
41802         * math/test-fenv.c: Likewise.
41803         * math/test-misc.c: Likewise.
41804         * stdlib/bug-getcontext.c: Likewise.
41806 2012-05-17  Andreas Jaeger  <aj@suse.de>
41808         * manual/examples/search.c (critter_cmp): Change signature to
41809         avoid warnings.
41810         * manual/string.texi (Collation Functions): Likewise.
41812 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41814         * bits/types.h: Fold copyright years.
41815         * bits/typesizes.h: Likewise.
41816         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41817         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41818         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41819         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41820         * time/time.h: Likewise.
41822 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41824         [BZ #208]
41825         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41826         in instead of returning them.  Return void.
41827         (__libc_mallinfo): Accumulate over all arenas.
41828         (__malloc_stats): Adjust for change in int_mallinfo interface.
41830 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41832         [BZ #10375]
41833         * configure.in (NM): Add AC_CHECK_TOOL for it.
41834         (libc_extra_cflags): New substituted variable.
41835         Check for -fstack-protector being used implicitly.
41836         * configure: Regenerated.
41837         * config.make.in (config-extra-cflags): New variable,
41838         gets @libc_extra_cflags@.
41839         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41841         [BZ #10375]
41842         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41843         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41844         * configure: Regenerated.
41845         * config.make.in (CPPUNDEFS): New substituted variable.
41846         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41847         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41848         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41850 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41852         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41853         (mq_attr): Use __syscall_slong_t.
41855 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41857         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41858         Check __x86_64__ instead of __WORDSIZE.
41859         (_STAT_VER_LINUX): Likewise.
41860         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41861         __syscall_ulong_t and __syscall_slong_t.
41862         (stat64): Likewise.
41864 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41866         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41868 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41870         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41872 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41874         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41875         __syscall_ulong_t.
41877         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41878         include <bits/wordsize.h>.  Check __x86_64__ instead of
41879         __WORDSIZE.
41880         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41881         defined.
41882         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41884         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41885         include <bits/wordsize.h>.  Check __x86_64__ instead of
41886         __WORDSIZE.
41887         (user_regs_struct): Use "__extension__ unsigned long long"
41888         instead of "unsigned long" if __x86_64__ is defined.
41889         (user): Likewise.  Pad after pointer field if __ILP32__ is
41890         defined.
41892 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41894         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41895         versions 5 to 9.
41896         * configure: Regenerated.
41897         * manual/install.texi (texinfo): Increase version requirement to
41898         4.5 or later.
41899         * INSTALL: Regenerated.
41901         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41903 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41905         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41907         * sysdeps/x86_64/x32/ffs.c: New file.
41909         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41910         __syscall_ulong_t.
41911         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41912         defined.  Use __syscall_ulong_t.
41913         (shminfo): Use __syscall_ulong_t.
41914         (shm_info): Likewise.
41916         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41917         __syscall_ulong_t.
41919         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41920         <bits/wordsize.h>.
41921         (msgqnum_t): Use __syscall_ulong_t.
41922         (msglen_t): Likewise.
41923         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41924         __syscall_ulong_t.
41926         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41927         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41929         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41931         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41932         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41934         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41935         __syscall_slong_t.
41937         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41938         include <bits/wordsize.h>.  Check __x86_64__ instead of
41939         __WORDSIZE.
41941         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41942         "unsigned long long int" if __x86_64__ is defined.
41943         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41945         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41946         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41947         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41949         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41950         <stdint.h>.
41951         (GET_PC): Cast to uintptr_t first.
41952         (GET_FRAME): Likewise.
41953         (GET_STACK): Likewise.
41955         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41956         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41957         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41958         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41959         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41960         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41961         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41962         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41963         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41964         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41965         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41966         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41967         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41968         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41969         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41970         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41971         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41972         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41973         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41974         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41975         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41976         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41977         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41978         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41979         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41980         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41981         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41982         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41983         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41985 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
41987         * Makerules (+depfiles): Also collect depfiles from .oS in
41988         $(extra-objs).
41989         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41990         .oS, $(libnldbl-routines)).
41992         * Makerules (native-compile-mkdep-flags): Define.
41993         * sunrpc/Makefile (extra-objs): Add $(addprefix
41994         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41995         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41996         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
41997         calling $(make-target-directory).
41999 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42001         * bits/types.h (__snseconds_t): Removed.
42002         * time/time.h (struct timespec): Replace __snseconds_t with
42003         __syscall_slong_t.
42004         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42005         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42006         Likewise.
42007         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42008         (__SNSECONDS_T_TYPE): Likewise.
42009         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42010         (__SNSECONDS_T_TYPE): Likewise.
42011         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42012         (__SNSECONDS_T_TYPE): Likewise.
42014 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42016         * sysdeps/mach/hurd/bits/typesizes.h
42017         (__SYSCALL_SLONG_TYPE): New macro.
42018         (__SYSCALL_ULONG_TYPE): Likewise.
42020 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42022         * bits/types.h (__syscall_slong_t): New type.
42023         (__syscall_ulong_t): Likewise.
42025         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42026         (__SYSCALL_ULONG_TYPE): Likewise.
42027         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42028         (__SYSCALL_SLONG_TYPE): Likewise.
42029         (__SYSCALL_ULONG_TYPE): Likewise.
42030         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42031         (__SYSCALL_SLONG_TYPE): Likewise.
42032         (__SYSCALL_ULONG_TYPE): Likewise.
42033         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42034         (__SYSCALL_SLONG_TYPE): Likewise.
42035         (__SYSCALL_ULONG_TYPE): Likewise.
42037 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42039         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42040         Add sigaltstack-offsets.sym.
42041         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42042         <sigaltstack-offsets.h>.
42043         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42044         longjmp_msg pointer.
42045         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42046         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42047         signal stack.
42048         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42050 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42052         * elf/stackguard-macros.h: Remove file.
42053         * sysdeps/generic/stackguard-macros.h: New file.
42054         * sysdeps/i386/stackguard-macros.h: Likewise.
42055         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42056         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42057         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42058         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42059         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42060         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42061         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42062         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42063         <elf/stackguard-macros.h>.
42065         [BZ #14109]
42066         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42067         __aligned__ in attribute.
42068         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42069         (gregset_t): Likewise.
42071 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42073         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42074         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42075         * sysdeps/x86_64/x32/Implies-after: New file.
42077 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42079         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42080         and access return value for _dl_profile_fixup.  Use R10_LP to
42081         load frame size.
42083 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42085         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42087 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42089         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42090         * sysdeps/x86_64/x32/sysdep.h: New file.
42092 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42094         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42095         * sysdeps/x86_64/setjmp.S: Likewise.
42097 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42099         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42100         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42101         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42102         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42103         remove unused global constant.
42105 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42107         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42108         include of <not-cancel.h>.
42110 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42112         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42114 2012-05-15  Jeff Law  <law@redhat.com>
42115             Andreas Jaeger  <aj@suse.de>
42117         [BZ #13594]
42118         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42119         out from...
42120         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42121         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42122         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42123         code changing __hst_map_handle.map.
42125 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42127         * configure.in (sysnames): Look for Implies-before and Implies-after
42128         files.
42129         * configure: Regenerated.
42131 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42133         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42134         8-byte data alignment with LP_SIZE alignment.
42136 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42138         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42139         into R10_LP.
42141 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42143         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42145 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42147         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42148         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42149         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42150         Likewise.
42151         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42153 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42155         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42156         (stackinfo_sub_sp): Likewise.
42158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42160         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42161         RAX_LP.
42163 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42165         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42166         into R*_LP.
42168 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42170         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42171         sizes into R*_LP.
42173 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42175         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42177 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42179         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42180         into R11_LP and load __x86_64_shared_cache_size_half into
42181         R8_LP.
42183 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42185         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42186         R8_LP.
42188 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42190         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42191         logb for POWER7.
42192         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42193         logbf for POWER7.
42194         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42195         logbl for POWER7.
42196         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42197         powerpc32/power7/fpu/s_logb.c via #include.
42198         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42199         powerpc32/power7/fpu/s_logbf.c via #include.
42200         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42201         powerpc32/power7/fpu/s_logbl.c via #include.
42203 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42205         * README.libm: Remove file.
42207 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42209         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42210         count for x32.  Use R*_LP and omit operand-size suffix.
42212 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42214         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42215         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42216         * sysdeps/x86_64/x32/shlib-versions: New file.
42218 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42220         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42221         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42222         Use _dl_fatal_printf instead.
42224 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42226         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42227         set if not set by the user.  Do not allow for being unset.
42228         * sysdeps/unix/sysv/linux/configure: Regenerated.
42230 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42232         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42233         the `q' suffix from lea and replace .quad with ASM_ADDR.
42235 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42237         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42238         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42239         instead of $17.
42240         (PTR_DEMANGLE): Likewise.
42242 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42244         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42245         (LP_OP): Likewise.
42246         (ASM_ADDR): Likewise.
42247         (RAX_LP): Likewise.
42248         (RBP_LP): Likewise.
42249         (RBX_LP): Likewise.
42250         (RCX_LP): Likewise.
42251         (RDI_LP): Likewise.
42252         (RSI_LP): Likewise.
42253         (RSP_LP): Likewise.
42254         (R8_LP): Likewise.
42255         (R9_LP): Likewise.
42256         (R10_LP): Likewise.
42257         (R10_LP): Likewise.
42258         (R11_LP): Likewise.
42259         (R12_LP): Likewise.
42260         (R13_LP): Likewise.
42261         (R14_LP): Likewise.
42262         (R15_LP): Likewise.
42264 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42266         * sysdeps/x86_64/x32/dl-machine.h: New file.
42268 2012-05-14  Andreas Jaeger  <aj@suse.de>
42270         * manual/Makefile (subdir): Remove export of subdir.
42271         (all): Remove target.
42272         (.PHONY): Remove all from list.
42273         (mkinstalldirs): Remove.
42274         (.PHONY): Remove installdirs from list.
42275         ($(inst_infodir)/libc.info): Use make-target-directory.
42276         (installdirs): Remove.
42277         (subdir_%): Remove.
42278         (glibc-targets): Remove.
42279         (lib): Remove.
42280         (stubs): Remove.
42281         ($(objpfx)stubs ../po/manual.pot): Remove.
42282         ($(objpfx)stamp%): Remove.
42283         (make-target-directory): Remove.
42284         (subdir_install): Remove.
42285         (routines): Remove.
42286         (aux): Remove.
42287         (sources): Remove.
42288         (objects): Remove.
42289         (headers): Remove.
42291         [BZ #13750]
42292         * manual/.gitignore: Remove, it's not needed anymore.
42293         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42294         all files in it.
42295         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42296         directory.
42297         (texis): Renamed to $(objpfx)texis.
42298         (texis-path): New, contains path to generated files.
42299         (chapters.%): Use texis-path for complete path, add extra argument
42300         libc-texinfo.sh.
42301         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42302         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42303         (summary,texi, stamp-summary): Use complete path of
42304         files. Generate files in build dir.
42305         (dir-add.texi): Build in build dir.
42306         (libm-err.texi,stamp-libm-err): Likewise.
42307         (version.texi, stamp-version): Likewise.
42308         (.%c.texi): Likewise.
42309         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42310         (mostlyclean): Remove target.
42311         (realclean): Remove target.
42312         (generated): Add new variable with contents from mostlyclean and
42313         realclean, remove entries duplicated in common-mostlyclean, add
42314         stamp-libm-err and stamp-version.
42315         (generated-dirs): Add libc directory.
42316         ($(inst_infodir)/libc.info): Install files from build dir.
42318         * manual/install.texi (Configuring and compiling): Adjust since
42319         the info files are not part of the tar ball anymore.
42321 2012-05-14  Andreas Jaeger  <aj@suse.de>
42323         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42324         variable.
42326 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42328         [BZ #13717]
42329         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42330         to 2.2.0 where earlier.
42331         * sysdeps/unix/sysv/linux/configure: Regenerated.
42332         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42333         Remove conditional code.
42334         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42335         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42336         Remove conditional code.
42337         [!__NR_lchown]: Likewise.
42338         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42339         [__NR_lchown]: Likewise.
42340         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42341         comment referencing __ASSUME_LCHOWN_SYSCALL.
42342         * sysdeps/unix/sysv/linux/i386/sigaction.c
42343         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42344         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42345         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42346         Remove conditional code.
42347         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42348         (__protocol_available): Remove #if 0 code.
42349         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42350         conditional code.
42351         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42352         * sysdeps/unix/sysv/linux/kernel-features.h
42353         (__ASSUME_GETCWD_SYSCALL): Don't define.
42354         (__ASSUME_REALTIME_SIGNALS): Likewise.
42355         (__ASSUME_PREAD_SYSCALL): Likewise.
42356         (__ASSUME_PWRITE_SYSCALL): Likewise.
42357         (__ASSUME_POLL_SYSCALL): Likewise.
42358         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42359         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42360         non-SPARC.
42361         (__ASSUME_SIOCGIFNAME): Don't define.
42362         (__ASSUME_MSG_NOSIGNAL): Likewise.
42363         (__ASSUME_SENDFILE): Define unconditionally.
42364         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42365         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42366         conditional code.
42367         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42368         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42369         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42370         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42371         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42372         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42373         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42375         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42376         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42378         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42379         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42381         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42382         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42384         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42385         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42387         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42388         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42390         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42391         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42393         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42394         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42396         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42397         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42398         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42399         Remove conditional code.
42400         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42401         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42402         Remove conditional code.
42403         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42404         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42405         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42406         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42407         Remove conditional code.
42408         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42409         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42410         Remove conditional code.
42411         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42412         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42413         Remove conditional code.
42414         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42415         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42416         Remove conditional code.
42417         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42418         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42419         Remove conditional code.
42420         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42421         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42422         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42423         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42424         * sysdeps/unix/sysv/linux/sigaction.c
42425         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42426         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42427         * sysdeps/unix/sysv/linux/sigpending.c
42428         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42429         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42430         * sysdeps/unix/sysv/linux/sigprocmask.c
42431         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42432         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42433         * sysdeps/unix/sysv/linux/sigsuspend.c
42434         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42435         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42436         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42437         (__libc_missing_rt_sigs): Remove.
42438         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42439         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42440         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42441         Remove conditional code.
42442         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42443         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42444         return 1.
42445         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42446         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42447         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42448         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42450 2012-05-14  Andreas Jaeger  <aj@suse.de>
42452         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42453         it's not used in glibc.
42454         (__coshm1): Likewise.
42455         (__acosh1p): Likewise.
42456         (__sgn): Likewise.
42458         * manual/string.texi (Copying and Concatenation): Add missing
42459         variable in concat example.
42460         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42462 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42464         [BZ #14103]
42465         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42466         __builtin_clzl with __builtin_clzll.
42468 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42470         [BZ #14104]
42471         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42472         libc_freeres_ptr.
42474 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42476         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42477         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42478         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42479         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42481 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42483         * NEWS: Update ia64 info.
42485 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42487         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42488         used as bcopy.
42490 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42492         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42493         * sysdeps/unix/syscalls.list (dup3): Likewise.
42494         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42495         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42497 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42499         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42500         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42502 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42504         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42505         thread pointer.
42506         (TLS_IE): Use mov/add instead of movq/addq to load thread
42507         pointer.
42508         (TLS_GD_PREFIX): New.
42509         (TLS_GD): Use it.
42511 2012-05-11  David S. Miller  <davem@davemloft.net>
42513         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42514         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42515         (_FPU_SETCW): Likewise.
42517 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42519         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42520         is 32-byte aligned.
42522 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42524         [BZ #11837]
42525         * iconvdata/gb18030.c: Update tables.
42526         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42527         characters specially.
42528         (BODY for TO_LOOP): Add encoding of missing ranges.
42530 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42532         [BZ #13673]
42533         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42534         * sysdeps/mach/hurd/dup3.c: Likewise.
42535         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42536         * sysdeps/powerpc/memmove.c:: Likewise.
42538 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42540         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42541         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42543 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42545         * elf/elf.h (R_X86_64_RELATIVE64): New.
42546         (R_X86_64_NUM): Updated.
42547         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42548         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42549         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42550         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42551         tst-quad1pie tst-quad2pie
42552         (modules-names): Add tst-quadmod1 tst-quadmod2.
42553         ($(objpfx)tst-quad1): New dependency.
42554         ($(objpfx)tst-quad2): Likewise.
42555         ($(objpfx)tst-quad1pie): Likewise.
42556         ($(objpfx)tst-quad2pie): Likewise.
42557         * sysdeps/x86_64/tst-quad1.c: New file.
42558         * sysdeps/x86_64/tst-quad1pie.c: New file.
42559         * sysdeps/x86_64/tst-quad2.c: Likewise.
42560         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42561         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42562         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42563         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42564         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42566 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42568         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42569         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42570         * streams/stropts.h (t_scalar_t): Define type.
42572         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42573         (_PATH_PRESERVE): Set to "/var/lib".
42574         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42576         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42577         instead of int.
42579         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42580         if __dir_mkfile succeeded.
42582         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42583         checking for _hurd_dtablesize.  Unlock it right after having
42584         finished _hurd_dtable allocation.
42586 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42588         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42589         * sysdeps/mach/hurd/configure: Regenerated.
42590         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42591         special-casing to...
42592         * sysdeps/gnu/configure.in: ... this new file.
42593         * sysdeps/unix/sysv/linux/configure: Regenerated.
42594         * sysdeps/gnu/configure: New generated file.
42596         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42597         for Linux: use nsec instead of usec, as well as:
42598         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42599         members of type struct timespec.
42600         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42601         New macros.
42602         (struct stat64): Likewise.
42603         (_STATBUF_ST_NSEC): New macro.
42604         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42606         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42607         __strtoul_internal rather than strtoul.
42609 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42611         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42612         and reject them.
42614 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42616         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42617         which preserves existing values.
42618         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42620 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42622         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42623         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42624         greater than FD_SETSIZE.
42626 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42628         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42629         allocated, call __vm_protect to finish enabling the existing space, and
42630         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42631         allocate the remainder.
42633 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42635         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42636         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42638 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42640         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42641         sysdeps/mach/hurd/readlink.c.
42643         * posix/tst-sysconf.c (posix_options): Only use
42644         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42645         _POSIX_SYNCHRONIZED_IO when they are defined
42646         * sysdeps/mach/hurd/bits/posix_opt.h:
42647         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42648         (_XOPEN_REALTIME): Undefine macro.
42649         (_XOPEN_REALTIME_THREADS): Undefine macro.
42650         (_XOPEN_SHM): Undefine macro.
42651         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42652         macro to -1.
42653         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42654         macro to -1.
42655         (_POSIX_ASYNC_IO): Undefine macro.
42656         (_POSIX_PRIORITIZED_IO): Undefine macro.
42657         (_POSIX_SPIN_LOCKS): Define macro to -1.
42659         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42660         SA_NODEFER, SA_RESETHAND.
42661         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42662         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42663         F_DUPFD_CLOEXEC.
42665 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42667         * elf/Makefile (pldd-modules): Define unconditionally.
42669 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42671         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42673 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42675         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42676         Return ENOENT when name is empty.
42677         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42679 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42681         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42683         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42685 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42687         Fix mlock in all cases except non-readable pages.
42688         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42689         instead of VM_PROT_ALL as parameter to __vm_wire function.
42691         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42692         (__mkdir): When path is `/', just fail with EEXIST.
42693         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42695 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42697         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42698         <sys/uio.h> (for writev).
42699         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42700         and <sys/param.h> (for MIN).
42702 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42704         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42705         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42706         if interrupted.
42708 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42710         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42711         Depend on against $(link-rpcuserlibs).
42713 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42715         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42716         (__libc_stack_end): Do not use attribute_relro.
42717         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42718         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42719         to libthread-provided value.
42720         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42721         attribute_relro.
42723 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42725         [BZ #3748]
42726         * bits/libc-lock.h (__libc_once_get): New macro.
42727         * sysdeps/mach/bits/libc-lock.h: Likewise.
42728         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42729         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42730         instead of using implementation details.
42732         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42733         * libio/freopen.c: Likewise.
42734         * libio/freopen64.c: Likewise.
42735         * misc/syslog.c: Likewise.
42736         * nscd/connections.c: Likewise.
42737         * nscd/netgroupcache.c: Likewise.
42738         * sysdeps/posix/getcwd.c: Likewise.
42740 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42742         * math/w_ilogbf.c: Add #include <limits.h>.
42744 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42746         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42747         path instead of returning without unlocking.
42749         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42750         immediate-write ioctls.
42751         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42753 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42755         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42756         __builtin_frame_address instead of making assumptions about the
42757         location of the return address relative to DATA.  Force early load of
42758         the return address.
42759         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42760         __builtin_frame_address.
42762         dup3 for GNU Hurd.
42763         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42764         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42765         implement dup3 and do some further code clean-ups.
42766         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42767         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42769 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42771         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42773         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42774         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42775         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42776         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42777         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42778         d->port.lock.
42780         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42781         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42782         when handler == SIG_ERR, not when handler != SIG_ERR.
42784 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42786         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42787         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42788         definitions.
42790         accept4 for GNU Hurd.
42791         * include/sys/socket.h (__libc_accept4): New prototype.
42792         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42793         to implement __libc_accept4.
42794         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42795         __libc_accept4.
42796         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42798         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42799         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42800         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42801         signal-defines.sym.
42803 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42805         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42807 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42809         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42810         assertion on O_CLOEXEC flag.
42811         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42812         * hurd/intern-fd.c: Likewise.
42813         * hurd/port2fd.c: Likewise.
42815 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42817         [BZ #3906]
42818         * bits/in.h (IPV6_PKTINFO): Define new macro.
42819         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42821 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42823         [BZ #13954]
42824         [BZ #13955]
42825         [BZ #13956]
42826         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42827         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42828         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42829         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42830         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42831         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42832         * math/libm-test.inc (logb_test) : Additional logb tests.
42834 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42835             Andreas Jaeger  <aj@suse.de>
42837         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42838         * configure: Regenerated.
42839         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42840         * config.make.in (link-obsolete-rpc): New substituted variable.
42841         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42842         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42843         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42844         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42845         so that libc.a contains the symbols.
42846         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42847         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42848         * sunrpc/auth_none.c: Likewise.
42849         * sunrpc/auth_unix.c: Likewise.
42850         * sunrpc/authdes_prot.c: Likewise.
42851         * sunrpc/authuxprot.c: Likewise.
42852         * sunrpc/clnt_gen.c: Likewise.
42853         * sunrpc/clnt_perr.c: Likewise.
42854         * sunrpc/clnt_raw.c: Likewise.
42855         * sunrpc/clnt_simp.c: Likewise.
42856         * sunrpc/clnt_tcp.c: Likewise.
42857         * sunrpc/clnt_udp.c: Likewise.
42858         * sunrpc/clnt_unix.c: Likewise.
42859         * sunrpc/des_crypt.c: Likewise.
42860         * sunrpc/des_soft.c: Likewise.
42861         * sunrpc/get_myaddr.c: Likewise.
42862         * sunrpc/key_call.c: Likewise.
42863         * sunrpc/key_prot.c: Likewise.
42864         * sunrpc/netname.c: Likewise.
42865         * sunrpc/pm_getmaps.c: Likewise.
42866         * sunrpc/pm_getport.c: Likewise.
42867         * sunrpc/pmap_clnt.c: Likewise.
42868         * sunrpc/pmap_prot.c: Likewise.
42869         * sunrpc/pmap_prot2.c: Likewise.
42870         * sunrpc/pmap_rmt.c: Likewise.
42871         * sunrpc/publickey.c: Likewise.
42872         * sunrpc/rpc_cmsg.c: Likewise.
42873         * sunrpc/rpc_common.c: Likewise.
42874         * sunrpc/rpc_dtable.c: Likewise.
42875         * sunrpc/rpc_prot.c: Likewise.
42876         * sunrpc/rpc_thread.c: Likewise.
42877         * sunrpc/rtime.c: Likewise.
42878         * sunrpc/svc.c: Likewise.
42879         * sunrpc/svc_auth.c: Likewise.
42880         * sunrpc/svc_raw.c: Likewise.
42881         * sunrpc/svc_run.c: Likewise.
42882         * sunrpc/svc_tcp.c: Likewise.
42883         * sunrpc/svc_udp.c: Likewise.
42884         * sunrpc/svc_unix.c: Likewise.
42885         * sunrpc/svcauth_des.c: Likewise.
42886         * sunrpc/xcrypt.c: Likewise.
42887         * sunrpc/xdr.c: Likewise.
42888         * sunrpc/xdr_array.c: Likewise.
42889         * sunrpc/xdr_float.c: Likewise.
42890         * sunrpc/xdr_intXX_t.c: Likewise.
42891         * sunrpc/xdr_mem.c: Likewise.
42892         * sunrpc/xdr_rec.c: Likewise.
42893         * sunrpc/xdr_ref.c: Likewise.
42894         * sunrpc/xdr_sizeof.c: Likewise.
42895         * sunrpc/xdr_stdio.c: Likewise.
42897 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42899         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42900         change.  Update copyright years.
42902 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42904         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42906 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42907             Joseph Myers  <joseph@codesourcery.com>
42908             Paul Pluzhnikov  <ppluzhnikov@google.com>
42910         [BZ #14012]
42911         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42912         requiring rpcgen.
42913         [cross-compiling] (extra-libs): Likewise.
42914         [cross-compiling] (extra-libs-others): Likewise.
42915         [cross-compiling] (librpcsvc-routines): Likewise.
42916         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42917         [cross-compiling] (omit-deps): Likewise.
42918         (sunrpc-CPPFLAGS): New variable.
42919         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42920         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42921         (cross-rpcgen-objs): New variable.
42922         (extra-objs): Append $(cross-rpcgen-objs).
42923         ($(cross-rpcgen-objs)): New rule.
42924         ($(objpfx)cross-rpcgen): Likewise.
42925         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42926         comment.
42927         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42928         ($(objpfx)x%.stmp): Likewise.
42929         * sunrpc/proto.h [IS_IN_build] (_): Define.
42930         [IS_IN_build] (_libc_intl_domainname): Likewise.
42932 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42934         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42935         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42936         and R_X86_64_TPOFF64.
42938 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42940         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42941         sysdeps/unix/sysv/syscalls.list.
42942         (stime): Likewise.
42943         (utime): Likewise.
42944         * sysdeps/unix/sysv/syscalls.list: Remove file.
42946 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42948         [BZ #3440]
42949         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42950         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42951         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42952         (__LC_IDENTIFICATION): Make these macros useful in #if
42953         expressions, as required by C99.
42955 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42957         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42958         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42959         after this.
42961 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42963         * stdlib/longlong.h: Updated from GCC.
42965 2012-05-09  Andreas Jaeger  <aj@suse.de>
42967         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42968         default is first entry.
42969         (run_mode): Set type.
42970         (main): Remove informal message about syslog.
42971         (options): Fix typo.
42973         [BZ #14053]
42974         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42975         to asm.
42976         (lrint): Likewise.
42977         (llrintf): Likewise.
42978         (llrint): Likewise.
42979         (rint): Likewise.
42980         (rintf): Likewise.
42981         (nearbyint): Likewise.
42982         (nearbyintf): Likewise.
42984 2012-05-09  Andreas Jaeger  <aj@suse.de>
42985             Pedro Alves  <palves@redhat.com>
42987         * nscd/nscd.c (run_mode): Use enum.
42988         (main): Cleanup coding style issue.
42990 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
42991             Andreas Jaeger  <aj@suse.de>
42993         * nscd/nscd.c (go_background): Replaced with...
42994         (run_mode): ... this.
42995         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42996         (options): Add -F --foreground.
42997         (main): Implement it.
42998         (parse_opt): Parse it.
43000 2012-05-09  Andreas Jaeger  <aj@suse.de>
43002         [BZ #14083]
43003         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43004         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43005         -Wconversion warning.
43006         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43007         Likewise.
43009 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43011         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43012         == 0.
43013         (LC_ALL): Use macro-int-constant.
43014         (LC_COLLATE): Likewise.
43015         (LC_CTYPE): Likewise.
43016         (LC_MESSAGES): Likewise.
43017         (LC_MONETARY): Likewise.
43018         (LC_NUMERIC): Likewise.
43019         (LC_TIME): Likewise.
43020         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43021         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43022         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43023         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43024         Specify type.
43025         [C99-based standards] (float_t): Expect type.
43026         [C99-based standards] (double_t): Expect type.
43027         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43028         type.
43029         [C99-based standards] (HUGE_VALL): Likewise.
43030         [C99-based standards] (INFINITY): Likewise.
43031         [C99-based standards] (NAN): Likewise.
43032         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43033         [C99-based standards] (FP_NAN): Likewise.
43034         [C99-based standards] (FP_NORMAL): Likewise.
43035         [C99-based standards] (FP_SUBNORMAL): Likewise.
43036         [C99-based standards] (FP_ZERO): Likewise.
43037         [C99-based standards] (FP_FAST_FMA): Use
43038         optional-macro-int-constant.  Specify type.  Require == 1.
43039         [C99-based standards] (FP_FAST_FMAF): Likewise.
43040         [C99-based standards] (FP_FAST_FMAL): Likewise.
43041         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43042         [C99-based standards] (FP_ILOGBNAN): Likewise.
43043         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43044         Specify type.
43045         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43046         [C99-based standards] (math_errhandling): Specify type.
43047         [ISO99 || ISO11] (signgam): Do not allow.
43048         [non-C99-based standards] (copysignf): Do not allow.
43049         [non-C99-based standards] (exp2f): Likewise.
43050         [non-C99-based standards] (log2f): Likewise.
43051         [non-C99-based standards] (modff): Allow.
43052         [non-C99-based standards] (erff): Do not allow.
43053         [non-C99-based standards] (erfcf): Likewise.
43054         [non-C99-based standards] (gammaf): Likewise.
43055         [non-C99-based standards] (hypotf): Likewise.
43056         [non-C99-based standards] (j0f): Likewise.
43057         [non-C99-based standards] (j1f): Likewise.
43058         [non-C99-based standards] (jnf): Likewise.
43059         [non-C99-based standards] (lgammaf): Likewise.
43060         [non-C99-based standards] (tgammaf): Likewise.
43061         [non-C99-based standards] (y0f): Likewise.
43062         [non-C99-based standards] (y1f): Likewise.
43063         [non-C99-based standards] (ynf): Likewise.
43064         [non-C99-based standards] (isnanf): Likewise.
43065         [non-C99-based standards] (acoshf): Likewise.
43066         [non-C99-based standards] (asinhf): Likewise.
43067         [non-C99-based standards] (atanhf): Likewise.
43068         [non-C99-based standards] (cbrtf): Likewise.
43069         [non-C99-based standards] (expm1f): Likewise.
43070         [non-C99-based standards] (ilogbf): Likewise.
43071         [non-C99-based standards] (log1pf): Likewise.
43072         [non-C99-based standards] (logbf): Likewise.
43073         [non-C99-based standards] (nextafterf): Likewise.
43074         [non-C99-based standards] (remainderf): Likewise.
43075         [non-C99-based standards] (rintf): Likewise.
43076         [non-C99-based standards] (scalbf): Likewise.
43077         [non-C99-based standards] (copysignl): Likewise.
43078         [non-C99-based standards] (exp2l): Likewise.
43079         [non-C99-based standards] (log2l): Likewise.
43080         [non-C99-based standards] (modfl): Allow.
43081         [non-C99-based standards] (erfl): Do not allow.
43082         [non-C99-based standards] (erfcl): Likewise.
43083         [non-C99-based standards] (gammal): Likewise.
43084         [non-C99-based standards] (hypotl): Likewise.
43085         [non-C99-based standards] (j0l): Likewise.
43086         [non-C99-based standards] (j1l): Likewise.
43087         [non-C99-based standards] (jnl): Likewise.
43088         [non-C99-based standards] (lgammal): Likewise.
43089         [non-C99-based standards] (tgammal): Likewise.
43090         [non-C99-based standards] (y0l): Likewise.
43091         [non-C99-based standards] (y1l): Likewise.
43092         [non-C99-based standards] (ynl): Likewise.
43093         [non-C99-based standards] (isnanl): Likewise.
43094         [non-C99-based standards] (acoshl): Likewise.
43095         [non-C99-based standards] (asinhl): Likewise.
43096         [non-C99-based standards] (atanhl): Likewise.
43097         [non-C99-based standards] (cbrtl): Likewise.
43098         [non-C99-based standards] (expm1l): Likewise.
43099         [non-C99-based standards] (ilogbl): Likewise.
43100         [non-C99-based standards] (log1pl): Likewise.
43101         [non-C99-based standards] (logbl): Likewise.
43102         [non-C99-based standards] (nextafterl): Likewise.
43103         [non-C99-based standards] (remainderl): Likewise.
43104         [non-C99-based standards] (rintl): Likewise.
43105         [non-C99-based standards] (scalbl): Likewise.
43106         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43107         [non-C99-based standards] (FP_*): Do not allow.
43108         [C99-based standards] (FP_*): Change to
43109         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43110         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43111         allow.
43112         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43113         (SIG_ERR): Likewise.
43114         [X/Open-based standards] (SIG_HOLD): Likewise.
43115         (SIG_IGN): Likewise.
43116         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43117         positive value.
43118         (SIGFPE): Likewise.
43119         (SIGILL): Likewise.
43120         (SIGINT): Likewise.
43121         (SIGSEGV): Likewise.
43122         (SIGTER): Likewise.
43123         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43124         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43125         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43126         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43127         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43128         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43129         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43130         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43131         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43132         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43133         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43134         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43135         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43136         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43137         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43138         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43139         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43140         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43141         [X/Open-based standards] (SIGTRAP): Likewise.
43142         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43143         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43144         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43145         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43146         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43147         allow.
43149 2012-05-08  Ian Wienand  <ianw@vmware.com>
43151         [BZ #14080]
43152         * time/tzset.c (__tzset_parse_tz): Update default rules for
43153         daylight time changes in the Energy Policy Act of 2005.
43155 2012-05-09  Andreas Jaeger  <aj@suse.de>
43157         [BZ #13983]
43158         * elf/ldconfig.c (parse_conf): Change string to make clear that
43159         ldconfig only issued a warning if ld.so.conf does not exist.
43161 2012-05-08  David S. Miller  <davem@davemloft.net>
43163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43164         movxtod instead of popping the value on the stack.
43166         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43168 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43170         * config.h.in: Add HAVE_ARM_PCS_VFP.
43172 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43174         [BZ #13979]
43175         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43176         checking but the checks are disabled for any reason.
43178 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43180         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43181         and ELF64_R_TYPE with ELFW(R_TYPE).
43183 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43185         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43186         (ulimit): Likewise.
43188         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43189         (settimeofday): Likewise.
43191 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43193         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43194         a struct th_u2 inside the union, and move tu_block/tu_code into
43195         a new th_u3 union of tu_block/tu_code inside of that.  Move
43196         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43197         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43198         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43199         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43200         (th_stuff): Change to th_u1.tu_stuff.
43201         (th_data): Define.
43202         (th_msg): Change to th_u1.th_u2.tu_data.
43204 2012-05-07  David S. Miller  <davem@davemloft.net>
43206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43208         [BZ #14074]
43209         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43210         (SETUP_PIC_REG): Use it.
43211         (SETUP_PIC_REG_LEAF): Use it.
43213 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43215         [BZ #13885]
43216         [BZ #13923]
43217         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43218         USE_AS_EXPM1L.
43219         (EXPL_FINITE): Likewise.
43220         (FLDLOG): Likewise.
43221         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43222         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43223         e_expl.S.
43224         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43225         USE_AS_EXPM1L.
43226         (EXPL_FINITE): Likewise.
43227         (FLDLOG): Likewise.
43228         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43229         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43230         e_expl.S.
43231         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43232         test of -max_value argument for long double.
43233         * sysdeps/i386/fpu/libm-test-ulps: Update.
43234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43236 2012-05-06  David S. Miller  <davem@davemloft.net>
43238         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43239         quad soft-float symbols whose references which are compiler
43240         generated.
43241         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43243 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43245         [BZ #13884]
43246         [BZ #13914]
43247         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43248         USE_AS_EXP10L.
43249         (EXPL_FINITE): Likewise.
43250         (FLDLOG): Likewise.
43251         (c0): Likewise.
43252         (c1): Likewise.
43253         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43254         Adjust comments for base varying.
43255         (__expl_finite): Change alias to EXPL_FINITE.
43256         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43257         e_expl.S.
43258         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43259         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43260         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43261         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43262         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43263         USE_AS_EXP10L.
43264         (EXPL_FINITE): Likewise.
43265         (FLDLOG): Likewise.
43266         (c0): Likewise.
43267         (c1): Likewise.
43268         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43269         Adjust comments for base varying.
43270         (__expl_finite): Change alias to EXPL_FINITE.
43271         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43272         tests for bugs.
43273         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43275         [BZ #14064]
43276         * math/libm-test.inc (check_float_internal): Correct ulp
43277         calculation for subnormal expected results.
43279 2012-05-06  Andreas Jaeger  <aj@suse.de>
43281         * Makeconfig (+math-flags): New, set to -frounding-math.
43282         (+cflags): Add +math-flags so that all of glibc gets compiled with
43283         it.
43285         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43287 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43289         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43290         Disable one test.
43292         [BZ #13787]
43293         [BZ #13922]
43294         [BZ #14036]
43295         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43296         (__ieee754_expl): Allow for and saturate large arguments.
43297         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43298         (u_threshold): Likewise.
43299         (__exp): Call __ieee754_exp before checking for overflow and
43300         underflow.
43301         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43302         (u_threshold): Likewise.
43303         (__expf): Call __ieee754_expf before checking for overflow and
43304         underflow.
43305         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43306         (u_threshold): Likewise.
43307         (__expl): Call __ieee754_expl before checking for overflow and
43308         underflow.
43309         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43310         (__ieee754_expl): Allow for and saturate large arguments.
43311         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43312         missing overflow exception on overflow.
43313         (expm1_test): Do not allow missing overflow exception on overflow.
43315         * sysdeps/i386/fpu/e_expl.c: Move to ...
43316         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43317         rather than using inline asm.
43318         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43319         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43320         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43322         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43323         (nice): Likewise.
43324         (poll): Likewise.
43325         (signal): Likewise.
43326         (time): Likewise.
43327         (times): Likewise.
43329 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43331         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43332         sysdeps/unix/common/syscalls.list.
43333         (fchmod): Likewise.
43334         (fchown): Likewise.
43335         (ftruncate): Likewise.
43336         (getrusage): Likewise.
43337         (gettimeofday): Likewise.
43338         (setpgid): Likewise.
43339         (setregid): Likewise.
43340         (setreuid): Likewise.
43341         (sigaction): Likewise.
43342         (truncate): Likewise.
43343         (vhangup): Likewise.
43344         * sysdeps/unix/common/syscalls.list: Remove file.
43345         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43346         * sysdeps/unix/sysv/linux/Implies: Likewise.
43348 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43350         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43351         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43352         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43353         Moved to ...
43354         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43355         Here.
43356         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43357         to ...
43358         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43359         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43360         to ...
43361         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43362         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43363         to ...
43364         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43365         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43366         to ...
43367         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43368         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43369         to ...
43370         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43371         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43372         to ...
43373         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43374         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43375         to ...
43376         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43377         Here.
43378         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43379         to ...
43380         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43381         Here.
43382         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43383         to ...
43384         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43385         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43386         Moved to ...
43387         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43388         Here.
43389         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43390         to ...
43391         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43393 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43395         * sysdeps/unix/common/bits/dirent.h: Remove file.
43396         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43398         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43399         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43400         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43401         * sysdeps/unix/bsd/isatty.c: Likewise.
43402         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43403         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43404         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43406 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43408         [BZ #13563]
43409         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43410         long double comparison inaccuracies.
43411         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43414 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43416         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43417         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43419 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43421         [BZ #14049]
43422         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43423         nonzero digits before rounding a hex value.
43424         * stdlib/tst-strtod.c (tests): Add another test.
43426 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43428         * sysdeps/s390/fpu/libm-test-ulps: Update.
43430 2012-05-03  Andreas Jaeger  <aj@suse.de>
43432         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43433         does not get optimized out.
43434         (malloc_opt_barrier): New.
43436 2012-05-03  Andreas Jaeger  <aj@suse.de>
43437             Roland McGrath  <roland@hack.frob.com>
43439         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43440         intermediate file deletion.
43441         (generated): Add .symlist files.
43443 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43445         [BZ #13775]
43446         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43447         Redirect under this condition.
43448         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43449         [__USE_GNU] (__dprintf_chk): Not under this condition.
43450         [__USE_GNU] (__vdprintf_chk): Likewise.
43451         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43452         under this condition.
43453         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43454         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43455         [__USE_XOPEN2K8] (vdprintf): Likewise.
43456         [__USE_GNU] (__dprintf_chk): Not under this condition.
43457         [__USE_GNU] (__vdprintf_chk): Likewise.
43458         [__USE_GNU] (dprintf): Likewise.
43459         [__USE_GNU] (vdprintf): Likewise.
43461 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43463         * elf/Makefile (common-generated): Set this instead of generated for
43464         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43465         $(all-built-dso)-derived lists.
43467 2012-05-03  Andreas Jaeger  <aj@suse.de>
43469         * sysdeps/i386/fpu/libm-test-ulps: Update.
43471         * FAQ: Removed.
43472         * FAQ.in: Likewise.
43473         * scripts/gen-FAQ.pl: Likewise.
43474         * manual/install.texi (Installation): Point to online location of
43475         FAQ.
43476         * Makefile (files-for-dist): Remove FAQ.
43477         (FAQ): Remove.
43479 2012-05-02  Allan McRae  <allan@archlinux.org>
43481         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43482         (LDFLAGS-reldepmod5.so): Likewise.
43483         (LDFLAGS-reldep6mod1.so): Likewise.
43484         (LDFLAGS-reldep6mod4.so): Likewise.
43485         (LDFLAGS-reldep8mod3.so): Likewise.
43486         (LDFLAGS-unload4mod1.so): Likewise.
43487         (LDFLAGS-unload4mod2.so): Likewise.
43488         (LDFLAGS-tst-initorder): Likewise.
43489         (LDFLAGS-tst-initordera2.so): Likewise.
43490         (LDFLAGS-tst-initordera3.so): Likewise.
43491         (LDFLAGS-tst-initordera4.so): Likewise.
43492         (LDFLAGS-tst-initorderb2.so): Likewise.
43493         (LDFLAGS-noload): Likewise.
43494         (LDFLAGS-next): Likewise.
43495         (LDFLAGS-order2mod1.so): Likewise.
43496         (LDFLAGS-order2mod2.so): Likewise.
43497         (LDFLAGS-tst-initorder2): Likewise.
43498         (LDFLAGS-tst-initorder2a.so): Likewise.
43499         (LDFLAGS-tst-initorder2b.so): Likewise.
43500         (LDFLAGS-tst-initorder2c.so): Likewise.
43501         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43503 2012-05-02  David S. Miller  <davem@davemloft.net>
43505         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43507 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43509         [BZ #14055]
43510         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43512 2012-05-02  Andreas Jaeger  <aj@suse.de>
43514         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43515         since we manipulate rounding mode.
43516         (CPPFLAGS-test-idouble.c): Likewise.
43517         (CPPFLAGS-test-ifloat.c): Likewise.
43518         (CFLAGS-test-ldouble.c): Likewise.
43519         (CFLAGS-test-double.c): Likewise.
43520         (CFLAGS-test-float.c): Likewise.
43521         (CFLAGS-test-misc.c): Likewise.
43522         (CFLAGS-test-test-fenv.c): Likewise.
43524 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43526         [BZ #2550]
43527         [BZ #2570]
43528         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43529         comparisons to determine direction to adjust input.
43531 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43533         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43534         output to the target.
43536         * scripts/localplt.awk: New file.
43537         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43538         (check-localplt-CFLAGS): Variable removed.
43539         ($(all-built-dso:=.jmprel)): New static pattern rule.
43540         (generated): Add those targets.
43541         (localplt-built-dso): New variable.
43542         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43544         * elf/check-localplt.c: File removed.
43546         * scripts/check-execstack.awk: New file.
43547         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43548         (check-execstack-CFLAGS): Variable removed.
43549         ($(objpfx)check-execstack.h): Target removed.
43550         ($(objpfx)execstack-default): New target.
43551         (generated): Add that instead of check-execstack.h.
43552         ($(all-built-dso:=.phdr)): New static pattern rule.
43553         (generated): Add those targets.
43554         * elf/check-execstack.c: File removed.
43556         * scripts/check-textrel.awk: New file.
43557         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43558         (check-textrel-CFLAGS): Variable removed.
43559         (all-built-dso): Use := to define.o
43560         ($(all-built-dso:=.dyn)): New static pattern rule.
43561         (generated): Add those targets.
43562         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43563         * config.make.in (READELF): New substituted variable.
43564         * elf/check-textrel.c: File removed.
43566 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43568         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43569         allow.
43570         * conform/data/ctype.h-data [C99-based standards] (isblank):
43571         Expect function.
43572         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43573         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43574         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43575         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43576         Specify type.  Require positive value.
43577         (EILSEQ): Likewise.
43578         (ERANGE): Likewise.
43579         [ISO || POSIX] (EILSEQ): Do not expect.
43580         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43581         Specify type.  Require positive value.
43582         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43583         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43584         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43585         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43586         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43587         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43588         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43589         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43590         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43591         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43592         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43593         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43594         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43595         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43596         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43597         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43598         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43599         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43600         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43601         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43602         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43603         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43604         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43605         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43606         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43607         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43608         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43609         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43610         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43611         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43612         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43613         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43614         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43615         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43616         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43617         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43618         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43619         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43620         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43621         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43622         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43623         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43624         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43625         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43626         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43627         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43628         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43629         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43630         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43631         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43632         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43633         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43634         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43635         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43636         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43637         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43638         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43639         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43640         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43641         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43642         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43643         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43644         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43645         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43646         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43647         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43648         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43649         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43650         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43651         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43652         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43653         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43654         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43655         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43656         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43657         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43658         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43659         Require >= 2.
43660         (FLT_ROUNDS): Expect as macro, not constant.
43661         (FLT_MANT_DIG): Use macro-int-constant.
43662         (DBL_MANT_DIG): Likewise.
43663         (LDBL_MANT_DIG): Likewise.
43664         (FLT_DIG): Likewise.
43665         (DBL_DIG): Likewise.
43666         (LDBL_DIG): Likewise.
43667         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43668         (DBL_MIN_EXP): Likewise.
43669         (LDBL_MIN_EXP): Likewise.
43670         (FLT_MAX_EXP): Use macro-int-constant.
43671         (DBL_MAX_EXP): Likewise.
43672         (LDBL_MAX_EXP): Likewise.
43673         (FLT_MAX_10_EXP): Likewise.
43674         (DBL_MAX_10_EXP): Likewise.
43675         (LDBL_MAX_10_EXP): Likewise.
43676         (FLT_MAX): Use macro-constant.
43677         (DBL_MAX): Likewise.
43678         (LDBL_MAX): Likewise.
43679         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43680         (DBL_EPSILON): Likewise.
43681         (LDBL_EPSILON): Likewise.
43682         (FLT_MIN): Likewise.
43683         (DBL_MIN): Likewise.
43684         (LDBL_MIN): Likewise.
43685         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43686         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43687         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43688         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43689         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43690         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43691         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43692         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43693         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43694         [ISO11] (FLT_TRUE_MIN): Likewise.
43695         [ISO11] (LDBL_TRUE_MIN): Likewise.
43696         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43697         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43698         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43699         (SCHAR_MAX): Likewise.
43700         (UCHAR_MAX): Likewise.
43701         (CHAR_MIN): Likewise.
43702         (CHAR_MAX): Likewise.
43703         (MB_LEN_MAX): Use macro-int-constant.
43704         (SHRT_MIN): Use macro-int-constant.  Specify type.
43705         (SHRT_MAX): Likewise.
43706         (USHRT_MAX): Likewise.
43707         (INT_MAX): Likewise.
43708         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43709         bound negative.
43710         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43711         bound with "U".
43712         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43713         bound with "L".
43714         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43715         bound negative.  Suffix upper bound with "L".
43716         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43717         bound with "UL".
43718         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43719         Specify type.
43720         [C99-based standards] (LLONG_MAX): Likewise.
43721         [C99-based standards] (ULLONG_MAX): Likewise.
43722         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43723         == 0.
43724         [ISO11] (max_align_t): Require type.
43725         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43727         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43728         from $CFLAGS, without defining away __attribute__ calls.
43729         (checknamespace): Use $CFLAGS_namespace.
43731         * conform/conformtest.pl (@keywords): Only include C99 keywords
43732         for standards based on C99 or C11.
43734         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43735         Disable tests.
43736         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43737         UNIX98]: Likewise.
43739         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43740         usability of symbols in #if.
43742         * conform/conformtest.pl: If macro or constant types start
43743         "promoted:", expect the symbol to be of the following type
43744         promoted by the integer promotions.
43746         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43747         in one place.  Also handle "macro-constant".
43749         * conform/conformtest.pl: Only accept expected macro values with
43750         "==".  Parse all "macro" lines in one place.
43751         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43753         * conform/conformtest.pl: Handle braced types on "constant" lines
43754         instead of handling "typed-constant".
43755         * conform/data/signal.h-data: Use "constant" instead of
43756         "typed-constant".
43758         * conform/conformtest.pl: Handle "optional-" at start of lines in
43759         one place rather than duplicating several cases.  Handle each
43760         format of "macro" line with initial "optional-".
43762         * conform/conformtest.pl: Only accept expected constant or
43763         optional-constant values with "==".  Parse all "constant" lines in
43764         one place.  Parse all "optional-constant" lines in one place.
43765         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43766         * conform/data/fmtmsg.h-data: Likewise.
43767         * conform/data/netinet/in.h-data: Likewise.
43768         * conform/data/tar.h-data: Likewise.
43769         * conform/data/limits.h-data: Use "==" form on "constant" and
43770         "optional-constant" lines.
43772         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43773         Use -std=c99 for XOPEN2K.
43774         (@knownproblems): Remove.
43775         (newtoken): Don't check %isknown.
43777         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43778         Do not expect macro.
43779         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43780         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43781         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43782         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43783         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43784         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43785         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43786         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43787         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43788         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43789         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43790         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43791         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43792         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43793         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43794         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43795         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43796         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43797         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43798         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43799         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43800         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43801         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43802         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43803         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43804         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43805         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43806         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43807         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43808         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43809         [XPG3] (acosh): Likewise.
43810         [XPG3] (asinh): Likewise.
43811         [XPG3] (atanh): Likewise.
43812         [XPG3] (cbrt): Likewise.
43813         [XPG3] (expm1): Likewise.
43814         [XPG3] (ilogb): Likewise.
43815         [XPG3] (log1p): Likewise.
43816         [XPG3] (logb): Likewise.
43817         [XPG3] (nextafter): Likewise.
43818         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43819         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43820         [XPG3] (remainder): Likewise.
43821         [XPG3] (rint): Likewise.
43822         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43823         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43824         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43825         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43826         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43827         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43828         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43829         [UNIX98 || XOPEN2K] (scalb): Expect.
43830         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43831         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43832         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43833         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43834         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43835         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43836         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43837         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43838         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43839         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43840         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43841         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43842         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43843         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43844         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43845         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43846         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43847         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43848         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43849         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43850         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43851         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43852         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43853         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43854         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43855         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43856         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43857         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43858         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43859         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43860         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43861         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43862         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43863         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43864         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43865         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43866         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43867         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43868         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43869         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43870         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43871         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43872         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43873         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43874         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43875         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43876         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43877         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43878         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43879         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43880         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43881         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43882         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43883         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43884         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43885         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43886         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43887         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43888         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43889         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43890         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43891         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43892         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43893         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43894         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43895         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43896         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43897         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43898         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43899         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43900         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43901         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43902         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43903         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43904         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43905         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43906         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43907         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43908         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43909         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43910         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43911         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43912         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43913         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43914         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43915         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43916         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43917         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43918         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43919         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43920         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43921         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43922         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43923         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43924         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43925         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43926         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43927         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43928         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43929         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43930         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43931         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43932         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43933         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43934         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43935         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43936         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43937         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43938         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43939         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43940         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43941         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43942         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43943         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43944         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43945         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43946         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43947         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43948         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43949         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43950         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43951         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43952         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43953         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43954         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43955         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43956         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43957         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43958         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43959         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43960         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43961         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43962         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43963         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43964         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43965         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43966         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43968         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43969         _XOPEN_SOURCE_EXTENDED for XPG4.
43971         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43973         * Makeconfig (localtime): Remove variable.
43974         (inst_localtime-file): Likewise.
43976 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43979         Update.
43980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43981         Update.
43982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43983         Update.
43984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43985         Update.
43986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43987         Update.
43988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43989         Update.
43990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43991         Update.
43992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43993         Update.
43994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43995         Update.
43997 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43999         [BZ #2550]
44000         [BZ #2570]
44001         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44002         comparisons to determine direction to adjust input.
44003         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44004         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44005         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44006         Likewise.
44007         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44008         Likewise.
44009         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44010         Likewise.
44011         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44012         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44013         Likewise.
44014         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44015         Likewise.
44016         * math/libm-test.inc (nexttoward_test): Add more tests.
44018 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44020         [BZ #14040]
44021         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44022         in version GLIBC_2.1, not GLIBC_2.0.
44023         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44024         Likewise.
44026 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44028         [BZ #13942]
44029         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44030         (1 - x) * (1 + x).
44031         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44032         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44033         * math/libm-test.inc (acos_test): Add more tests.
44034         (asin_test): Likewise.
44035         * sysdeps/i386/fpu/libm-test-ulps: Update.
44036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44038         [BZ #14034]
44039         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44040         of square root.
44041         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44042         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44043         * math/libm-test.inc (acos_test_tonearest): New function.
44044         (acos_test_towardzero): Likewise.
44045         (acos_test_downward): Likewise.
44046         (acos_test_upward): Likewise.
44047         (asin_test_tonearest): Likewise.
44048         (asin_test_towardzero): Likewise.
44049         (asin_test_downward): Likewise.
44050         (asin_test_upward): Likewise.
44051         (main): Call the new functions.
44052         * sysdeps/i386/fpu/libm-test-ulps: Update.
44053         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44055         [BZ #13884]
44056         [BZ #13924]
44057         * math/e_exp10.c: Include <float.h>.
44058         (__ieee754_exp10): Handle underflow here rather than multiplying
44059         large negative argument by M_LN10.
44060         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44061         of __ieee754_expf.
44062         * math/e_exp10l.c: Include <float.h>.
44063         (__ieee754_exp10l): Handle underflow here rather than multiplying
44064         large negative argument by M_LN10l.
44065         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44066         spurious overflow exception on underflow.
44068 2012-04-29  Marek Polacek  <polacek@redhat.com>
44070         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44071         (__fortify_function): New macro.
44072         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44073         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44074         __extern_always_inline.
44075         * libio/bits/stdio2.h: Likewise.
44076         * libio/bits/stdio.h: Likewise.
44077         * string/string.h: Likewise.
44078         * string/bits/string3.h: Likewise.
44079         * include/stdio.h: Likewise.
44080         * stdlib/bits/stdlib.h: Likewise.
44081         * stdlib/stdlib.h: Likewise.
44082         * rt/bits/mqueue2.h: Likewise.
44083         * rt/mqueue.h: Likewise.
44084         * posix/bits/unistd.h: Likewise.
44085         * posix/unistd.h: Likewise.
44086         * io/bits/poll2.h: Likewise.
44087         * io/bits/fcntl2.h: Likewise.
44088         * io/fcntl.h: Likewise.
44089         * io/sys/poll.h: Likewise.
44090         * misc/bits/syslog.h: Likewise.
44091         * misc/bits/syslog-ldbl.h: Likewise.
44092         * misc/sys/syslog.h: Likewise.
44093         * socket/bits/socket2.h: Likewise.
44094         * socket/sys/socket.h: Likewise.
44095         * debug/tst-chk1.c: Likewise.
44096         * wcsmbs/bits/wchar2.h: Likewise.
44097         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44098         * wcsmbs/wchar.h: Likewise.
44100 2012-04-29  Andreas Jaeger  <aj@suse.de>
44102         * Makerules (tests): Remove enable-check-abi protection.
44103         (check-abi-warn): Remove.
44104         (check-abi-%): Remove check-abi-warn usage.
44106         * configure.in: Remove check-abi configure option.
44107         * configure: Regenerated.
44108         * config.make.in (enable-check-abi): Remove.
44110 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44112         [BZ #14033]
44113         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44114         double functions to double *_finite functions.
44116         [BZ #13941]
44117         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44118         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44119         LDBL_MIN_EXP.
44120         * stdio-common/Makefile (tests): Add tst-sprintf3.
44121         * stdio-common/tst-sprintf3.c: New file.
44123         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44124         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44126 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44128         * conform/conformtest.pl: Remove duplicate typed-constant
44129         handling.
44131 2012-04-28  David S. Miller  <davem@davemloft.net>
44133         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44134         (check-abi-%): Remove AWK script prerequisite and explicit
44135         abilist directory.
44136         (check-abi): Rewrite to just diff the symlist with the abilist.
44137         (config-tls, config-abi-config): Delete, no longer used.
44138         (update-abi-%): Remove AWK script and explicit abilist directory.
44139         (update-abi): Rewrite to simply compare and conditionally copy the
44140         symlist and the sysdep abilist file.  Remove update-abi-config
44141         checks.
44142         * abilist/ld.abilist: Remove.
44143         * abilist/libBrokenLocale.abilist: Remove.
44144         * abilist/libanl.abilist: Remove.
44145         * abilist/libcrypt.abilist: Remove.
44146         * abilist/libdl.abilist: Remove.
44147         * abilist/librt.abilist: Remove.
44148         * abilist/libthread_db.abilist: Remove.
44149         * abilist/libutil.abilist: Remove.
44150         * scripts/extract-abilist.awk: Remove.
44151         * scripts/merge-abilist.awk: Remove.
44152         * sysdeps/generic/libcidn.abilist: New file.
44153         * sysdeps/generic/libnss_compat.abilist: New file.
44154         * sysdeps/generic/libnss_db.abilist: New file.
44155         * sysdeps/generic/libnss_dns.abilist: New file.
44156         * sysdeps/generic/libnss_files.abilist: New file.
44157         * sysdeps/generic/libnss_hesiod.abilist: New file.
44158         * sysdeps/generic/libnss_nis.abilist: New file.
44159         * sysdeps/generic/libnss_nisplus.abilist: New file.
44160         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44161         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44162         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44163         file.
44164         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44165         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44166         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44167         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44168         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44169         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44170         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44171         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44172         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44173         file.
44174         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44175         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44176         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44177         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44178         file.
44179         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44180         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44181         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44182         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44183         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44184         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44185         file.
44186         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44187         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44188         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44189         file.
44190         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44191         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44192         New file.
44193         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44194         New file.
44195         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44196         New file.
44197         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44198         New file.
44199         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44200         New file.
44201         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44202         New file.
44203         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44204         New file.
44205         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44206         New file.
44207         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44208         New file.
44209         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44210         New file.
44211         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44212         New file.
44213         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44214         New file.
44215         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44216         New file.
44217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44218         file.
44219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44220         New file.
44221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44222         New file.
44223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44224         file.
44225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44226         New file.
44227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44228         New file.
44229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44230         file.
44231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44232         New file.
44233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44234         New file.
44235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44236         New file.
44237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44238         New file.
44239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44240         New file.
44241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44242         New file.
44243         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44244         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44245         file.
44246         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44247         New file.
44248         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44249         file.
44250         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44251         file.
44252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44253         file.
44254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44255         file.
44256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44257         file.
44258         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44259         New file.
44260         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44261         file.
44262         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44263         file.
44264         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44265         New file.
44266         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44267         file.
44268         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44270         file.
44271         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44272         New file.
44273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44274         file.
44275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44276         file.
44277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44278         file.
44279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44280         file.
44281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44282         file.
44283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44284         New file.
44285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44286         file.
44287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44288         file.
44289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44290         New file.
44291         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44292         file.
44293         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44294         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44295         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44296         file.
44297         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44298         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44299         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44300         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44301         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44302         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44303         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44304         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44305         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44306         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44307         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44308         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44309         file.
44310         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44311         New file.
44312         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44313         file.
44314         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44315         file.
44316         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44317         file.
44318         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44319         file.
44320         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44321         file.
44322         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44323         New file.
44324         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44325         New file.
44326         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44327         file.
44328         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44329         New file.
44330         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44331         file.
44332         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44333         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44334         file.
44335         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44336         New file.
44337         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44338         file.
44339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44340         file.
44341         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44342         file.
44343         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44344         file.
44345         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44346         file.
44347         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44348         New file.
44349         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44350         New file.
44351         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44352         file.
44353         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44354         New file.
44355         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44356         file.
44358 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44360         * conform/conformtest.pl: Fix typo in handling typed-constant from
44361         allow-header.
44363 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44365         * README: Cut down references to pre-2.6 Linux kernels and
44366         Linuxthreads.  Update lists of configurations in libc and ports
44367         and sort alphabetically.  Say "or newer" with Linux kernel version
44368         requirements.
44370         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44372 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44374         [BZ #887]
44375         * math/libm-test.inc (logb_test_downward): New test to expose
44376         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44377         rounding mode.
44379 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44381         [BZ #14027]
44382         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44383         to be done.
44384         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44385         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44387 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44389         * sysdeps/unix/i386/brk.S: Remove file.
44390         * sysdeps/unix/i386/dl-brk.S: Likewise.
44391         * sysdeps/unix/i386/pipe.S: Likewise.
44392         * sysdeps/unix/i386/sigreturn.S: Likewise.
44393         * sysdeps/unix/i386/syscall.S: Likewise.
44394         * sysdeps/unix/i386/vfork.S: Likewise.
44395         * sysdeps/unix/i386/wait.S: Likewise.
44397         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44398         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44400         * configure.in (arm*-none*): Do not allow without
44401         --enable-hacker-mode.
44402         (netbsd*): Remove case setting base_os.
44403         (386bsd*): Likewise.
44404         (freebsd*): Likewise.
44405         (bsdi*): Likewise.
44406         (osf*): Likewise.
44407         (sunos*): Likewise.
44408         (ultrix*): Likewise.
44409         (newsos*): Likewise.
44410         (dynix*): Likewise.
44411         (*bsd*): Likewise.
44412         (sysv*): Likewise.
44413         (isc*): Likewise.
44414         (esix*): Likewise.
44415         (sco*): Likewise.
44416         (minix*): Likewise.
44417         (irix4*): Likewise.
44418         (irix6*): Likewise.
44419         (solaris[2-9]*): Likewise.
44420         (none): Likewise.
44421         * configure: Regenerated.
44423 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44425         [BZ #11521]
44426         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44427         overflow or cancellation in calculating denominator.
44428         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44429         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44430         down expression to avoid unexpected rounding in newer GCCs.
44431         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44433 2012-04-26  David S. Miller  <davem@davemloft.net>
44435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44436         long-double compat symbols.
44437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44442         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44443         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44444         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44445         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44446         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44447         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44448         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44449         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44451 2012-04-25  David S. Miller  <davem@davemloft.net>
44453         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44454         HWCAP_* values only after the memory barriers have been defined.
44455         (atomic_full_barrier): Define.
44456         (atomic_read_barrier): Define.
44457         (atomic_write_barrier): Define.
44459 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44461         * shlib-versions: Add libgcc_s version information.
44462         * sysdeps/generic/libgcc_s.h: Remove.
44463         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44464         libgcc_s.h.
44465         * sysdeps/gnu/unwind-resume.c: Likewise.
44466         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44468 2012-04-25  David S. Miller  <davem@davemloft.net>
44470         * sysdeps/unix/sparc/brk.S: Delete.
44471         * sysdeps/unix/sparc/dl-brk.S: Delete.
44472         * sysdeps/unix/sparc/pipe.S: Delete.
44473         * sysdeps/unix/sparc/sysdep.S: Delete.
44474         * sysdeps/unix/sparc/sysdep.h: Delete.
44475         * sysdeps/unix/sparc/vfork.S: Delete.
44476         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44477         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44478         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44479         (ret_ERRVAL, r0, r1, MOVE): Define.
44480         (JUMPTARGET): Remove.
44481         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44482         sysdeps/unix/sparc/sysdep.h
44483         (ENTRY, END): Remove.
44484         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44486 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44488         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44489         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44490         -DIS_IN_build.
44492         * timezone/README: Update upstream location and email address for
44493         tzcode and tzdata.
44494         * timezone/zdump.c: Update from tzcode 2012b.
44495         * timezone/zic.c: Likewise.
44497         * configure.in (libc_cv_as_needed): Remove test.
44498         * configure: Regenerated.
44499         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44500         conditional definition.
44501         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44502         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44503         * config.make.in (have-as-needed): Remove variable.
44505 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44506             Paul Pluzhnikov  <ppluzhnikov@google.com>
44508         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44509         strings correctly.
44511 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44513         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44514         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44515         * sysdeps/sh/strlen.S: Likewise.
44517 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44519         * sysdeps/unix/fork.S: Remove file.
44520         * sysdeps/unix/i386/fork.S: Likewise.
44521         * sysdeps/unix/sparc/fork.S: Likewise.
44523         * sysdeps/unix/system.c: Remove file.
44524         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44526         * sysdeps/unix/getegid.S: Remove file.
44527         * sysdeps/unix/geteuid.S: Likewise.
44529 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44531         * scripts/check-localplt.awk: New file.
44532         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44533         of diff.
44534         * scripts/data/localplt-generic.data: Add a comment.
44536         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44537         NODE when __dir_mkfile failed.
44538         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44539         Reported by Ludovic Courtès <ludo@gnu.org>.
44541 2012-04-24  Andreas Jaeger  <aj@suse.de>
44543         * Makerules (common-clean): Also remove gen-as-const-headers
44544         files.
44546 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44548         * Makerules (native-compile): Do not change working directory for
44549         build.  Use $(OUTPUT_OPTION) in command.
44550         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44552 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44554         [BZ #13886]
44555         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44556         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44557         * math/libm-test.inc (floor_test): Add more tests.
44558         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44560 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44562         * sysdeps/unix/getdents.c: Remove file.
44563         * sysdeps/unix/sysv/getdents.c: Likewise.
44564         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44566         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44567         sysdeps/unix/mman/syscalls.list.
44568         (mmap): Likewise.
44569         (mprotect): Likewise.
44570         (msync): Likewise.
44571         (munmap): Likewise.
44572         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44573         * sysdeps/unix/mman/syscalls.list: Remove.
44574         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44576         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44577         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44578         * configure: Regenerated.
44579         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44580         $(libgcc_s_suffix).
44581         * config.make.in (libgcc_s_suffix): Remove variable.
44583 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44585         * sysdeps/unix/sysv/gethostname.c: Move to ...
44586         * sysdeps/posix/gethostname.c: ... here.
44588         * sysdeps/unix/execve.S: Remove file.
44590         * sysdeps/unix/_exit.S: Remove file.
44592 2012-04-23  Andreas Jaeger  <aj@suse.de>
44594         [BZ #13739]
44595         * manual/Makefile: Remove make dist support, there's no
44596         need for a stand-alone documentation tar ball.
44597         (TEXI2DVI): Define always, it's not in Makeconfig.
44598         (dist): Removed.
44599         (tar-it): Removed.
44600         (edition): Removed.
44601         (glibc-doc-$(edition).tar): Removed
44602         (%.Z): Removed.
44603         (%.gz): Removed.
44604         (%.uu): Removed.
44605         (ETAGS): Remove, it's in Makeconfig.
44606         (move-if-change): Remove, it's in Makeconfig.
44608 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44610         [BZ #13970]
44611         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44612         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44613         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44614         (strtod_l, strtof_l, strtold_l): Remove __wur.
44615         It is not necessarily an error to ignore strtol's return value.
44616         One can reliably look at the stored endptr to decide whether
44617         the number had valid syntax.
44619 2012-04-21  Andreas Jaeger  <aj@suse.de>
44621         [BZ #13739]
44622         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44624 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44626         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44627         * sysdeps/unix/sysv/Versions: Remove file.
44629 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44631         [BZ #13927]
44632         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44634 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44636         [BZ #7064]
44637         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44638         version from __vm86.
44640 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44642         * sysdeps/unix/common/lxstat.c: Remove file.
44643         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44645         * sysdeps/unix/sysv/Makefile: Remove file.
44647         * sysdeps/unix/sysv/direct.h: Remove file.
44649         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44650         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44651         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44652         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44653         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44654         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44655         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44657         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44659         * sysdeps/unix/xmknod.c: Remove file.
44660         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44662         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44664         * sysdeps/unix/sysv/i386/time.S: Remove file.
44666         * sysdeps/unix/fxstat.c: Remove file.
44667         * sysdeps/unix/xstat.c: Likewise.
44668         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44670         * sysdeps/unix/sysv/sigaction.c: Remove file.
44672         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44673         (sysdep_headers): Remove variable.
44674         [termio.h not in sysdep_headers] (generated): Likewise.
44675         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44676         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44677         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44678         * sysdeps/unix/sysv/tcflow.c: Likewise.
44679         * sysdeps/unix/sysv/tcflush.c: Likewise.
44680         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44681         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44682         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44683         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44684         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44686         * sysdeps/unix/siglist.c: Remove file.
44688         * sysdeps/unix/getppid.S: Remove file.
44690         * sysdeps/unix/mkdir.c: Remove file.
44691         * sysdeps/unix/rmdir.c: Likewise.
44693 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44695         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44696         ERR_MAX value.
44697         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44698         errlist-compat value.
44700 2012-04-18  David S. Miller  <davem@davemloft.net>
44702         * sysdeps/generic/memcopy.h (reg_char): Delete.
44703         * debug/strcat_chk.c: Use char, not reg_char.
44704         * debug/strcpy_chk.c: Likewise.
44705         * debug/strncat_chk.c: Likewise.
44706         * debug/strncpy_chk.c: Likewise.
44707         * string/memchr.c: Likewise.
44708         * string/memrchr.c: Likewise.
44709         * string/rawmemchr.c: Likewise.
44710         * string/strcat.c: Likewise.
44711         * string/strchr.c: Likewise.
44712         * string/strchrnul.c: Likewise.
44713         * string/strcmp.c: Likewise.
44714         * string/strcpy.c: Likewise.
44715         * string/strncat.c: Likewise.
44716         * string/strncmp.c: Likewise.
44717         * string/strncpy.c: Likewise.
44719 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44721         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44722         __builtin_memcopy is called when src and dest ranges are known to not
44723         overlap.
44725 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44727         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44728         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44729         fwd_align_merge macro call.
44730         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44731         bwd_align_merge macro call.
44732         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44734 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44736         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44737         bwd_align_merge macros.
44738         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44739         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44740         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44742 2012-04-18  David S. Miller  <davem@davemloft.net>
44744         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44746 2012-04-18  Andreas Jaeger  <aj@suse.de>
44748         [BZ# 6794]
44749         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44750         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44751         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44753         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44754         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44755         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44757         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44758         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44759         Adjust for changed ldbl-128 files.
44761         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44762         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44763         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44765 2012-04-17  David S. Miller  <davem@davemloft.net>
44767         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44769 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44771         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44772         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44773         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44774         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44775         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44776         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44778 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44780         [BZ #6794]
44781         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44782         * math/libm-test.inc: Add ilogb errno and exception tests.
44783         * math/w_ilogb.c: New file: ilogb wrapper.
44784         * math/w_ilogbf.c: New file: ilogbf wrapper.
44785         * math/w_ilogbl.c: New file: ilogbl wrapper.
44786         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44787         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44788         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44789         exception being thrown with 0.0 as argument.
44790         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44791         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44792         exception being thrown with 0.0 as argument.
44793         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44794         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44795         exception being thrown with 0.0 as argument.
44796         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44797         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44798         exception being thrown with 0.0 as argument.
44799         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44800         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44801         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44802         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44803         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44804         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44805         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44806         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44807         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44809 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44811         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44812         with altivec.
44814 2012-04-16  Marek Polacek  <polacek@redhat.com>
44816         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44818 2012-04-16  Marek Polacek  <polacek@redhat.com>
44820         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44821         operands of fdivp instruction.
44823 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44825         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44826         * elf/tst-auditmod3b.c: Likewise.
44827         * elf/tst-auditmod4b.c: Likewise.
44828         * elf/tst-auditmod5b.c: Likewise.
44829         * elf/tst-auditmod6b.c: Likewise.
44830         * elf/tst-auditmod6c.c: Likewise.
44831         * elf/tst-auditmod7b.c: Likewise.
44832         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44833         * sysdeps/x86_64/preconfigure.in: Likewise.
44834         * sysdeps/x86_64/preconfigure: Regenerated.
44836 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44838         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44839         __ILP32__.
44841 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44843         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44844         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44846 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44848         [BZ #13973]
44849         * locale/iso-639.def: Fix gl language name. Spotted by
44850         Yaron Shahrabani.
44852 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44854         [BZ #2074]
44855         * libio/libio.h (__io_write_fn): Update comment.
44857 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44859         [BZ #2074]
44860         * stdio.texi (Hook Functions): The user provided writer function
44861         is not allowed to return -1.
44863 2012-04-11  David S. Miller  <davem@davemloft.net>
44865         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44867 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44869         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44870         Add a leading slash to rtkaio.
44872 2012-04-11  Jim Meyering  <meyering@redhat.com>
44874         [BZ #11959]
44875         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44876         It is not necessarily an error to ignore fwrite's return
44877         value.  One can reliably use ferror to test for errors after
44878         the fact.
44880 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44882         * bits/types.h (__snseconds_t): New type.
44883         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44885         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44886         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44887         (__SNSECONDS_T_TYPE): Likewise.
44888         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44889         (__SNSECONDS_T_TYPE): Likewise.
44890         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44891         (__SNSECONDS_T_TYPE): Likewise.
44893 2012-04-10  Andreas Jaeger  <aj@suse.de>
44895         [BZ #2636]
44896         * manual/time.texi (Processor Time): Return type of times is
44897         elapsed real time since an arbitrary point in the past.
44898         (CPU Time): Move CLK_TCK from here...
44899         (Processor Time): ...to here.  Correct description.
44900         * manual/conf.texi (Constants for Sysconf): Correct description of
44901         _SC_CLK_TCK.
44903 2012-04-10  David S. Miller  <davem@davemloft.net>
44905         [BZ #13967]
44906         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44907         where the is a gap between DT_REL(A) and DT_JMPREL.
44909 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44911         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44912         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44913         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44915 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44917         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44918         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44919         (dl_main): Handle --inhibit-cache.
44920         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44921         _dl_inhibit_cache.
44922         * elf/dl-load.c (_dl_map_object): Use it.
44923         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44925 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44927         [BZ #13872]
44928         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44929         (__ieee754_powl): Saturate large exponents rather than testing for
44930         overflow of y*log2(x).
44931         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44932         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44933         exceptions.
44935         [BZ #11521]
44936         * math/s_ctan.c: Include <float.h>.
44937         (__ctan): Avoid internal overflow or cancellation in calculating
44938         denominator.
44939         * math/s_ctanf.c: Likewise.
44940         * math/s_ctanl.c: Likewise.
44941         * math/s_ctanh.c: Likewise.
44942         * math/s_ctanhf.c: Likewise.
44943         * math/s_ctanhl.c: Likewise.
44944         * math/libm-test.inc (ctan_test): Add more tests.
44945         (ctanh_test): Likewise.
44946         * sysdeps/i386/fpu/libm-test-ulps: Update.
44947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44949 2012-04-09  Andreas Jaeger  <aj@suse.de>
44951         [BZ #6894]
44952         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44953         is an optional BSD extension.
44955         [BZ #10254]
44956         * manual/stdio.texi (Opening Streams): Document additional fopen
44957         parameters.
44959 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44961         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44962         %eax without telling the compiler.
44964 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44966         [BZ # 13963]
44967         * manual/install.texi: Use sourceware.org.
44969 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44971         [BZ #13873]
44972         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44973         (__ieee754_pow): Generate overflow and underflow using huge*huge
44974         and tiny*tiny rather than just returning constant infinity or zero
44975         for large exponents.
44976         * math/libm-test.inc (pow_test): Require overflow exceptions for
44977         applicable cases of large exponents.
44979         [BZ #706]
44980         * sysdeps/i386/fpu/e_pow.S (p10): New object.
44981         (__ieee754_pow): Use iterative multiplication algorithm only for
44982         integer exponents with absolute value below 1024.  Check for odd
44983         integer exponents when using algorithm for real exponents.
44984         * math/libm-test.inc (pow_test): Add more tests.
44985         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44987 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
44989         [BZ #13705]
44990         * math/libm-test.inc (exp_test): Do not allow overflow exception
44991         on underflow test.
44993 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
44995         [BZ #13705]
44996         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44997         instead of __kernel_standard_f.
44999 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45001         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45002         * sysdeps/x86_64/memset_chk.S: Likewise.
45004 2012-04-08  Andreas Jaeger  <aj@suse.de>
45006         [BZ #10153]
45007         * manual/startup.texi (Environment Access): Describe return value
45008         for putenv and setenv.
45010         [BZ #6895]
45011         * manual/filesys.texi (Directory Entries): Add description for
45012         DT_LNK.
45014         [BZ #6890]
45015         * manual/filesys.texi (Directory Entries): Clarify that it's file
45016         system not operating system in the description of DT_UNKNOWN.
45018         [BZ #6578]
45019         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45021 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45023         [BZ #6649]
45024         * manual/llio.texi (Opening and Closing Files): Add cross
45025         reference to explain mode argument.
45027 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45029         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45030         * sysdeps/x86_64/memset_chk.S: Likewise.
45032 2012-04-07  David S. Miller  <davem@davemloft.net>
45034         * elf/elf.h (R_SPARC_WDISP10): Define.
45035         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45036         R_SPARC_SIZE32.
45037         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45038         R_SPARC_SIZE64 and R_SPARC_H34.
45040 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45042         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45043         conditions and remove no longer applicable assertion.
45045 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45047         * bits/byteswap.h: Include <features.h>.
45048         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45049         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45051 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45053         * bits/byteswap.h (__bswap_16): Removed.
45054         Include <bits/byteswap-16.h> to get __bswap_16.
45055         * sysdeps/i386/bits/byteswap.h: Likewise.
45056         * sysdeps/s390/bits/byteswap.h: Likewise.
45057         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45058         * bits/byteswap-16.h: New file.
45059         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45060         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45061         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45062         * string/Makefile (headers): Add bits/byteswap-16.h.
45064 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45066         [BZ #13895]
45067         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45068         extra indirection.
45069         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45070         * nss/tst-nss-static.c: New.
45072 2012-04-06  Robert Millan  <rmh@gnu.org>
45074         [BZ #6486]
45075         * manual/llio.texi (File Position Primitive): lseek
45076         refers to WHENCE when it really means OFFSET.
45078 2012-04-06  Andreas Jaeger  <aj@suse.de>
45080         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45081         strncmp declarations.
45083         * abilist/libc.abilist: Add __poll and __ppoll.
45085 2012-04-05  David S. Miller  <davem@davemloft.net>
45087         * scripts/check-local-headers.sh: Accept a host triplet in the
45088         path matched by the exclude regexp.
45090         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45091         definition.
45092         * sysdeps/powerpc/powerpc32/dl-machine.h
45093         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45094         * sysdeps/s390/s390-32/dl-machine.h
45095         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45096         * sysdeps/sparc/sparc32/dl-machine.h
45097         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45098         * sysdeps/sparc/sparc64/dl-machine.h
45099         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45101         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45102         lazy binding.
45103         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45104         undefined symbol errors.
45106         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45107         DT_NEEDED entries.
45109 2012-04-05  Michael Matz  <matz@suse.de>
45111         [BZ #13592]
45112         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45114 2012-04-05  Andreas Jaeger  <aj@suse.de>
45116         [BZ #13908]
45117         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45118         comment.
45120 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45122         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45123         which ROUND is no valid rounding mode.
45125 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45127         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45128         read again.
45129         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45131 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45133         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45134         an exception using FPU order intentionally.
45136 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45138         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45139         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45140         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45141         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45143 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45145         [BZ #12340]
45146         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45147         EINVAL when BUFLEN is too smal.
45149 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45151         [BZ #13553]
45152         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45153         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45155 2012-04-03  Andreas Jaeger  <aj@suse.de>
45157         [BZ #13938]
45158         * manual/setjmp.texi (System V contexts): Fix sentence.
45160         [BZ #13926]
45161         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45162         New macro for this case.
45163         [!__GNUC__] (__bswap_64): New inline function for this case.
45164         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45165         * bits/byteswap.h: Likewise.
45166         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45167         ull, guard with __GLIBC_HAVE_LONG_LONG.
45169         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45170         __GLIBC_HAVE_LONG_LONG.
45172         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45173         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45175 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45177         [BZ #13691]
45178         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45179         inptr and inend, rather than using last_ch.
45181 2012-04-02  David S. Miller  <davem@davemloft.net>
45183         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45184         * stdio-common/printf-parse.h (read_int): Change return type to
45185         'int', return -1 on INT_MAX overflow.
45186         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45187         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45188         overflows INT_MAX.  Check for overflow of in-format-string precision
45189         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45190         SIZE_MAX not INT_MAX for integer overflow test.
45191         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45192         skip the construct in the format string but do not record anything.
45193         * stdio-common/bug22.c: Adjust to test both width/prevision
45194         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45195         explicitly for proper errno values.
45197 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45199         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45200         CHAR_MAX.
45201         * string/test-strcmp.c [! WIDE]: Likewise.
45202         * time/tst-mktime2.c: Likewise for INT_MAX.
45203         * string/test-string.h: #include <sys/param.h> for MIN.
45205         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45206         * sysdeps/i386/init-first.c (init): Likewise.
45207         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45208         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45209         * sysdeps/sh/init-first.c (init): Likewise.
45211 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45213         * po/ru.po: Update from translation team.
45214         * po/vi.po: Likewise.
45216 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45218         * resolv/nss_dns/dns-host.c: Merge copyright years.
45220 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45222         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45223         Optimize memcpy with prefetch if
45224         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45225         src, dst pointers have unequal 16 byte alignments.
45227 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45229         [BZ #13928]
45230         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45231         from a CNAME entry and return the minimum ttl for the query.
45232         (gaih_getanswer_slice): Likewise.
45234 2012-03-30  Jeff Law  <law@redhat.com>
45236         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45237         due to long keys.
45238         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45239         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45241         * resolv/nss_dns/dns-host.c: Update copyright year.
45243 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45245         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45246         requests to save a system call.  Fix check that all bytes are sent.
45248         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45249         comments for sendmmsg.
45251 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45253         [BZ #13691]
45254         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45255         with only 1 character between 0x0041 and 0x01b0.
45256         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45257         * wcsmbs/tst-mbsnrtowcs.c: New file.
45259 2012-03-29  David S. Miller  <davem@davemloft.net>
45261         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45262         small copies by hand.
45264 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45266         [BZ #13761]
45267         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45268         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45269         group memberships.
45271 2012-03-28  David S. Miller  <davem@davemloft.net>
45273         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45274         that branches into memcpy.
45275         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45276         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45277         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45278         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45279         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45280         bits.
45281         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45282         implementation too.
45283         * sysdeps/sparc/mempcpy.S: New file.
45285         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45286         the IFUNC routine in the libc case.
45287         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45289         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45290         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45291         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45292         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45293         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45294         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45295         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45296         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45298         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45299         loop to 256 bytes instead of 64 bytes and fix test signedness.
45301         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45302         * sysdeps/sparc/sparc32/Makefile: rather than here...
45303         * sysdeps/sparc/sparc64/Makefile: and here.
45305 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45307         * malloc/mallocbug.c: Avoid warnings about unused variables.
45309 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45311         [BZ #13760]
45312         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45313         in the right place. Discard and retry query if response is
45314         larger than input buffer size.
45316 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45318         [BZ #369]
45319         [BZ #2678]
45320         [BZ #3866]
45321         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45322         x for large integer exponent.
45323         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45324         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45325         sign of result as needed afterwards.
45326         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45327         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45328         result for underflowing pow the same as for overflow.
45329         (__kernel_standard_l): Handle powl overflow and underflow here
45330         rather than calling __kernel_standard.
45331         * math/libm-test.inc (pow_test): Add more tests.
45333         [BZ #3868]
45334         [BZ #13879]
45335         [BZ #13910]
45336         [BZ #13911]
45337         [BZ #13912]
45338         [BZ #13913]
45339         [BZ #13915]
45340         [BZ #13916]
45341         [BZ #13917]
45342         [BZ #13918]
45343         [BZ #13919]
45344         [BZ #13920]
45345         [BZ #13921]
45346         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45347         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45348         (__kernel_standard_l): New function.
45349         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45350         __kernel_standard.
45351         * math/w_acosl.c (__acosl): Likewise.
45352         * math/w_asinl.c (__asinl): Likewise.
45353         * math/w_atan2l.c (__atan2l): Likewise.
45354         * math/w_atanhl.c (__atanhl): Likewise.
45355         * math/w_coshl.c (__coshl): Likewise.
45356         * math/w_exp10l.c (__exp10l): Likewise.
45357         * math/w_exp2l.c (__exp2l): Likewise.
45358         * math/w_fmodl.c (__fmodl): Likewise.
45359         * math/w_hypotl.c (__hypotl): Likewise.
45360         * math/w_j0l.c (__j0l, __y0l): Likewise.
45361         * math/w_j1l.c (__j1l, __y1l): Likewise.
45362         * math/w_jnl.c (__jnl, __ynl): Likewise.
45363         * math/w_lgammal.c (__lgammal): Likewise.
45364         * math/w_log10l.c (__log10l): Likewise.
45365         * math/w_log2l.c (__log2l): Likewise.
45366         * math/w_logl.c (__logl): Likewise.
45367         * math/w_powl.c (__powl): Likewise.
45368         * math/w_remainderl.c (__remainderl): Likewise.
45369         * math/w_scalbl.c (sysv_scalbl): Likewise.
45370         * math/w_sinhl.c (__sinhl): Likewise.
45371         * math/w_sqrtl.c (__sqrtl): Likewise.
45372         * math/w_tgammal.c (__tgammal): Likewise.
45373         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45374         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45375         * math/libm-test.inc (acos_test): Add more tests.
45376         (acosh_test): Likewise.
45377         (asin_test): Likewise.
45378         (atanh_test): Likewise.
45379         (exp_test): Likewise.
45380         (exp10_test): Likewise.
45381         (exp2_test): Likewise.
45382         (expm1_test): Likewise.
45383         (lgamma_test): Likewise.
45384         (log_test): Likewise.
45385         (log10_test): Likewise.
45386         (log1p_test): Likewise.
45387         (log2_test): Likewise.
45388         (pow_test): Do not allow some spurious overflow exceptions.
45389         (sqrt_test): Add more tests.
45390         (tgamma_test): Likewise.
45391         (y0_test): Likewise.
45392         (y1_test): Likewise.
45393         (yn_test): Likewise.
45395 2012-03-27  Anton Blanchard  <anton@samba.org>
45397         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45398         MAP_HUGETLB.
45399         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45400         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45401         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45403 2012-03-27  David S. Miller  <davem@davemloft.net>
45405         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45407         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45408         have-as-vis3 check.
45410 2012-03-27  Andreas Jaeger  <aj@suse.de>
45412         * sysdeps/x86_64/elf/configure.in: Moved to ...
45413         * sysdeps/x86_64/configure.in: ... here.
45414         * sysdeps/x86_64/elf/start.S: Moved to ...
45415         * sysdeps/x86_64/start.S: ... here.
45416         * sysdeps/x86_64/elf/configure: Delete.
45418         * sysdeps/x86_64/configure.in: Merge contents from
45419         sysdeps/i386/configure.in (without i686 check).
45421         * sysdeps/i386/elf/Versions: Merge into ...
45422         * sysdeps/i386/Versions: ... this.
45423         * sysdeps/i386/elf/Versions: Delete file.
45424         * sysdeps/i386/elf/start.S: Moved to ...
45425         * sysdeps/i386/start.S: ...here.
45426         * sysdeps/i386/elf/configure.in: Merge into...
45427         * sysdeps/i386/configure.in: ...here.
45428         * sysdeps/i386/elf/configure.in: Delete file.
45429         * sysdeps/i386/elf/configure: Delete file.
45431         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45432         * debug/backtracesyms.c: ... here.
45433         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45434         * debug/backtracesymsfd.c: ... here.
45435         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45436         * sysdeps/generic/ifunc-sel.h: ... here.
45438         * sysdeps/unix/i386/start.c: Delete file.
45439         * sysdeps/unix/sparc/start.c: Delete file.
45440         * sysdeps/unix/start.c: Delete file.
45442         * sysdeps/sh/elf/configure.in: Moved to ...
45443         * sysdeps/sh/configure.in: ... here.
45444         * sysdeps/sh/elf/start.S: Moved to ...
45445         * sysdeps/sh/start.S: ... here.
45446         * sysdeps/sh/elf/configure: Delete file.
45448         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45449         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45450         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45451         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45452         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45453         * sysdeps/powerpc/powerpc64/start.S: here.
45454         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45455         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45456         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45457         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45458         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45460         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45461         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45462         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45463         * sysdeps/powerpc/powerpc32/start.S: ... here.
45464         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45465         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45466         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45468         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45469         * sysdeps/powerpc/ifunc-sel.h: ... here.
45470         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45471         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45473         * sysdeps/sparc/elf/configure.in: Moved to ...
45474         * sysdeps/sparc/configure.in: ... here.
45475         * sysdeps/sparc/elf/configure: Delete file.
45476         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45477         * sysdeps/sparc/sparc32/start.S: ... here.
45478         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45479         * sysdeps/sparc/sparc64/start.S: ... here.
45480         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45481         * sysdeps/sparc/sparc32/Makefile: ... this.
45482         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45483         * sysdeps/sparc/sparc64/Makefile: ... this.
45485         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45486         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45487         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45488         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45489         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45490         * sysdeps/s390/s390-32/setjmp.S: ... here.
45491         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45492         * sysdeps/s390/s390-32/configure.in: ... here.
45493         * sysdeps/s390/s390-32/elf/configure: Delete file.
45494         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45495         * sysdeps/s390/s390-32/start.S: ... here.
45497         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45498         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45499         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45500         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45501         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45502         * sysdeps/s390/s390-64/setjmp.S: ... here.
45503         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45504         * sysdeps/s390/s390-64/configure.in: ... here
45505         * sysdeps/s390/s390-64/elf/configure: Delete file.
45506         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45507         * sysdeps/s390/s390-64/start.S: ... here.
45508         * sysdeps/s390/s390-64/elf/configure: Delete.
45510         * configure.in: Remove support for elf directories in sysdeps.
45512         * configure: Regenerated.
45513         * sysdeps/i386/configure: Regenerated.
45514         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45515         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45516         * sysdeps/s390/s390-32/configure: Regenerated.
45517         * sysdeps/s390/s390-64/configure: Regenerated.
45518         * sysdeps/sh/configure: Regenerated.
45519         * sysdeps/sparc/configure: Regenerated.
45520         * sysdeps/x86_64/configure: Regenerated.
45522 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45526         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45527         denormal result into account.
45529 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45531         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45532         Reported by Allan McRae <allan@archlinux.org>.
45534 2012-03-23  Jeff Law  <law@redhat.com>
45536         * nss/getnssent.c (__nss_getent): Fix typo.
45538 2012-03-23  David S. Miller  <davem@davemloft.net>
45540         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45542 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45544         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45545         to pad to uint64_t for each field.
45546         (dl_tls_index): Replace unsigned long with uint64_t.
45548 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45549         Paul Pluzhnikov  <ppluzhnikov@google.com>
45551         [BZ #6528]
45552         * grp/Makefile (otherlibs): Don't set it.
45553         * inet/Makefile (otherlibs): Likewise.
45554         * login/Makefile (otherlibs): Likewise.
45555         * nscd/Makefile (otherlibs): Likewise.
45556         * posix/Makefile (otherlibs): Likewise.
45557         * pwd/Makefile (otherlibs): Likewise.
45558         * rt/Makefile (otherlibs): Likewise.
45559         * sunrpc/Makefile (otherlibs): Likewise.
45560         * nss/Makefile (otherlibs): Likewise.
45561         Add libnss_files to routines and static-only-routines.
45562         ($(objpfx)getent): Remove rule.
45563         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45564         static-only-routines.
45566 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45568         [BZ #13892]
45569         * math/s_cexp.c: Include <float.h>.
45570         (__cexp): Handle exp result overflowing not necessarily
45571         overflowing both real and imaginary parts of result.
45572         * math/s_cexpf.c: Likewise.
45573         * math/s_cexpl.c: Likewise.
45574         * math/libm-test.inc (cexp_test): Add more tests.
45575         * sysdeps/i386/fpu/libm-test-ulps: Update.
45576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45578 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45580         * include/link.h (ELFW): New macro.
45581         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45582         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45584 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45586         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45587         with uint64_t.
45589 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45591         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45592         declaration.
45593         (struct La_x32_retval): Likewise.
45595 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45597         * sysdeps/x86_64/preconfigure.in: New file.
45598         * sysdeps/x86_64/preconfigure: New generated file.
45600 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45602         [BZ #13824]
45603         * math/e_exp2l.c: Include <float.h>.
45604         (__ieee754_exp2l): Handle overflow and underflow cases
45605         separately.  Only pass fractional part of argument to
45606         __ieee754_expl.
45607         * math/libm-test.inc (exp2_test): Add more tests.
45609         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45610         negating x to take absolute value.
45611         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45612         Likewise.
45613         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45614         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45615         Likewise.
45616         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45617         computing low part if x was negated.
45618         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45620 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45622         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45623         la_x32_gnu_pltexit.
45624         (pltexit): Cast int_retval to ptrdiff_t.
45625         * elf/tst-auditmod3b.c: Likewise.
45626         * elf/tst-auditmod4b.c: Likewise.
45627         * elf/tst-auditmod5b.c: Likewise.
45628         * elf/tst-auditmod6b.c: Likewise.
45629         * elf/tst-auditmod6c.c: Likewise.
45630         * elf/tst-auditmod7b.c: Likewise.
45632         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45633         and x32_gnu_pltexit.
45635         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45636         __ELF_NATIVE_CLASS.
45637         (La_x32_regs): New macro.
45638         (La_x32_retval): Likewise.
45639         (la_x32_gnu_pltenter): New function prototype.
45640         (la_x32_gnu_pltexit): Likewise.
45642 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45644         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45645         exponent.
45647         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45649         * configure.in (libc_cv_cc_nofma): Check for option to disable
45650         generation of FMA instructions.
45651         * configure: Regenerate.
45652         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45653         * sysdeps/ieee754/dbl-64/Makefile: New file.
45654         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45655         Remove brandred-fma4.
45656         (CFLAGS-brandred-fma4.c): Remove.
45657         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45658         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45659         define.
45660         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45661         define.
45663 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45665         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45666         LLONG_MAX != LONG_MAX.
45667         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45668         (_fitoa_word): Likewise.
45669         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45670         LLONG_MAX != LONG_MAX.
45671         * stdio-common/_itowa.h: Include <_itoa.h>.
45672         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45673         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45674         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45675         only if not defined.
45676         (_ITOA_WORD_TYPE): Likewise.
45677         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45678         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45680 2012-03-21  David S. Miller  <davem@davemloft.net>
45682         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45684 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45686         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45687         of x86_64 when setting libc_cv_slibdir, libdir and
45688         libc_cv_localedir.
45689         * sysdeps/unix/sysv/linux/configure: Regenerated.
45691 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45693         * manual/lang.texi (Old Varargs): Remove section.
45694         (How Variadic): Update menu.
45695         (va_start): Do not mention varargs.h.
45697 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45698             Joseph Myers  <joseph@codesourcery.com>
45700         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45701         link test.
45702         * configure: Regenerated.
45704 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45706         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45707         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45708         conformtest.pl
45710 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45712         * NOTES: Remove.
45713         * Makefile (files-for-dist): Remove NOTES.
45714         (NOTES): Remove rule.
45715         * README: Don't refer to NOTES.
45716         * manual/creature.texi: Don't include macros.texi.
45717         * manual/intro.texi (creature.texi): Remove comment referring to
45718         NOTES.
45720         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45721         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45722         * configure: Regenerated.
45723         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45724         LIBC_TRY_CC_OPTION.
45725         (libc_cv_as_i686): Likewise.
45726         (libc_cv_cc_avx): Likewise.
45727         (libc_cv_cc_sse2avx): Likewise.
45728         (libc_cv_cc_fma4): Likewise.
45729         (libc_cv_cc_novzeroupper): Likewise.
45730         * sysdeps/i386/configure: Regenerated.
45732         [BZ #13883]
45733         * sysdeps/i386/fpu/s_cexp.S: Remove.
45734         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45735         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45736         * math/libm-test.inc (cexp_test): Add more tests.
45737         * sysdeps/i386/fpu/libm-test-ulps: Update.
45738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45740 2012-03-21  Allan McRae  <allan@archlinux.org>
45742         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45744 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45746         [BZ #13871]
45747         * math/w_exp2.c: Do not include <float.h>.
45748         (o_threshold, u_threshold): Remove.
45749         (__exp2): Calculate result before checking finiteness and calling
45750         __kernel_standard.
45751         * math/w_exp2f.c: Likewise.
45752         * math/w_exp2l.c: Likewise.
45753         * math/libm-test.inc (exp2_test): Require overflow exception for
45754         1e6 input.
45756         [BZ #3866]
45757         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45758         range of signed 64-bit integers before using fistpll.  Remove
45759         checks for whether integers fit in mantissa bits.
45760         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45761         the range of signed 32-bit integers before using fistpl.  Remove
45762         checks for whether integers fit in mantissa bits.
45763         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45764         (__ieee754_powl): Test for y outside the range of signed 64-bit
45765         integers before using fistpll.  Reduce 64-bit values to 63-bit
45766         ones as needed.
45767         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45768         divide-by-zero is raised for zero to large negative powers.
45769         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45770         (__ieee754_powl): Test for y outside the range of signed 64-bit
45771         integers before using fistpll.  Reduce 64-bit values to 63-bit
45772         ones as needed.
45773         * math/libm-test.inc (pow_test): Add more tests.
45775 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45777         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45778         <stdio-common/_itoa.h>.
45779         * debug/segfault.c: Likewise.
45780         * elf/dl-cache.c: Likewise.
45781         * elf/dl-minimal.c: Likewise.
45782         * elf/dl-misc.c: Likewise.
45783         * elf/dl-sysdep.c: Likewise.
45784         * elf/dl-version.c: Likewise.
45785         * elf/rtld.c: Likewise.
45786         * hurd/hurdsock.c: Likewise.
45787         * hurd/lookup-retry.c: Likewise.
45788         * malloc/malloc.c: Likewise.
45789         * malloc/mtrace.c: Likewise.
45790         * nscd/nscd_getgr_r.c: Likewise.
45791         * nscd/nscd_getpw_r.c: Likewise.
45792         * nscd/nscd_getserv_r.c: Likewise.
45793         * posix/getopt_init.c: Likewise.
45794         * posix/wordexp.c: Likewise.
45795         * stdio-common/_itoa.c: Likewise.
45796         * stdio-common/printf_fphex.c: Likewise.
45797         * stdio-common/vfprintf.c: Likewise.
45798         * string/_strerror.c: Likewise.
45799         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45800         * sysdeps/i386/i686/hp-timing.h: Likewise.
45801         * sysdeps/mach/_strerror.c: Likewise.
45802         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45803         * sysdeps/mach/hurd/sethostid.c: Likewise.
45804         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45805         * sysdeps/mach/xpg-strerror.c: Likewise.
45806         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45807         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45808         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45809         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45810         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45811         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45812         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45813         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45814         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45815         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45816         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45817         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45818         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45819         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45820         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45821         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45822         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45823         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45824         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45825         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45826         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45828         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45830         * stdio-common/_itoa.h: Moved to ...
45831         * sysdeps/generic/_itoa.h: Here.
45833         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45835         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45836         instead of "_itoa.h" and "_itowa.h".
45837         * stdio-common/vfprintf.: Likewise.
45839 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45841         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45842         <bits/wordsize.h>.
45843         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45844         (__signbit): Likwise.
45845         (llrintf): Likwise.
45846         (llrint): Likwise.
45848 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45850         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45851         __WORDSIZE != 64.
45853 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45855         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45856         OVERFLOW_EXCEPTION_OK.
45857         * math/libm-test.inc ("Philosophy"): Update comment about
45858         exception testing.
45859         (OVERFLOW_EXCEPTION): Define.
45860         (OVERFLOW_EXCEPTION_OK): Likewise.
45861         (INVALID_EXCEPTION_OK): Renumber.
45862         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45863         (IGNORE_ZERO_INF_SIGN): Likewise.
45864         (test_exceptions): Handle FE_OVERFLOW.
45865         (exp10_test): Expect overflow exceptions.
45866         (exp2_test): Likewise.
45867         (expm1_test): Likewise.
45868         (nextafter_test): Likewise.
45869         (pow_test): Likewise.
45870         (scalbn_test): Likewise.
45871         (scalbln_test): Likewise.
45873 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45875         * sysdeps/x86_64/bits/atomic.h
45876         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45877         64bit integer.
45878         (atomic_exchange_acq): Likewise.
45879         (__arch_exchange_and_add_body): Likewise.
45880         (__arch_add_body): Likewise.
45881         (atomic_add_negative): Likewise.
45882         (atomic_add_zero): Likewise.
45884 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45886         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45887         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45889 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45891         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45892         Check __x86_64__ instead of __WORDSIZE.
45894 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45896         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45898 2012-03-19  David S. Miller  <davem@davemloft.net>
45900         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45902         * sysdeps/sparc/fpu/fenv_private.h: New file.
45903         * sysdeps/sparc/fpu/math_private.h: Use it.
45904         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45905         Remove.
45906         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45907         (libc_feholdexcept_setroundl): Remove.
45908         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45909         Remove.
45910         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45911         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45913 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45915         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45916         int64_t instead of long int.
45917         (INSERT_WORDS64): Likwise.
45919 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45921         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45922         _Unwind_GetCFA return to _Unwind_Ptr first.
45924 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45926         [BZ #13629]
45927         * math/s_clog.c: Include <float.h>.
45928         (__clog): Scale large or subnormal inputs.
45929         * math/s_clogf.c: Likewise.
45930         * math/s_clogl.c: Likewise.
45931         * math/s_clog10.c: Include <float.h>.
45932         (M_LOG10_2): Define.
45933         (__clog10): Scale large or subnormal inputs.
45934         * math/s_clog10f.c: Likewise.
45935         * math/s_clog10l.c: Likewise.
45936         * math/libm-test.inc (clog_test): Add more tests.
45937         (clog10_test): Likewise.
45938         * sysdeps/i386/fpu/libm-test-ulps: Update.
45939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45941         [BZ #11451]
45942         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45943         x and y.
45944         * math/libm-test.inc (atan2_test): Add another test.
45946         * Makerules (common-objdir-compile): Remove.
45947         * sysdeps/unix/Makefile (config-generated): Do not add
45948         $(unix-generated) to variable.
45949         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45950         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45951         Remove rule.
45952         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45953         Likewise.
45954         [generic bits/local_lim.h] (before-compile): Do not append to
45955         variable.
45956         [generic bits/local_lim.h] (common-generated): Likewise.
45957         [generic sys/param.h] (before-compile): Do not append to variable.
45958         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45959         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45960         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45961         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45962         include.
45963         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45964         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45965         [generic sys/param.h] ($(addprefix
45966         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45967         [generic sys/param.h] (common-generated): Do not append to
45968         variable.
45969         [generic sys/param.h] (sysdep_headers): Likewise.
45970         [generic bits/errno.h] (before-compile): Do not append to
45971         variable.
45972         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45973         rule.
45974         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45975         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45976         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45977         [generic bits/errno.h] (common-generated): Do not append to
45978         variable.
45979         [generic bits/ioctls.h] (before-compile): Do not append to
45980         variable.
45981         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45982         rule.
45983         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45984         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45985         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45986         rule.
45987         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45988         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45989         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45990         [generic bits/ioctls.h] (common-generated): Do not append to
45991         variable.
45992         [generic sys/syscall.h] (syscall.h): Remove variable.
45993         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45994         rule.
45995         [generic sys/syscall.h] (before-compile): Do not append to
45996         variable.
45997         [generic sys/syscall.h] (common-generated): Likewise.
45998         * sysdeps/unix/errnos-tmpl.c: Remove file.
45999         * sysdeps/unix/errnos.awk: Likewise.
46000         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46001         * sysdeps/unix/ioctls.awk: Likewise.
46002         * sysdeps/unix/mk-local_lim.c: Likewise.
46003         * sysdeps/unix/snarf-ioctls: Likewise.
46005 2012-03-19  Richard Henderson  <rth@twiddle.net>
46007         * sysdeps/i386/fpu/fenv_private.h: New file.
46008         * sysdeps/i386/fpu/math_private.h: Use it.
46009         (math_opt_barrier, math_force_eval): Remove.
46010         (libc_feholdexcept_setround_53bit): Remove.
46011         (libc_feupdateenv_53bit): Remove.
46012         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46013         (math_opt_barrier, math_force_eval): Remove.
46014         (libc_feholdexcept): Remove.
46015         (libc_feholdexcept_setround): Remove.
46016         (libc_fetestexcept, libc_fesetenv): Remove.
46017         (libc_feupdateenv_test): Remove.
46018         (libc_feupdateenv, libc_feholdsetround): Remove.
46019         (libc_feresetround): Remove.
46021         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46022         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46024         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46025         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46026         (libc_feupdateenv_testl): New.
46027         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46028         (libc_feupdateenv_testf): New.
46029         (libc_feupdateenv): Use libc_feupdateenv_test.
46030         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46031         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46033         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46034         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46035         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46036         (libc_feresetround_noex): New.
46037         (libc_feresetround_noexf): New.
46038         (libc_feresetround_noexl): New.
46039         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46040         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46041         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46042         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46043         SET_RESTORE_ROUND.
46044         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46045         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46046         (__cos): Likewise.
46047         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46048         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46049         SET_RESTORE_ROUND_NOEX.
46050         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46051         SET_RESTORE_ROUND_NOEXF.
46052         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46053         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46054         (libc_feholdsetroundf): New.
46055         (libc_feresetround, libc_feresetroundf): New.
46057         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46058         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46059         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46061         * sysdeps/generic/math_private.h: Include <fenv.h>.
46062         (default_libc_feholdexcept): New.
46063         (default_libc_feholdexcept_setround): New.
46064         (default_libc_fesetenv, default_libc_feupdateenv): New.
46065         (libc_feholdexcept): Only define if undefined.
46066         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46067         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46068         (libc_feholdexcept_setroundl): Likewise.
46069         (libc_feholdexcept_setround_53bit): Likewise.
46070         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46071         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46072         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46073         (libc_feupdateenv_53bit): Likewise.
46074         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46075         (libc_feholdexcept): Convert from macro to inline function.
46076         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46077         (libc_fesetenv, libc_feupdateenv): Likewise.
46079         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46080         not previously defined.
46081         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46082         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46083         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46084         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46085         * sysdeps/ieee754/flt-32/math_private.h: New file.
46086         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46087         math_private.h below SET_FLOAT_WORD.
46088         (__isnan, __isinf_ns, __finite): Remove.
46089         (__isnanf, __isinf_nsf, __finitef): Remove.
46091 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46093         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46095 2012-03-17  David S. Miller  <davem@davemloft.net>
46097         [BZ #6471]
46098         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46099         for 2.16.
46101 2012-03-16  David S. Miller  <davem@davemloft.net>
46103         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46104         warnings.
46106         [BZ #6471]
46107         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46108         properly.
46109         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46110         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46111         sysdep_routines when subdir is sysvipc.
46112         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46113         __getshmlba helper.
46115         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46117 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46119         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46120         [__LP64__].
46122 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46124         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46125         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46126         (__lround): Renamed to ...
46127         (__llround): This.  Replace long int with long long int.
46128         Define lround functions as aliases of llround functions.
46129         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46131 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46133         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46134         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46135         adresses to uintptr_t.  Replace "long int" and "unsigned long
46136         int" with "greg_t" on va_arg.
46138 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46140         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46141         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46143         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46144         Move e_machine check before EI_CLASS check.  Handle x32
46145         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46146         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46147         SKIP_EM_IA_64 and include
46148         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46150         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46151         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46152         (add_system_dir): New macro.
46154         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46155         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46157 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46159         [BZ #2551]
46160         [BZ #2552]
46161         [BZ #2553]
46162         [BZ #2554]
46163         [BZ #2562]
46164         [BZ #2563]
46165         [BZ #2565]
46166         [BZ #2566]
46167         [BZ #2576]
46168         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46169         (y0): Likewise.
46170         * math/w_j0f.c (j0f): Likewise.
46171         (y0f): Likewise.
46172         * math/w_j0l.c (__j0l): Likewise.
46173         (__y0l): Likewise.
46174         * math/w_j1.c (j1): Likewise.
46175         (y1): Likewise.
46176         * math/w_j1f.c (j1f): Likewise.
46177         (y1f): Likewise.
46178         * math/w_j1l.c (__j1l): Likewise.
46179         (__y1l): Likewise.
46180         * math/w_jn.c (jn): Likewise.
46181         (yn): Likewise.
46182         * math/w_jnf.c (jnf): Likewise.
46183         (ynf): Likewise.
46184         * math/w_jnl.c (__jnl): Likewise.
46185         (__ynl): Likewise.
46186         * math/libm-test.inc (j0_test): Add more tests.
46187         (j1_test): Likewise.
46188         (jn_test): Likewise.  Add trailing semicolon to existing test.
46189         (y0_test): Likewise.
46190         (y1_test): Likewise.
46191         * sysdeps/i386/fpu/libm-test-ulps: Update.
46192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46194         [BZ #13851]
46195         [BZ #13854]
46196         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46197         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46198         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46199         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46200         (__tanl): Set errno for infinite argument.
46201         * sysdeps/i386/fpu/mptan.c: Remove.
46202         * sysdeps/i386/fpu/s_tan.S: Likewise.
46203         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46204         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46205         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46206         * math/libm-test.inc (tan_test): Add more tests and enable more
46207         tests for double and long double.
46208         * sysdeps/i386/fpu/libm-test-ulps: Update.
46209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46211 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46213         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46214         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46216 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46218         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46219         * configure.in: Use it for both main tree and add-ons.
46220         * configure: Regenerated.
46222 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46224         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46226 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46228         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46229         in comment.
46231         [BZ #13851]
46232         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46233         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46234         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46235         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46236         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46237         infinite argument.
46238         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46239         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46240         != 0 for prec == 2.
46241         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46242         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46243         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46244         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46245         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46246         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46247         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46248         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46249         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46250         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46251         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46252         * math/libm-test.inc (cos_test): Add more tests and enable more
46253         tests for long double.
46254         (sin_test): Likewise.
46255         (sincos_test): Likewise.
46256         * sysdeps/i386/fpu/libm-test-ulps: Update.
46257         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46259 2012-03-16  David S. Miller  <davem@davemloft.net>
46261         * sysdeps/sparc/fpu/math_private.h: New file.
46263 2012-03-15  David S. Miller  <davem@davemloft.net>
46265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46266         file.
46267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46269         file.
46270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46271         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46272         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46273         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46274         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46275         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46276         sysdep routines.
46277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46279         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46280         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46282         * sysdeps/sparc/sparc-ifunc.h: New file.
46283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46284         sparc-ifunc.h
46285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46287         Likewise.
46288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46289         Likewise.
46290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46294         Likewise.
46295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46300         Likewise.
46301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46302         Likewise.
46303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46307         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46308         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46309         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46310         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46311         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46312         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46313         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46314         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46315         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46316         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46317         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46318         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46319         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46320         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46321         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46322         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46323         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46324         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46325         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46326         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46328 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46330         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46331         scaling.
46332         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46334 2012-03-15  Andreas Jaeger  <aj@suse.de>
46336         [BZ #13852]
46337         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46338         ieee754/flt-32 implementation for sin, cos and sincos.
46339         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46340         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46341         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46342         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46343         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46344         ieee754/flt-32 implementation for tan.
46346         * math/libm-test.inc (cos_test): Enable some large input tests for
46347         float as well
46348         (sin_test): Likewise.
46349         (sincos_test): Likewise.
46350         (tan_test): Add tests for large input.
46352         * sysdeps/i386/fpu/libm-test-ulps: Update.
46354 2012-03-15  Andreas Jaeger  <aj@suse.de>
46356         [BZ #13658]
46357         * math/libm-test.inc (cos_test): Add more test cases.
46358         (sin_test): Likewise.
46359         (sincos_test): Likewise.
46361 2012-03-15  Andreas Jaeger  <aj@suse.de>
46363         [BZ #13837]
46364         * math/libm-test.inc (cos_test): Add a test case for large input
46365         value.
46366         (sin_test): Likewise.
46367         (sincos_test): Likewise.
46369 2012-03-15  Andreas Jaeger  <aj@suse.de>
46370             Joseph Myers  <joseph@codesourcery.com>
46372         [BZ #13658]
46373         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46374         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46375         * sysdeps/i386/fpu/branred.c: Likewise.
46376         * sysdeps/i386/fpu/dosincos.c: Likewise.
46377         * sysdeps/i386/fpu/mpa.c: Likewise.
46378         * sysdeps/i386/fpu/s_cos.S: Likewise.
46379         * sysdeps/i386/fpu/s_sin.S: Likewise.
46380         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46381         * sysdeps/i386/fpu/sincos32.c: Likewise.
46383         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46384         Define.
46385         (libc_feupdateenv_53bit): Define.
46386         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46387         Define.
46388         (libc_feupdateenv_53bit): Define.
46390         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46391         53 bit (without extend i386 double precision).
46393         * math/libm-test.inc (sincos_test): Add tests for large input.
46394         (sin): Likewise.
46395         (cos): Likewise.
46397         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46399 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46401         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46403 2012-03-15  David S. Miller  <davem@davemloft.net>
46405         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46406         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46407         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46408         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46409         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46410         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46411         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46412         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46413         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46414         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46415         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46416         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46417         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46418         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46419         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46421         file.
46422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46424         file.
46425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46427         file.
46428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46430         file.
46431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46432         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46433         fmin/fmax sysdep routines.
46434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46436 2012-03-14  David S. Miller  <davem@davemloft.net>
46438         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46439         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46440         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46441         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46442         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46443         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46444         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46445         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46446         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46447         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46448         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46449         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46450         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46451         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46452         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46453         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46454         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46455         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46456         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46457         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46458         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46459         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46460         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46461         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46462         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46463         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46464         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46465         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46466         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46467         routines.
46468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46469         file.
46470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46472         file.
46473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46475         file.
46476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46478         file.
46479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46481         file.
46482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46484         file.
46485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46486         file.
46487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46488         file.
46489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46490         file.
46491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46492         New file.
46493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46494         file.
46495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46496         file.
46497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46499         file.
46500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46502         file.
46503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46505         file.
46506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46508         VIS3 routines.
46510         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46511         New file.
46513         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46515         * sysdeps/sparc/configure.in: New file.
46516         * sysdeps/sparc/configure: Generate.
46517         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46518         * configure: Regenerate.
46519         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46520         * config.make.in (have-as-vis3): New.
46521         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46522         available use -Av9d instead of -Av9a.
46523         * sysdeps/sparc/sparc64/Makefile: Likewise.
46524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46526         New file.
46527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46528         file.
46529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46530         New file.
46531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46532         file.
46533         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46534         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46535         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46536         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46537         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46539         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46540         fzeros/fnegs to load 0x80000000 into a float register instead of
46541         using the stack.
46542         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46544 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46546         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46547         bits/syscall.h.
46548         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46549         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46550         ($(inst_includedir)/bits/syscall.h): Remove rule.
46551         ($(objpfx)bits/syscall.d): Include instead of
46552         $(objpfx)syscall-list.d.
46553         (generated): Change syscall-list.h and syscall-list.d to
46554         bits/syscall.h and bits/syscall.d.
46556 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46558         [BZ #13846]
46559         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46561 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46563         [BZ #13841]
46564         * math/s_csqrt.c: Include <float.h>.
46565         (__csqrt): Scale large or subnormal inputs.
46566         * math/s_csqrtf.c: Likewise.
46567         * math/s_csqrtl.c: Likewise.
46568         * math/libm-test.inc (csqrt_test): Add more tests.
46569         * sysdeps/i386/fpu/libm-test-ulps: Update.
46570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46572         [BZ #13840]
46573         * math/libm-test.inc (hypot_test): Add more tests.
46575 2012-03-13  David S. Miller  <davem@davemloft.net>
46577         [BZ #13840]
46578         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46579         double-precision for the calculation instead of scaling.
46581 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46583         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46584         manipulate bits before adding and subtracting TWO52[sx].
46585         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46586         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46587         Likewise.
46588         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46590 2012-03-13  David S. Miller  <davem@davemloft.net>
46592         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46593         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46594         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46595         rtld-global-offsets.h
46596         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46598         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46599         large parameters.
46601         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46603         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46604         'err' in the ifdef scope in which it is actually used.
46606         * nss/nss_db/db-init.c: Include string.h
46608 2012-03-12  David S. Miller  <davem@davemloft.net>
46610         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46611         masking out of the most significant byte of random value used.
46612         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46613         Fix coding style in previous change.
46615         * sysdeps/unix/sysv/linux/kernel-features.h
46616         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46617         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46618         expression.
46619         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46620         later.
46622 2012-03-11  David S. Miller  <davem@davemloft.net>
46624         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46625         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46626         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46627         for 'resultvar' otherwise things get truncated on 64-bit.
46629         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46630         Fix masking out of the most significant byte of random value used.
46632         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46634 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46638 2012-03-09  David S. Miller  <davem@davemloft.net>
46640         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46641         variables with appropriate CPP guards.
46642         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46643         from the frame pointer, not the stack pointer.  Correct layout
46644         comments.  Fix test on resulting framesize and the management of
46645         the outregs buffer for pltexit.  Preserve floating point return
46646         values across _dl_call_pltexit call.
46647         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46648         framesize and the management of the outregs buffer for pltexit.
46649         Preserve floating point return values across _dl_call_pltexit
46650         call.
46651         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46652         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46653         (la_sparc64_gnu_pltexit): New functions.
46654         (print_exit): Fix format string for return register value.
46656 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46658         * sunrpc/Makefile (others): Add rpcgen.
46659         ($(objpfx)rpcgen): Remove special build rule and dependency on
46660         libc.
46661         * sunrpc/rpcgen.c: New file.
46663 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46665         [BZ #13673]
46666         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46667         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46668         * sysdeps/i386/crti.S: Likewise.
46669         * sysdeps/i386/crtn.S: Likewise.
46670         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46671         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46672         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46673         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46674         * sysdeps/sh/crti.S: Likewise.
46675         * sysdeps/sh/crtn.S: Likewise.
46676         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46678         [BZ #13673]
46679         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46680         with URL.
46681         * locale/programs/locfile-kw.gperf: Likewise.
46682         * locale/programs/charmap-kw.h: Regenerated.
46683         * locale/programs/locfile-kw.h: Likewise.
46685         [BZ #13673]
46686         * intl/plural.y: Replace FSF snail mail address with URL.
46687         * intl/plural.c: Regenerated.
46689 2012-03-09  Richard Henderson  <rth@twiddle.net>
46691         * include/math_private.h: Remove file.
46692         * math/math_private.h: Move file ...
46693         * sysdeps/generic/math_private.h: ... here.
46695         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46696         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46697         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46699         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46700         and <math_private.h>.
46701         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46702         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46703         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46704         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46705         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46706         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46707         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46708         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46709         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46710         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46711         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46712         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46713         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46714         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46715         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46716         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46717         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46718         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46719         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46720         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46721         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46722         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46723         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46724         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46725         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46726         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46727         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46728         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46729         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46730         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46731         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46732         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46733         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46734         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46735         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46736         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46737         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46738         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46739         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46740         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46741         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46742         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46743         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46744         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46745         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46746         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46747         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46748         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46749         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46750         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46751         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46752         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46753         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46754         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46755         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46756         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46757         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46758         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46759         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46760         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46761         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46762         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46763         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46764         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46765         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46766         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46767         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46768         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46769         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46770         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46771         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46772         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46773         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46774         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46775         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46776         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46777         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46778         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46779         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46780         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46781         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46782         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46783         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46784         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46785         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46786         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46787         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46788         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46789         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46790         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46791         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46792         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46793         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46794         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46795         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46796         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46797         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46798         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46799         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46800         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46801         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46802         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46803         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46804         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46805         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46806         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46807         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46808         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46809         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46810         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46811         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46812         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46813         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46814         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46815         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46816         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46817         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46818         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46819         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46820         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46821         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46822         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46823         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46824         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46825         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46826         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46827         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46828         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46829         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46830         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46831         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46832         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46833         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46834         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46835         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46836         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46837         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46838         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46839         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46840         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46841         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46842         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46843         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46844         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46845         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46846         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46847         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46848         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46849         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46850         * sysdeps/ieee754/k_standard.c: Likewise.
46851         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46852         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46853         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46854         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46855         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46856         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46857         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46858         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46859         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46860         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46861         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46862         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46863         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46864         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46865         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46866         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46867         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46868         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46869         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46870         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46871         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46872         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46873         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46874         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46875         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46876         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46877         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46878         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46879         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46880         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46881         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46882         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46883         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46884         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46885         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46886         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46887         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46888         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46889         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46890         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46891         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46892         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46893         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46894         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46895         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46896         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46897         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46898         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46899         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46900         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46901         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46902         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46903         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46904         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46905         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46907         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46908         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46909         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46910         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46911         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46912         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46913         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46914         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46915         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46916         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46917         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46918         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46919         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46920         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46921         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46922         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46923         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46924         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46925         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46926         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46928         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46929         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46930         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46931         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46966         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46970         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46971         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46973         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46978         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46983         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46999         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47000         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47001         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47002         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47009         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47011         * sysdeps/ieee754/s_lib_version.c: Likewise.
47012         * sysdeps/ieee754/s_matherr.c: Likewise.
47013         * sysdeps/ieee754/s_signgam.c: Likewise.
47014         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47015         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47016         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47017         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47018         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47019         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47020         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47021         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47022         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47023         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47024         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47025         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47026         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47027         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47028         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47029         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47030         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47031         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47032         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47033         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47034         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47036 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47038         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47039         * sunrpc/rpc_main.c: Likewise.
47040         * sunrpc/rpc_svcout.c: Likewise.
47042 2012-03-09  David S. Miller  <davem@davemloft.net>
47044         * include/math_private.h: New file.
47046 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47048         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47049         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47050         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47051         from <bits/socket_type.h>.
47052         (enum __socket_type): Don't define here.
47053         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47054         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47055         bits/socket_type.h.
47057         [BZ #13566]
47058         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47059         checking __USE_GNU.
47061         * Makerules ($(inst_includedir)/%.h): New rule.
47062         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47063         (install-others): Remove variable setting.
47064         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47066 2012-03-08  Richard Henderson  <rth@twiddle.net>
47068         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47069         from macro to inline function; merge with the
47070         !__LIBC_INTERNAL_MATH_INLINES version.
47071         (__ieee754_sqrtf): Likewise.
47073         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47074         to inline function.
47075         (__rintf, __floor, __floorf): Likewise.
47077         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47078         macro to inline function.
47079         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47081         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47082         not <math/math_private.h>.
47084 2012-03-08  David S. Miller  <davem@davemloft.net>
47086         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47087         copyright year.
47088         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47090 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47092         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47093         normalization.
47094         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47095         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47097 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47099         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47100         be defined individually, they must be defined as a block.  Define
47101         S for printing a string instead of hidint the different by using a
47102         macro for adding the 'l'.
47103         * stdio-common/tst-fphex-wide.c: Adjust.
47105 2012-03-07  Marek Polacek  <polacek@redhat.com>
47107         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47109 2012-03-08  Marek Polacek  <polacek@redhat.com>
47111         [BZ #13806]
47112         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47113         * stdio-common/tst-fphex.c: Define a few macros to make the
47114         test reusable.  Use them.
47115         * stdio-common/tst-fphex-wide.c: New file.
47117 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47119         [BZ #6911]
47120         * manual/macros.texi (gnusystems): New macro.
47121         (nongnusystems): Likewise.
47122         (gnulinuxhurdsystems): Likewise.
47123         (gnuhurdsystems): Likewise..
47124         (gnulinuxsystems): Likewise.
47125         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47126         variants of the GNU system, not "GNU system".
47127         * manual/conf.texi: Likewise.
47128         * manual/errno.texi: Likewise.  Update example of errno macro
47129         expansion.
47130         * manual/filesys.texi: Likewise.
47131         (getumask): Document as specific to GNU/Hurd.
47132         * manual/install.texi: Likewise.  Reword some references to
47133         GNU/Linux.
47134         * manual/intro.texi: Likewise.
47135         * manual/io.texi: Likewise.
47136         (File Name Portability): Detail which constraints are inapplicable
47137         to all GNU systems and which are only inapplicable to GNU/Hurd.
47138         * manual/job.texi: Likewise.
47139         * manual/llio.texi: Likewise.
47140         (O_NOCTTY): Document as present on GNU/Linux.
47141         * manual/maint.texi: Likewise.
47142         * manual/memory.texi: Likewise.
47143         * manual/pattern.texi: Likewise.
47144         * manual/pipe.texi: Likewise.
47145         * manual/process.texi: Likewise.
47146         * manual/resource.texi: Likewise.
47147         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47148         child on GNU/Hurd.
47149         * manual/setjmp.texi: Likewise.
47150         * manual/signal.texi: Likewise.
47151         * manual/startup.texi: Likewise.
47152         * manual/stdio.texi: Likewise.
47153         * manual/terminal.texi: Likewise.
47154         (ONLCR): Document as POSIX.
47155         (OXTABS): Document availability on GNU/Linux as XTABS.
47156         (ONOEOT): Document availability separately from other bits.
47157         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47158         * manual/time.texi: Likewise.
47159         * manual/users.texi: Likewise.
47160         * INSTALL: Regenerated.
47161         * sysdeps/gnu/errlist.c: Regenerated.
47163         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47164         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47165         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47166         puts.
47167         * configure: Regenerated.
47169 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47171         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47172         default includes instead of AC_HEADER_CHECK.
47173         * sysdeps/i386/configure: Regenerated.
47175         [BZ #10716]
47176         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47177         * math/s_cacoshf.c (__cacoshf): Likewise.
47178         * math/s_cacoshl.c (__cacoshl): Likewise.
47179         * math/s_casinh.c (__casinh): Set signs of result from argument.
47180         * math/s_casinhf.c (__casinhf): Likewise.
47181         * math/s_casinhl.c (__casinhl): Likewise.
47182         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47183         (casinh_test): Add more tests.
47184         * sysdeps/i386/fpu/libm-test-ulps: Update.
47185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47187 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47189         * po/zh_TW.po: Update from translation team.
47191         * login/Makefile (distribute): Remove variable.
47192         * catgets/Makefile: Likewise.
47193         * mach/Makefile: Likewise.
47194         * malloc/Makefile: Likewise.
47195         * misc/Makefile: Likewise.
47196         * iconv/Makefile: Likewise.
47197         * nscd/Makefile: Likewise.
47198         * hurd/Makefile: Likewise.
47199         * manual/Makefile: Likewise.
47200         * locale/Makefile: Likewise.
47201         * intl/Makefile: Likewise.
47202         * conform/Makefile: Likewise.
47203         * nss/Makefile: Likewise.
47204         * time/Makefile: Likewise.
47205         * soft-fp/Makefile: Likewise.
47206         * dirent/Makefile: Likewise.
47207         * gmon/Makefile: Likewise.
47208         * po/Makefile: Likewise.
47209         * rt/Makefile: Likewise.
47210         * socket/Makefile: Likewise.
47211         * math/Makefile: Likewise.
47212         * signal/Makefile: Likewise.
47213         * debug/Makefile: Likewise.
47214         * elf/Makefile: Likewise.
47215         * timezone/Makefile: Likewise.
47216         * stdlib/Makefile: Likewise.
47217         * iconvdata/Makefile: Likewise.
47218         * sunrpc/Makefile: Likewise.
47219         * io/Makefile: Likewise.
47220         * argp/Makefile: Likewise.
47221         * inet/Makefile: Likewise.
47222         * hesiod/Makefile: Likewise.
47223         * grp/Makefile: Likewise.
47224         * csu/Makefile: Likewise.
47225         * wctype/Makefile: Likewise.
47226         * crypt/Makefile: Likewise.
47227         * libio/Makefile: Likewise.
47228         * string/Makefile: Likewise.
47229         * nis/Makefile: Likewise.
47230         * resolv/Makefile: Likewise.
47231         * stdio-common/Makefile: Likewise.
47232         * wcsmbs/Makefile: Likewise.
47233         * dlfcn/Makefile: Likewise.
47234         * posix/Makefile: Likewise.
47236         [BZ #6959]
47237         * timezone/Makefile: Don't install timezone files, just the programs
47238         and scripts.
47240 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47242         * nss/databases.def: Add missing gshadow entry.
47244         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47246 2012-03-06  Marek Polacek  <polacek@redhat.com>
47248         [BZ #13726]
47249         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47250         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47251         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47252         * stdio-common/tst-long-dbl-fphex.c: New file.
47254 2012-03-06  David S. Miller  <davem@davemloft.net>
47256         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47257         (set_obp_int): New function.
47258         (get_obp_int): New function.
47259         (__get_clockfreq_via_dev_openprom): Likewise.
47260         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47261         Avoid unused variable warnings on 'val' and use builtin_expect.
47262         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47263         __builtin_expect.
47264         (INLINE_CLONE_SYSCALL): Likewise.
47266 2012-03-05  David S. Miller  <davem@davemloft.net>
47268         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47270 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47272         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47274         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47275         only for |x| >= 40.
47276         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47278 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47280         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47281         Replace gettimeofday with __vdso_gettimeofday.
47283         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47284         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47285         __vdso_clock_gettime and __vdso_getcpu.
47287         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47288         time with __vdso_time.
47290 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47292         * manual/lang.texi (size_t): Note types to which size_t may be
47293         equivalent with the GNU C Library, but do not describe when
47294         differences between them are significant.
47296 2012-03-05  Andreas Jaeger  <aj@suse.de>
47298         * sysdeps/i386/fpu/libm-test-ulps: Update.
47300 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47302         [BZ #3976]
47303         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47304         (__ieee754_pow): Save and restore rounding mode and use
47305         round-to-nearest for main computations.
47306         * math/libm-test.inc (pow_test_tonearest): New function.
47307         (pow_test_towardzero): Likewise.
47308         (pow_test_downward): Likewise.
47309         (pow_test_upward): Likewise.
47310         (main): Call the new functions.
47311         * sysdeps/i386/fpu/libm-test-ulps: Update.
47312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47314         [BZ #3976]
47315         * math/libm-test.inc (cosh_test_tonearest): New function.
47316         (cosh_test_towardzero): Likewise.
47317         (cosh_test_downward): Likewise.
47318         (cosh_test_upward): Likewise.
47319         (sinh_test_tonearest): Likewise.
47320         (sinh_test_towardzero): Likewise.
47321         (sinh_test_downward): Likewise.
47322         (sinh_test_upward): Likewise.
47323         (main): Call the new functions.
47324         * sysdeps/i386/fpu/libm-test-ulps: Update.
47325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47327 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47329         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47330         default stack guard is set in last bytes.
47331         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47333 2012-03-05  Kees Cook  <keescook@chromium.org>
47335         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47337         [BZ #13656]
47338         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47339         possibly allocate from heap instead of stack.
47340         * stdio-common/bug-vfprintf-nargs.c: New file.
47341         * stdio-common/Makefile (tests): Add nargs overflow test.
47343 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47345         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47347 2012-03-03  Marek Polacek  <polacek@redhat.com>
47349         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47350         * math/math_private.h: Likewise.
47351         * stdlib/tst-strtod.c: Likewise.
47352         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47353         * sysdeps/x86_64/bits/atomic.h: Likewise.
47355 2012-03-02  David S. Miller  <davem@davemloft.net>
47357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47359         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47360         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47361         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47362         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47363         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47364         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47366 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47368         [BZ #13792]
47369         * manual/examples/README: New file, says the example source files
47370         can be used under GPL>=2.
47371         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47372         line containing just "*/".
47373         * manual/examples/add.c: Add copyright header (GPL>=2).
47374         * manual/examples/argp-ex1.c: Likewise.
47375         * manual/examples/argp-ex2.c: Likewise.
47376         * manual/examples/argp-ex3.c: Likewise.
47377         * manual/examples/argp-ex4.c: Likewise.
47378         * manual/examples/atexit.c: Likewise.
47379         * manual/examples/db.c: Likewise.
47380         * manual/examples/dir.c: Likewise.
47381         * manual/examples/dir2.c: Likewise.
47382         * manual/examples/execinfo.c: Likewise.
47383         * manual/examples/filecli.c: Likewise.
47384         * manual/examples/filesrv.c: Likewise.
47385         * manual/examples/fmtmsgexpl.c: Likewise.
47386         * manual/examples/genpass.c: Likewise.
47387         * manual/examples/inetcli.c: Likewise.
47388         * manual/examples/inetsrv.c: Likewise.
47389         * manual/examples/isockad.c: Likewise.
47390         * manual/examples/longopt.c: Likewise.
47391         * manual/examples/memopen.c: Likewise.
47392         * manual/examples/memstrm.c: Likewise.
47393         * manual/examples/mkfsock.c: Likewise.
47394         * manual/examples/mkisock.c: Likewise.
47395         * manual/examples/mygetpass.c: Likewise.
47396         * manual/examples/pipe.c: Likewise.
47397         * manual/examples/popen.c: Likewise.
47398         * manual/examples/rprintf.c: Likewise.
47399         * manual/examples/search.c: Likewise.
47400         * manual/examples/select.c: Likewise.
47401         * manual/examples/setjmp.c: Likewise.
47402         * manual/examples/sigh1.c: Likewise.
47403         * manual/examples/sigusr.c: Likewise.
47404         * manual/examples/stpcpy.c: Likewise.
47405         * manual/examples/strdupa.c: Likewise.
47406         * manual/examples/strftim.c: Likewise.
47407         * manual/examples/strncat.c: Likewise.
47408         * manual/examples/subopt.c: Likewise.
47409         * manual/examples/swapcontext.c: Likewise.
47410         * manual/examples/termios.c: Likewise.
47411         * manual/examples/testopt.c: Likewise.
47412         * manual/examples/testpass.c: Likewise.
47413         * manual/examples/timeval_subtract.c: Likewise.
47415         [BZ #13792]
47416         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47417         function to ...
47418         * manual/timeval_subtract.c.texi: ... here, new file.
47420 2012-03-02  David S. Miller  <davem@davemloft.net>
47422         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47424 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47426         [BZ #3976]
47427         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47428         (__sin): Save and restore rounding mode and use round-to-nearest
47429         for all computations.
47430         (__cos): Save and restore rounding mode and use round-to-nearest
47431         for all computations.
47432         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47433         <fenv.h>.
47434         (tan): Save and restore rounding mode and use round-to-nearest for
47435         all computations.
47436         * math/libm-test.inc (cos_test_tonearest): New function.
47437         (cos_test_towardzero): Likewise.
47438         (cos_test_downward): Likewise.
47439         (cos_test_upward): Likewise.
47440         (sin_test_tonearest): Likewise.
47441         (sin_test_towardzero): Likewise.
47442         (sin_test_downward): Likewise.
47443         (sin_test_upward): Likewise.
47444         (tan_test_tonearest): Likewise.
47445         (tan_test_towardzero): Likewise.
47446         (tan_test_downward): Likewise.
47447         (tan_test_upward): Likewise.
47448         (main): Call the new functions.
47449         * sysdeps/i386/fpu/libm-test-ulps: Update.
47450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47452         [BZ #10135]
47453         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47454         small n, then large n, before computing and testing k+n.
47455         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47456         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47457         Likewise.
47458         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47459         Likewise.
47460         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47461         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47462         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47463         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47464         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47465         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47466         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47467         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47468         * math/libm-test.inc (scalbn_test): Add more tests.
47469         (scalbln_test): Likewise.
47471         * manual/filesys.texi (mode_t): Describe constraints on size and
47472         signedness, not exact equivalence to a particular type.
47473         (ino_t): Likewise.
47474         (ino64_t): Likewise.
47475         (dev_t): Likewise.
47476         (nlink_t): Likewise.
47477         (blkcnt_t): Likewise.
47478         (blkcnt64_t): Likewise.
47479         * manual/llio.texi (off_t): Likewise.
47481         [BZ #3976]
47482         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47483         (__ieee754_exp): Save and restore rounding mode and use
47484         round-to-nearest for all computations.
47485         * math/libm-test.inc (exp_test_tonearest): New function.
47486         (exp_test_towardzero): Likewise.
47487         (exp_test_downward): Likewise.
47488         (exp_test_upward): Likewise.
47489         (main): Call the new functions.
47490         * sysdeps/i386/fpu/libm-test-ulps: Update.
47491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47493 2012-03-01  Chris Demetriou  <cgd@google.com>
47495         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47496         have predictable order.
47498 2012-03-01  David S. Miller  <davem@davemloft.net>
47500         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47502         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47503         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47504         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47505         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47507         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47508         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47509         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47511         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47512         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47513         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47514         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47515         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47517         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47519         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47520         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47521         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47523         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47524         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47525         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47526         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47527         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47528         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47529         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47530         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47531         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47532         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47533         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47534         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47535         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47536         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47537         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47538         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47539         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47540         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47541         * sysdeps/sparc/elf/configure: Regenerated.
47543 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47545         * configure.in (AS, LD): Require binutils 2.20 or later.
47546         * configure: Regenerated.
47547         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47548         as required minimum version.
47549         * INSTALL: Regenerated.
47551         [BZ #2541]
47552         [BZ #4108]
47553         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47554         before squaring exponent.
47555         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47556         bottom long double and 27 bits of top long double before squaring
47557         exponent.
47558         * math/libm-test.inc (erfc_test): Add more tests.
47559         * sysdeps/i386/fpu/libm-test-ulps: Update.
47560         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47563 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47565         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47566         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47567         containing bit-fields.
47568         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47569         * soft-fp/single.h (_FP_UNION_S): Likewise.
47570         * soft-fp/double.h (_FP_UNION_D): Likewise.
47572 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47574         [BZ #13786]
47575         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47576         not include ../strcmp.S.
47577         [USE_AS_STRNCASECMP_L]: Likewise.
47578         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47579         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47580         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47581         (__strncasecmp_l_ia32): Define as alias to
47582         __strncasecmp_l_nonascii.
47584         [BZ #5794]
47585         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47586         * sysdeps/i386/fpu/libm-test-ulps: Update.
47587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47589         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47592 2012-02-29  Jeff Law  <law@redhat.com>
47594         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47595         out of bounds read.
47597 2012-02-29  Marek Polacek  <polacek@redhat.com>
47599         [BZ #13706]
47600         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47601         * elf/Makefile: Add rules to run tst-unused-dep.out.
47603 2012-02-28  David S. Miller  <davem@davemloft.net>
47605         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47606         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47607         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47608         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47609         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47610         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47612 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47614         * math/libm-test.inc (llround_test): Move one test from
47615         lround_test.  Use TEST_f_L in moved test.
47616         (lround_test): Move misplaced test to llround_test.  Add testcase
47617         from bug 2561.
47619 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47621         * sysdeps/x86_64/fpu/e_expf.S: New file.
47622         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47624 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47626         [BZ #13637]
47627         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47628         of remain_len that may cause incomplete multi-byte character and
47629         false match.
47630         * posix/bug-regex33.c: New file.
47631         * posix/Makefile (tests): Add bug-regex33.
47633 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47635         * manual/macros.texi: New file.
47636         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47637         * manual/libc.texinfo: Include macros.texi.
47638         * manual/creatute.texi: Likewise.
47639         * manual/install.texi: Likewise.
47640         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47641         @glibcadj{} in references to the GNU C Library.
47642         * manual/charset.texi: Likewise.
47643         * manual/conf.texi: Likewise.
47644         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47645         when not using those macros.
47646         * manual/creature.texi: Likewise.
47647         * manual/crypt.texi: Likewise.
47648         * manual/errno.texi: Likewise.
47649         * manual/filesys.texi: Likewise.
47650         * manual/header.texi: Likewise.
47651         * manual/install.texi: Likewise.
47652         * manual/intro.texi: Likewise.
47653         * manual/io.texi: Likewise.
47654         * manual/job.texi: Likewise.
47655         * manual/lang.texi: Likewise.
47656         * manual/libc.texiinfo: Likewise.
47657         * manual/llio.texi: Likewise.
47658         * manual/locale.texi: Likewise.
47659         * manual/maint.texi: Likewise.
47660         * manual/math.texi: Likewise.
47661         * manual/memory.texi: Likewise.
47662         * manual/message.texi: Likewise.
47663         * manual/nss.texi: Likewise.
47664         * manual/pattern.texi: Likewise.
47665         * manual/process.texi: Likewise.
47666         * manual/resource.texi: Likewise.
47667         * manual/search.texi: Likewise.
47668         * manual/setjmp.texi: Likewise.
47669         * manual/signal.texi: Likewise.
47670         * manual/socket.texi: Likewise.
47671         * manual/startup.texi: Likewise.
47672         * manual/stdio.texi: Likewise.
47673         * manual/string.texi: Likewise.
47674         * manual/sysinfo.texi: Likewise.
47675         * manual/syslog.texi: Likewise.
47676         * manual/terminal.texi: Likewise.
47677         * manual/time.texi: Likewise.
47678         * manual/users.texi: Likewise.
47679         * INSTALL: Regenerated.
47680         * NOTES: Regenerated.
47681         * sysdeps/gnu/errlist.c: Regenerated.
47683 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47685         * include/dirent.h: Include <dirstream.h> before
47686         <dirent/dirent.h>.
47688 2012-02-28  David S. Miller  <davem@davemloft.net>
47690         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47691         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47692         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47693         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47695 2012-02-27  David S. Miller  <davem@davemloft.net>
47697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47698         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47699         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47700         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47702         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47703         frame pointer instead of stack pointer relative arg slot.
47704         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47705         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47706         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47708 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47710         [BZ #3992]
47711         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47713 2012-02-27  David S. Miller  <davem@davemloft.net>
47715         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47716         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47717         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47718         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47719         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47720         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47721         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47722         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47724 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47726         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47727         later.  Allow versions 5-9.
47728         * configure: Regenerated.
47729         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47730         required minimum version and 4.6 as recommended version.  Do not
47731         mention bugs in GCC 2.7 and 2.8.
47732         * INSTALL: Regenerated.
47734 2012-02-27  David S. Miller  <davem@davemloft.net>
47736         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47737         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47738         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47739         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47740         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47741         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47742         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47743         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47745         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47746         manipulate bits before adding and subtracting TWO112[sx].
47747         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47749 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47751         [BZ #13775]
47752         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47753         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47754         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47755         being in POSIX, because they are in 1003.1-2008.
47757         * rt/tst-aio.c: Include <fcntl.h>.
47758         * rt/tst-aio7.c: Likewise.
47759         * rt/tst-aio64.c: Likewise.
47761         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47763 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47765         * manual/install.texi (--with-headers): Describe headers as
47766         interface headers, not private headers.
47767         (Specific advice for GNU/Linux systems): Describe use of headers
47768         from "make headers_install", not private headers from older
47769         kernels.
47770         * INSTALL: Regenerated.
47771         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47772         Change to 2.6.19.
47773         * sysdeps/unix/sysv/linux/configure: Regenerated.
47775         * manual/llio.texi (fclean): Remove documentation.
47777         * manual/Makefile (libc-texi-generated): New variable.  Include
47778         version.texi.
47779         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47780         $(libc-texi-generated), not duplicated list of files.
47781         (version.texi, stamp-version): New rules.
47782         (realclean): Remove $(libc-texi-generated), not individual files
47783         from that list.  Do not remove dir-add.texinfo.
47784         * manual/libc.texinfo: Comment out uses of edition numbers and
47785         references to printed manual.  Remove last-updated dates.
47786         (EDITION): Comment out.
47787         (ISBN): Likewise.
47788         (VERSION, UPDATED): Remove.
47789         (version.texi): Include.
47791 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47793         * sysdeps/posix/spawni.c: Include <signal.h>.
47794         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47795         * sysdeps/pthread/aio_fsync.c: Likewise.
47797 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47799         * conform/Makefile (tests): Run only when not cross-compiling and
47800         when fast-check is not defined.
47802         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47803         * conform/data/limits.h-data: Fixes for POSIX2008.
47804         * conform/run-conformtest.sh: Run all tests.
47805         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47806         headers.
47807         * include/bits/dlfcn.h: Likewise.
47808         * include/langinfo.h: Likewise.
47809         * include/monetary.h: Likewise.
47810         * include/sys/poll.h: Likewise.
47812         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47813         for __USE_GNU.
47814         * posix/spawn.h: Define __need_sigset_t.
47815         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47816         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47817         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47818         to get sigevent_t only.
47819         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47820         only for __USE_GNU.
47821         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47822         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47823         process_vm_writev only for __USE_GNU.
47824         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47826         * conform/Makefile: For now ignore errors from run-conformtest.
47827         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47828         POSIX to avoid namespace pollution.  Don't prepend headers.
47829         * conform/data/aio.h-data: Fixes for POSIX testing.
47830         * conform/data/fcntl.h-data: Likewise.
47831         * conform/data/glob.h-data: Likewise.
47832         * conform/data/grp.h-data: Likewise.
47833         * conform/data/pthread.h-data: Likewise.
47834         * conform/data/pwd.h-data: Likewise.
47835         * conform/data/signal.h-data: Likewise.
47836         * conform/data/spawn.h-data: Likewise.
47837         * conform/data/stdio.h-data: Likewise.
47838         * conform/data/stdlib.h-data: Likewise.
47839         * conform/data/stropts.h-data: Likewise.
47840         * conform/data/sys/mman.h-data: Likewise.
47841         * conform/data/sys/stat.h-data: Likewise.
47842         * conform/data/sys/types.h-data: Likewise.
47843         * conform/data/sys/wait.h-data: Likewise.
47844         * conform/data/time.h-data: Likewise.
47845         * conform/data/unistd.h-data: Likewise.
47846         * conform/data/utime.h-data: Likewise.
47848         * io/sys/stat.h: fchmod was always in POSIX.
47849         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47850         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47851         * rt/aio.h: Define __need_timespec before including <time.h>.
47852         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47853         struct.  Add forward declaration of pthread_attr_t and use it in
47854         sigevent.
47855         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47856         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47857         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47858         always remove CLK_TCK definition.
47860 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47862         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47864 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47866         * conform/run-conformtest.sh: New file.
47867         * conform/Makefile: Run run-conformtest for tests.
47868         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47869         support.
47871         * conform/data/uchar.h-data: New file.
47872         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47873         * conform/data/arpa/inet.h-data: Likewise.
47874         * conform/data/assert.h-data: Likewise.
47875         * conform/data/complex.h-data: Likewise.
47876         * conform/data/cpio.h-data: Likewise.
47877         * conform/data/ctype.h-data: Likewise.
47878         * conform/data/dirent.h-data: Likewise.
47879         * conform/data/dlfcn.h-data: Likewise.
47880         * conform/data/errno.h-data: Likewise.
47881         * conform/data/fcntl.h-data: Likewise.
47882         * conform/data/float.h-data: Likewise.
47883         * conform/data/fmtmsg.h-data: Likewise.
47884         * conform/data/fnmatch.h-data: Likewise.
47885         * conform/data/ftw.h-data: Likewise.
47886         * conform/data/glob.h-data: Likewise.
47887         * conform/data/grp.h-data: Likewise.
47888         * conform/data/iconv.h-data: Likewise.
47889         * conform/data/inttypes.h-data: Likewise.
47890         * conform/data/langinfo.h-data: Likewise.
47891         * conform/data/libgen.h-data: Likewise.
47892         * conform/data/limits.h-data: Likewise.
47893         * conform/data/locale.h-data: Likewise.
47894         * conform/data/math.h-data: Likewise.
47895         * conform/data/monetary.h-data: Likewise.
47896         * conform/data/mqueue.h-data: Likewise.
47897         * conform/data/ndbm.h-data: Likewise.
47898         * conform/data/net/if.h-data: Likewise.
47899         * conform/data/netdb.h-data: Likewise.
47900         * conform/data/netinet/in.h-data: Likewise.
47901         * conform/data/nl_types.h-data: Likewise.
47902         * conform/data/poll.h-data: Likewise.
47903         * conform/data/pthread.h-data: Likewise.
47904         * conform/data/pwd.h-data: Likewise.
47905         * conform/data/regex.h-data: Likewise.
47906         * conform/data/sched.h-data: Likewise.
47907         * conform/data/search.h-data: Likewise.
47908         * conform/data/semaphore.h-data: Likewise.
47909         * conform/data/setjmp.h-data: Likewise.
47910         * conform/data/signal.h-data: Likewise.
47911         * conform/data/spawn.h-data: Likewise.
47912         * conform/data/stdarg.h-data: Likewise.
47913         * conform/data/stdio.h-data: Likewise.
47914         * conform/data/stdlib.h-data: Likewise.
47915         * conform/data/string.h-data: Likewise.
47916         * conform/data/strings.h-data: Likewise.
47917         * conform/data/stropts.h-data: Likewise.
47918         * conform/data/sys/ipc.h-data: Likewise.
47919         * conform/data/sys/mman.h-data: Likewise.
47920         * conform/data/sys/msg.h-data: Likewise.
47921         * conform/data/sys/resource.h-data: Likewise.
47922         * conform/data/sys/select.h-data: Likewise.
47923         * conform/data/sys/sem.h-data: Likewise.
47924         * conform/data/sys/shm.h-data: Likewise.
47925         * conform/data/sys/socket.h-data: Likewise.
47926         * conform/data/sys/stat.h-data: Likewise.
47927         * conform/data/sys/statvfs.h-data: Likewise.
47928         * conform/data/sys/time.h-data: Likewise.
47929         * conform/data/sys/timeb.h-data: Likewise.
47930         * conform/data/sys/times.h-data: Likewise.
47931         * conform/data/sys/types.h-data: Likewise.
47932         * conform/data/sys/uio.h-data: Likewise.
47933         * conform/data/sys/un.h-data: Likewise.
47934         * conform/data/sys/utsname.h-data: Likewise.
47935         * conform/data/sys/wait.h-data: Likewise.
47936         * conform/data/syslog.h-data: Likewise.
47937         * conform/data/tar.h-data: Likewise.
47938         * conform/data/termios.h-data: Likewise.
47939         * conform/data/utime.h-data: Likewise.
47940         * conform/data/utmpx.h-data: Likewise.
47941         * conform/data/varargs.h-data: Likewise.
47942         * conform/data/wchar.h-data: Likewise.
47943         * conform/data/wctype.h-data: Likewise.
47944         * conform/data/wordexp.h-data: Likewise.
47946         * include/stropts.h: New file.
47947         * include/uchar.h: New file.
47948         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47949         * include/assert.h: Likewise.
47950         * include/ctype.h: Likewise.
47951         * include/dirent.h: Likewise.
47952         * include/dlfcn.h: Likewise.
47953         * include/fcntl.h: Likewise.
47954         * include/fnmatch.h: Likewise.
47955         * include/glob.h: Likewise.
47956         * include/grp.h: Likewise.
47957         * include/libio.h: Likewise.
47958         * include/locale.h: Likewise.
47959         * include/math.h: Likewise.
47960         * include/net/if.h: Likewise.
47961         * include/netdb.h: Likewise.
47962         * include/netinet/in.h: Likewise.
47963         * include/pthread.h: Likewise.
47964         * include/pwd.h: Likewise.
47965         * include/regex.h: Likewise.
47966         * include/sched.h: Likewise.
47967         * include/search.h: Likewise.
47968         * include/setjmp.h: Likewise.
47969         * include/signal.h: Likewise.
47970         * include/stdio.h: Likewise.
47971         * include/stdlib.h: Likewise.
47972         * include/string.h: Likewise.
47973         * include/sys/cdefs.h: Likewise.
47974         * include/sys/mman.h: Likewise.
47975         * include/sys/msg.h: Likewise.
47976         * include/sys/resource.h: Likewise.
47977         * include/sys/select.h: Likewise.
47978         * include/sys/socket.h: Likewise.
47979         * include/sys/stat.h: Likewise.
47980         * include/sys/statvfs.h: Likewise.
47981         * include/sys/time.h: Likewise.
47982         * include/sys/times.h: Likewise.
47983         * include/sys/uio.h: Likewise.
47984         * include/sys/utsname.h: Likewise.
47985         * include/sys/wait.h: Likewise.
47986         * include/termios.h: Likewise.
47987         * include/time.h: Likewise.
47988         * include/ulimit.h: Likewise.
47989         * include/unistd.h: Likewise.
47990         * include/utime.h: Likewise.
47991         * include/wchar.h: Likewise.
47992         * include/wctype.h: Likewise.
47993         * include/wordexp.h: Likewise.
47995         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47997         * time/time.h: TIME_UTC must be a macro.
47998         Make timespec_get available for ISO C11 only as well.
48000 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48002         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48003         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48005 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48007         * configure.in: Use -o not -a in test for unsupported multi-arch.
48009 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48011         * manual/texinfo.tex: Update to version 2012-01-19.16.
48013 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48015         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48017 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48019         [BZ #13738]
48020         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48021         * manual/fdl-1.3.texi: New file.
48022         * manual/fdl-1.1.texi: File removed.
48024         [BZ #13738]
48025         * manual/libc.texinfo (FDL_VERSION): New @set.
48026         Use it for mention of FDL in cover text.
48027         (Documentation License): Use it in @include file name.
48029 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48030             Roland McGrath  <roland@hack.frob.com>
48032         [BZ #5461]
48033         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48034         (not LONG_LONG_MAX and LONG_LONG_MIN.
48035         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48036         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48037         name.
48038         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48040 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48042         [BZ #2547]
48043         [BZ #11365]
48044         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48045         manipulate bits before adding and subtracting TWO23[sx].
48046         * math/libm-test.inc (nearbyint_test): Add more tests.
48048 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48050         [BZ #2548]
48051         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48052         bits before adding and subtracting TWO23[sx].
48053         * math/libm-test.inc (rint_test): Add more tests.
48054         (rint_test_tonearest): Likewise.
48055         (rint_test_towardzero): Likewise.
48056         (rint_test_downward): Likewise.
48057         (rint_test_upward: Likewise.
48059 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48061         [BZ #10110]
48062         * include/stdc-predef.h: New file.  Extracted from features.h.
48063         * include/features.h: Include stdc-predef.h.
48064         * Makefile (headers): Add stdc-predef.h.
48065         * CONFORMANCE (Compiler limitations): Update.
48067 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48069         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48071 2012-02-21  David S. Miller  <davem@davemloft.net>
48073         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48074         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48076 2012-02-20  David S. Miller  <davem@davemloft.net>
48078         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48079         using a normal save/restore sequence, rather than allocating a
48080         dummy stack frame just to store a frame pointer and restore.
48081         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48083 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48085         * manual/install.texi: Fix stray word in line-wrapped comment.
48087 2012-02-20  David S. Miller  <davem@davemloft.net>
48089         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48090         both binutils and gcc support GOTDATA.
48092         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48093         "rd %pc" in the PIC register setup sequences.
48095         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48096         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48097         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48098         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48099         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48100         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48101         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48102         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48103         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48104         (SYSCALL_ERROR_HANDLER): Likewise.
48105         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48106         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48107         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48108         (SYSCALL_ERROR_HANDLER): Likewise.
48110         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48111         (HAVE_GCC_GOTDATA): New.
48112         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48113         relocation support in both binutils and gcc.
48114         * sysdeps/sparc/elf/configure: Regenerate.
48116         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48117         * sysdeps/sparc/sparc32/elf/configure: Delete.
48118         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48119         * sysdeps/sparc/sparc64/elf/configure: Delete.
48120         * sysdeps/sparc/elf/configure.in: New file.
48121         * sysdeps/sparc/elf/configure: Generate.
48123         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48124         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48125         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48126         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48127         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48129 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48131         * manual/install.texi: Do not mention specific glibc version
48132         numbers.
48133         * manual/libc.texinfo (VERSION, UPDATED): Update.
48134         (@copying): Use @copyright{} and range of years.
48136 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48138         [BZ #13695]
48139         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48140         [crti.S not in sysdirs] (generated): Do not append.
48141         [crti.S not in sysdirs] (omit-deps): Likewise.
48142         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48143         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48144         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48145         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48146         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48147         Likewise.
48148         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48149         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48150         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48151         * csu/defs.awk: Remove file.
48152         * sysdeps/generic/initfini.c: Likewise.
48153         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48154         variable.
48155         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48156         Likewise.
48158 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48160         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48161         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48162         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48163         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48164         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48165         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48166         <bits/epoll.h>.
48167         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48168         (__EPOLL_PACKED): Define to empty if not defined by
48169         <bits/epoll.h>.
48170         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48171         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48172         bits/epoll.h.
48174 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48176         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48177         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48178         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48179         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48180         <bits/timerfd.h>.
48181         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48182         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48183         bits/timerfd.h.
48185 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48187         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48188         in C locale.
48189         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48190         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48191         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48194 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48196         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48197         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48199 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48201         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48202         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48203         defined.
48204         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48205         Likewise.
48206         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48207         entry for 2.16.
48209 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48211         * math/w_acos.c: Use non-signaling floating-point comparisons.
48212         * math/w_acosf.c: Likewise.
48213         * math/w_acosh.c: Likewise.
48214         * math/w_acoshf.c: Likewise.
48215         * math/w_acoshl.c: Likewise.
48216         * math/w_acosl.c: Likewise.
48217         * math/w_asin.c: Likewise.
48218         * math/w_asinf.c: Likewise.
48219         * math/w_asinl.c: Likewise.
48220         * math/w_atanh.c: Likewise.
48221         * math/w_atanhf.c: Likewise.
48222         * math/w_atanhl.c: Likewise.
48223         * math/w_exp2.c: Likewise.
48224         * math/w_exp2f.c: Likewise.
48225         * math/w_exp2l.c: Likewise.
48226         * math/w_j0.c: Likewise.
48227         * math/w_j0f.c: Likewise.
48228         * math/w_j0l.c: Likewise.
48229         * math/w_j1.c: Likewise.
48230         * math/w_j1f.c: Likewise.
48231         * math/w_j1l.c: Likewise.
48232         * math/w_jn.c: Likewise.
48233         * math/w_jnf.c: Likewise.
48234         * math/w_log.c: Likewise.
48235         * math/w_log10.c: Likewise.
48236         * math/w_log10f.c: Likewise.
48237         * math/w_log10l.c: Likewise.
48238         * math/w_log2.c: Likewise.
48239         * math/w_log2f.c: Likewise.
48240         * math/w_log2l.c: Likewise.
48241         * math/w_logf.c: Likewise.
48242         * math/w_logl.c: Likewise.
48243         * math/w_sqrt.c: Likewise.
48244         * math/w_sqrtf.c: Likewise.
48245         * math/w_sqrtl.c: Likewise.
48246         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48247         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48248         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48249         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48250         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48252 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48254         [BZ #9739]
48255         * manual/string.texi (strnlen): Use correct parameter name in
48256         equivalent expression.
48258 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48260         [BZ #11174]
48261         * manual/users.texi (seteuid): Consistently use neweuid for
48262         argument name.
48264 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48266         [BZ #13704]
48267         * manual/nss.texi (Services in the NSS configuration): Correct
48268         list of services in example configuration file.
48270 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48272         [BZ #11322]
48273         * manual/arith.texi: Remove statements about negative zero
48274         behaving identically to zero.
48276 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48278         [BZ #5993]
48279         * manual/install.texi: Do not document upgrading from libc5.
48281 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48283         [BZ #4596]
48284         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48286 2012-02-18  David S. Miller  <davem@davemloft.net>
48288         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48289         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48290         %o7 across the call.
48291         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48292         instead.
48293         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48294         SETUP_PIC_REG_LEAF.
48295         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48296         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48297         * sysdeps/sparc/crtn.S: Likewise.
48299 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48301         * aout/Makefile: Remove.
48303 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48305         [BZ #13058]
48306         * manual/examples/argp-ex1.c (main): Format definition in GNU
48307         style.
48308         * manual/examples/argp-ex2.c (main): Likewise.
48309         * manual/examples/argp-ex3.c (main): Likewise.
48310         * manual/examples/argp-ex4.c (main): Likewise.
48311         * manual/examples/longopt.c (main): Use new-style prototype
48312         definition.
48313         * manual/examples/strncat.c (main): Specify return type and use
48314         (void) for arguments.
48315         * manual/examples/subopt.c (main): Use char **argv argument.
48317 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48319         [BZ #5077]
48320         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48321         rounding modes.
48323 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48325         [BZ #6907]
48326         * manual/string.texi (strchr): Change when strchrnul is
48327         recommended.
48329 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48331         [BZ #174]
48332         * manual/locale.texi (setlocale): Document LOCPATH.
48334 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48336         [BZ #10210]
48337         * manual/process.texi (execle): Move @dots{} before last argument.
48339 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48341         [BZ #12047]
48342         * manual/charset.texi (Generic Charset Conversion): Fix typo
48343         (LC_TYPE -> LC_CTYPE).
48345 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48347         [BZ #5805]
48348         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48349         (scalbnf): Likewise.
48350         (scalbnl): Likewise.
48351         (scalbln): Likewise.
48352         (scalblnf): Likewise.
48353         (scalblnl): Likewise.
48354         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48355         (vwarnx): Likewise.
48356         (verr): Likewise.
48357         (verrx): Likewise.
48358         * manual/filesys.texi (telldir): Use braces around return type.
48359         * manual/llio.texi (mmap): Add space after comma.
48360         (mmap64): Likewise.
48361         * manual/math.texi (jn): Use @var{} on parameter names.
48362         (jnf): Likewise.
48363         (jnl): Likewise.
48364         (yn): Likewise.
48365         (ynf): Likewise.
48366         (ynl): Likewise.
48367         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48368         line.
48369         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48370         "...".
48371         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48372         (sched_get_priority_max): Likewise.
48373         * manual/signal.texi (sigvec): Add space after comma.
48374         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48375         names.
48376         (if_indextoname): Likewise.
48377         (if_freenameindex): Likewise.
48378         (sendto): Use ',' instead of '.' in prototype.
48379         * manual/startup.texi (syscall): Use @dots{} instead of literal
48380         "...".
48381         * manual/stdio.texi (__fpending): Separate initial words of
48382         paragraph from @deftypefun line.
48383         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48384         "...".
48385         (vsyslog): Use @var{} on parameter names.
48386         * manual/terminal.texi (stty): Use @var{} on parameter names.
48387         * manual/users.texi (getutmp): Use @var{} on parameter names.
48388         (getutmpx): Likewise.
48390 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48392         [BZ #6884]
48393         * manual/stdio.texi (fopen): Fix typos in description of
48394         ",ccs=STRING".
48396 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48398         [BZ #4026]
48399         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48400         get clock_id definition.
48402 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48404         [BZ #4822]
48405         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48406         (madvise): Cast every argument to void on its own.
48408 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48410         [BZ #9902]
48411         * manual/startup.texi (Exit Status): Fix typo.
48413 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48415         [BZ #10140]
48416         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48417         * manual/examples/argp-ex2.c: Likewise.
48418         * manual/examples/argp-ex3.c: Likewise.
48420 2012-02-16  Richard Henderson  <rth@redhat.com>
48422         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48423         * sysdeps/s390/s390-32/initfini.c: Remove.
48424         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48425         * sysdeps/s390/s390-64/initfini.c: Remove.
48427 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48429         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48430         compiler output for sysdeps/generic/initfini.c.
48431         * sysdeps/sh/elf/initfini.c: Remove file.
48433 2012-02-16  David S. Miller  <davem@davemloft.net>
48435         [BZ #11494]
48436         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48438         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48439         * sysdeps/sparc/crti.S: New file.
48440         * sysdeps/sparc/crtn.S: New file.
48441         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48442         * sysdeps/sparc/sparc64/Makefile: Likewise.
48444 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48446         [BZ #3335]
48447         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48449 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48451         [BZ #4822]
48452         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48454         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48455         (write, read, close): Likewise.
48456         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48458 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48460         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48461         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48462         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48463         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48464         <bits/signalfd.h>.
48465         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48466         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48467         bits/signalfd.h.
48469 2012-02-14  Marek Polacek  <polacek@redhat.com>
48471         * sysdeps/x86_64/crti.S: New file.
48472         * sysdeps/x86_64/crtn.S: New file.
48473         * sysdeps/x86_64/elf/initfini.c: Remove file.
48475 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48477         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48478         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48479         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48480         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48481         <bits/inotify.h>.
48482         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48483         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48484         bits/inotify.h.
48486 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48488         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48489         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48490         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48491         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48492         <bits/eventfd.h>.
48493         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48494         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48495         bits/eventfd.h.
48497 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48499         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48500         __feraiseexcept instead of feraiseexcept.
48502         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48503         nanosleep invocations.
48504         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48505         strings, and add error checking for a nanosleep invocations.
48507 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48509         Replace FSF snail mail address with URLs, as per GNU coding standards.
48510         Most of the snail mail addresses were wrong anyway, and omitting
48511         them makes the source code easier to maintain.  Almost all of the
48512         changes are to license notices and to locale LC_IDENTIFICATION
48513         addresses, except for this one:
48514         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48515         not its snail mail address.
48517 2012-02-09  Richard Henderson  <rth@twiddle.net>
48519         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48520         of kernel-features.h.
48522         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48524 2012-02-08  Marek Polacek  <polacek@redhat.com>
48526         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48527         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48528         * sysdeps/gnu/_G_config.h: Likewise.
48529         * sysdeps/generic/_G_config.h: Likewise.
48531 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48533         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48534         tests.
48535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48537         * sysdeps/powerpc/powerpc32/crti.S: New file.
48538         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48539         * sysdeps/powerpc/powerpc64/crti.S: New file.
48540         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48542         * Makeconfig (have-initfini): Don't set.
48543         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48544         * configure.in (nopic_initfini): Don't substitute.
48545         * config.h.in (HAVE_INITFINI): Don't #undef.
48546         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48547         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48549 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48551         Support crti.S and crtn.S provided directly by architectures.
48552         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48553         [crti.S in sysdirs] (omit-deps): Likewise.
48554         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48555         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48556         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48557         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48558         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48559         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48560         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48561         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48562         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48563         compiler output for sysdeps/generic/initfini.c.
48564         * sysdeps/i386/elf/Makefile: Remove file.
48565         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48567 2012-02-07  Marek Polacek  <polacek@redhat.com>
48569         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48570         * sysdeps/gnu/_G_config.h: Likewise.
48571         * sysdeps/mach/hurd/_G_config.h: Likewise.
48573 2012-02-07  Marek Polacek  <polacek@redhat.com>
48575         * math/Makefile (tests): Add tst-CMPLX2.
48576         * math/tst-CMPLX2.c: New file.
48578 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48580         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48582         * math/libm-test.inc (jn_test): Add missing L suffix.
48584 2012-02-06  Marek Polacek  <polacek@redhat.com>
48586         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48587         * sysdeps/i386/fpu/e_powf.S: Likewise.
48588         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48589         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48590         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48591         * sysdeps/i386/fpu/e_pow.S: Likewise.
48592         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48593         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48594         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48595         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48596         * sysdeps/i386/fpu/e_log2.S: Likewise.
48597         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48598         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48599         * sysdeps/i386/fpu/e_powl.S: Likewise.
48600         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48601         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48602         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48603         * sysdeps/i386/fpu/e_logl.S: Likewise.
48604         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48605         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48606         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48607         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48608         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48609         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48610         * sysdeps/i386/fpu/e_log.S: Likewise.
48611         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48612         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48613         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48614         * sysdeps/i386/fpu/e_logf.S: Likewise.
48615         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48616         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48617         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48618         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48619         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48620         * sysdeps/i386/fpu/e_log10.S: Likewise.
48621         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48622         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48623         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48624         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48625         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48626         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48627         * sysdeps/i386/asm-syntax.h: Likewise.
48628         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48629         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48630         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48631         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48632         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48633         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48634         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48635         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48636         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48637         * sysdeps/powerpc/sysdep.h: Likewise.
48638         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48639         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48641 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48643         [BZ #411]
48644         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48646 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48648         * sysdeps/i386/sysdep.h: Include <features.h>.
48649         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48650         version.
48652 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48654         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48655         Define.
48656         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48657         LOAD_PIC_REG_STR.
48659 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48661         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48662         (SETUP_PIC_REG): Use GET_PC_THUNK.
48663         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48664         macro.
48666 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48668         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48669         for non-PIC compilation.
48670         (SETUP_PIC_REG): Add .p2align directive.
48671         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48672         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48673         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48674         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48675         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48676         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48677         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48678         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48679         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48680         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48681         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48682         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48683         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48684         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48685         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48686         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48687         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48688         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48689         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48690         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48691         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48692         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48693         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48694         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48695         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48696         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48697         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48698         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48699         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48700         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48701         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48702         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48703         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48704         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48705         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48706         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48707         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48708         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48709         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48710         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48711         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48713 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48715         * math/tst-CMPLX.c: Include <stdio.h>.
48717 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48719         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48720         float.
48721         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48722         * sysdeps/sparc/bits/mathdef.h: Likewise.
48724 2012-01-31  Marek Polacek  <polacek@redhat.com>
48726         * libio/libio.h: Don't define _PARAMS.
48727         * locale/programs/config.h: Don't define PARAMS.
48728         * stdlib/strtol_l.c: Likewise.
48729         (__strtol_l): Remove PARAMS from the prototype.
48731 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48733         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48734         names.  Just use the correct names.  Remove unnecessary wrapper
48735         functions.
48736         * malloc/arena.c: Likewise.
48737         * malloc/hooks.c: Likewise.
48739         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48740         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48741         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48743 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48745         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48746         into tail calls.
48747         (update_get_addr): New function.
48748         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48749         GET_ADDR_MODULE parameter.
48751 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48753         * crypt/cert.c: Remove __STDC__ conditionals.
48754         * crypt/crypt-entry.c: Likewise.
48755         * crypt/crypt_util.c: Likewise.
48756         * libio/filedoalloc.c: Likewise.
48757         * libio/fileops.c: Likewise.
48758         * libio/genops.c: Likewise.
48759         * libio/iofclose.c: Likewise.
48760         * libio/iofdopen.c: Likewise.
48761         * libio/iofopen.c: Likewise.
48762         * libio/iofopen64.c: Likewise.
48763         * libio/iogetdelim.c: Likewise.
48764         * libio/iopopen.c: Likewise.
48765         * libio/obprintf.c: Likewise.
48766         * libio/oldfileops.c: Likewise.
48767         * libio/oldiofclose.c: Likewise.
48768         * libio/oldiofdopen.c: Likewise.
48769         * libio/oldiofopen.c: Likewise.
48770         * libio/oldiopopen.c: Likewise.
48771         * libio/wfiledoalloc.c: Likewise.
48772         * libio/wgenops.c: Likewise.
48773         * locale/programs/xmalloc.c: Likewise.
48774         * misc/syslog.c: Likewise.
48775         * stdio-common/xbug.c: Likewise.
48776         * string/memchr.c: Likewise.
48777         * string/memcmp.c: Likewise.
48778         * string/memrchr.c: Likewise.
48779         * string/rawmemchr.c: Likewise.
48780         * sysdeps/posix/getcwd.c: Likewise.
48781         * time/strftime_l.c: Likewise.
48783 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48785         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48786         * config.make.in (config-cflags-sse2avx): Define.
48787         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48788         Fix typo.
48790 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48792         * scripts/config.guess: Update from upstream config git repository.
48793         * scripts/config.sub: Likewise.
48795 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48797         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48798         (EM_NUM): Update.
48799         (R_TILEPRO_*, R_TILEGX_*): New macros.
48801         * scripts/firstversions.awk: Fix bug in version range handling.
48803         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48805         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48807         * include/sys/epoll.h: New file.
48808         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48809         libc_hidden_def.
48811 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48813         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48814         Avoid unnecessary __WORDSIZE == 64 test.
48815         (fmaxf): Use VEX format if possible.
48816         (fmax): Likewise.
48817         (fminf): Likewise.
48818         (fmin): Likewise.
48820         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48821         * math/math_private.h: Remove libc_fegetround* and
48822         libc_fesetround*.
48823         * sysdeps/i386/configure.in: Check for -msse2avx.
48824         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48825         also if SSE2AVX is defined.
48826         Remove libc_fegetround* and libc_fesetround*.
48827         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48828         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48829         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48830         of HAS_YMM_USABLE.
48831         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48832         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48833         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48834         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48835         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48837         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48839 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48841         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48842         size is not set.
48843         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48845 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48847         [BZ #13618]
48848         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48849         relocation.
48850         * Makeconfig (libm): Define.
48851         * elf/Makefile: Add rules to build and run tst-relsort1.
48852         * elf/tst-relsort1.c: New file.
48853         * elf/tst-relsort1mod1.c: New file.
48854         * elf/tst-relsort1mod2.c: New file.
48856 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48858         * math/s_ldexp.c: Remove __STDC__ conditionals.
48859         * math/s_ldexpf.c: Likewise.
48860         * math/s_ldexpl.c: Likewise.
48861         * math/s_nextafter.c: Likewise.
48862         * math/s_nexttowardf.c: Likewise.
48863         * math/s_significand.c: Likewise.
48864         * math/s_significandf.c: Likewise.
48865         * math/s_significandl.c: Likewise.
48866         * math/w_jnl.c: Likewise.
48867         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48868         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48869         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48870         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48871         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48872         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48873         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48874         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48875         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48876         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48877         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48878         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48879         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48880         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48881         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48882         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48883         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48884         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48885         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48886         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48887         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48888         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48889         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48890         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48891         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48892         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48893         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48894         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48895         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48896         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48897         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48898         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48899         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48900         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48901         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48902         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48903         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48904         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48905         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48906         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48907         * sysdeps/ieee754/k_standard.c: Likewise.
48908         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48909         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48910         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48911         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48912         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48913         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48914         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48915         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48916         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48917         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48918         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48919         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48920         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48921         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48922         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48923         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48924         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48925         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48926         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48927         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48928         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48929         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48930         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48931         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48932         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48933         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48934         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48935         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48936         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48937         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48939         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48940         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48941         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48942         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48943         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48944         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48945         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48946         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48947         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48948         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48949         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48950         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48951         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48952         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48953         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48954         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48955         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48956         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48957         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48958         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48959         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48960         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48961         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48962         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48963         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48964         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48966         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48968         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48969         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48970         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48971         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48972         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48973         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48974         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48975         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48976         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48977         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48978         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48979         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48980         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48981         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48982         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48983         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48985         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48986         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48987         * sysdeps/ieee754/s_matherr.c: Likewise.
48988         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48989         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48990         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48991         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48993 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48995         * crypt/md5.h: Remove __STDC__ conditionals.
48996         * libio/libioP.h: Likewise.
48997         * locale/programs/config.h: Likewise.
48998         * sysdeps/generic/sysdep.h: Likewise.
48999         * sysdeps/i386/asm-syntax.h: Likewise.
49000         * sysdeps/s390/asm-syntax.h: Likewise.
49001         * sysdeps/unix/sysdep.h: Likewise.
49002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49005 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49007         * libio/libio.h: Remove __STDC__ conditionals.
49008         * malloc/obstack.h: Likewise.
49009         * math/complex.h: Likewise.
49010         * math/math.h: Likewise.
49011         * sysdeps/generic/_G_config.h: Likewise.
49012         * sysdeps/gnu/_G_config.h: Likewise.
49013         * sysdeps/mach/hurd/_G_config.h: Likewise.
49014         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49015         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49016         * sysdeps/sparc/bits/mathdef.h: Likewise.
49018 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49020         [BZ #13583]
49021         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49022         Clean up HAS_* macros.
49023         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49024         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49025         possible.
49026         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49027         HAS_AVX.
49028         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49029         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49030         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49031         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49032         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49034 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49036         * elf/tst-unique3.cc (gets): Remove declaration.
49037         * elf/tst-unique3lib.cc (gets): Likewise.
49038         * elf/tst-unique3lib2.cc (gets): Likewise.
49039         * elf/tst-unique4.cc (gets): Likewise.
49041 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49043         * include/stdio.h: Add C++ protection.  Add gets declarations and
49044         definitions.
49045         * debug/tst-chk1.c: Don't declare gets here.
49046         * stdio-common/tst-gets.c: Likewise.
49048 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49050         * posix/glob: Remove directory.
49052 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49054         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49056 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49058         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49059         of the non-standard EPFNOSUPPORT.
49061 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49063         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49064         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49065         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49067 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49069         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49071 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49073         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49074         transient errors.
49075         * nscd/grpcache.c (cache_addgr): Likewise.
49076         * nscd/hstcache.c (cache_addhst): Likewise.
49077         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49078         * nscd/pwdcache.c (cache_addpw): Likewise.
49079         * nscd/servicescache.c (cache_addserv): Likewise.
49081 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49083         * malloc/malloc.c: Various cleanups.
49084         * malloc/hooks.c: Likewise.
49086         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49087         * stdlib/bug-fmtmsg1.c: New file.
49089         * stdlib/fmtmsg.c (init): Add missing unlock.
49090         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49092 2012-01-12  Marek Polacek  <polacek@redhat.com>
49094         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49095         and _GNU_SOURCE.
49097 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49099         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49100         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49101         macro to ensure uniqueness of label name.
49102         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49103         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49105 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49107         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49109         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49110         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49111         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49112         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49114 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49116         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49118         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49119         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49120         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49122         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49124         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49125         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49126         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49127         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49129         * math/bits/math-finite.h: Add ldexp support.
49131 2012-01-10  Marek Polacek  <polacek@redhat.com>
49133         * locale/programs/localedef.h (show_archive_content): Add noreturn
49134         attribute.
49136 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49138         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49140 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49142         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49144         * io/Makefile (headers): Add bits/poll2.h.
49146 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49149         typo #include statement.
49151 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49153         * include/sys/cdefs.h: Define __attribute_alloc_size.
49154         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49155         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49156         * elf/pldd.c: Likewise.
49157         * iconv/iconv_charmap.c: Likewise.
49158         * iconv/iconvconfig.c: Likewise.
49159         * iconv/strtab.c: Likewise.
49160         * locale/programs/locale.c: Likewise.
49161         * locale/programs/localedef.h: Likewise.
49162         * locale/programs/simple-hash.c: Likewise.
49163         * nscd/nscd.h: Likewise.
49164         * nss/makedb.c: Likewise.
49165         * sysdeps/generic/ldconfig.h: Likewise.
49166         * locale/programs/localedef.c: Remove xmalloc prototype.
49167         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49169 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49171         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49172         appropriate.
49174 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49176         * math/Makefile (tests): Add tst-CMPLX.
49177         * math/tst-CMPLX.c: New file.
49179         * math/complex.h (CMPLXL): Fix typo.
49181         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49182         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49183         GLIBC_2.16.
49184         * debug/tst-chk1.c: Add poll and ppoll tests.
49185         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49186         * include/sys/poll.h: Add hidden proto for ppoll.
49187         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49188         * sysdeps/mach/hurd/ppoll.c: Likewise.
49189         * io/ppoll.c: Likewise.
49190         * debug/poll_chk.c: New file.
49191         * debug/ppoll_chk.c: New file.
49192         * include/bits/poll2.h: New file.
49193         * io/bits/poll2.h: New file.
49195         [BZ #1350]
49196         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49198         * configure.in: static is always set to yes.  Remove.
49199         * config.make.in: Don't set build-static.
49200         * Makeconfig: Remove use of build-static.
49201         * dlfcn/Makefile: Likewise.
49202         * elf/Makefile: Likewise.
49203         * math/Makefile: Likewise.
49204         * misc/Makefile: Likewise.
49205         * nptl/Makefile: Likewise.
49206         * sysdeps/mach/hurd/Makefile: Likewise.
49208         * configure.in: PWD_P is not used anymore.
49209         * config.make.in: Remove PWD_P entry.
49211         * configure.in: Remove last remnants of RANLIB.
49212         No need to check for signed size_t anymore.
49213         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49214         and IA-64.
49215         Remove __builtin_expect test because we require at least gcc 3.4.
49216         * aclocal.m4: Likewise.
49218         * wcsmbs/mbrtoc16.c: Implement using towc function.
49219         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49220         * wcsmbs/wcsmbsload.c: Likewise.
49221         * iconv/gconv_simple.c: Likewise.
49222         * iconv/gconv_int.h: Likewise.
49223         * iconv/gconv_builtin.h: Likewise.
49224         * iconv/iconv_prog.c: Remove CHAR16 handling.
49226         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49228         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49230         * configure.in: Remove --with-elf and --enable-bounded options.
49231         Dont set base_machine for ia64.  More non-ELF conditions removed.
49232         Remove testing and setting of leading underscore information.
49233         * config.make.in (build-bounded): Set to no.
49234         * config.h.in: Remove NO_UNDERSCORES entry.
49235         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49236         them.
49237         * csu/start.c: Remove !NO_UNDERSCORE code.
49238         * locale/localeinfo.h: Likewise.
49239         * sysdeps/generic/machine-gmon.h: Likewise.
49240         * sysdeps/generic/sysdep.h: Likewise.
49241         * sysdeps/i386/sysdep.h: Likewise.
49242         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49243         * sysdeps/mach/sysdep.h: Likewise.
49244         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49245         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49246         * sysdeps/sh/sysdep.h: Likewise.
49247         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49248         * sysdeps/unix/i386/sysdep.S: Likewise.
49249         * sysdeps/unix/sparc/start.c: Likewise.
49250         * sysdeps/unix/sparc/sysdep.S: Likewise.
49251         * sysdeps/unix/sparc/sysdep.h: Likewise.
49252         * sysdeps/unix/start.c: Likewise.
49253         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49254         * sysdeps/x86_64/sysdep.h: Likewise.
49256 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49258         [BZ #13553]
49259         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49260         for non-gcc.
49261         * argp/argp-fmtstream.h: Use const instead __const.
49262         * argp/argp.h: Likewise.
49263         * assert/assert.h: Likewise.
49264         * bits/fenv.h: Likewise.
49265         * bits/sched.h: Likewise.
49266         * bits/sigset.h: Likewise.
49267         * bits/sigthread.h: Likewise.
49268         * catgets/nl_types.h: Likewise.
49269         * conform/data/pthread.h-data: Likewise.
49270         * crypt/crypt-private.h: Likewise.
49271         * crypt/crypt.h: Likewise.
49272         * crypt/crypt_util.c: Likewise.
49273         * ctype/ctype.h: Likewise.
49274         * debug/execinfo.h: Likewise.
49275         * debug/mbsnrtowcs_chk.c: Likewise.
49276         * debug/mbsrtowcs_chk.c: Likewise.
49277         * debug/wcsnrtombs_chk.c: Likewise.
49278         * debug/wcsrtombs_chk.c: Likewise.
49279         * debug/wcstombs_chk.c: Likewise.
49280         * dirent/dirent.h: Likewise.
49281         * dlfcn/dlfcn.h: Likewise.
49282         * elf/neededtest4.c: Likewise.
49283         * grp/grp.h: Likewise.
49284         * gshadow/gshadow.h: Likewise.
49285         * iconv/gconv.h: Likewise.
49286         * iconv/gconv_int.h: Likewise.
49287         * iconv/gconv_simple.c: Likewise.
49288         * iconv/iconv.h: Likewise.
49289         * iconv/loop.c: Likewise.
49290         * iconv/skeleton.c: Likewise.
49291         * include/aio.h: Likewise.
49292         * include/aliases.h: Likewise.
49293         * include/argz.h: Likewise.
49294         * include/arpa/inet.h: Likewise.
49295         * include/assert.h: Likewise.
49296         * include/dirent.h: Likewise.
49297         * include/dlfcn.h: Likewise.
49298         * include/execinfo.h: Likewise.
49299         * include/fcntl.h: Likewise.
49300         * include/fenv.h: Likewise.
49301         * include/glob.h: Likewise.
49302         * include/grp.h: Likewise.
49303         * include/libintl.h: Likewise.
49304         * include/mntent.h: Likewise.
49305         * include/netdb.h: Likewise.
49306         * include/pwd.h: Likewise.
49307         * include/rpc/netdb.h: Likewise.
49308         * include/sched.h: Likewise.
49309         * include/search.h: Likewise.
49310         * include/shadow.h: Likewise.
49311         * include/signal.h: Likewise.
49312         * include/stdio.h: Likewise.
49313         * include/stdlib.h: Likewise.
49314         * include/string.h: Likewise.
49315         * include/sys/socket.h: Likewise.
49316         * include/sys/stat.h: Likewise.
49317         * include/sys/statfs.h: Likewise.
49318         * include/sys/statvfs.h: Likewise.
49319         * include/sys/syslog.h: Likewise.
49320         * include/sys/time.h: Likewise.
49321         * include/sys/uio.h: Likewise.
49322         * include/time.h: Likewise.
49323         * include/unistd.h: Likewise.
49324         * include/utmp.h: Likewise.
49325         * include/wchar.h: Likewise.
49326         * include/wctype.h: Likewise.
49327         * inet/aliases.h: Likewise.
49328         * inet/arpa/inet.h: Likewise.
49329         * inet/netinet/ether.h: Likewise.
49330         * inet/netinet/in.h: Likewise.
49331         * intl/libintl.h: Likewise.
49332         * io/bits/fcntl2.h: Likewise.
49333         * io/fcntl.h: Likewise.
49334         * io/ftw.h: Likewise.
49335         * io/sys/poll.h: Likewise.
49336         * io/sys/stat.h: Likewise.
49337         * io/sys/statfs.h: Likewise.
49338         * io/sys/statvfs.h: Likewise.
49339         * io/utime.h: Likewise.
49340         * libio/bits/stdio.h: Likewise.
49341         * libio/bits/stdio2.h: Likewise.
49342         * libio/libio.h: Likewise.
49343         * libio/libioP.h: Likewise.
49344         * libio/stdio.h: Likewise.
49345         * locale/lc-ctype.c: Likewise.
49346         * locale/locale.h: Likewise.
49347         * login/utmp.h: Likewise.
49348         * malloc/arena.c: Likewise.
49349         * malloc/malloc.c: Likewise.
49350         * malloc/malloc.h: Likewise.
49351         * malloc/mcheck.c: Likewise.
49352         * malloc/mtrace.c: Likewise.
49353         * math/bits/mathcalls.h: Likewise.
49354         * math/fenv.h: Likewise.
49355         * math/math_private.h: Likewise.
49356         * misc/bits/error.h: Likewise.
49357         * misc/bits/syslog.h: Likewise.
49358         * misc/err.h: Likewise.
49359         * misc/error.h: Likewise.
49360         * misc/fstab.h: Likewise.
49361         * misc/mntent.h: Likewise.
49362         * misc/regexp.h: Likewise.
49363         * misc/search.h: Likewise.
49364         * misc/sgtty.h: Likewise.
49365         * misc/sys/mman.h: Likewise.
49366         * misc/sys/syslog.h: Likewise.
49367         * misc/sys/uio.h: Likewise.
49368         * misc/sys/xattr.h: Likewise.
49369         * misc/ttyent.h: Likewise.
49370         * nis/rpcsvc/ypclnt.h: Likewise.
49371         * nss/nss.h: Likewise.
49372         * posix/bits/unistd.h: Likewise.
49373         * posix/fnmatch.h: Likewise.
49374         * posix/glob.h: Likewise.
49375         * posix/sched.h: Likewise.
49376         * posix/spawn.h: Likewise.
49377         * posix/sys/wait.h: Likewise.
49378         * posix/unistd.h: Likewise.
49379         * posix/wordexp.h: Likewise.
49380         * pwd/pwd.h: Likewise.
49381         * resolv/netdb.h: Likewise.
49382         * resource/sys/resource.h: Likewise.
49383         * rt/aio.h: Likewise.
49384         * rt/bits/mqueue2.h: Likewise.
49385         * rt/mqueue.h: Likewise.
49386         * shadow/shadow.h: Likewise.
49387         * signal/signal.h: Likewise.
49388         * socket/send.c: Likewise.
49389         * socket/sendto.c: Likewise.
49390         * socket/sys/socket.h: Likewise.
49391         * stdio-common/printf.h: Likewise.
49392         * stdlib/bits/stdlib.h: Likewise.
49393         * stdlib/fmtmsg.h: Likewise.
49394         * stdlib/monetary.h: Likewise.
49395         * stdlib/stdlib.h: Likewise.
49396         * stdlib/ucontext.h: Likewise.
49397         * streams/stropts.h: Likewise.
49398         * string/argz.h: Likewise.
49399         * string/bits/string2.h: Likewise.
49400         * string/string.h: Likewise.
49401         * string/strings.h: Likewise.
49402         * sunrpc/rpc/auth.h: Likewise.
49403         * sunrpc/rpc/auth_des.h: Likewise.
49404         * sunrpc/rpc/clnt.h: Likewise.
49405         * sunrpc/rpc/netdb.h: Likewise.
49406         * sunrpc/rpc/pmap_clnt.h: Likewise.
49407         * sunrpc/rpc/xdr.h: Likewise.
49408         * sysdeps/generic/inttypes.h: Likewise.
49409         * sysdeps/generic/net/if.h: Likewise.
49410         * sysdeps/generic/sys/swap.h: Likewise.
49411         * sysdeps/gnu/net/if.h: Likewise.
49412         * sysdeps/gnu/utmpx.h: Likewise.
49413         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49414         * sysdeps/i386/i486/bits/string.h: Likewise.
49415         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49416         * sysdeps/s390/bits/string.h: Likewise.
49417         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49418         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49419         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49420         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49421         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49422         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49423         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49424         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49425         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49426         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49427         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49428         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49429         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49430         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49431         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49432         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49433         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49434         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49435         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49436         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49437         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49438         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49439         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49440         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49441         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49442         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49443         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49444         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49445         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49446         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49447         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49448         * sysvipc/sys/ipc.h: Likewise.
49449         * sysvipc/sys/msg.h: Likewise.
49450         * sysvipc/sys/sem.h: Likewise.
49451         * sysvipc/sys/shm.h: Likewise.
49452         * termios/termios.h: Likewise.
49453         * time/sys/time.h: Likewise.
49454         * time/time.h: Likewise.
49455         * wcsmbs/bits/wchar2.h: Likewise.
49456         * wcsmbs/uchar.h: Likewise.
49457         * wcsmbs/wchar.h: Likewise.
49458         * wctype/wctype.h: Likewise.
49460         [BZ #13551]
49461         * Makeconfig: Remove all but ELF support including AIX support.
49462         * Makerules: Likewise.
49463         * config.h.in: Likewise.
49464         * config.make.in: Likewise.
49465         * configure: Likewise.
49466         * configure.in: Likewise.
49467         * csu/Makefile: Likewise.
49468         * csu/version.c: Likewise.
49469         * debug/Makefile: Likewise.
49470         * dlfcn/Makefile: Likewise.
49471         * elf/Makefile: Likewise.
49472         * extra-lib.mk: Likewise.
49473         * iconv/Makefile: Likewise.
49474         * include/libc-symbols.h: Likewise.
49475         * include/shlib-compat.h: Likewise.
49476         * resolv/Makefile: Likewise.
49477         * resolv/res_libc.c: Likewise.
49478         * rt/Makefile: Likewise.
49479         * sysdeps/i386/asm-syntax.h: Likewise.
49480         * sysdeps/i386/sysdep.h: Likewise.
49481         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49482         * sysdeps/mach/sysdep.h: Likewise.
49483         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49484         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49485         * sysdeps/s390/asm-syntax.h: Likewise.
49486         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49487         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49488         * sysdeps/sh/sysdep.h: Likewise.
49489         * sysdeps/unix/sparc/sysdep.h: Likewise.
49490         * sysdeps/wordsize-32/divdi3.c: Likewise.
49491         * sysdeps/x86_64/sysdep.h: Likewise.
49493         * argp/Versions: Remove _argp_unlock_xxx.
49495         [BZ #13559]
49496         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49497         * abilist/libBrokenLocale.abilist: Likewise.
49498         * abilist/libanl.abilist: Likewise.
49499         * abilist/libc.abilist: Likewise.
49500         * abilist/libcrypt.abilist: Likewise.
49501         * abilist/libdl.abilist: Likewise.
49502         * abilist/libm.abilist: Likewise.
49503         * abilist/libnsl.abilist: Likewise.
49504         * abilist/libpthread.abilist: Likewise.
49505         * abilist/libresolv.abilist: Likewise.
49506         * abilist/librt.abilist: Likewise.
49507         * abilist/libthread_db.abilist: Likewise.
49508         * abilist/libutil.abilist: Likewise.
49509         * abilist/libnss_db.abilist: New file.
49511         * scripts/abilist.awk: Add support for indirect functions.
49513         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49515         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49517         * shlib-versions: Remove entries for ports architectures.
49519         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49520         files in ports.
49521         * elf/stackguard-macros.h: Remove support for IA-64.
49522         * elf/tst-auditmod1.c: Likewise.
49523         * sysdeps/generic/ldsodefs.h: Likewise.
49525         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49526         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49527         configure files.
49529         [BZ #13552]
49530         * configure.in: Remove --enable-omitfp support.
49531         * FAQ.in: Adjust.
49532         * config.make.in: Likewise.
49533         * Makeconfig: Likewise.
49534         * manual/install.texi: Likewise.
49536         In case anyone cares, the IA-64 architecture could move to ports.
49537         * sysdeps/ia64/*: Removed.
49538         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49539         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49541         [BZ #13555]
49542         * configure.in: Remove entries for unsupported architectures.
49544         [BZ #13533]
49545         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49546         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49547         routines.
49548         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49549         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49550         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49551         fall back to using wcrtomb.
49552         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49553         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49554         renaming.
49555         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49556         * wcsmbs/tst-c16c32-1.c: New file.
49558         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49559         local variable.
49561         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49563         * elf/tst-unique3.cc: Add explicit declaration of gets.
49564         * elf/tst-unique3lib.cc: Likewise.
49565         * elf/tst-unique3lib2.cc: Likewise.
49566         * elf/tst-unique4.cc: Likewise.
49568         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49570 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49572         [BZ #13566]
49573         * assert/assert.h (static_assert): Don't define for C++.
49574         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49575         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49577 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49579         * iconv/loop.c (single loop): Fix assertion in storing of
49580         remaining bytes.
49582         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49584 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49586         * posix/getconf.c: Update copyright year.
49587         * nss/getent.c: Likewise.
49588         * nss/makedb.c: Likewise.
49589         * iconv/iconvconfig.c: Likewise.
49590         * iconv/iconv_prog.c: Likewise.
49591         * elf/ldconfig.c: Likewise.
49592         * elf/pldd.c: Likewise.
49593         * elf/sotruss.ksh: Likewise.
49594         * catgets/gencat.c: Likewise.
49595         * csu/version.c: Likewise.
49596         * elf/ldd.bash.in: Likewise.
49597         * elf/sprof.c (print_version): Likewise.
49598         * locale/programs/locale.c: Likewise.
49599         * locale/programs/localedef.c: Likewise.
49600         * login/programs/pt_chown.c: Likewise.
49601         * nscd/nscd.c (print_version): Likewise.
49602         * debug/xtrace.sh: Likewise.
49603         * malloc/memusage.sh: Likewise.
49604         * malloc/mtrace.pl: Likewise.
49605         * debug/catchsegv.sh: Likewise.
49607 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49609         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49610         pure attribute.
49612 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49614         [BZ #13533]
49615         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49616         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49617         transformations.
49618         * iconv/gconv_int.h: Likewise.
49619         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49620         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49621         from libc for GLIBC_2.16.
49622         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49623         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49624         * wcsmbs/uchar.h: Really define mbstate_t.
49625         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49626         * wcsmbs/c16rtomb.c: New file.
49627         * wcsmbs/mbrtoc16.c: New file.
49628         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49629         for C/POSIX locale.
49630         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49631         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49633         * wcsmbs/wchar.h: Add missing __restrict.
49635 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49637         [BZ #13532]
49638         * time/Makefile (routines): Add timespec_get.
49639         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49640         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49641         timespec for ISO C11.
49642         * time/timespec_get.c: New file.
49643         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49644         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49646         [BZ #13531]
49647         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49648         * stdlib/stdlib.h: Declare aligned_alloc.
49649         * Versions.def: Add GLIBC_2.16 for libc.
49650         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49652         [BZ 13527]
49653         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49654         ISO C11.
49656         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49657         code.
49659         [BZ #13528]
49660         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49662         [BZ #13529]
49663         * assert/assert.h (static_assert): Define.
49665         * version.h: Update for 2.16 development version.
49667         [BZ #13526]
49668         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49669         _ISOC11_SOURCE.
49671         * version.h (RELEASE): Bump for 2.15 release.
49672         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49674         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49675         Patch by Marek Polacek <mpolacek@redhat.com>.
49677         * bits/byteswap.h: Protect long long constants with __extension__.
49678         * sysdeps/i386/bits/byteswap.h: Likewise.
49679         * sysdeps/ia64/bits/byteswap.h: Likewise.
49680         * sysdeps/s390/bits/byteswap.h: Likewise.
49681         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49683 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49685         [BZ #13540]
49686         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49687         destination buffer.
49688         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49690 2011-12-23  Marek Polacek  <polacek@redhat.com>
49692         * elf/dl-addr.c (determine_info): Add inline keyword.
49693         * elf/tst-auditmod4b.c (check_avx): Likewise.
49694         * elf/tst-auditmod6b.c (check_avx): Likewise.
49695         * elf/tst-auditmod6c.c (check_avx): Likewise.
49696         * elf/tst-auditmod7b.c (check_avx): Likewise.
49698 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49700         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49701         !__SSE_MATH__.
49703 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49705         [BZ #13540]
49706         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49707         processing for last bytes.
49709 2011-08-06  Bruno Haible  <bruno@clisp.org>
49711         [BZ #13061]
49712         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49713         U+0385, not to U+1FEE.
49715         [BZ #13062]
49716         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49717         entry for U+00A5 U+0301.
49719 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49721         [BZ #13166]
49722         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49723         buffer for the output is too small.
49725         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49726         optimization.
49728         [BZ #13185]
49729         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49730         SSE flags if possible.
49732 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49734         [BZ #13540]
49735         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49736         processing for last bytes.
49738 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49740         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49741         (syscall-list-default-options, syscall-list-default-condition)
49742         (syscall-list-includes): Define.
49743         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49744         list of ABIs and options and #if conditions for each ABI.  Do not
49745         handle common syscalls between ABIs specially.
49746         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49747         Remove.
49748         (syscall-list-variants, syscall-list-32bit-options)
49749         (syscall-list-32bit-condition, syscall-list-64bit-options)
49750         (syscall-list-64bit-condition): Define.
49751         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49752         (syscall-list-variants, syscall-list-32bit-options)
49753         (syscall-list-32bit-condition, syscall-list-64bit-options)
49754         (syscall-list-64bit-condition): Define.
49755         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49756         Remove.
49757         (syscall-list-variants, syscall-list-32bit-options)
49758         (syscall-list-32bit-condition, syscall-list-64bit-options)
49759         (syscall-list-64bit-condition): Define.
49760         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49761         Remove.
49762         (syscall-list-variants, syscall-list-32bit-options)
49763         (syscall-list-32bit-condition, syscall-list-64bit-options)
49764         (syscall-list-64bit-condition): Define.
49766 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49768         * locale/iso-639.def: Add brx entry.
49770         [BZ #13328]
49771         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49772         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49774         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49775         __feraiseexcept_renamed.
49777 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49779         [BZ #13538]
49780         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49781         EPOLLET with unsigned values.
49782         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49783         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49785         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49786         to large cancellation.
49787         * math/s_cacoshf.c: Likewise.
49788         * math/s_cacoshl.c: Likewise.
49790 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49792         [BZ #13305]
49793         [BZ #12786]
49794         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49795         * math/s_cacoshf.c: Likewise.
49796         * math/s_cacoshl.c: Likewise.
49798 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49800         [BZ #13439]
49801         * iconv/gconv.h: Define __GCONV_SWAP.
49802         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49803         * iconvdata/utf-16.c: Likewise.
49804         * iconvdata/utf-32.c: Likewise.
49806 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49808         [BZ #13524]
49809         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49810         numerator after shifting it by one limb.
49812 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49814         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49815         under [__USE_EXTERN_INLINES].
49817 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49819         [BZ #13446]
49820         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49822 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49824         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49825         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49826         optimized code.
49827         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49828         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49829         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49830         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49831         for strncasecmp/strncasecmp_l compilation.
49832         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49833         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49835 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49837         [BZ #13484]
49838         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49839         of __asm__.
49841 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49843         [BZ #13506]
49844         * time/tzfile.c (__tzfile_read): Check values from file header.
49846 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49848         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49849         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49850         * powerpc/powerpc32/dl-start.S: Likewise.
49851         * powerpc/powerpc32/elf/start.S: Likewise.
49852         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49853         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49854         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49855         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49856         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49857         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49858         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49859         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49860         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49861         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49862         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49863         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49864         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49865         * powerpc/powerpc32/memset.S: Likewise.
49866         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49867         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49868         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49869         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49870         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49871         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49872         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49873         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49874         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49875         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49876         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49877         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49878         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49880 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49882         * math/libm-test.inc: Added more nearbyint tests.
49883         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49884         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49885         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49886         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49888 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49890         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49891         FD_CLOEXEC.
49893 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49895         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49896         Add wcscpy-ssse3 wcscpy-c.
49897         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49898         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49899         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49900         * sysdeps/x86_64/wcschr.S: New file.
49901         * sysdeps/x86_64/wcsrchr.S: New file.
49902         * string/test-strcmp.c: Remove checking of wcscmp function for
49903         wrong alignments.
49904         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49905         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49906         wcsrchr-sse2 wcsrchr-c.
49907         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49908         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49909         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49910         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49911         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49912         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49913         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49914         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49915         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49916         * wcsmbc/wcschr.c (WCSCHR): New macro.
49918 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49920         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49921         * wcsmbs/test-wcsrchr.c: New file.
49922         * string/test-strrchr.c: Add wcsrchr support.
49923         (WIDE): New macro.
49924         * wcsmbs/test-wcscpy.c: New file.
49925         * string/test-strcpy.c: Add wcscpy support.
49926         (WIDE): New macro.
49928 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49930         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49931         the inner loop.
49933 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49935         [BZ #13472]
49936         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49938 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49940         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49941         Minor optimizations.
49943         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49944         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49945         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49947 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49949         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49950         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49951         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49952         for gcc to avoid warnings.
49953         * inet/Makefile (tests): Add tst-checks.
49954         * inet/tst-checks.c: New file.
49956         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49957         warning.
49959         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49960         __wmemcmp_sse2.
49962         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49963         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49965         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49967 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49969         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49970         problem.
49972         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49974 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
49976         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49977         conditional on GCC version.
49978         (__arch_compare_and_exchange_val_8_acq)
49979         (__arch_compare_and_exchange_val_16_acq)
49980         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49981         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49982         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49984 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
49986         * sysdeps/sh/backtrace.c: New file.
49988 2011-12-02  Andreas Schwab  <schwab@redhat.com>
49990         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
49991         parenthesis.
49993 2011-12-01  Andreas Schwab  <schwab@redhat.com>
49995         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49996         falling back to utime.
49998 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50000         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50001         expectations for float.
50003 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50005         * locale/weight.h (findidx): Add parameter len.
50006         * locale/weightwc.h (findidx): Likewise.
50007         * posix/fnmatch_loop.c (FCT): Adjust caller.
50008         * posix/regcomp.c (build_equiv_class): Likewise.
50009         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50010         * posix/regexec.c (check_node_accept_bytes): Likewise.
50011         * string/strcoll_l.c (STRCOLL): Likewise.
50012         * string/strxfrm_l.c (STRXFRM): Likewise.
50014 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50016         * Makefile.in: Remove CVSOPT handling.
50017         * configure.in: Remove use of AC_REVISION.
50018         * iconvdata/Makefile (distribute): No need to filter out CVS.
50019         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50020         handling.
50022 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50024         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50025         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50026         [USE_AS_STRNCASECMP_L]: Likewise.
50027         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50028         NO_TLS_DIRECT_SEG_REFS.
50029         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50030         Fix argument offsets for non-PIC.
50031         [USE_AS_STRNCASECMP_L]: Likewise.
50032         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50033         NO_TLS_DIRECT_SEG_REFS.
50035 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50037         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50038         O_CLOEXEC.
50039         * locale/loadlocale.c (_nl_load_locale): Likewise.
50041 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50043         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50044         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50045         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50046         (SYSCALL_GETTIME): Set errno on error.
50048         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50049         count references to noai6ai_cached.
50051 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50053         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50055         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50056         FD_CLOEXEC for /proc/self/maps.
50058         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50059         FD_CLOEXEC for /proc/meminfo.
50061         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50062         gai.conf.
50064         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50065         FD_CLOEXEC for given file.
50067         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50069         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50070         FD_CLOEXEC for /etc/hosts.
50071         (_gethtent): Likewise.
50073         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50075         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50076         cancellation and set FD_CLOEXEC for /etc/netgroup.
50078         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50079         reading /etc/publickey.
50081         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50082         allow cancellation when reading /etc/group.
50084         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50085         cancellation.
50086         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50088         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50089         when using data file.
50091         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50093         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50094         (write_nis_obj): Use "c" and "e" in fopen.
50096         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50098         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50100         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50102         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50104         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50105         locale.alias.
50107         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50109         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50111         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50113         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50114         file parsing and set FD_CLOEXEC.
50116 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50118         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50120 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50122         * malloc/arena.c (arena_get2): Don't call reused_arena when
50123         _int_new_arena failed.
50125 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50127         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50128         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50129         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50130         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50131         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50132         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50133         to compile strcasecmp and strncasecmp.
50134         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50135         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50137         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50139 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50141         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50142         locale-defines.sym to gen-as-const-headers.
50143         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50144         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50145         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50146         to compile strcasecmp and strncasecmp.
50147         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50148         strcasecmp_l and strncasecmp_l.
50149         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50150         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50151         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50152         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50153         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50154         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50155         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50156         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50157         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50158         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50159         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50161 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50163         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50164         result of SYSDEP_GETTIME_CPU to retval.
50165         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50166         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50168         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50169         variable.
50171         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50172         mantissa words.
50173         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50175         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50176         from unused variable.
50178         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50179         DWARF definitions.
50180         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50181         for assembling.
50183         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50184         over namespaces.
50186         * sunrpc/rpc_prot.c (rejected): Fix case value.
50188         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50189         unsigned long long int to avoid warnings in shift.
50191         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50192         of use of trans.
50193         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50194         variable tmp.
50196         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50197         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50198         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50200         * nis/nis_table.c (nis_list): Use variable of correct type for
50201         result of __follow_path call.
50203 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50205         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50206         of math functions ceil, trunc, floor, round, and sqrt, when
50207         avaliable on the platform.
50208         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50209         name clash.
50210         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50211         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50212         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50214 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50216         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50217         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50219 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50221         * include/unistd.h: Fix __readlink return type.
50222         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50224 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50226         * stdlib/ucontext.h: Undo last change for makecontext.
50228 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50230         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50232         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50233         * setjmp/setjmp.h: Mark functions as non-leaf.
50234         * setjmp/bits/setjmp2.h: Likewise.
50235         * stdlib/ucontext.h: Likewise.
50237 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50239         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50240         (reused_arena): Don't check arena limit.
50241         (arena_get2): Atomically check arena limit.
50243 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50245         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50246         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50248         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50249         instructions.
50251 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50253         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50254         handler when locking.
50256         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50257         Fix size of allocated buffer.
50259 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50261         [BZ #10103]
50262         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50263         declarations for long double functions.
50264         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50266         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50268 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50270         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50271         installed.
50273         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50274         is disabled.
50276 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50278         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50280 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50282         * include/alloca.h (stackinfo_alloca_round): Define.
50283         (extend_alloca): Use it.
50284         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50285         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50286         here.
50288         * scripts/check-local-headers.sh: Ignore libaudit.h.
50290         * nscd/Makefile (extra-objs): Make recursively expanded.
50292 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50294         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50295         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50297         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50298         * posix/tst-rfc3484-2.c: Likewise.
50299         * posix/tst-rfc3484-3.c: Likewise.
50301         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50302         process_vm_writev.
50303         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50304         process_vm_writev.
50305         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50306         process_vm_writev from libc using GLIBC_2.15 version.
50308         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50310 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50312         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50313         stack usage.
50315 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50317         [BZ #13367]
50318         * nss/getent.c (initgroups_keys): Show error message in case no group
50319         names are given.
50321         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50322         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50323         __bump_nl_timestamp.
50324         * nscd/connections (nscd_init): When host database is served open
50325         netlink socket and request notification about configuration changes.
50326         (main_loop_poll): Track netlink file descriptor and bump timestamp
50327         in case data becomes available.
50328         (main_loop_epoll): Likewise.
50329         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50330         (database_pers_head): Add extra_data fileds.
50331         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50332         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50333         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50334         Adjust caller.
50335         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50336         in6ai data, call __free_in6ai.
50337         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50338         Add -DHAVE_NETLINK.
50339         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50340         interface information.  Reuse previous data if netlink timestamp
50341         is not changed.
50342         (__bump_nl_timestamp): New function.
50343         (__free_in6ai): New function.
50345 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50347         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50348         close_not_cancel_no_status here.
50349         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50351 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50353         [BZ #13276]
50354         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50355         return value.
50357         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50358         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50359         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50361 2011-07-03  Andreas Jaeger  <aj@suse.de>
50363         [BZ #10709]
50364         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50365         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50366         * math/libm-test.inc (sin_test): Add test case.
50368 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50370         [BZ #13337]
50371         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50372         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50374         * elf/chroot_canon.c (chroot_canon): Cleanups.
50376         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50378         [BZ #13335]
50379         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50380         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50382         * string/test-strchr.c: Make usable for strchrnul testing.
50383         * string/test-strchrnul.c: New file.
50384         * string/Makefile (strop-tests): Add strchrnul.
50386         * po/it.po: Update from translation team.
50387         * po/es.po: Likewise.
50389 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50391         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50392         the three constants needed as parameters.  Drop the others.
50393         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50394         __m128i_strloadu_tolower.
50395         Create and initialize variable zero and use it in all the places
50396         where _mm_setzero_si128 was used.
50398         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50399         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50400         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50401         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50402         anymore.
50403         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50404         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50405         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50406         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50407         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50408         __mpranred, __mptan.
50409         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50410         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50411         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50412         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50413         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50414         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50415         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50416         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50417         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50419 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50421         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50422         redefine if SHARED.
50423         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50425         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50426         wide char related routines to wcsmbs subdir.
50428 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50430         [BZ #13344]
50431         * misc/sys/cdefs.h (__THROWNL): Define.
50432         * posix/unistd.h: Use __THREADNL instead of __THREAD
50433         for memory synchronization functions.
50435 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50437         [BZ #13349]
50438         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50439         doesn't exist.
50440         * manual/stdio.texi (Obstack Streams): Node removed.
50442 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50444         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50445         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50446         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50448         * math/math_private.h (math_force_eval): Allow non-addressable
50449         arguments.
50450         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50452 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50454         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50455         file is not needed.
50457         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50458         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50459         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50460         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50461         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50462         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50463         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50464         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50465         Add AVX variants.
50466         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50467         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50468         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50469         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50470         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50471         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50472         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50473         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50474         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50475         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50476         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50477         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50478         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50479         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50480         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50481         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50482         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50483         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50484         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50486         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50487         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50489         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50490         place.  Use VEX encoding when compiling for AVX.
50492 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50494         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50495         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50497         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50499 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50501         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50502         useless if() expression.
50503         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50504         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50505         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50506         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50507         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50508         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50509         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50510         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50511         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50512         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50513         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50514         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50515         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50516         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50517         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50518         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50519         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50520         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50521         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50523         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50525 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50527         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50528         condition.
50529         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50531 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50533         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50534         .text section.  Avoid duplicate constants.
50535         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50536         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50537         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50538         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50539         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50540         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50541         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50542         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50543         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50544         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50545         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50546         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50547         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50548         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50549         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50550         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50551         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50552         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50553         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50554         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50555         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50556         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50557         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50558         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50559         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50560         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50561         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50562         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50563         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50564         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50565         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50566         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50567         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50568         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50569         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50570         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50571         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50572         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50573         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50574         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50575         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50576         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50577         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50578         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50579         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50581 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50583         * sysdeps/x86_64/dla.h: Move to ...
50584         * sysdeps/x86_64/fpu/dla.h: ...here.
50585         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50586         situations.  Use __builtin_fma only for gcc 4.6 and up.
50588         * config.make.in: Add have-mfma4 entry.
50589         * configure.in: Substitute libc_cv_cc_fma4.
50590         * math/Makefile (dbl-only-routines): Add sincostab.
50591         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50592         Use __sincostab not sincos.
50593         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50594         name is a macro.
50595         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50596         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50597         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50598         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50599         using __copysign.
50600         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50601         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50602         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50603         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50604         and __inv.
50605         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50606         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50607         __copysign.
50608         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50609         define aliases when function name is a macro.
50610         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50611         sysdeps/ieee754/dbl-64/sincos.tbl.
50612         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50613         fma4-enabled routines.
50614         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50615         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50616         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50617         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50618         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50619         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50620         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50621         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50622         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50623         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50624         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50625         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50626         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50627         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50628         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50629         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50630         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50631         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50632         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50633         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50634         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50635         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50636         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50637         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50638         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50639         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50640         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50641         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50642         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50643         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50645         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50646         rename.
50647         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50648         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50649         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50650         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50651         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50652         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50653         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50654         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50656 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50658         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50660 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50662         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50664         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50665         prediction.
50666         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50668         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50669         Remove unused variable magic_bits.
50670         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50672         * string/strnlen.c: Define and use STRNLEN macro.
50673         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50674         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50675         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50676         * wcsmbs/wcslen.c: Define and use WCSLEN.
50677         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50678         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50679         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50680         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50681         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50682         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50683         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50685 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50687         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50688         strnlen-sse2-no-bsf.
50689         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50690         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50691         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50692         Add strnlen support.
50693         (USE_AS_STRNLEN): New macro.
50694         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50695         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50696         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50697         * sysdeps/x86_64/wcslen.S: New file.
50699 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50701         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50702         XMM-moves are used for copying on small sizes.
50704 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50706         * wcsmbs/Makefile (strop-tests): Add wcschr.
50707         * wcsmbs/test-wcschr.c: New file.
50708         * string/test-strchr.c: Update.
50709         Add wcschr support.
50710         (WIDE): New macro.
50712 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50714         * wcsmbs/Makefile (strop-tests): Add wcslen.
50715         * wcsmbs/test-wcslen.c: New file.
50716         * string/test-strlen.c: Update.
50717         Add wcslen support.
50718         (WIDE): New macro.
50720 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50722         * po/it.po: Update from translation team.
50724 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50726         * sysdeps/x86_64/wcscmp.S: Update.
50727         Fix wrong comparison semantics.
50728         wcscmp shall use signed comparison not unsigned.
50729         Don't use substraction to avoid overflow bug.
50730         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50731         * wcsmbc/wcscmp.c: Likewise.
50732         * string/test-strcmp.c: Likewise.
50733         Add new tests to check cases with negative values.
50735 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50737         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50738         * sysdeps/x86_64/dla.h: ...here.  New file.
50739         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50740         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50741         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50742         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50743         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50744         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50745         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50746         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50747         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50749 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50751         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50752         __ynl_finite aliases.
50754 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50756         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50758         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50759         define DLA_FMA.
50760         [DLA_FMA] (EMULV): Use DLA_FMA.
50761         [DLA_FMA] (MUL12): Use EMULV.
50762         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50763         that are not needed.
50764         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50765         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50766         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50767         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50768         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50769         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50770         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50772 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50774         * math/s_nan.c: Undef __nan.
50775         * math/s_nanf.c: Undef __nanf.
50776         * math/s_nanl.c: Undef __nanl.
50777         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50778         "math_private.h".
50780 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50782         * math/s_catan.c: Add branch predictions.
50783         * math/s_catanf.c: Likewise.
50784         * math/s_catanh.c: Likewise.
50785         * math/s_catanhf.c: Likewise.
50786         * math/s_catanhl.c: Likewise.
50787         * math/s_catanl.c: Likewise.
50788         * math/s_cexp.c: Likewise.
50789         * math/s_cexpf.c: Likewise.
50790         * math/s_cexpl.c: Likewise.
50791         * math/s_clog.c: Likewise.
50792         * math/s_clog10.c: Likewise.
50793         * math/s_clog10f.c: Likewise.
50794         * math/s_clog10l.c: Likewise.
50795         * math/s_clogf.c: Likewise.
50796         * math/s_clogl.c: Likewise.
50797         * math/s_csqrt.c: Likewise.
50798         * math/s_csqrtf.c: Likewise.
50799         * math/s_csqrtl.c: Likewise.
50800         * math/s_ctanf.c: Likewise.
50801         * math/s_ctanh.c: Likewise.
50802         * math/s_ctanhf.c: Likewise.
50803         * math/s_ctanhl.c: Likewise.
50804         * math/s_ctanl.c: Likewise.
50806         * math/math_private.h: Define __nan, __nanf, __nanl.
50807         * math/s_cacosh.c: Include <math_private.h>.
50808         * math/s_cacoshl.c: Likewise.
50809         * math/s_casinh.c: Likewise.
50810         * math/s_casinhf.c: Likewise.
50811         * math/s_casinhl.c: Likewise.
50812         * math/s_ccos.c: Rely entire on ccosh.
50813         * math/s_ccosf.c: Rely entire on ccoshf.
50814         * math/s_ccosl.c: Rely entirely on ccoshl.
50815         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50816         Remove tests for FE_INVALID.
50817         * math/s_ccoshf.c: Likewise.
50818         * math/s_ccoshl.c: Likewise.
50819         * math/s_csin.c: Likewise.
50820         * math/s_csinf.c: Likewise.
50821         * math/s_csinh.c Likewise.
50822         * math/s_csinhf.c: Likewise.
50823         * math/s_csinhl.c: Likewise.
50824         * math/s_csinl.c: Likewise.
50825         * math/s_ctan.c: Likewise.
50826         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50827         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50828         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50830 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50832         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50833         compilation problems.
50835         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50836         __builtin_expect.
50838 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50840         * sysdeps/i386/configure.in: Test for -mfma4 option.
50841         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50842         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50843         COMMON_CPUID_INDEX_80000001.
50844         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50845         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50846         use it if FMA3 is not supported.
50847         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50849         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50850         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50852 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50854         [BZ #12892]
50855         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50856         it would create a cycle with a link time dependency.
50858 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50860         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50861         instruction.
50862         * string/Makefile (strop-tests): Add rawmemchr.
50863         * string/test-rawmemchr.c: New file.
50865         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50866         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50867         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50868         when compiling str{,n}casecmp and when AVX is available.  Hook up
50869         new optimized code in initializers.
50871 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50873         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50874         __feraiseexcept instead of feraiseexcept.
50876 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50878         * math/math_private.h: Define defaults for libc_fetestexcept and
50879         libc_feupdateenv.
50880         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50881         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50882         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50883         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50884         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50885         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50886         libc_fetestexcept and libc_feupdateenv.
50888         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50889         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50890         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50891         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50892         libc_feholdexcept_setround.
50894         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50895         Add s_nearbyint-c and s_nearbyintf-c.
50896         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50897         nearbyintf inlines.
50898         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50899         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50900         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50901         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50903         * math/math_private.h: Define defaults for libc_fegetround,
50904         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50905         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50906         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50907         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50908         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50909         standard functions.
50910         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50911         Remove comments and hacks for old compiler versions.
50912         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50913         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50914         libc_feholdexceptl.
50916 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50918         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50919         (__feraiseexcept_renamed): Add __NTH.
50920         (feraiseexcept): Add __NTH.  Rename local variables to fix
50921         namespace violations.
50923 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50925         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50927         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50929         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50930         recently added interfaces.
50931         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50933         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50934         about macro parameter expansion.
50936         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50937         __NO_MATH_INLINES is defined.  Cleanups.
50939         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50940         and __floorf is target has SSE4.1.
50941         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50942         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50943         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50944         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50946         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50947         name.
50948         (floorf): Likewise.
50950         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50952 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50954         * misc/sys/cdefs.h: Fix last change.
50956         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50957         database lookup.
50959 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50961         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50963         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50964         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50965         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50966         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50967         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50968         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50969         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50970         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50971         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50972         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50973         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50974         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50975         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50976         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50977         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50978         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50979         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50980         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50981         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50982         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50983         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50984         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50986         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50987         ceil, ceilf, floor, floorf.
50989         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50990         Perform IRELATIVE relocations last.
50992         * elf/do-rel.h: Add another parameter nrelative, replacing the
50993         local variable with the same name.  Change name of the function
50994         to end in Rel or Rela (uppercase).
50995         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50996         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
50997         elf_dynamic_do_##reloc function.
50999 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51001         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51002         is sufficient, at least on modern CPUs.
51004         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51006         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51007         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51009         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51010         __expl_finite.
51011         * math/bits/math-finite.h: Add entries for exp.
51012         * math/e_expl.c: Add __*_finite alias.
51013         * sysdeps/i386/fpu/e_exp.S: Likewise.
51014         * sysdeps/i386/fpu/e_expf.S: Likewise.
51015         * sysdeps/i386/fpu/e_expl.c: Likewise.
51016         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51017         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51018         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51019         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51020         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51021         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51022         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51024         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51025         is sufficient, at least on modern CPUs.
51027         * ctype/ctype-info.c (__ctype_init): Define.
51028         * include/ctype.h (__ctype_init): Declare.
51029         (__ctype_b_loc): The variable is always initialized.
51030         (__ctype_toupper_loc): Likewise.
51031         (__ctype_tolower_loc): Likewise.
51032         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51033         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51035 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51037         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51039         * configure.in: Also look in $cxxmachine/include for C++ system
51040         headers.
51042 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51044         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51045         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51046         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51047         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51048         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51049         (USE_AS_WMEMCMP): New macro.
51050         Fixing indents.
51051         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51052         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51053         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51054         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51055         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51056         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51057         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51058         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51059         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51060         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51061         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51062         (USE_AS_WMEMCMP): New macro.
51063         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51064         * sysdeps/string/test-memcmp.c: Update.
51065         Fix simple_wmemcmp.
51066         Add new tests.
51067         * wcsmbs/wmemcmp.c: Update.
51068         (WMEMCMP): New macro.
51069         Fix overflow bug.
51071 2011-10-12  Andreas Jaeger  <aj@suse.de>
51073         [BZ #13268]
51074         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51076 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51078         * libio/iofwide.c (do_length): Avoid warning.
51080         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51082 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51084         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51086         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51087         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51088         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51089         * sysdeps/i386/i686/fpu/e_log.S: New file.
51090         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51091         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51093         * ctype/ctype.h: Add support for inlined isXXX functions when
51094         compiling C++ code.
51096 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51098         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51100         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51102 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51104         [BZ #13291]
51105         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51107 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51109         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51110         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51111         feraiseexcept.
51113         * sysdeps/x86_64/memrchr.S: Check for zero size.
51115         * string/stratcliff.c: Add memrchr tests.
51117 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51119         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51120         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51121         rawmemchr-sse2 rawmemchr-sse2-bsf.
51122         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51123         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51124         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51125         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51126         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51127         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51128         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51129         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51130         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51131         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51132         * string/memrchr.c (MEMRCHR): New macro.
51134 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51136         Add integration with gcc's -ffinite-math-only and optimize wrapper
51137         functions in libm.
51138         * Versions.def: Define GLIBC_2.15 version for libm.
51139         * math/Makefile (headers): Add bits/math-finite.h.
51140         * math/bits/math-finite.h: New file.
51141         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51142         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51143         * math/e_acoshl.c: Add __*_finite alias.
51144         * math/e_acosl.c: Likewise.
51145         * math/e_asinl.c: Likewise.
51146         * math/e_atan2l.c: Likewise.
51147         * math/e_atanhl.c: Likewise.
51148         * math/e_coshl.c: Likewise.
51149         * math/e_exp10.c: Likewise.
51150         * math/e_exp10f.c: Likewise.
51151         * math/e_exp10l.c: Likewise.
51152         * math/e_exp2l.c: Likewise.
51153         * math/e_fmodl.c: Likewise.
51154         * math/e_gammal_r.c: Likewise.
51155         * math/e_hypotl.c: Likewise.
51156         * math/e_j0l.c: Likewise.
51157         * math/e_j1l.c: Likewise.
51158         * math/e_jnl.c: Likewise.
51159         * math/e_lgammal_r.c: Likewise.
51160         * math/e_log10l.c: Likewise.
51161         * math/e_log2l.c: Likewise.
51162         * math/e_logl.c: Likewise.
51163         * math/e_powl.c: Likewise.
51164         * math/e_sinhl.c: Likewise.
51165         * math/e_sqrtl.c: Likewise.
51166         * math/e_scalb.c: Completely rewritten and optimized.
51167         * math/e_scalbf.c: Likewise.
51168         * math/e_scalbl.c: Likewise.
51169         * math/w_acos.c: Likewise.
51170         * math/w_acosf.c: Likewise.
51171         * math/w_acosl.c: Likewise.
51172         * math/w_acosh.c: Likewise.
51173         * math/w_acoshf.c: Likewise.
51174         * math/w_acoshl.c: Likewise.
51175         * math/w_asin.c: Likewise.
51176         * math/w_asinf.c: Likewise.
51177         * math/w_asinl.c: Likewise.
51178         * math/w_atan2.c: Likewise.
51179         * math/w_atan2f.c: Likewise.
51180         * math/w_atan2l.c: Likewise.
51181         * math/w_atanh.c: Likewise.
51182         * math/w_atanhf.c: Likewise.
51183         * math/w_atanhl.c: Likewise.
51184         * math/w_exp10.c: Likewise.
51185         * math/w_exp10f.c: Likewise.
51186         * math/w_exp10l.c: Likewise.
51187         * math/w_fmod.c: Likewise.
51188         * math/w_fmodf.c: Likewise.
51189         * math/w_fmodl.c: Likewise.
51190         * math/w_j0.c: Likewise.
51191         * math/w_j0f.c: Likewise.
51192         * math/w_j0l.c: Likewise.
51193         * math/w_j1.c: Likewise.
51194         * math/w_j1f.c: Likewise.
51195         * math/w_j1l.c: Likewise.
51196         * math/w_jn.c: Likewise.
51197         * math/w_jnf.c: Likewise.
51198         * math/w_log.c: Likewise.
51199         * math/w_logf.c: Likewise.
51200         * math/w_logl.c: Likewise.
51201         * math/w_log10.c: Likewise.
51202         * math/w_log10f.c: Likewise.
51203         * math/w_log10l.c: Likewise.
51204         * math/w_log2.c: Likewise.
51205         * math/w_log2f.c: Likewise.
51206         * math/w_log2l.c: Likewise.
51207         * math/w_pow.c: Likewise.
51208         * math/w_powf.c: Likewise.
51209         * math/w_powl.c: Likewise.
51210         * math/w_remainder.c: Likewise.
51211         * math/w_remainderf.c: Likewise.
51212         * math/w_remainderl.c: Likewise.
51213         * math/w_scalb.c: Likewise.
51214         * math/w_scalbf.c: Likewise.
51215         * math/w_scalbl.c: Likewise.
51216         * math/w_sqrt.c: Likewise.
51217         * math/w_sqrtf.c: Likewise.
51218         * math/w_sqrtl.c: Likewise.
51219         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51220         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51221         used.
51222         * math/math_private.h: Declare __kernel_standard_f.
51223         * math/w_cosh.c: Remove cruft and optimize a bit.
51224         * math/w_coshf.c: Likewise.
51225         * math/w_coshl.c: Likewise.
51226         * math/w_exp2.c: Likewise.
51227         * math/w_exp2f.c: Likewise.
51228         * math/w_exp2l.c: Likewise.
51229         * math/w_hypot.c: Likewise.
51230         * math/w_hypotf.c: Likewise.
51231         * math/w_hypotl.c: Likewise.
51232         * math/w_lgamma.c: Likewise.
51233         * math/w_lgamma_r.c: Likewise.
51234         * math/w_lgammaf.c: Likewise.
51235         * math/w_lgammaf_r.c: Likewise.
51236         * math/w_lgammal.c: Likewise.
51237         * math/w_lgammal_r.c: Likewise.
51238         * math/w_sinh.c: Likewise.
51239         * math/w_sinhf.c: Likewise.
51240         * math/w_sinhl.c: Likewise.
51241         * math/w_tgamma.c: Likewise.
51242         * math/w_tgammaf.c: Likewise.
51243         * math/w_tgammal.c: Likewise.
51244         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51245         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51246         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51247         Minor optimizations.  Pretty printing.  Remove cruft.
51248         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51249         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51250         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51251         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51252         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51253         * sysdeps/i386/fpu/e_asin.S: Likewise.
51254         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51255         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51256         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51257         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51258         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51259         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51260         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51261         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51262         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51263         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51264         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51265         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51266         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51267         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51268         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51269         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51270         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51271         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51272         * sysdeps/i386/fpu/e_log.S: Likewise.
51273         * sysdeps/i386/fpu/e_log10.S: Likewise.
51274         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51275         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51276         * sysdeps/i386/fpu/e_log2.S: Likewise.
51277         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51278         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51279         * sysdeps/i386/fpu/e_logf.S: Likewise.
51280         * sysdeps/i386/fpu/e_logl.S: Likewise.
51281         * sysdeps/i386/fpu/e_pow.S: Likewise.
51282         * sysdeps/i386/fpu/e_powf.S: Likewise.
51283         * sysdeps/i386/fpu/e_powl.S: Likewise.
51284         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51285         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51286         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51287         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51288         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51289         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51290         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51291         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51292         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51293         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51294         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51295         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51296         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51297         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51298         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51299         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51300         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51301         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51302         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51303         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51304         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51305         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51306         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51307         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51308         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51309         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51310         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51311         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51312         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51313         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51314         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51315         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51316         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51317         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51318         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51319         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51320         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51321         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51322         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51323         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51324         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51325         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51326         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51327         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51328         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51329         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51330         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51331         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51332         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51333         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51334         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51335         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51336         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51337         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51338         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51339         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51340         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51341         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51342         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51343         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51344         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51345         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51346         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51347         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51348         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51349         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51350         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51351         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51352         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51353         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51354         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51355         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51356         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51357         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51358         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51359         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51360         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51361         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51362         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51363         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51364         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51365         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51366         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51367         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51368         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51369         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51370         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51371         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51372         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51373         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51374         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51375         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51376         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51377         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51378         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51379         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51380         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51381         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51382         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51383         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51384         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51385         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51386         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51387         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51388         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51389         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51390         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51391         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51392         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51393         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51394         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51395         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51396         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51397         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51398         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51399         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51400         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51401         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51402         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51403         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51404         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51405         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51406         (__isnanf): Likewise.
51407         (__isinf_ns): Likewise.
51408         (__isinf_nsf): Likewise.
51409         (__finite): Likewise.
51410         (__finitef): Likewise.
51411         (__ieee754_sqrt): Define as macro.
51412         (__ieee754_sqrtf): Define as macro.
51413         (__ieee754_sqrtl): Define as macro.
51414         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51415         inlined copy.
51416         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51417         __FINITE_MATH_ONLY__ consistent.
51418         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51420 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51422         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51423         of rawmemchr.
51425         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51427 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51429         * po/ja.po: Update from translation team.
51431 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51433         * locale/programs/locarchive.c (prepare_address_space): New function.
51434         (create_archive, enlarge_archive, open_archive): Use it.
51436         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51437         inside [SHARED], where it is used.
51439         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51441         * nss/getent.c (netgroup_keys): Remove unused variable.
51442         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51444 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51446         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51447         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51448         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51449         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51450         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51451         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51452         * math/Makefile (libm-calls): Add s_isinf_ns.
51453         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51454         * math/multc3.c: Likewise.
51455         * math/s_casin.c: Likewise.
51456         * math/s_casinf.c: Likewise.
51457         * math/s_casinl.c: Likewise.
51458         * math/s_ccos.c: Likewise.
51459         * math/s_ccosf.c: Likewise.
51460         * math/s_ccosl.c: Likewise.
51461         * math/s_ctan.c: Likewise.
51462         * math/s_ctanf.c: Likewise.
51463         * math/s_ctanh.c: Likewise.
51464         * math/s_ctanhf.c: Likewise.
51465         * math/s_ctanhl.c: Likewise.
51466         * math/s_ctanl.c: Likewise.
51467         * math/w_fmod.c: Likewise.
51468         * math/w_fmodf.c: Likewise.
51469         * math/w_fmodl.c: Likewise.
51470         * math/w_remainder.c: Likewise.
51471         * math/w_remainderf.c: Likewise.
51472         * math/w_remainderl.c: Likewise.
51473         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51474         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51475         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51476         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51477         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51478         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51479         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51480         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51482         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51483         of the number.
51484         * stdio-common/printf_fphex.c: Likewise.
51485         * stdio-common/printf_size.c: Likewise.
51487         * math/e_exp10.c: Include math_private.h using <...> not "...".
51488         * math/e_exp10f.c: Likewise.
51489         * math/e_exp10l.c: Likewise.
51490         * math/e_exp2l.c: Likewise.
51491         * math/e_j0l.c: Likewise.
51492         * math/e_j1l.c: Likewise.
51493         * math/e_jnl.c: Likewise.
51494         * math/e_lgammal_r.c: Likewise.
51495         * math/e_rem_pio2l.c: Likewise.
51496         * math/e_scalb.c: Likewise.
51497         * math/e_scalbf.c: Likewise.
51498         * math/e_scalbl.c: Likewise.
51499         * math/k_cosl.c: Likewise.
51500         * math/k_sinl.c: Likewise.
51501         * math/k_tanl.c: Likewise.
51502         * math/s_cacoshf.c: Likewise.
51503         * math/s_catan.c: Likewise.
51504         * math/s_catanf.c: Likewise.
51505         * math/s_catanh.c: Likewise.
51506         * math/s_catanhf.c: Likewise.
51507         * math/s_catanhl.c: Likewise.
51508         * math/s_catanl.c: Likewise.
51509         * math/s_ccosh.c: Likewise.
51510         * math/s_ccoshf.c: Likewise.
51511         * math/s_ccoshl.c: Likewise.
51512         * math/s_cexp.c: Likewise.
51513         * math/s_cexpf.c: Likewise.
51514         * math/s_cexpl.c: Likewise.
51515         * math/s_clog.c: Likewise.
51516         * math/s_clog10.c: Likewise.
51517         * math/s_clog10f.c: Likewise.
51518         * math/s_clog10l.c: Likewise.
51519         * math/s_clogf.c: Likewise.
51520         * math/s_clogl.c: Likewise.
51521         * math/s_csin.c: Likewise.
51522         * math/s_csinf.c: Likewise.
51523         * math/s_csinh.c: Likewise.
51524         * math/s_csinhf.c: Likewise.
51525         * math/s_csinhl.c: Likewise.
51526         * math/s_csinl.c: Likewise.
51527         * math/s_csqrt.c: Likewise.
51528         * math/s_csqrtf.c: Likewise.
51529         * math/s_csqrtl.c: Likewise.
51530         * math/s_ctan.c: Likewise.
51531         * math/s_ctanf.c: Likewise.
51532         * math/s_ctanh.c: Likewise.
51533         * math/s_ctanhf.c: Likewise.
51534         * math/s_ctanhl.c: Likewise.
51535         * math/s_ctanl.c: Likewise.
51536         * math/s_ldexp.c: Likewise.
51537         * math/s_ldexpf.c: Likewise.
51538         * math/s_ldexpl.c: Likewise.
51539         * math/s_significand.c: Likewise.
51540         * math/s_significandf.c: Likewise.
51541         * math/s_significandl.c: Likewise.
51542         * math/w_acos.c: Likewise.
51543         * math/w_acosf.c: Likewise.
51544         * math/w_acosh.c: Likewise.
51545         * math/w_acoshf.c: Likewise.
51546         * math/w_acoshl.c: Likewise.
51547         * math/w_acosl.c: Likewise.
51548         * math/w_asin.c: Likewise.
51549         * math/w_asinf.c: Likewise.
51550         * math/w_asinl.c: Likewise.
51551         * math/w_atan2.c: Likewise.
51552         * math/w_atan2f.c: Likewise.
51553         * math/w_atan2l.c: Likewise.
51554         * math/w_atanh.c: Likewise.
51555         * math/w_atanhf.c: Likewise.
51556         * math/w_atanhl.c: Likewise.
51557         * math/w_cosh.c: Likewise.
51558         * math/w_coshf.c: Likewise.
51559         * math/w_coshl.c: Likewise.
51560         * math/w_dremf.c: Likewise.
51561         * math/w_exp10.c: Likewise.
51562         * math/w_exp10f.c: Likewise.
51563         * math/w_exp10l.c: Likewise.
51564         * math/w_exp2.c: Likewise.
51565         * math/w_exp2f.c: Likewise.
51566         * math/w_fmod.c: Likewise.
51567         * math/w_fmodf.c: Likewise.
51568         * math/w_fmodl.c: Likewise.
51569         * math/w_hypot.c: Likewise.
51570         * math/w_hypotf.c: Likewise.
51571         * math/w_hypotl.c: Likewise.
51572         * math/w_j0.c: Likewise.
51573         * math/w_j0f.c: Likewise.
51574         * math/w_j0l.c: Likewise.
51575         * math/w_j1.c: Likewise.
51576         * math/w_j1f.c: Likewise.
51577         * math/w_j1l.c: Likewise.
51578         * math/w_jn.c: Likewise.
51579         * math/w_jnf.c: Likewise.
51580         * math/w_jnl.c: Likewise.
51581         * math/w_lgamma.c: Likewise.
51582         * math/w_lgamma_r.c: Likewise.
51583         * math/w_lgammaf.c: Likewise.
51584         * math/w_lgammaf_r.c: Likewise.
51585         * math/w_lgammal.c: Likewise.
51586         * math/w_lgammal_r.c: Likewise.
51587         * math/w_log.c: Likewise.
51588         * math/w_log10.c: Likewise.
51589         * math/w_log10f.c: Likewise.
51590         * math/w_log10l.c: Likewise.
51591         * math/w_log2.c: Likewise.
51592         * math/w_log2f.c: Likewise.
51593         * math/w_log2l.c: Likewise.
51594         * math/w_logf.c: Likewise.
51595         * math/w_logl.c: Likewise.
51596         * math/w_pow.c: Likewise.
51597         * math/w_powf.c: Likewise.
51598         * math/w_powl.c: Likewise.
51599         * math/w_remainder.c: Likewise.
51600         * math/w_remainderf.c: Likewise.
51601         * math/w_remainderl.c: Likewise.
51602         * math/w_scalb.c: Likewise.
51603         * math/w_scalbf.c: Likewise.
51604         * math/w_scalbl.c: Likewise.
51605         * math/w_sinh.c: Likewise.
51606         * math/w_sinhf.c: Likewise.
51607         * math/w_sinhl.c: Likewise.
51608         * math/w_sqrt.c: Likewise.
51609         * math/w_sqrtf.c: Likewise.
51610         * math/w_sqrtl.c: Likewise.
51611         * math/w_tgamma.c: Likewise.
51612         * math/w_tgammaf.c: Likewise.
51613         * math/w_tgammal.c: Likewise.
51615         * po/ja.po: Update from translation team.
51617 2011-09-29  Andreas Jaeger  <aj@suse.de>
51619         [BZ #13179]
51620         * sunrpc/netname.c (netname2host): Fix logic.
51622         [BZ #6779]
51623         [BZ #6783]
51624         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51625         correctly.
51626         * math/w_remainder.c (__remainder): Likewise.
51627         * math/w_remainderf.c (__remainderf): Likewise.
51628         * math/libm-test.inc (remainder_test): Add test cases.
51630 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51632         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51633         sdiv_qrnnd.
51635 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51637         * string/test-memcmp.c: Avoid unncessary #defines.
51638         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51640 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51642         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51643         Use new sse2 version for core i3 - i7 as it's faster
51644         than sse42 version.
51645         (bit_Prefer_PMINUB_for_stringop): New.
51646         * sysdeps/x86_64/rawmemchr.S: Update.
51647         Replace with faster SSE2 version.
51648         * sysdeps/x86_64/memrchr.S: New file.
51649         * sysdeps/x86_64/memchr.S: Update.
51650         Replace with faster SSE2 version.
51652 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51654         * elf/dl-load.c (lose): Add cast to avoid warning.
51656 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51658         * po/ca.po: Update from translation team.
51660         * inet/getnetgrent_r.c: Hook up nscd.
51661         * nscd/Makefile (routines): Add nscd_netgroup.
51662         (nscd-modules): Add netgroupcache.
51663         (CFLAGS-netgroupcache.c): Define.
51664         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51665         (cache_search): Add const to second parameter.
51666         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51667         INNETGR.
51668         (dbs): Add netgrdb entry.
51669         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51670         (verify_persistent_db): Handle netgrdb.
51671         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51672         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51673         GETFDNETGR.
51674         (netgroup_response_header): Define.
51675         (innetgroup_response_header): Define.
51676         (datahead): Add netgroup_response_header and innetgroup_response_header
51677         elements.
51678         * nscd/nscd.conf: Add entries for netgroup cache.
51679         * nscd/nscd.h (dbtype): Add netgrdb.
51680         (_PATH_NSCD_NETGROUP_DB): Define.
51681         (netgroup_iov_disabled): Declare.
51682         (xmalloc, xcalloc, xrealloc): Move declarations here.
51683         (cache_search): Adjust prototype.
51684         Add netgroup-related prototypes.
51685         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51686         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51687         (__nscd_innetgr): Declare.
51688         * nscd/selinux.c (perms): Use access_vector_t as element type and
51689         add netgroup-related initializers.
51690         * nscd/netgroupcache.c: New file.
51691         * nscd/nscd_netgroup.c: New file.
51692         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51693         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51694         For four parameters use innetgr.
51695         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51696         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51697         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51698         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51700         * nscd/connections.c (register_traced_file): Don't register file
51701         for disabled databases.
51703 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51705         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51707         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51708         from tree and freeing node.
51710 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51712         * nss/nsswitch.c (__nss_database_lookup): Handle
51713         nss_parse_service_list out of memory case.
51715 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51717         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51718         out of memory case.
51720 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51722         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51723         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51724         pass it down.
51725         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51726         elf_machine_rela, elf_machine_lazy_rel.
51727         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51728         (ELF_DYNAMIC_DO_REL): Likewise.
51729         (ELF_DYNAMIC_DO_RELA): Likewise.
51730         (ELF_DYNAMIC_RELOCATE): Likewise.
51731         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51732         to ELF_DYNAMIC_DO_REL.
51733         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51734         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51735         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51736         elf_machine_rela.
51737         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51738         skip_ifunc, don't call ifunc function if non-zero.
51739         (elf_machine_rela): Likewise.
51740         (elf_machine_lazy_rel): Likewise.
51741         (elf_machine_lazy_rela): Likewise.
51742         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51743         (elf_machine_lazy_rel): Likewise.
51744         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51745         Likewise.
51746         (elf_machine_lazy_rel): Likewise.
51747         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51748         Likewise.
51749         (elf_machine_lazy_rel): Likewise.
51750         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51751         (elf_machine_lazy_rel): Likewise.
51752         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51753         (elf_machine_lazy_rel): Likewise.
51754         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51755         (elf_machine_lazy_rel): Likewise.
51756         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51757         (elf_machine_lazy_rel): Likewise.
51758         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51759         (elf_machine_lazy_rel): Likewise.
51760         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51761         (elf_machine_lazy_rel): Likewise.
51763 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51765         * nss/nss_files/files-init.c (_nss_files_init): Use static
51766         initialization for all the *_traced_file variables.
51768 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51770         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51772 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51774         [BZ #13226]
51775         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51777 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51779         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51780         Reread the line before reparsing it.
51782 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51784         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51786 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51787             Maxim Kuvyrkov  <maxim@codesourcery.com>
51788             Joseph Myers  <joseph@codesourcery.com>
51790         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51791         if needed for __stack_chk_guard.
51793 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51795         * sysdeps/posix/spawni.c (script_execute): Always define it.
51796         It will be optimized away if unused.
51797         (maybe_script_execute): New function.
51798         (__spawni): Call it.
51800         * Makerules: Don't include tls.make.
51801         (config-tls): Always set to thread.
51802         * tls.make.c: File removed.
51804 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51806         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51807         * config.make.in (CPPFLAGS-config): New substituted variable.
51809 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51811         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51813         [BZ #13192]
51814         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51815         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51817 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51819         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51820         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51821         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51822         (CALL_FAIL): Likewise.
51823         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51824         (CALL_FAIL): Macro removed.
51825         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51827 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51829         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51830         for __FINITE_MATH_ONLY__ == 1.
51832 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51834         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51835         __ieee754_sqrt instead of sqrt.
51836         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51837         __ieee754_sqrtf instead of sqrtf.
51838         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51839         __floorf instead of floorf.
51840         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51841         __floorf, __truncf instead of floorf, truncf.
51843 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51845         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51847         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51848         __extern_always_inline.
51849         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51850         32-bit.
51852 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51854         * elf/rtld.c (dl_main): Also relocate in dependency order when
51855         doing symbol dependency testing.
51857 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51859         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51860         Always define `refsym'.
51862 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51864         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51865         (__FD_ELT): Renamed from __FDELT.
51866         * misc/bits/select2.h (__FD_ELT): Likewise.
51867         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51868         __FD_MASK instead of __FDELT, __FDMASK.
51869         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51870         Likewise.
51871         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51872         Likewise.
51874         * elf/Makefile (gen-ldd): Fix pattern.
51876         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51877         (init_tls): Likewise.
51879 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51881         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51883 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51885         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51886         `struct cmsghdr *' instead of `void *'.
51887         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51888         Likewise.
51890 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51892         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51893         if non-absolute.
51894         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51895         ldd_rewrite_script.
51897 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51899         * configure.in: Remove --with-tls option.
51900         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51901         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51902         out in case it is missing.
51903         * sysdeps/ia64/elf/configure.in: Likewise.
51904         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51905         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51906         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51907         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51908         * sysdeps/sh/elf/configure.in: Likewise.
51909         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51910         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51911         * sysdeps/x86_64/elf/configure.in: Likewise.
51912         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51913         * sysdeps/mach/hurd/tls.h: Likewise.
51915         [BZ #13067]
51916         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51918         [BZ #13090]
51919         * configure.in: Fix use of AC_INIT.
51921         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51923 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51925         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51926         __set_errno.
51927         * malloc/hooks.c: Likewise.
51929         [BZ #11929]
51930         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51931         variables statically.
51932         (narenas): Initialize.
51933         (list_lock): Initialize.
51934         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51935         initializtion of main_arena and list_lock.  Small cleanups.
51936         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51937         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51938         Add initializers to main_arena and mp_.
51939         (malloc_state): Remove pagesize member.  Change all users to use
51940         GLRO(dl_pagesize).
51942         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51943         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51944         is always initialized.
51946         * malloc/malloc.c: Removed unused configurations and dead code.
51947         * malloc/arena.c: Likewise.
51948         * malloc/hooks.c: Likewise.
51949         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51951         * include/tls.h: Removed.  USE___THREAD must always be defined.
51952         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51953         * elf/dl-libc.c: Likewise.
51954         * elf/dl-tsd.c: Likewise.
51955         * include/errno.h: Likewise.
51956         * include/netdb.h: Likewise.
51957         * include/resolv.h: Likewise.
51958         * inet/herrno-loc.c: Likewise.
51959         * inet/herrno.c: Likewise.
51960         * malloc/arena.c: Likewise.
51961         * malloc/hooks.c: Likewise.
51962         * malloc/malloc.c: Likewise.
51963         * resolv/res-state.c: Likewise.
51964         * resolv/res_libc.c: Likewise.
51965         * sysdeps/i386/dl-machine.h: Likewise.
51966         * sysdeps/ia64/dl-machine.h: Likewise.
51967         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51968         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51969         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51970         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51971         * sysdeps/sh/dl-machine.h: Likewise.
51972         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51973         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51974         * sysdeps/unix/i386/sysdep.S: Likewise.
51975         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51976         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51977         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51978         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51979         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51980         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51981         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51982         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51983         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51984         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51985         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51986         * sysdeps/x86_64/dl-machine.h: Likewise.
51987         * tls.make.c: Likewise.
51989         * configure.in: Remove --with-__thread option.  Make tests for
51990         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51991         tls_model attribute fail if no support is available.  Remove
51992         USE_IN_LIBIO.
51993         * Makeconfig: Adjust for dropped configure option.  All features are
51994         now mandatory.
51995         * Makerules: Likewise.
51996         * Versions.def: Likewise.
51997         * argp/argp-fmtstream.c: Likewise.
51998         * argp/argp-fmtstream.h: Likewise.
51999         * argp/argp-help.c: Likewise.
52000         * assert/assert.c: Likewise.
52001         * config.h.in: Likewise.
52002         * config.make.in: Likewise.
52003         * configure: Likewise.
52004         * configure.in: Likewise.
52005         * csu/Versions: Likewise.
52006         * csu/init.c: Likewise.
52007         * elf/tst-audit2.c: Likewise.
52008         * elf/tst-tls10.c: Likewise.
52009         * elf/tst-tls10.h: Likewise.
52010         * elf/tst-tls11.c: Likewise.
52011         * elf/tst-tls12.c: Likewise.
52012         * elf/tst-tls14.c: Likewise.
52013         * elf/tst-tlsmod11.c: Likewise.
52014         * elf/tst-tlsmod12.c: Likewise.
52015         * elf/tst-tlsmod13.c: Likewise.
52016         * elf/tst-tlsmod13a.c: Likewise.
52017         * elf/tst-tlsmod14a.c: Likewise.
52018         * elf/tst-tlsmod15b.c: Likewise.
52019         * elf/tst-tlsmod16a.c: Likewise.
52020         * elf/tst-tlsmod16b.c: Likewise.
52021         * elf/tst-tlsmod7.c: Likewise.
52022         * elf/tst-tlsmod8.c: Likewise.
52023         * elf/tst-tlsmod9.c: Likewise.
52024         * gmon/gmon.c: Likewise.
52025         * grp/fgetgrent_r.c: Likewise.
52026         * grp/putgrent.c: Likewise.
52027         * hurd/fopenport.c: Likewise.
52028         * include/libc-symbols.h: Likewise.
52029         * include/tls.h: Likewise.
52030         * intl/gettextP.h: Likewise.
52031         * intl/loadinfo.h: Likewise.
52032         * locale/global-locale.c: Likewise.
52033         * locale/localeinfo.h: Likewise.
52034         * mach/devstream.c: Likewise.
52035         * malloc/arena.c: Likewise.
52036         * malloc/set-freeres.c: Likewise.
52037         * misc/err.c: Likewise.
52038         * misc/getttyent.c: Likewise.
52039         * misc/mntent_r.c: Likewise.
52040         * posix/getopt.c: Likewise.
52041         * posix/wordexp.c: Likewise.
52042         * pwd/fgetpwent_r.c: Likewise.
52043         * resolv/Versions: Likewise.
52044         * resolv/res_hconf.c: Likewise.
52045         * shadow/fgetspent_r.c: Likewise.
52046         * shadow/putspent.c: Likewise.
52047         * stdio-common/printf_fphex.c: Likewise.
52048         * stdio-common/tmpfile.c: Likewise.
52049         * stdlib/abort.c: Likewise.
52050         * stdlib/fmtmsg.c: Likewise.
52051         * sunrpc/auth_unix.c: Likewise.
52052         * sunrpc/clnt_perr.c: Likewise.
52053         * sunrpc/clnt_tcp.c: Likewise.
52054         * sunrpc/clnt_udp.c: Likewise.
52055         * sunrpc/clnt_unix.c: Likewise.
52056         * sunrpc/openchild.c: Likewise.
52057         * sunrpc/svc_simple.c: Likewise.
52058         * sunrpc/svc_tcp.c: Likewise.
52059         * sunrpc/svc_udp.c: Likewise.
52060         * sunrpc/svc_unix.c: Likewise.
52061         * sunrpc/xdr.c: Likewise.
52062         * sunrpc/xdr_array.c: Likewise.
52063         * sunrpc/xdr_rec.c: Likewise.
52064         * sunrpc/xdr_ref.c: Likewise.
52065         * sunrpc/xdr_stdio.c: Likewise.
52067 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52069         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52071 2011-07-03  Andreas Jaeger  <aj@suse.de>
52073         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52074         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52075         regenerate with gen-libm-tests.pl.
52077 2010-05-12  Petr Baudis  <pasky@suse.cz>
52079         [BZ #11589]
52080         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52081         around j0() zero points by switching to j1().
52082         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52083         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52084         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52085         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52087 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52089         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52090         instead of 0.
52091         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52092         instead of 0.
52093         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52094         Patch in part by Pavel Roskin <proski@gnu.org>.
52096         [BZ #13138]
52097         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52098         realloc.
52099         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52100         Free memory block if necessary.
52102         [BZ #12847]
52103         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52104         be NULL.  Don't lock in this case.
52106 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52108         * elf/elf.h (ELFOSABI_GNU): New macro.
52109         (ELFOSABI_LINUX): Define to that.
52111 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52113         * string/strncat.c (strncat): Undef the symbol in case it has been
52114         defined in bits/string.h.
52116 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52118         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52120         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52121         link map.
52123 2011-08-17  Andreas Jaeger  <aj@suse.de>
52125         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52127 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52128             Ian Lance Taylor  <iant@google.com>
52130         * math/libm-test.inc (lround_test): New testcase.
52131         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52133 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52135         * Makefile: Remove support for automatic cvs check-ins.
52136         * Makerules: Likewise.
52137         * config.make.in: Likewise.
52138         * configure.in: Likewise.
52139         * intl/Makefile: Likewise.
52140         * locale/Makefile: Likewise.
52141         * po/Makefile: Likewise.
52142         * posix/Makefile: Likewise.
52143         * sysdeps/gnu/Makefile: Likewise.
52144         * sysdeps/mach/hurd/Makefile: Likewise.
52145         * sysdeps/sparc/sparc32/Makefile: Likewise.
52147         [BZ #13118]
52148         * posix/Makefile (bug-regex32-ENV): Define.
52149         Patch by John Stanley <jpsinthemix@verizon.net>.
52151         * misc/Makefile (headers): Add bits/select2.h.
52152         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52153         * misc/bits/select2.h: New file.
52154         * include/bits/select2.h: New file.
52155         * debug/Makefile (routines): Add fdelt_chk.
52156         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52157         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52158         FD_ISSET.
52159         * debug/fdelt_chk.c: New file.
52161         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52162         * wcsmbs/test-wmemcmp.c: Likewise.
52163         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52164         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52166 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52168         * string/Makefile (strop-tests): Add memcmp.
52169         * string/test-wmemcmp.c: New file.
52170         * string/test-memcmp.c: Add wmemcmp support.
52172 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52174         [BZ #13153]
52175         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52176         2011-07-19 change.
52178         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52179         garbage value in a __mach_port_mod_refs call in the cases of the
52180         task-self and thread-self ports.
52182 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52184         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52186 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52188         * elf/dl-load.c (lose): Check for non-null L.
52190 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52192         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52194         * elf/dl-libc.c (dlerror_run): Pass back error code from
52195         dl_catch_error.
52197         [BZ #13123]
52198         * elf/dl-load.c (lose): Free l_origin if it is valid.
52200         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52201         names.
52202         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52203         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52204         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52205         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52206         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52207         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52209 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52211         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52212         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52213         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52214         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52215         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52216         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52217         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52218         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52219         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52220         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52222 2011-08-15  Alan Modra  <amodra@gmail.com>
52224         [BZ #13092]
52225         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52226         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52227         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52228         ppc_mcount to static-only-routines.
52229         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52230         __mcount_internal.
52231         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52232         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52234 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52236         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52237         for finite and infinity parameters.
52239 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52241         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52242         and add nop instructions for throughput optimization.
52243         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52245 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52247         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52248         aligned copy for power7 with vector-scalar instructions.
52249         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52251 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52253         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52254         AVX check.
52256 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52258         [BZ #13144]
52259         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52260         last change.
52262 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52264         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52265         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52266         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52267         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52268         clock_gettime.
52270 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52272         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52273         Forgot to demangle the pointer.
52275         * sysdeps/i386/sysdep.h: Define atom_text_section.
52276         * sysdeps/x86_64/sysdep.h: Likewise.
52277         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52278         section with atom_text_section.
52279         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52280         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52281         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52282         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52283         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52285         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52286         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52287         already be defined.  Change to take two parameters and don't assign
52288         result to variable.  Adjust all users.
52289         Define INTERNAL_GETTIME if not already defined.
52290         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52291         call.
52292         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52293         HAVE_CLOCK_GETTIME_VSYSCALL.
52294         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52296         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52297         gettimeofday vsyscall, just use time.
52299 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52301         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52302         <errno.h>.
52304 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52306         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52307         syscall on x86-64.
52308         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52309         syscall.
52310         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52311         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52312         syscall if possible.
52314 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52316         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52317         e_ident.  Don't pass to find_mapsXX.
52318         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52320 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52322         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52323         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52324         * sysdeps/x86_64/multiarch/strchr.S: Update.
52325         Check bit_slow_BSF bit.
52326         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52327         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52328         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52330 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52332         [BZ #13134]
52333         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52334         before glibc 2.15.
52335         (tryshell): Define.
52336         (__spawni): Change last parameter to be flag.  Test
52337         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52338         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52339         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52340         * posix/spawni.c: Likewise.
52341         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52342         * posix/spawnp.c: Likewise.  Change normal version to use
52343         SPAWN_XFLAGS_USE_PATH.
52344         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52345         SPAWN_XFLAGS_TRY_SHELL.
52347         [BZ #13150]
52348         * posix/glob.h: Remove gcc 1.x support.
52350         [BZ #13068]
52351         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52353 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52355         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52356         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52357         strrchr-sse2-bsf
52358         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52359         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52360         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52361         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52362         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52363         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52365 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52367         * sysdeps/x86_64/wcscmp.S: New file.
52369         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52370         wcscmp-c wcscmp-sse2
52371         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52372         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52373         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52374         * wcsmbs/wcscmp.c: Allow renaming.
52376 2011-09-05  David S. Miller  <davem@davemloft.net>
52378         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52379         stack slot, rather than the struct return pointer slot.
52380         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52381         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52382         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52383         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52385 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52387         * po/ja.po: Update from translation team.
52389         [BZ #13144]
52390         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52391         kernel in 64-bit binaries.
52393 2011-09-01  David S. Miller  <davem@davemloft.net>
52395         * elf/elf.h (HWCAP_SPARC_*): Move to..
52396         * sysdeps/sparc/sysdep.h: this new file and add new values.
52397         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52398         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52399         _DL_HWCAP_COUNT to 24.
52400         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52401         entries.
52402         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52403         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52404         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52405         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52406         instead of magic constants.
52407         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52409 2011-08-31  David S. Miller  <davem@davemloft.net>
52411         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52412         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52413         Reimplement to do errno handling inline.
52414         (SYSCALL_ERROR_HANDLER): New macro.
52415         (__SYSCALL_STRING): Do not do errno handling in asm.
52416         (__CLONE_SYSCALL_STRING): Delete.
52417         (__INTERNAL_SYSCALL_STRING): Delete.
52418         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52419         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52420         (PSEUDO): Reimplement to do errno handling inline.
52421         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52422         (SYSCALL_ERROR_HANDLER): New macro.
52423         (__SYSCALL_STRING): Do not do errno handling in asm.
52424         (__CLONE_SYSCALL_STRING): Delete.
52425         (__INTERNAL_SYSCALL_STRING): Delete.
52426         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52427         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52428         i386.
52429         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52430         (inline_syscall*): Add 'err' argument.
52431         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52432         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52433         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52434         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52436         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52437         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52439 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52441         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52443 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52445         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52446         directive.
52448 2011-08-24  David S. Miller  <davem@davemloft.net>
52450         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52452 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52454         * elf/Makefile: Add rules to build and run unload8 test.
52455         * elf/unload8.c: New file.
52456         * elf/unload8mod1.c: New file.
52457         * elf/unload8mod1x.c: New file.
52458         * elf/unload8mod2.c: New file.
52459         * elf/unload8mod3.c: New file.
52461         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52462         it wasn't used.
52464 2011-08-23  David S. Miller  <davem@davemloft.net>
52466         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52467         subtract stack bias.
52468         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52469         %sp not %fp in calculations.
52470         (_JMPBUF_UNWINDS_ADJ): Likewise.
52472         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52473         (aio_suspend): Call it to force an exception region around the
52474         AIO_MISC_WAIT() invocation.
52476 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52478         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52479         backslash.
52481 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52483         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52484         protection macro.
52485         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52486         and <dl-machine.h>.
52487         (Elf64_FuncDesc): Remove.
52489 2011-08-22  David S. Miller  <davem@davemloft.net>
52491         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52492         sigaltstack check, add missing cfi directives.
52493         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52494         missing cfi directives, and sigaltstack handling.
52496 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52498         [BZ #11724]
52499         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52500         object is seen twice.
52501         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52503         * elf/Makefile (distribute): Add tst-initorder2.c.
52504         (tests): Add tst-initorder2.
52505         (modules-names): Add tst-initorder2a tst-initorder2b
52506         tst-initorder2c tst-initorder2d.  Add rules to build them.
52507         ($(objpfx)tst-initorder2.out): New rule.
52508         * elf/tst-initorder2.c: New file.
52509         * elf/tst-initorder2.exp: New file.
52511 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52513         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52515         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52516         dependencies back to end of function.
52518         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52519         $(elfobjdir)/ld.so.
52521 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52523         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52524         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52525         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52526         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52527         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52528         of __vdso_gettimeofday.
52529         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52530         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52531         attribute_hidden.
52532         (_libc_vdso_platform_setup): Remove initialization of
52533         __vdso_gettimeofday and __vdso_time.
52535 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52537         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52538         and fgetc_unlocked.
52539         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52540         getc_unlocked.
52542         * elf/dl-open.c (add_to_global): Report additions to the global scope
52543         for LD_DEBUG=scopes.
52544         (dl_open_worker): Also print scope of newly loaded dependencies.
52545         (_dl_show_scope): Indicate if there is no scope.
52547         [BZ #13114]
52548         * stdio-common/Makefile (tests): Add bug24.
52549         * stdio-common/bug24.c: New file.
52551 2011-08-19  Andreas Jaeger  <aj@suse.de>
52553         [BZ #13114]
52554         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52555         non-existant file when using close-on-exec mode.
52557 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52559         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52560         the very first instruction.
52562         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52563         the CFI state in the end.
52564         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52565         inclusion of dl-trampoline.h.
52566         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52568 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52570         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52571         expectations for long double.
52573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52574         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52576 2011-08-14  David S. Miller  <davem@davemloft.net>
52578         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52579         artificual limit depends upon the system page size.
52581 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52583         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52584         * resolv/Makefile: Define CFLAGS-libresolv.
52586 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52588         * nss/makedb.c (compute_tables): Make variables used in nested
52589         function static.
52591 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52593         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52594         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52595         if buffer was too small.
52597         * elf/pldd.c (main): Attach to all threads in the process.
52598         Rewrite /proc handling to use *at functions.
52600 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52602         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52603         specifies first scope to show.
52604         (dl_open_worker): Update callers.  Move printing scope of new
52605         object to before the relocation.
52606         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52607         * sysdeps/generic/ldsodefs.h: Update declaration.
52609         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52610         string for the scope number.
52612 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52614         * nscd/servicescache.c (cache_addserv): Make sure written is always
52615         initialized.
52617 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52619         * sysdeps/i386/i486/bits/atomic.h
52620         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52621         statement expression, so as to suppress "set but not used" warning.
52622         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52624         * string/strncat.c (STRNCAT): Use prototype definition.
52626         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52627         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52628         -Iprograms here.
52629         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52630         (localedef-modules): Add localedef.
52631         (locale-modules): Add locale.
52633         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52634         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52635         to avoid a warning.
52637 2011-08-14  David S. Miller  <davem@davemloft.net>
52639         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52640         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52642 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52644         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52645         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52646         * elf/rtld.c (dl_main): Set l_name of vDSO.
52647         Call _dl_show_scope when DL_DEBUG_SCOPES.
52648         (process_dl_debug): Recognize scopes flag and also set it for all.
52649         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52650         Declare _dl_show_scope.
52652         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52653         (do_dlopen): Pass caller_dlopen to dl_open.
52654         (__libc_dlopen_mode): Initialize caller_dlopen.
52656         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52657         of libc.  Make tolower call locale-independent.  Optimize a bit by
52658         using isdigit instead of isalnum.
52659         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52661 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52663         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52664         was a dependency or dynamically loaded.
52666 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52668         * intl/l10nflist.c: Allow architecture-specific pop function.
52669         * sysdeps/x86_64/l10nflist.c: New file.
52671         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52672         classification.
52674 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52676         * include/dirent.h: Add libc_hidden_proto for scandirat and
52677         scandirat64.  Don't declare __scandirat64.
52678         * dirent/scandirat.c: Add libc_hidden_def.
52679         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52680         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52682 2011-08-10  David S. Miller  <davem@davemloft.net>
52684         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52685         enum.
52686         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52687         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52688         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52690 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52692         * Versions.def [libc]: Add GLIBC_2.15.
52693         * dirent/Makefile (routines): Add scandirat and scandirat64.
52694         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52695         GLIBC_2.15.
52696         * dirent/dirent.h: Declare scandirat and scandirat64.
52697         * dirent/scandirat.c: New file.
52698         * dirent/scandirat64.c: New file.
52699         * sysdeps/wordsize-64/scandirat.c: New file.
52700         * sysdeps/wordsize-64/scandirat64.c: New file.
52701         * dirent/opendir.c: Define opendirat.
52702         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52703         using scandirat.
52704         * dirent/scandir64.c: Adjust for scandir.c change.
52705         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52706         __scandirat64, and __scandir_cancel_handler.
52707         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52708         additional parameter and use openat instead of open (outside of ld.so).
52709         Add new __opendir as wrapper around __opendirat.
52710         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52711         here without requiring old scandirat implementation.
52713 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52715         * dirent/scandir.c (cancel_handler): Renamed to
52716         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52717         defined.  Adjust users.
52718         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52719         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52721 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52723         * string/test-string.h (IMPL): Use __STRING to expand name and then
52724         stringify it.
52726         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52727         of cleanups.
52729 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52731         * string/Makefile: Update.
52732         (strop-tests): Append strncat.
52733         * string/test-wcscmp.c: New file.
52734         New comprehensive test for wcscmp.
52735         * string/test-strcmp.c: Update.
52736         (WIDE): New define.
52738 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52740         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52741         line.
52743 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52745         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52746         encoding to ACE if AI_IDN.
52748 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52750         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52751         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52753 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52755         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52756         Fix overflow bug in strncat.
52757         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52759         * string/test-strncat.c: Update.
52760         Add new tests for checking overflow bugs.
52762 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52764         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52765         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52766         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52767         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52768         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52769         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52770         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52771         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52772         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52774         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52775         (USE_AS_STRCAT): Define.
52776         Add strcat and strncat support.
52777         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52779 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52781         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52782         __n bigger than INT_MAX+1.
52783         (__strncmp_g): Likewise.
52785 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52787         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52788         * libio/stido.h: Likewise.
52790         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52791         (AF_NFC): Define.
52792         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52793         (AF_NFC): Define.
52795         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52796         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52797         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52798         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52799         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52801         [BZ #13021]
52802         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52803         installed.
52805         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52806         typo.
52807         (_dl_x86_64_save_sse): Likewise.
52809 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52811         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52812         OSXSAVE.
52813         (_dl_x86_64_save_sse): Likewise.
52815         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52817         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52819 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52821         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52822         change.
52823         (_dl_x86_64_save_sse): Use correct AVX check.
52825 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52827         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52828         bug in strncpy/strncat.
52829         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52831 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52833         * string/tester.c (test_strcat): Add tests for different alignments
52834         of source and destination.
52835         (test_strncat): Likewise.
52837 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52839         [BZ #12852]
52840         * posix/glob.c (glob): Check passed in values before using them in
52841         expressions to avoid some overflows.
52842         (glob_in_dir): Likewise.
52844         [BZ #13007]
52845         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52846         check for AVX enablement so that we don't crash with old kernels and
52847         new hardware.
52848         * elf/tst-audit4.c: Add same checks here.
52849         * elf/tst-audit6.c: Likewise.
52851         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52853 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52855         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52857 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52859         * po/cs.po: Update from translation team.
52860         * po/bg.po: Likewise.
52862 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52864         * misc/sys/cdefs.h: Add support for const attribute.
52865         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52866         to gnu_dev_{major,minor,makedev} functions.
52868 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52870         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52872 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52874         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52875         strlen results.
52877 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52879         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52880         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52881         register in order to avoid conflicts with the soft frame pointer
52882         being held in r11 when necessary.
52883         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52884         (INTERNAL_VSYSCALL_NCS): Likewise.
52886 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52888         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52889         * elf/dl-fini.c (_dl_fini): Adjust caller.
52890         * elf/dl-close.c (_dl_close_worker): Likewise.
52891         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52893 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52895         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52896         "aux_cache->nlibs < 0".
52898         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52899         in the reload-count case.
52901 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52903         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52904         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52905         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52906         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52907         * sysdeps/x86_64/multiarch/strcat.S: New file.
52908         * sysdeps/x86_64/multiarch/strncat.S: New file.
52909         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52910         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52911         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52912         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52913         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52914         (USE_AS_STRCAT): Define.
52915         Add strcat and strncat support.
52916         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52917         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52918         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52919         * string/strncat.c: Update.
52920         (USE_AS_STRNCAT): Define.
52921         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52922         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52923         and i7.
52924         * sysdeps/x86_64/multiarch/init-arch.h
52925         (bit_Prefer_PMINUB_for_stringop): New.
52926         (index_Prefer_PMINUB_for_stringop): Likewise.
52927         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52928         bit_Prefer_PMINUB_for_stringop.
52930 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52932         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52933         buffer64.
52934         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52935         of casting of buffer.
52936         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52937         buffer32 and buffer64.
52938         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52939         writes instead of casting of buffer.
52940         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52941         buffer32.
52942         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52943         casting of buffer.
52945 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52947         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52949 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52951         * nscd/nscd.c (termination_handler): Don't do anything for a database
52952         if it has not yet been initialized.
52954 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52956         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52958 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52960         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52962 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52964         * po/nl.po: Update from translation team.
52965         * po/sv.po: Likewise.
52967 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52969         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52970         now disallowed by GCC.
52972         * configure.in (use-default-link): Default to yes if a test -shared
52973         link meets our qualifications.
52974         * configure: Regenerated.
52976         * config.make.in (output-format): New variable.
52977         * configure.in: Check for ld --print-output-format support.
52978         * configure: Regenerated.
52979         * Makerules ($(common-objpfx)format.lds)
52980         [$(output-format) != unknown]: Just use $(output-format),
52981         instead of the linker-script munging.
52983 2011-07-14  Roland McGrath  <roland@hack.frob.com>
52985         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52986         of $(common-objpfx)shlib.lds.
52987         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52989         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52990         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52992         * configure.in (-z relro check): Adjust test code to add a large
52993         writable data section after it.
52994         * configure: Regenerated.
52996 2011-07-11  Roland McGrath  <roland@hack.frob.com>
52998         * configure.in (-z relro check): Fix test code to make the variable
52999         truly const.
53000         * configure: Regenerated.
53002 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53004         * nscd/nscd.h (struct traced_file): Define.
53005         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53006         elements.  Add traced_files.
53007         (inotify_fd): Declare.
53008         (register_traced_file): Declare.
53009         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53010         (inotify_fd): Export.
53011         (resolv_conf_descr): Remove.
53012         (nscd_init): Move inotify descriptor creation to main.
53013         Don't register files for notification here.
53014         (register_traced_file): New function.
53015         (invalidate_cache): Don't use reset_res to determine whether to call
53016         res_init, go through the list of registered files.
53017         (main_loop_poll): The inotify descriptors are now stored in the
53018         structures for the traced files.
53019         (main_loop_epoll): Likewise
53020         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53021         to __nss_disable_nscd.
53022         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53023         for a database anymore.  Check the records for all the registered
53024         files instead.
53025         * nss/Makefile (libnss_files-routines): Add files-init.
53026         (libnss_db-routines): Add db-init.
53027         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53028         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53029         * nss/nss_db/db-init.c: New file.
53030         * nss/nss_files/files-init.c: New file.
53031         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53032         __nss_lookup_function.
53033         (__nss_lookup_function): Call nss_load_library.
53034         (nss_load_all_libraries): New function.
53035         (__nss_disable_nscd): Take parameter with callback function for files
53036         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53037         used for the cached services.
53038         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53039         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53040         options for features to all the files in nscd.
53042         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53044 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53046         * csu/elf-init.c (__libc_csu_init): Comment typo.
53048 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53050         * po/pl.po: Update from translation team.
53051         * po/ja.po: Likewise.
53052         * po/ru.po: Likewise.
53053         * po/ko.po: Likewise.
53054         * po/fr.po: Likewise.
53056 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53058         * configure.in (.ctors/.dtors header and trailer check):
53059         Use an empirical test on a built program.
53060         * configure: Regenerated.
53062         * configure.in (-z relro check): Use an empirical test on a built DSO.
53063         Detect, but do not require, on ia64.
53064         * configure: Regenerated.
53066         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53067         Update tests that use readelf to use $READELF instead.
53068         * configure: Regenerated.
53070 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53072         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53073         if the result is not used.
53075 2011-07-05  Andreas Jaeger  <aj@suse.de>
53077         [BZ#9696]
53078         * stdlib/tst-strtod.c: Add testcase.
53080 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53082         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53083         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53084         The latter has a higher limit.  Take additional parameter to pass to
53085         the new function.
53086         (__pathconf): Pass file to __statfs_link_max.
53087         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53088         __statfs_link_max.
53089         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53090         __statfs_link_max.
53092         [BZ #12868]
53093         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53094         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53095         Handle Lustre.
53096         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53097         (__statfs_filesize_max): Likewise.
53098         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53100 2011-07-05  Andreas Jaeger  <aj@suse.de>
53102         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53104 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53106         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53107         `status' variable.
53108         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53109         Likewise.
53111 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53113         * Makefile (strop-tests): Add strncat.
53114         * string/test-strncat.c: New file.
53116 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53118         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53120 2011-06-21  Andreas Jaeger  <aj@suse.de>
53122         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53123         Copy rule from iconvdata/Makefile.
53125 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53127         [BZ #12922]
53128         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53129         but no long options are defined, just return 'W'.
53131 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53133         [BZ #9696]
53134         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53136 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53138         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53139         netgroups to read.
53140         (innetgr): Likewise.
53142 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53144         * config.make.in (install_root): Default to $(DESTDIR).
53146 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53148         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53150 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53152         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53154         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53155         containing directory rather than embedding absolute directory names.
53157         * scripts/check-local-headers.sh: Rewritten using awk.
53158         Match by word, not by line.  Print error messages for matches.
53159         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53161         * Makerules [shlib-lds-flags empty]:
53162         ($(common-objpfx)libc_pic.opts): New target.
53163         ($(common-objpfx)libc_pic.os.clean): New target.
53164         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53166         * config.make.in (OBJCOPY): New variable.
53167         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53168         * configure: Regenerated.
53170         * config.make.in (use-default-link): New variable.
53171         * configure.in (use_default_link): Grok --with-default-link to set it.
53172         * configure: Regenerated.
53173         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53174         (shlib-lds, shlib-lds-flags): Define to empty.
53176         * Makerules (shlib-lds): New variable.
53177         (shlib-lds-flags): New variable.
53178         (build-shlib, build-moduile, build-module-asneeded): Use it.
53179         ($(common-objpfx)libc.so): Use $(shlib-lds).
53180         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53181         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53183         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53184         DT_FLAGS/DT_FLAGS_1 with zero flags.
53186         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53187         linker script munging.
53189 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53191         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53192         as 128-bit value.
53193         * crypt/sha512.c (sha512_process_block): Perform total addition using
53194         128-bit if possible.
53195         (__sha512_finish_ctx): Likewise.
53196         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53197         as 64-bit value.
53198         * crypt/sha256.c (SWAP64): Define.
53199         (sha256_process_block): Perform total addition using 64-bit if
53200         possible.
53201         (__sha256_finish_ctx): Likewise.
53203 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53205         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53206         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53207         * nscd/hstcache.c (cache_addhst): Likewise.
53208         * nscd/grpcache.c (cache_addgr): Likewise.
53209         * nscd/aicache.c (addhstaiX): Likewise
53210         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53212 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53214         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53215         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53216         * nscd/hstcache.c (cache_addhst): Likewise.
53217         * nscd/grpcache.c (cache_addgr): Likewise.
53218         * nscd/aicache.c (addhstaiX): Likewise
53220 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53222         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53223         domain only when needed.
53225 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53227         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53228         is always restored.
53230 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53232         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53233         are re-adding the entry.
53234         * nscd/servicescache.c (cache_addserv): Likewise.
53236 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53238         * sysdeps/generic/dl-irel.h: fix protection against multiple
53239         inclusions.
53240         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53242 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53244         [BZ #12935]
53245         * malloc/memusage.sh: Fix quoting in message.
53246         * debug/xtrace.sh: Likewise.
53248         * configure.in: Remove support for --experimental-malloc option, make
53249         it the default.
53250         * config.make.in: Likewise.
53251         * malloc/Makefile: Likewise.
53253 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53255         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53256         two-byte characters.
53258 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53260         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53261         AC_CACHE_CHECK invocation.
53262         * configure: Regenerated.
53264         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53266 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53268         [BZ #12350]
53269         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53270         bit from old_res_options.
53272         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53274         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53275         value type for setfct.
53277 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53279         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53280         __gettimeofday instead of gettimeofday.
53282 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53284         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53286 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53288         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53290         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53291         info.
53293 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53295         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53296         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53297         strcpy-sse2-unaligned strncpy-sse2-unaligned
53298         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53299         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53300         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53301         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53302         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53303         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53304         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53305         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53306         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53307         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53308         (STRCPY): Support SSE2 and SSSE3 versions.
53310 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53312         [BZ #12874]
53313         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53314         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53315         kernels which artificially limit size of requests.
53317 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53319         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53320         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53321         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53322         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53323         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53324         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53325         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53326         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53327         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53328         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53329         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53330         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53331         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53332         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53333         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53334         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53335         Enable unaligned load optimization for Intel Core i3, i5 and i7
53336         processors.
53337         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53338         Define.
53339         (index_Fast_Unaligned_Load): Define.
53340         (HAS_FAST_UNALIGNED_LOAD): Define.
53342 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53344         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53346 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53348         [BZ #12907]
53349         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53350         until it is clear that the information is realy needed.
53351         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53353 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53355         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53357 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53359         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53360         /sys/devices/system/cpu/online if it is usable.
53362         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53363         reading the information from the /proc filesystem to once a second.
53365 2011-06-21  Andreas Jaeger  <aj@suse.de>
53367         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53368         NULL after inclusion of kernel headers.
53370 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53372         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53373         calls to internal_setent.
53375         [BZ #12885]
53376         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53377         addresses using gethostbyname4_r ignore IPv4 addresses.
53379         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53380         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53382         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53384 2011-06-20  David S. Miller  <davem@davemloft.net>
53386         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53387         inclusions.
53388         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53390         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53391         (elf_irel): Use it.
53392         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53393         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53394         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53395         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53396         * sysdeps/x86_64/dl-irel.h: Likewise.
53398         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53399         * elf/dl-sym.c: Likewise.
53401 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53403         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53404         need to dereference resplen2.
53406 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53408         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53410 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53412         * Makeconfig: Define vardbdir and inst_vardbdir.
53413         * nss/Makefile: Add rules to install db-Makefile.
53415         * nss/nss_db/db-XXX.c: Cleanup.
53417         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53418         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53419         GLIBC_PRIVATE.
53420         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53421         * nss/makedb.c: Implement -g option to specify that value strings
53422         are generated and should not be added to table iterated over for
53423         get*ent calls.
53424         * nss/nss_db/db-initgroups.c: New file.
53426         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53427         interface.
53429         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53430         (internal_getgrouplist): Adjust to name change.
53431         Update use_initgroups_entry if this is not the first call.
53432         * nss/databases.def: Add initgroups entry.
53434         * nss/makedb.c (compute_tables): Check result of multiple hash table
53435         sizes to minimize maximum chain length.
53437 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53439         * Versions.def: Add entry for libnss_db.
53440         * shlib-versions: Likewise.
53441         * nss/Makefile: Add rules to build libnss_db.
53442         * nss/Versions: Add libnss_db information.  Organize libnss_files
53443         entries better.
53444         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53445         makedb progra.  Some minor improvements to generate smaller files.
53446         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53447         here from...
53448         * nss/makedb.c: ...here.
53449         Improve database format to be smaller and require less memory at
53450         runtime.
53451         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53452         db anymore.
53453         * nss/nss_db/db-netgrp.c: Likewise.
53454         * nss/nss_db/db-open.c: Likewise.
53455         * nss/nss_files/flies-XXX.x: Adjust comments.
53456         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53457         * nss/nss_files/files-grp.c: Likewise.
53458         * nss/nss_files/files-hosts.c: Likewise.
53459         * nss/nss_files/files-network.c: Likewise.
53460         * nss/nss_files/files-proto.c: Likewise.
53461         * nss/nss_files/files-pwd.c: Likewise.
53462         * nss/nss_files/files-rpc.c: Likewise.
53463         * nss/nss_files/files-service.c: Likewise.
53464         * nss/nss_files/files-sgrp.c: Likewise.
53465         * nss/nss_files/files-spwd.c: Likewise.
53466         * nss/nss_db/db-alias.c: Removed.
53467         * nss/nss_db/dummy-db.h: Removed.
53469 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53471         * nss/makedb.c: Rewritten to not use database library.
53472         * nss/Makefile: Update to build new makedb program.
53474 2011-06-14  Andreas Jaeger  <aj@suse.de>
53476         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53477         memset declaration.
53479 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53481         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53482         tmpbuf.
53484 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53486         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53487         * elf/Makefile ($(objpfx)ld.so): Likewise.
53489         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53490         Don't list ld.so twice in dependencies.
53492         * posix/bug-regex31.c: Include <stdlib.h>.
53494         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53496         * nis/nss_compat/compat-spwd.c
53497         (getspent_next_nss_netgr): Remove unused variable.
53498         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53500         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53501         nonmembers" output to use the right array.
53503         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53505         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53507         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53508         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53509         * catgets/gencat.c (read_input_file): Likewise.
53510         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53512         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53513         variable definition inside #if's controlling its use.
53515         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53517         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53519         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53521         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53522         unreachable code.
53524         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53526         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53527         * configure: Regenerated.
53529         * Makerules: Revert last change.
53530         * elf/Makefile: Likewise.
53532 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53534         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53535         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53536         (reloc-link): Likewise.
53538 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53540         * elf/Makefile: Add rules to build pldd.
53541         * elf/pldd.c: New file.
53542         * elf/pldd-xx.c: New file.
53544 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53546         * version.h: Update for 2.15 development version.
53548 2011-06-07  David S. Miller  <davem@davemloft.net>
53550         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53551         ifuncs.
53552         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53553         elf_machine_lazy_rel): Likewise.
53554         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53555         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53556         elf_machine_lazy_rel): Likewise.
53557         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53558         dl_hwcap via passed in argument.
53559         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53560         Likewise.
53562 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53564         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53566 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53568         [BZ #12849]
53569         * manual/fdl-1.1.texi: New file, verbatim from:
53570         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53571         * manual/lgpl-2.1.texi: New file, verbatim from:
53572         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53573         * manual/Makefile (licenses): New variable, list those new file names.
53574         (texis): Use it.
53575         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53577         * manual/fdl.texi: File removed.
53578         * manual/lesser.texi: File removed.
53579         * manual/libc.texinfo (Copying, Documentation License):
53580         Use new @include file names, put @appendix directive before @include.
53582 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53584         [BZ #12841]
53585         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53586         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53587         (mq_open): Add __NTH.
53589 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53591         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53592         Assume Intel Core i3/i5/i7 processor if AVX is available.
53594 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53596         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53597         typo.
53599 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53601         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53602         memory.  Use alloca_account.  Fix memory leak when retrying.
53604 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53606         * version.h (RELEASE): Bump for 2.14 release.
53607         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53609         * config.make.in (RANLIB): Remove entry.
53611 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53613         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53614         (libc.pot): Work around missing support for .ksh extension in xgettext.
53616         [BZ #12684]
53617         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53618         if both request failed.
53619         (send_dg): In case of server errors clear resplen or *resplen2.
53621         [BZ #12454]
53622         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53623         when there are multiple maps.
53624         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53625         (_dl_fini): Remove test here.
53627         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53629 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53631         [BZ #12350]
53632         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53633         bit from old_res_options.
53634         (gaih_inet): Likewise.
53636         [BZ #11099]
53637         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53638         as signed.
53640         * resolv/res_init.c (res_setoptions): Make the code more compact.
53642         [BZ #11558]
53643         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53644         set RES_USEVC.
53646         [BZ #11634]
53647         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53649         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53651         [BZ #11781]
53652         * malloc/malloc.h: Declare malloc hook variables as volatile.
53654         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53655         in last patch.
53657         [BZ #11799]
53658         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53659         raise in the comment.
53660         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53661         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53662         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53664 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53666         [BZ #12811]
53667         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53668         grow the buffers more if it already has to be sufficient.
53669         (build_wcs_upper_buffer): Likewise.
53670         * posix/regexec.c (check_matching): Likewise.
53671         (clean_state_log_if_needed): Likewise.
53672         (extend_buffers): Don't enlarge buffers beyond size of the input
53673         buffer.
53674         Patches mostly by Emil Wojak <emil@wojak.eu>.
53675         * posix/bug-regex32.c: New file.
53676         * posix/Makefile (tests): Add bug-regex32.
53678         * locale/findlocale.c (_nl_find_locale): Return right away if
53679         _nl_explode_name failed.
53680         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53682         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53684         * debug/xtrace.sh: Unify messages.
53685         * malloc/memusage.sh: Likewise.
53687         [BZ #12813]
53688         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53689         time symbol from vDSO.  Substitute with vsyscall if not available.
53690         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53691         __vdso_time.
53693         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53694         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53695         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53696         Add sendmmsg and internal_sendmmsg.
53697         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53698         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53699         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53701         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53702         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53703         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53705 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53707         [BZ #12813]
53708         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53709         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53710         available.
53711         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53712         __vdso_getcpu.
53714         [BZ #12814]
53715         * iconvdata/Makefile (tests): Add bug-iconv9.
53716         * iconvdata/bug-iconv9.c: New file.
53718 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53720         [BZ #12814]
53721         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53723 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53725         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53726         (struct user_regs_struct): Change intcs field back to cs.
53728 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53730         * po/ja.po: Update from translation team.
53732 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53734         [BZ #12795]
53735         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53736         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53738 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53740         * stdlib/longlong.h: Update from GCC.
53742 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53744         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53745         parameter name.
53746         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53747         Add parameter name.
53748         (__sysconf): Pass it down.
53750 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53752         [BZ #12671]
53753         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53754         some situations.
53755         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53756         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53757         add in in __libc_use_alloca calls.  Adjust callers.
53758         (glob): Use malloc in some situations.
53760         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53761         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53762         pltexit.
53764 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53766         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53767         and CLOCK_BOOTTIME_ALARM.
53769         [BZ #12782]
53770         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53771         is returned.
53773         * string/_strerror.c (__strerror_r): Print negative errors as signed
53774         numbers.
53776         [BZ #12777]
53777         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53778         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53779         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53781         * configure.in: Fix typo in redirection and correct removal of test
53782         files in two cases.
53784         [BZ #12788]
53785         * locale/setlocale.c (new_composite_name): Fix test to check for
53786         identical name of all categories.
53788         [BZ #12792]
53789         * libio/filedoalloc.c (local_isatty): New function.
53790         (_IO_file_doallocate): Use local_isatty.
53791         * stdio-common/perror.c (perror): In case a new stream is used
53792         forward the stream error.
53793         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53794         error flag.
53796 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53798         [BZ #11869]
53799         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53800         alloca.
53801         * include/alloca.h (extend_alloca_account): Define.
53803         [BZ #11857]
53804         * posix/regex.h: Fix comments with documentation of user-accessible
53805         fields after compilation and describe correct free'ing of pattern
53806         after re_compile_pattern.
53807         Patch by Reuben Thomas <rrt@sc3d.org>.
53809 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53811         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53812         and -mno-altivec to prevent the compiler from using Altivec and/or
53813         VSX instructions when the corresponding registers are not available.
53815 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53817         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53819 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53821         * libio/freopen.c (freopen): Use __dup2, not dup2.
53822         * libio/freopen64.c (freopen64): Likewise.
53824 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53826         [BZ #12775]
53827         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53828         * math/Makefile (tests): Add test-powl.
53829         (CFLAGS-test-powl.c): Define.
53830         * math/test-powl.c: New file.
53832 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53834         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53836 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53838         [BZ #11837]
53839         * iconvdata/gb18030.c: Update to GB18020-2005.
53841 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53843         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53844         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53845         Patch by Aharon Robbins <arnold@skeeve.com>.
53847         [BZ #11892]
53848         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53849         on the stack.
53851         [BZ #11895]
53852         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53853         through underflows.
53855         [BZ #12766]
53856         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53857         point to strings before performing equality test for error_one_per_line
53858         mode.
53860         [BZ #11697]
53861         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53863         [BZ #11820]
53864         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53865         (struct user_fpregs_struct): Avoid __uint*_t types.
53867         [BZ #6420]
53868         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53869         symbol info.  Use it instead of calling _dl_addr locally.
53870         (lock_and_info): New function.
53871         (tr_freehook): Call lock_and_info and pass symbol info as additional
53872         parameter to tr_where.
53873         (tr_mallochook): Likewise.
53874         (tr_reallochook): Likewise.
53875         (tr_memalignhook): Likewise.
53877         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53878         used and couldn't be at all thread-safe.
53880 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53882         * libio/freopen.c (freopen): Don't close old file descriptor
53883         before the new one is opened.  Instead dup the new file descriptor
53884         to the old one after the new stream is created.
53885         * libio/freopen64.c (freopen64): Likewise.
53886         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53887         * libio/fileops.c (_IO_new_file_close_it): Handle new
53888         _IO_FLAGS2_NOCLOSE flag.
53889         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53890         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53891         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53892         _IO_FLAGS2_NOCLOSE flag.
53893         * include/unistd.h: Add hidden_proto for dup3.
53894         Define __have_dup3.
53895         * io/dup3.c: Define hidden symbol.
53896         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53898         [BZ #7101]
53899         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53900         when an incomplete long option is used.
53901         * posix/tst-getopt_long1.c: New file.
53902         * posix/Makefile (tests): Add tst-getopt_long1.
53904         [BZ #10138]
53905         * scripts/config.guess: Update from autoconf-2.68.
53906         * scripts/config.sub: Likewise.
53908         [BZ #10157]
53909         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53910         tests into ...
53911         (has_cpuclock): ...this.  New function.
53912         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53913         macro here based on has_cpuclock code.
53915         [BZ #10149]
53916         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53917         First byte (not low byte) is now always NUL.
53918         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53920         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53921         Use non-cancelable interfaces.
53923         [BZ #9809]
53924         * locale/iso-639.def: Add entry for Sorani.
53926         [BZ #11901]
53927         * include/stdlib.h: Move include protection to the right place.
53928         Define abort_msg_s.  Declare __abort_msg with it.
53929         * stdlib/abort.c (__abort_msg): Adjust type.
53930         * assert/assert.c (__assert_fail_base): New function.  Majority
53931         of code from __assert_fail.  Allocate memory for __abort_msg with
53932         mmap.
53933         (__assert_fail): Now call __assert_fail_base.
53934         * assert/assert-perr.c: Remove bulk of implementation.  Use
53935         __assert_fail_base.
53936         * include/assert.hL Declare __assert_fail_base.
53937         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53938         mmap.
53939         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53941 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53943         [BZ #11952]
53944         [BZ #12453]
53945         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53946         until all modules are registered in the DTV.
53947         * elf/Makefile: Add rules to build and run tst-tls19.
53948         * elf/tst-tls19.c: New file.
53949         * elf/tst-tls19mod1.c: New file.
53950         * elf/tst-tls19mod2.c: New file.
53951         * elf/tst-tls19mod3.c: New file.
53952         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53954         [BZ #12083]
53955         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53956         correctly.
53958         [BZ #12601]
53959         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53960         two-byte sequence errors.
53961         * iconvdata/Makefile (tests): Add bug-iconv8.
53962         * iconvdata/bug-iconv8.c: New file.
53964         [BZ #12626]
53965         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53966         buf2 definition.
53968         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53970         [BZ #12432]
53971         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53972         (dummy_getcfa): New function.
53973         (init): Get _Unwind_GetCFA address, use dummy if not found.
53974         (backtrace_helper): In recursion check, also check whether CFA changes.
53975         (__backtrace): Completely initialize arg.
53977         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53978         storing incomplete byte sequence in state object.  Avoid testing for
53979         guaranteed too small input if we know there is enough data available.
53981 2011-05-11  Andreas Schwab  <schwab@redhat.com>
53983         * Makeconfig (+link-pie): Indent.
53984         * Rules (binaries-pie): Define if $(have-fpie) and
53985         $(build-shared).
53986         (binaries-shared): Also filter out $(binaries-pie).
53987         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53988         * nscd/Makefile (others-pie): Add nscd.
53989         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53990         ($(objpfx)nscd): Remove command override.
53991         * login/Makefile (others-pie): Add pt_chown.
53992         ($(objpfx)pt_chown): Remove command override.
53993         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53994         remove command overrides.
53996 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
53998         * libio/tst_putwc.c: Fix error messages.
54000         [BZ #12724]
54001         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54002         currently writing and seek to current position when not.
54003         * libio/Makefile (tests): Add bug-fclose1.
54004         * libio/bug-fclose1.c: New file.
54006 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54008         [BZ #12511]
54009         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54010         don't set DF_1_NODELETE here.
54011         (do_lookup_x): When entering new entry test for copy relocation
54012         and if necessary set DF_1_NODELETE flag.
54013         * elf/tst-unique4.cc: New file.
54014         * elf/tst-unique4.h: New file.
54015         * elf/tst-unique4lib.cc: New file.
54016         * elf/Makefile: Add rules to build and run tst-unique4.
54017         Patch by Piotr Bury <pbury@goahead.com>.
54019 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54021         [BZ #12052]
54022         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54024         [BZ #12625]
54025         * misc/mntent_r.c (addmntent): Flush the stream after the output
54027         [BZ #12393]
54028         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54029         (is_trusted_path_normalize): Skip initial colon.  Append slash
54030         to empty buffer.  Duplicate is_trusted_path code but allow
54031         constructed patch to be prefix.
54032         (is_dst): Allow $ORIGIN followed by /.
54033         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54034         Correct testing of result of is_trusted_path_normalize
54035         (decompose_rpath): Fix warning.
54037 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54039         [BZ #11257]
54040         * grp/initgroups.c (internal_getgrouplist): When we found the service
54041         list through the initgroups entry in nsswitch.conf do not always
54042         continue on a successful lookup.  Don't always use the
54043         __nss_group_database value if it is set.
54044         * nss/nsswitch.conf (initgroups): Change action for successful db
54045         lookup to continue for compatibility.
54047 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54049         [BZ #11532]
54050         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54051         and CP774 modules.
54052         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54053         and CP774 modules.
54054         * iconvdata/tst-tables.sh: Likewise.
54055         * iconvdata/cp770.c: New file.
54056         * iconvdata/cp771.c: New file.
54057         * iconvdata/cp772.c: New file.
54058         * iconvdata/cp773.c: New file.
54059         * iconvdata/cp774.c: New file.
54060         * iconvdata/testdata/CP770: New file.
54061         * iconvdata/testdata/CP770..UTF8: New file.
54062         * iconvdata/testdata/CP771: New file.
54063         * iconvdata/testdata/CP771..UTF8: New file.
54064         * iconvdata/testdata/CP772: New file.
54065         * iconvdata/testdata/CP772..UTF8: New file.
54066         * iconvdata/testdata/CP773: New file.
54067         * iconvdata/testdata/CP773..UTF8: New file.
54068         * iconvdata/testdata/CP774: New file.
54069         * iconvdata/testdata/CP774..UTF8: New file.
54071         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54072         END CHARMAP line.
54073         * iconvdata/gen-8bit-gap.sh: Likewise.
54074         * iconvdata/gen-8bit.sh: Likewise.
54076         * locale/iso-639.def: Add ary entry.
54078         [BZ #11258]
54079         * locale/C-translit.h.in: Add U20A1 transliteration.
54081         [BZ #12178]
54082         * locale/iso-639.def: Add wae entry.
54083         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54085         [BZ #12545]
54086         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54087         for n.
54089         [BZ #12711]
54090         * locale/C-translit.h.in: Add entry for U20B9.
54091         Patch by pravin.d.s@gmail.com.
54093 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54095         [BZ #12713]
54096         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54097         ENAMETOOLONG use generic getcwd.
54098         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54099         in rtld.  Use *stat64.
54100         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54101         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54102         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54103         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54104         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54105         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54106         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54107         __fstatat64 macros.
54108         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54109         * dirent/rewinddir.c: Add libc_hidden_def.
54110         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54111         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54113         * include/dirent.h (__alloc_dir): Add flags parameter.
54114         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54115         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54116         __alloc_dir.
54117         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54118         from fdopendir if O_CLOEXEC is already set.
54120 2011-03-15  Alan Modra  <amodra@gmail.com>
54122         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54123         l_tls_firstbyte_offset non-zero.  Save padding offset in
54124         l_tls_firstbyte_offset for later use.
54125         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54126         freeing static tls block.
54128 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54130         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54131         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54132         being defined by the kernel headers.
54134 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54136         [BZ #12734]
54137         * resolv/resolv.h: Define RES_NOTLDQUERY.
54138         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54139         no-tld-query and set RES_NOTLDQUERY.
54140         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54141         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54142         modern BIND to search name as TLD unless forbidden.
54144 2011-05-07  Petr Baudis  <pasky@suse.cz>
54145             Ulrich Drepper  <drepper@gmail.com>
54147         [BZ #12393]
54148         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54149         (is_trusted_path): ...to here.
54150         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54151         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54152         using is_trusted_path_normalize() in setuid scripts.
54154 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54156         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54157         __BEGIN/__END_DECLS.
54159 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54161         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54162         NSS_STATUS_NOTFOUND if no record was found.
54164 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54166         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54167         (headers-not-in-tirpc): Remove rpc/netdb.h
54168         * resolv/netdb.h: Revert last change.
54170 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54172         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54173         circular dependency between libgcc.a and libc.a.
54175 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54177         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54178         * nis/Makefile: Don't install rpcsvc/*.
54179         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54180         instead of <rpc/types.h>.
54181         (MAXHOSTNAMELEN): Define.
54183 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54185         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54187 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54189         [BZ #12714]
54190         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54191         gethostbyname4_r when IPv6 results are possible.
54193 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54195         [BZ #12723]
54196         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54197         _PC_PIPE_BUF handling.
54199 2011-04-30  Bruno Haible  <bruno@clisp.org>
54201         [BZ #12717]
54202         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54203         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54204         to 'int'.
54205         * inet/getnameinfo.c (getnameinfo): Likewise.
54207 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54209         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54210         to groups setting in database lookup.
54211         * nss/nsswitch.conf: Add initgroups entry.
54213 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54215         [BZ #12685]
54216         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54217         mode string.
54218         Patch by Eric Blake <eblake@redhat.com>.
54220 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54222         * sunrpc/Makefile (need-export-routines): Add svc_run.
54223         (routines): Remove svc_run.
54224         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54225         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54226         * sunrpc/svc_run.c (svc_run): Likewise.
54227         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54229 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54231         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54232         problem in reallocation in last patch.
54234 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54236         * sunrpc/Makefile: Move inclusion of Rules.
54238 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54240         * nss/nss_files/files-initgroups.c: New file.
54241         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54242         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54243         _nss_files_initgroups_dyn.
54245 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54247         * elf/elf.h (R_ARM_IRELATIVE): Define.
54249 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54251         * po/ru.po: Update from translation team.
54253 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54255         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54256         dependencies.
54258 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54260         [BZ #12653]
54261         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54262         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54263         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54264         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54265         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54267 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54269         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54270         differing bytes.
54271         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54272         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54273         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54275 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54277         [BZ #12420]
54278         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54279         storing it.
54280         * stdlib/bug-getcontext.c: New file.
54281         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54283 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54285         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54286         instructions into .machine "z9-109".
54287         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54288         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54290 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54292         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54293         between environment variables and auxiliary vector.
54295 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54297         * Makefile: Add rules to build linkobj/libc.so.
54298         * include/libc-symbols.h: Define libc_hidden_nolink.
54299         * include/rpc/auth.h: Mark functions which are to be hidden.
54300         * include/rpc/auth_des.h: Likewise.
54301         * include/rpc/auth_unix.h: Likewise.
54302         * include/rpc/clnt.h: Likewise.
54303         * include/rpc/des_crypt.h: Likewise.
54304         * include/rpc/key_prot.h: Likewise.
54305         * include/rpc/pmap_clnt.h: Likewise.
54306         * include/rpc/pmap_prot.h: Likewise.
54307         * include/rpc/pmap_rmt.h: Likewise.
54308         * include/rpc/rpc_msg.h: Likewise.
54309         * include/rpc/svc.h: Likewise.
54310         * include/rpc/svc_auth.h: Likewise.
54311         * include/rpc/xdr.h: Likewise.
54312         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54313         * nss/Makefile: Likewise.
54314         * sunrpc/Makefile: Don't install headers.  Build library with normal
54315         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54316         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54317         for the compat linking library.  Remove use of INTDEF/INTUSE.
54318         * sunrpc/auth_none.c: Likewise.
54319         * sunrpc/auth_unix.c: Likewise.
54320         * sunrpc/authdes_prot.c: Likewise.
54321         * sunrpc/authuxprot.c: Likewise.
54322         * sunrpc/clnt_gen.c: Likewise.
54323         * sunrpc/clnt_perr.c: Likewise.
54324         * sunrpc/clnt_raw.c: Likewise.
54325         * sunrpc/clnt_simp.c: Likewise.
54326         * sunrpc/clnt_tcp.c: Likewise.
54327         * sunrpc/clnt_udp.c: Likewise.
54328         * sunrpc/clnt_unix.c: Likewise.
54329         * sunrpc/des_crypt.c: Likewise.
54330         * sunrpc/des_soft.c: Likewise.
54331         * sunrpc/get_myaddr.c: Likewise.
54332         * sunrpc/key_call.c: Likewise.
54333         * sunrpc/key_prot.c: Likewise.
54334         * sunrpc/netname.c: Likewise.
54335         * sunrpc/pm_getmaps.c: Likewise.
54336         * sunrpc/pm_getport.c: Likewise.
54337         * sunrpc/pmap_clnt.c: Likewise.
54338         * sunrpc/pmap_prot.c: Likewise.
54339         * sunrpc/pmap_prot2.c: Likewise.
54340         * sunrpc/pmap_rmt.c: Likewise.
54341         * sunrpc/publickey.c: Likewise.
54342         * sunrpc/rpc_cmsg.c: Likewise.
54343         * sunrpc/rpc_common.c: Likewise.
54344         * sunrpc/rpc_dtable.c: Likewise.
54345         * sunrpc/rpc_prot.c: Likewise.
54346         * sunrpc/rpc_thread.c: Likewise.
54347         * sunrpc/rtime.c: Likewise.
54348         * sunrpc/svc.c: Likewise.
54349         * sunrpc/svc_auth.c: Likewise.
54350         * sunrpc/svc_authux.c: Likewise.
54351         * sunrpc/svc_raw.c: Likewise.
54352         * sunrpc/svc_run.c: Likewise.
54353         * sunrpc/svc_simple.c: Likewise.
54354         * sunrpc/svc_tcp.c: Likewise.
54355         * sunrpc/svc_udp.c: Likewise.
54356         * sunrpc/svc_unix.c: Likewise.
54357         * sunrpc/svcauth_des.c: Likewise.
54358         * sunrpc/xcrypt.c: Likewise.
54359         * sunrpc/xdr.c: Likewise.
54360         * sunrpc/xdr_array.c: Likewise.
54361         * sunrpc/xdr_float.c: Likewise.
54362         * sunrpc/xdr_intXX_t.c: Likewise.
54363         * sunrpc/xdr_mem.c: Likewise.
54364         * sunrpc/xdr_rec.c: Likewise.
54365         * sunrpc/xdr_ref.c: Likewise.
54366         * sunrpc/xdr_sizeof.c: Likewise.
54367         * sunrpc/xdr_stdio.c: Likewise.
54369 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54371         [BZ #12650]
54372         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54373         * sysdeps/ia64/dl-tls.h: Likewise.
54374         * sysdeps/powerpc/dl-tls.h: Likewise.
54375         * sysdeps/s390/dl-tls.h: Likewise.
54376         * sysdeps/sh/dl-tls.h: Likewise.
54377         * sysdeps/sparc/dl-tls.h: Likewise.
54378         * sysdeps/x86_64/dl-tls.h: Likewise.
54379         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54381 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54383         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54384         rpath element also skip the following colon.
54385         (expand_dynamic_string_token): Add is_path parameter and pass
54386         down to DL_DST_REQUIRED and _dl_dst_substitute.
54387         (decompose_rpath): Call expand_dynamic_string_token with
54388         non-zero is_path.  Ignore empty rpaths.
54389         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54390         with zero is_path.
54392 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54395         Make cancelable.
54397 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54399         [BZ #12655]
54400         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54401         Patch by Filipe David Manana <fdmanana@apache.org>.
54403 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54405         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54406         Maintain aligned stack.
54407         (CHECK_RSP): Remove unused macro.
54409 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54411         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54412         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54414 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54416         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54418         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54420 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54422         [BZ #12518]
54423         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54424         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54425         * sysdeps/x86_64/memmove.c: New file.
54426         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54427         (memcpy): Renamed to ...
54428         (__new_memcpy): This.
54429         (memcpy): Provide GLIBC_2_14 memcpy.
54430         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54431         (memcpy): Provide GLIBC_2_2_5 memcpy.
54433 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54435         [BZ #12631]
54436         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54438 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54440         * misc/syncfs.c: New file.
54441         * misc/Makefile (routines): Add syncfs.
54442         * posix/unistd.h: Declare syncfs.
54443         * sysdeps/unix/syscalls.list: Add syncfs.
54445 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54447         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54448         open_by_handle_at.
54449         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54450         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54451         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54452         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54453         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54454         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54455         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54457 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54459         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54460         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54461         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54462         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54463         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54464         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54465         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54467         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54468         sync_file_range.c with -fexceptions.
54469         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54470         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54471         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54472         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54473         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54474         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54475         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54476         sync_file_range as cancellation point
54477         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54478         now a wrapper around __call_sync_file_range with cancellation handling.
54479         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54480         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54481         function name to __call_sync_file_range.
54482         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54483         Add call_sync_file_range.
54485 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54487         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54488         bits/timex.h.
54490 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54492         * iconv/iconv.h: Fix typo in comment.
54493         * io/fcntl.h: Likewise.
54494         * libio/stdio.h: Likewise.
54495         * posix/spawn.h: Likewise.
54496         * posix/unistd.h: Likewise.
54497         * stdlib/stdlib.h: Likewise.
54498         * time/time.h: Likewise.
54499         * wcsmbs/wchar.h: Likewise.
54501         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54502         open_by_handle): Add.
54503         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54504         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54505         Augment a few comments.
54506         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54507         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54508         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54509         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54510         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54511         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54512         open_by_handle.
54514         * io/fcntl.h (AT_EMPTY_PATH): Define.
54516 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54518         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54519         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54520         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54521         to...
54522         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54523         * Versions.def: Add GLIBC_2.14.
54524         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54525         Export.
54527 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54529         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54530         round counter.
54531         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54533 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54535         [BZ #12597]
54536         * string/test-strncmp.c (do_page_test): New function.
54537         (check2): Likewise.
54538         (test_main): Call check2.
54539         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54541 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54543         [BZ #12587]
54544         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54545         Handle cache information in CPU leaf 4.
54546         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54548 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54550         [BZ #12583]
54551         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54552         character representation.
54553         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54555 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54557         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54558         END(__isnan) to END(__isnanf) to match function entry point/label
54559         EALIGN(__isnanf,...).
54561 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54563         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54565 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54567         [BZ #12510]
54568         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54569         copy from the symbol referenced in the relocation to initialize the
54570         used variable.
54571         Patch by Piotr Bury <pbury@goahead.com>.
54572         * elf/Makefile: Add rules to build and tst-unique3.
54573         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54574         * elf/tst-unique3.cc: New file.
54575         * elf/tst-unique3.h: New file.
54576         * elf/tst-unique3lib.cc: New file.
54577         * elf/tst-unique3lib2.cc: New file.
54579         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54581 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54583         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54584         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54585         to _start.
54587 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54589         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54590         to-be-loaded object along a path to loader is ld.so.
54592 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54593             Ulrich Drepper  <drepper@gmail.com>
54595         * sysdeps/x86_64/memset.S: After aligning destination, code
54596         branches to different locations depending on the value of
54597         misalignment, when multiarch is enabled. Fix this.
54599 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54601         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54602         Set _x86_64_preferred_memory_instruction for AMD processsors.
54603         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54604         Set bit_Prefer_SSE_for_memop for AMD processors.
54606 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54608         * libio/fmemopen.c (fmemopen): Optimize a bit.
54610 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54612         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54614 2011-03-03  Roland McGrath  <roland@redhat.com>
54616         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54618 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54620         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54621         __bzero_ultra1 instead of __memset_ultra1.
54623 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54624             Ulrich Drepper  <drepper@gmail.com>
54626         [BZ #12509]
54627         * include/link.h (struct link_map): Add l_orig_initfini.
54628         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54629         returning unsuccessfully.
54630         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54631         close of a file loaded at startup, restore the original l_initfini
54632         list.
54633         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54634         list, store the pointer.
54635         * elf/Makefile ($(objpfx)noload-mem): New rule.
54636         (noload-ENV): Define.
54637         (tests): Add $(objpfx)noload-mem.
54638         * elf/noload.c: Include <memcheck.h>.
54639         (main): Call mtrace.  Close all opened handles.
54641 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54643         [BZ #12454]
54644         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54645         dependencies are missing.
54647 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54649         Fix __if_freereq crash: Unlike the generic version which uses free,
54650         Hurd needs munmap.
54651         * sysdeps/mach/hurd/ifreq.h: New file.
54653 2011-01-27  Petr Baudis  <pasky@suse.cz>
54654             Ulrich Drepper  <drepper@gmail.com>
54656         [BZ 12445]#
54657         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54658         to extend_alloca().
54659         * stdio-common/bug23.c: New file.
54660         * stdio-common/Makefile (tests): Add bug23.
54662 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54663             Ulrich Drepper  <drepper@gmail.com>
54665         [BZ #12489]
54666         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54667         before performing relro protection.  At old place add assertion
54668         to make sure nothing changed.
54670 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54671             Glauber de Oliveira Costa  <glommer@gmail.com>
54673         * elf/elf.h: Add new ARM TLS relocs.
54675 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54678         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54679         cast from r3.
54680         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54681         'tests' variable.
54682         * sysdeps/wordsize-64/tst-writev.c: New file.
54684 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54686         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54687         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54688         insns in _dl_start to prevent a TOC reference before relocs are
54689         resolved.
54691 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54693         [BZ #12469]
54694         * Makeconfig: Remove RANLIB definition.
54695         * Makerules: Don't use RANLIB.
54696         * aclocal.m4: Remove ranlib test.
54697         * configure.in: No need to check for ranlib.
54698         * elf/rtld-Rules: Don't use RANLIB.
54700 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54702         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54703         protection macro.
54704         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54705         inclusion protection macro.
54707         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54708         SIGRTMIN and SIGRTMAX and print information in that case only when
54709         SIGRTMIN is defined.
54711 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54713         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54714         arginfo fn returning -1.
54716         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54717         and thousands string is zero terminated.
54719 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54721         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54722         sysdeps/unix/sysv/linux/bits/socket.h.
54724 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54726         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54727         (__CPU_COUNT): Remove old macros.
54728         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54729         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54730         (__CPU_ALLOC, __CPU_FREE): Add macros.
54731         (__sched_cpualloc, __sched_cpufree): Add declarations.
54733 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54735         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54736         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54737         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54738         (readdhstai): Return value of addhstaiX call.
54739         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54740         (addgrbyX): Return value returned by cache_addgr.
54741         (readdgrbyname): Return value returned by addgrbyX.
54742         (readdgrbygid): Likewise.
54743         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54744         (addpwbyX): Return value returned by cache_addpw.
54745         (readdpwbyname): Return value returned by addhstbyX.
54746         (readdpwbyuid): Likewise.
54747         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54748         (addservbyX): Return value returned by cache_addserv.
54749         (readdservbyname): Return value returned by addservbyX:
54750         (readdservbyport): Likewise.
54751         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54752         (addhstbyX): Return value returned by cache_addhst.
54753         (readdhstbyname): Return value returned by addhstbyX.
54754         (readdhstbyaddr): Likewise.
54755         (readdhstbynamev6): Likewise.
54756         (readdhstbyaddrv6): Likewise.
54757         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54758         (readdinitgroups): Return value returned by addinitgroupsX.
54759         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54760         (prune_cache): Keep track of timeout value of re-added entries.
54761         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54762         * nscd/nscd.h: Adjust prototypes of readd* functions.
54764 2011-02-04  Roland McGrath  <roland@redhat.com>
54766         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54767         (nis_stats): Likewise.
54768         * nis/nis_modify.c (nis_modify): Likewise.
54769         * nis/nis_remove.c (nis_remove): Likewise.
54770         * nis/nis_add.c (nis_add): Likewise.
54772         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54774         * posix/fnmatch_loop.c: Add some consts.
54776         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54778 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54780         [BZ #12460]
54781         * config.make.in (config-cflags-novzeroupper): Define.
54782         * configure.in: Substitute libc_cv_cc_novzeroupper.
54783         * elf/Makefile (AVX-CFLAGS): Define.
54784         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54785         (CFLAGS-tst-auditmod4a.c): Likewise.
54786         (CFLAGS-tst-auditmod4b.c): Likewise.
54787         (CFLAGS-tst-auditmod6b.c): Likewise.
54788         (CFLAGS-tst-auditmod6c.c): Likewise.
54789         (CFLAGS-tst-auditmod7b.c): Likewise.
54790         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54792 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54794         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54795         function to the callback.
54796         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54798 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54800         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54801         of errno.
54803 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54805         [BZ #11724]
54806         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54807         of constructors.
54808         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54809         of destructors.
54810         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54812         [BZ #11724]
54813         * elf/Makefile: Add rules to build and run new test.
54814         * elf/tst-initorder.c: New file.
54815         * elf/tst-initorder.exp: New file.
54816         * elf/tst-initordera1.c: New file.
54817         * elf/tst-initordera2.c: New file.
54818         * elf/tst-initordera3.c: New file.
54819         * elf/tst-initordera4.c: New file.
54820         * elf/tst-initorderb1.c: New file.
54821         * elf/tst-initorderb2.c: New file.
54822         * elf/tst-order-a1.c: New file.
54823         * elf/tst-order-a2.c: New file.
54824         * elf/tst-order-a3.c: New file.
54825         * elf/tst-order-a4.c: New file.
54826         * elf/tst-order-b1.c: New file.
54827         * elf/tst-order-b2.c: New file.
54828         * elf/tst-order-main.c: New file.
54829         New test case by George Gensure <werkt0@gmail.com>.
54831 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54833         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54834         decoding ACE if AI_CANONIDN.
54836 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54838         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54840 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54842         * version.h (RELEASE): Bump for 2.13 release.
54843         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54845         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54847         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54848         MADV_NOHUGEPAGE.
54849         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54850         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54851         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54852         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54853         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54854         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54856         * posix/getconf.c: Update copyright year.
54857         * catgets/gencat.c: Likewise.
54858         * csu/version.c: Likewise.
54859         * debug/catchsegv.sh: Likewise.
54860         * debug/xtrace.sh: Likewise.
54861         * elf/ldconfig.c: Likewise.
54862         * elf/ldd.bash.in: Likewise.
54863         * elf/sprof.c (print_version): Likewise.
54864         * iconv/iconv_prog.c: Likewise.
54865         * iconv/iconvconfig.c: Likewise.
54866         * locale/programs/locale.c: Likewise.
54867         * locale/programs/localedef.c: Likewise.
54868         * malloc/memusage.sh: Likewise.
54869         * malloc/mtrace.pl: Likewise.
54870         * nscd/nscd.c (print_version): Likewise.
54871         * nss/getent.c: Likewise.
54873         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54874         PF_CAIF, and PF_ALG.
54875         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54877 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54879         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54880         (modules-names): Use them.
54881         (ifunc-test-modules, ifunc-pie-tests): Define.
54882         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54883         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54884         (test-extras): Likewise.
54885         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54886         $(compile-command.c).
54887         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54888         (all-built-dso): Define.
54889         (check-textrel.out, check-execstack.out): Depend on it.
54891         * configure.in: Don't override --enable-multi-arch.
54893 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54895         [BZ #6812]
54896         * nscd/hstcache.c (tryagain): Define.
54897         (cache_addhst): Return tryagain not notfound for temporary errors.
54898         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54899         failed.
54901 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54903         [BZ #10563]
54904         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54905         to make the syscall.
54906         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54908         [BZ #12378]
54909         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54910         and fall back to matching as normal character if the string ends before
54911         the matching ']' is found.  This is what POSIX requires.
54912         * posix/testfnm.c: Adjust test result.
54913         * posix/globtest.sh: Adjust test result.  Add new test.
54914         * posix/tst-fnmatch.input: Likewise.
54915         * posix/tst-fnmatch2.c: Add new test.
54917 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54919         * elf/Makefile (check-execstack): Revert last change.  Depend on
54920         check-execstack.h.
54921         (check-execstack.h): New target.
54922         (generated): Add check-execstack.h.
54923         * elf/check-execstack.c: Include "check-execstack.h".
54924         (main): Revert last change.
54925         (handle_file): Return zero if GNU_STACK is absent and
54926         DEFAULT_STACK_PERMS doesn't include PF_X.
54928 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54930         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54931         in child fails because the descriptor is already closed.
54932         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54933         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54934         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54936         [BZ #12397]
54937         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54938         syscall.
54940         [BZ #10484]
54941         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54942         temporary buffer used to handle multi lookups locally.
54943         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54945 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54947         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54948         loader is ld.so.
54950 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54952         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54953         alignment for SSE2.
54955 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54957         [BZ #12394]
54958         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54959         characters.  When rounding increased number of integer digits recompute
54960         number of groups.
54961         * stdio-common/tst-grouping.c: New file.
54962         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54964 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54966         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54967         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54969         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54970         void.
54971         * bits/select.h: Likewise.
54973 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
54975         * po/ja.po: Update from translation team.
54977 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
54979         [BZ #11155]
54980         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54981         implementation just like for lxstat, fxstatat, et al.
54983 2010-12-27  Jim Meyering  <meyering@redhat.com>
54985         [BZ #12348]
54986         * posix/regexec.c (build_trtable): Return failure indication upon
54987         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
54989 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
54991         [BZ #12201]
54992         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54993         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54994         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54995         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54997         [BZ #12207]
54998         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55000         [BZ #12204]
55001         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55002         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55004 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55006         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55007         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55008         script has SORT_BY_INIT_PRIORITY.
55009         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55010         NO_CTORS_DTORS_SECTIONS is defined.
55011         * elf/soinit.c: Likewise.
55012         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55013         NO_CTORS_DTORS_SECTIONS is defined.
55014         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55015         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55016         * sysdeps/sh/init-first.c: Likewise.
55017         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55019 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55021         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55022         always use the slow path.
55024 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55026         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55027         similar rule which adds the sysdep directories to the header search in
55028         order to pick up the correct platform stackinfo.h.
55029         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55030         perform test if it is, otherwise return successfully without testing.
55031         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55032         DEFAULT_STACK_PERMS define in stackinfo.h.
55033         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55034         defined in stackinfo.h.
55035         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55036         DEFAULT_STACK_PERMS defined in stackinfo.h.
55037         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55038         * sysdeps/ia64/stackinfo.h: Likewise.
55039         * sysdeps/s390/stackinfo.h: Likewise.
55040         * sysdeps/sh/stackinfo.h: Likewise.
55041         * sysdeps/sparc/stackinfo.h: Likewise.
55042         * sysdeps/x86_64/stackinfo.h: Likewise.
55043         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55044         PF_X for powerpc64.  Retain PF_X for powerpc32.
55046 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55048         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55049         accurately.
55050         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55051         GETDENTS_64BIT_ALIGNED.
55053 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55055         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55057 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55059         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55060         _GNU_SOURCE.
55062         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55063         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55064         Remove __restrict.
55065         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55066         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55068 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55070         [BZ #11655]
55071         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55072         are initialized.
55074 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55076         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55078 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55080         * po/it.po: Update from translation team.
55082 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55084         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55085         unused codes.
55087 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55089         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55091 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55093         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55094         specially.
55095         (gaih_getanswer_slice): Likewise.
55097 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55099         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55101 2010-05-31  Petr Baudis  <pasky@suse.cz>
55103         [BZ #11149]
55104         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55105         silently even in the chroot mode.
55107 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55109         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55110         last patch a bit.  Pretty printing
55112 2010-05-31  Petr Baudis <pasky@suse.cz>
55114         [BZ #10085]
55115         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55116         initialization of skip_initgroups_dyn.
55118 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55120         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55121         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55123 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55125         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55127 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55129         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55130         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55131         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55132         ($(objpfx)tst-fnmatch-mem): New rule.
55133         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55134         * posix/tst-fnmatch.c (main): Call mtrace.
55136 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55138         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55139         Support Intel processor model 6 and model 0x2c.
55141 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55143         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55144           signed comparison.
55146 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55148         [BZ #12205]
55149         * string/test-strncasecmp.c (check_result): New function.
55150         (do_one_test): Use it.
55151         (check1): New function.
55152         (test_main): Use it.
55153         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55154         Support strcasecmp and strncasecmp.
55156 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55158         [BZ #12194]
55159         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55160         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55162 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55164         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55165         IFUNC support.
55166         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55167         memset-x86-64.
55168         * sysdeps/x86_64/multiarch/bzero.S: New file.
55169         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55170         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55171         * sysdeps/x86_64/multiarch/memset.S: New file.
55172         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55173         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55174         Set bit_Prefer_SSE_for_memop for Intel processors.
55175         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55176         Define.
55177         (index_Prefer_SSE_for_memop): Define.
55178         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55180 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55182         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55183         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55185 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55187         [BZ #12191]
55188         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55189         (__x86_64_raw_data_cache_size_half): Likewise.
55190         (__x86_64_raw_shared_cache_size): Likewise.
55191         (__x86_64_raw_shared_cache_size_half): Likewise.
55193         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55194         (__x86_64_raw_data_cache_size_half): Likewise.
55195         (__x86_64_raw_shared_cache_size): Likewise.
55196         (__x86_64_raw_shared_cache_size_half): Likewise.
55197         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55198         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55199         and __x86_64_raw_shared_cache_size_half.  Round
55200         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55201         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55202         to multiple of 256 bytes.
55204 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55206         [BZ #12167]
55207         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55208         of inacessible symlinks.  Verify result of symlink before returning it.
55209         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55210         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55212 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55214         * math/math.h (isinf): Fix typo in comment.
55216 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55218         * po/da.po: Update from translation team.
55220 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55222         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55223         is added to the list.
55225 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55226             Ulrich Drepper  <drepper@gmail.com>
55228         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55229         the global list here.  Move code to...
55230         (_dl_add_to_namespace_list): ...here.  New function.
55231         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55232         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55233         * elf/dl-load.c (lose): Don't remove the element from the list.
55234         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55235         (_dl_map_object): Likewise.
55237 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55239         [BZ #12159]
55240         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55241         into all bytes of SSE register.
55242         Patch by Richard Li <richardpku@gmail.com>.
55244 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55246         [BZ #12140]
55247         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55248         perturbing.
55250 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55252         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55253         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55254         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55255         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55257         submachine.
55258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55260 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55262         * include/dlfcn.h (__RTLD_SECURE): Define.
55263         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55264         mode & __RTLD_SECURE instead.
55265         (open_path): Rename preloaded parameter to secure.
55266         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55267         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55268         * elf/dl-deps.c (openaux): Likewise.
55269         * elf/rtld.c (struct map_args): Remove is_preloaded.
55270         (map_doit): Don't use it.
55271         (dl_main): Likewise.
55272         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55273         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55275 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55277         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55278         (sysd-rules-targets): Remove duplicates.
55279         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55280         rtld-%.$o dependency.
55282 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55284         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55285         _dl_map_object do it.
55287 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55289         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55290         fast fma builtins, define the macros in the C99 standard.
55291         (FP_FAST_FMAF): Likewise.
55292         (FP_FAST_FMAL): Likewise.
55293         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55295         * bits/mathdef.h: Update copyright year.
55296         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55298 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55300         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55301         builtins, define the macros in the C99 standard.
55302         (FP_FAST_FMAF): Likewise.
55303         (FP_FAST_FMAL): Likewise.
55304         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55305         multiply/add.
55306         (FP_FAST_FMAF): Likewise.
55308 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55310         [BZ #3268]
55311         * math/libm-test.inc (fma_test): Some new testcases.
55312         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55313         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55314         y and infinite z.  Do multiplication by C already in long double.
55315         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55316         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55317         y and infinite z.  Do bitwise or of inexact bit into u.d.
55318         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55319         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55320         * sysdeps/i386/fpu/s_fma.S: Removed.
55321         * sysdeps/i386/fpu/s_fmal.S: Removed.
55323 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55325         [BZ #3268]
55326         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55327         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55328         computation is not scheduled after fetestexcept.  Fix value
55329         of minimum denormal long double.
55331 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55333         [BZ #3268]
55334         * math/libm-test.inc (fma_test): Add some more tests.
55335         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55336         correctly.
55338 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55340         * scripts/data/localplt-s390-linux-gnu.data: New file.
55341         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55343 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55345         [BZ #3268]
55346         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55347         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55348         instead of dbl-64.
55349         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55350         inlines.
55351         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55352         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55353         if one of x and y is very large and the other is subnormal.
55354         * sysdeps/s390/fpu/s_fmaf.c: New file.
55355         * sysdeps/s390/fpu/s_fma.c: New file.
55356         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55357         * sysdeps/powerpc/fpu/s_fma.S: New file.
55358         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55359         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55360         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55362 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55364         [BZ #3268]
55365         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55366         fma tests.
55367         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55368         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55369         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55370         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55371         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55372         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55373         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55375 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55377         [BZ #12078]
55378         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55379         * posix/bug-regex31.input: Add test case.
55381 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55383         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55384         * posix/bug-regex31.input: New file.
55386         [BZ #12078]
55387         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55388         (parse_sub_exp): Fix last change, use postorder.
55390         * posix/bug-regex31.c: New file.
55391         * posix/Makefile: Add rules to build and run bug-regex31.
55393         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55395         [BZ #12078]
55396         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55398         [BZ #12108]
55399         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55400         to have entries in sys_siglist.
55402         [BZ #12093]
55403         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55404         be NULL.
55406 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55408         [BZ #3268]
55409         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55410         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55411         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55412         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55413         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55414         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55415         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55416         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55417         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55418         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55419         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55420         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55421         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55422         * math/ftestexcept.c (fetestexcept): Likewise.
55423         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55424         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55425         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55426         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55427         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55428         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55429         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55431 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55433         [BZ #12107]
55434         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55435         newline.
55437 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55439         * string/bug-strstr1.c: New file.
55440         * string/Makefile: Add rules to build and run bug-strstr1.
55442 2010-10-05  Eric Blake  <eblake@redhat.com>
55444         [BZ #12092]
55445         * string/str-two-way.h (two_way_long_needle): Always clear memory
55446         when skipping input due to the shift table.
55448 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55450         [BZ #12005]
55451         * malloc/mcheck.c: Handle large requests.
55453         [BZ #12077]
55454         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55455         for strncmp and strncasecmp.
55456         * string/stratcliff.c: Add tests for strcmp and strncmp.
55457         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55459 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55461         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55462         __set_fpscr.
55464 2010-09-30  Andreas Jaeger  <aj@suse.de>
55466         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55467         (CGROUP_SUPER_MAGIC): Define.
55468         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55469         Handle btrfs and cgroup file systems.
55470         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55471         Likewise.
55473 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55475         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55476         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55478 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55480         [BZ #12067]
55481         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55482         trying to locate the ELF header.
55484 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55486         [BZ #11611]
55487         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55488         Mask out sign-bit copies when constructing f_fsid.
55490 2010-09-24  Petr Baudis <pasky@suse.cz>
55492         * debug/stack_chk_fail_local.c: Add missing licence exception.
55493         * debug/warning-nop.c: Likewise.
55495 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55497         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55498         implementing getdents64 using getdents syscall, set d_type if
55499         __ASSUME_GETDENTS32_D_TYPE.
55501 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55503         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55504         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55506 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55508         [BZ #12037]
55509         * posix/unistd.h: Undo change of feature selection for ftruncate from
55510         2010-01-11.
55512 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55514         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55515         detection.
55517 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55519         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55520         fanotify_mark.
55521         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55523 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55525         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55526         variables after CHECK_SP call.
55527         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55529 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55530             Ulrich Drepper  <drepper@redhat.com>
55532         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55533         re-relocationg ld.so.
55534         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55535         _dl_init_paths call.
55536         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55537         here anymore.
55539 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55541         * resolv/res_init.c (__res_vinit): Count the default server we added.
55543 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55544             Ulrich Drepper  <drepper@redhat.com>
55546         [BZ #11968]
55547         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55548         (____longjmp_chk): Use %ebx for saving value across system call.
55549         Add unwind info.
55551 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55553         * manual/Makefile: Don't mix pattern rules with normal rules.
55555 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55557         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55558         operation.
55559         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55560         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55561         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55562         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55563         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55564         Likewise.
55566 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55568         [BZ #11979]
55569         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55570         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55572 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55574         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55575         * sysdeps/x86_64/addmul_1.S: Likewise.
55576         * sysdeps/x86_64/lshift.S: Likewise.
55577         * sysdeps/x86_64/mul_1.S: Likewise.
55578         * sysdeps/x86_64/rshift.S: Likewise.
55579         * sysdeps/x86_64/sub_n.S: Likewise.
55580         * sysdeps/x86_64/submul_1.S: Likewise.
55582 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55584         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55585         Define __sched_param instead of SCHED_* and sched_param when
55586         <bits/sched.h> is included with __need_schedparam defined.
55587         * bits/sched.h [__need_schedparam]
55588         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55589         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55590         (__defined_schedparam): Define to 1.
55591         (__sched_param): New structure, identical to sched_param.
55592         (__need_schedparam): Undefine.
55594 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55596         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55597         (epoll_create1): Declare.
55599         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55601 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55603         [BZ #7066]
55604         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55605         shifting retval into place.
55607 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55609         * nis/rpcsvc/nis.h: Update copyright notice.
55610         * nis/rpcsvc/nis.x: Likewise.
55611         * nis/rpcsvc/nis_callback.h: Likewise.
55612         * nis/rpcsvc/nis_callback.x: Likewise.
55613         * nis/rpcsvc/nis_object.x: Likewise.
55614         * nis/rpcsvc/nis_tags.h: Likewise.
55615         * nis/rpcsvc/yp.h: Likewise.
55616         * nis/rpcsvc/yp.x: Likewise.
55617         * nis/rpcsvc/ypupd.h: Likewise.
55618         * nis/yp_xdr.c: Likewise.
55619         * nis/ypupdate_xdr.c: Likewise.
55621         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55622         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55623         (pmap_getport): Use __libc_rpc_getport.
55624         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55625         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55626         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55628 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55631         fanotify_mark.
55633 2010-08-27  Roland McGrath  <roland@redhat.com>
55635         * sysdeps/i386/i686/multiarch/Makefile
55636         (CFLAGS-varshift.c): New variable.
55638 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55640         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55641         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55643         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55645         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55647 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55649         * sysdeps/x86_64/strlen.S: Unroll the loop.
55650         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55651         strlen-sse2 strlen-sse2-bsf.
55652         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55653         __strlen_no_bsf if bit_Slow_BSF is set.
55654         (__strlen_sse42): Removed.
55655         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55656         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55658 2010-08-25  Roland McGrath  <roland@redhat.com>
55660         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55661         * sysdeps/x86_64/multiarch/varshift.c: New file.
55662         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55663         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55664         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55665         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55667 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55669         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55670         strlen-sse2 strlen-sse2-bsf.
55671         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55672         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55673         (__strlen_sse2): Removed.
55674         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55675         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55676         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55677         bit_Slow_BSF for Atom.
55678         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55679         (index_Slow_BSF): Define.
55680         (HAS_SLOW_BSF): Define.
55682 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55684         [BZ #10851]
55685         * resolv/res_init.c (__res_vinit): When no server address at all
55686         is given default to loopback.
55688 2010-08-24  Roland McGrath  <roland@redhat.com>
55690         * configure.in: Remove config-name.h generation.
55691         * configure: Regenerated.
55692         * config-name.in: File removed.
55693         * scripts/config-uname.sh: New file.
55694         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55695         ($(objdir)config-name.h): New target.
55697         * sunrpc/rpc_parse.h: Avoid nested comment.
55699 2010-08-24  Richard Henderson  <rth@redhat.com>
55700             Ulrich Drepper  <drepper@redhat.com>
55701             H.J. Lu  <hongjiu.lu@intel.com>
55703         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55704         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55705         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55706         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55707         _mm_alignr_epi8 with _mm_loadu_si128.
55708         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55709         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55710         (__m128i_shift_right): Removed.
55711         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55712         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55713         * sysdeps/x86_64/multiarch/varshift.h: New file.
55714         * sysdeps/x86_64/multiarch/varshift.S: New file.
55716 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55718         * configure.in: Move assembler checks to before sysdep dir checking.
55720 2010-08-20  Petr Baudis  <pasky@suse.cz>
55722         * LICENSES: Sync the sunrpc license.
55724 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55726         * sunrpc/auth_des.c: Update copyright notice once again.
55727         * sunrpc/auth_none.c: Likewise.
55728         * sunrpc/auth_unix.c: Likewise.
55729         * sunrpc/authdes_prot.c: Likewise.
55730         * sunrpc/authuxprot.c: Likewise.
55731         * sunrpc/bindrsvprt.c: Likewise.
55732         * sunrpc/clnt_gen.c: Likewise.
55733         * sunrpc/clnt_perr.c: Likewise.
55734         * sunrpc/clnt_raw.c: Likewise.
55735         * sunrpc/clnt_simp.c: Likewise.
55736         * sunrpc/clnt_tcp.c: Likewise.
55737         * sunrpc/clnt_udp.c: Likewise.
55738         * sunrpc/clnt_unix.c: Likewise.
55739         * sunrpc/des_crypt.c: Likewise.
55740         * sunrpc/des_soft.c: Likewise.
55741         * sunrpc/get_myaddr.c: Likewise.
55742         * sunrpc/getrpcport.c: Likewise.
55743         * sunrpc/key_call.c: Likewise.
55744         * sunrpc/key_prot.c: Likewise.
55745         * sunrpc/openchild.c: Likewise.
55746         * sunrpc/pm_getmaps.c: Likewise.
55747         * sunrpc/pm_getport.c: Likewise.
55748         * sunrpc/pmap_clnt.c: Likewise.
55749         * sunrpc/pmap_prot.c: Likewise.
55750         * sunrpc/pmap_prot2.c: Likewise.
55751         * sunrpc/pmap_rmt.c: Likewise.
55752         * sunrpc/rpc/auth.h: Likewise.
55753         * sunrpc/rpc/auth_unix.h: Likewise.
55754         * sunrpc/rpc/clnt.h: Likewise.
55755         * sunrpc/rpc/des_crypt.h: Likewise.
55756         * sunrpc/rpc/key_prot.h: Likewise.
55757         * sunrpc/rpc/netdb.h: Likewise.
55758         * sunrpc/rpc/pmap_clnt.h: Likewise.
55759         * sunrpc/rpc/pmap_prot.h: Likewise.
55760         * sunrpc/rpc/pmap_rmt.h: Likewise.
55761         * sunrpc/rpc/rpc.h: Likewise.
55762         * sunrpc/rpc/rpc_des.h: Likewise.
55763         * sunrpc/rpc/rpc_msg.h: Likewise.
55764         * sunrpc/rpc/svc.h: Likewise.
55765         * sunrpc/rpc/svc_auth.h: Likewise.
55766         * sunrpc/rpc/types.h: Likewise.
55767         * sunrpc/rpc/xdr.h: Likewise.
55768         * sunrpc/rpc_clntout.c: Likewise.
55769         * sunrpc/rpc_cmsg.c: Likewise.
55770         * sunrpc/rpc_common.c: Likewise.
55771         * sunrpc/rpc_cout.c: Likewise.
55772         * sunrpc/rpc_dtable.c: Likewise.
55773         * sunrpc/rpc_hout.c: Likewise.
55774         * sunrpc/rpc_main.c: Likewise.
55775         * sunrpc/rpc_parse.c: Likewise.
55776         * sunrpc/rpc_parse.h: Likewise.
55777         * sunrpc/rpc_prot.c: Likewise.
55778         * sunrpc/rpc_sample.c: Likewise.
55779         * sunrpc/rpc_scan.c: Likewise.
55780         * sunrpc/rpc_scan.h: Likewise.
55781         * sunrpc/rpc_svcout.c: Likewise.
55782         * sunrpc/rpc_tblout.c: Likewise.
55783         * sunrpc/rpc_util.c: Likewise.
55784         * sunrpc/rpc_util.h: Likewise.
55785         * sunrpc/rpcinfo.c: Likewise.
55786         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55787         * sunrpc/rpcsvc/key_prot.x: Likewise.
55788         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55789         * sunrpc/rpcsvc/mount.x: Likewise.
55790         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55791         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55792         * sunrpc/rpcsvc/rex.x: Likewise.
55793         * sunrpc/rpcsvc/rstat.x: Likewise.
55794         * sunrpc/rpcsvc/rusers.x: Likewise.
55795         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55796         * sunrpc/rpcsvc/spray.x: Likewise.
55797         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55798         * sunrpc/rtime.c: Likewise.
55799         * sunrpc/svc.c: Likewise.
55800         * sunrpc/svc_auth.c: Likewise.
55801         * sunrpc/svc_authux.c: Likewise.
55802         * sunrpc/svc_raw.c: Likewise.
55803         * sunrpc/svc_run.c: Likewise.
55804         * sunrpc/svc_simple.c: Likewise.
55805         * sunrpc/svc_tcp.c: Likewise.
55806         * sunrpc/svc_udp.c: Likewise.
55807         * sunrpc/svc_unix.c: Likewise.
55808         * sunrpc/svcauth_des.c: Likewise.
55809         * sunrpc/xcrypt.c: Likewise.
55810         * sunrpc/xdr.c: Likewise.
55811         * sunrpc/xdr_array.c: Likewise.
55812         * sunrpc/xdr_float.c: Likewise.
55813         * sunrpc/xdr_mem.c: Likewise.
55814         * sunrpc/xdr_rec.c: Likewise.
55815         * sunrpc/xdr_ref.c: Likewise.
55816         * sunrpc/xdr_sizeof.c: Likewise.
55817         * sunrpc/xdr_stdio.c: Likewise.
55819         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55820         handling.
55822 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55824         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55826 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55828         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55829         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55830         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55831         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55832         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55833         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55834         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55835         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55836         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55837         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55838         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55839         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55840         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55841         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55843 2010-07-26  Anton Blanchard  <anton@samba.org>
55845         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55846         * malloc/arena.c (heap_trim): Likewise.
55848 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55850         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55851         here.  Not...
55852         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55853         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55855 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55857         * sysdeps/i386/elf/Makefile: New file.
55859 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55861         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55862         from fanotify_init.
55863         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55864         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55866 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55868         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55869         of strncasecmp_l.
55870         * sysdeps/multiarch/strcmp.S: Likewise.
55872 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55874         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55875         strncase_l-nonascii.
55876         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55877         Add strncase_l-ssse3.
55878         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55879         * sysdeps/x86_64/strcmp.S: Likewise.
55880         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55881         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55882         * sysdeps/x86_64/strncase.S: New file.
55883         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55884         * sysdeps/x86_64/strncase_l.S: New file.
55885         * string/Makefile (strop-tests): Add strncasecmp.
55886         * string/test-strncasecmp.c: New file.
55888         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55889         warning.
55891         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55892         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55894 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55896         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55898 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55900         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55901         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55902         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55904 2010-05-01  Alan Modra  <amodra@gmail.com>
55906         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55907         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55908         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55909         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55910         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55911         tidying.  Don't tail-call __sigjmp_save for static lib.
55912         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55913         save location.
55914         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55915         (CALL_MCOUNT): Add eh info, and nop after bl.
55916         (TAIL_CALL_SYSCALL_ERROR): New macro.
55917         (PSEUDO_RET): Use it.
55918         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55919         Correct save location of integer regs and cr.
55920         (_dl_profile_resolve): Correct cr save location.  Delete nops
55921         after bl when SHARED.  Reduce cfi size a little by better
55922         placement of cfi directives.
55923         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55924         make a stack frame.  Instead use parm save area as a temp.
55925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55926         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55928         Don't make a stack frame for parent, use parm save area.
55929         Increase child stack frame to 112 bytes.  Don't save unused reg,
55930         and adjust reg usage.  Set up cfi on error recovery and
55931         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55933         (__makecontext): Add dummy nop after jump to exit.
55934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55935         Use correct parm save area and cr save, reduce stack frame.
55936         Correct cfi for possible PSEUDO_RET frame setup.
55937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55938         Branch to local label emitted by PSEUDO_RET rather than
55939         __syscall_error.
55941 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55943         [BZ #11904]
55944         * locale/programs/locale.c (print_assignment): New function.
55945         (show_locale_vars): Use it.
55947 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55949         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55950         field.
55951         (struct statfs64): Likewise.
55952         (_STATFS_F_FLAGS): Define.
55953         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55954         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55955         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55956         (ST_VALID): Define locally.
55957         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55958         __statvfs_getflags, use the provided value.
55959         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55960         __ASSUME_STATFS_F_FLAGS.
55962         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55964         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55965         Add sys/fanotify.h.
55966         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55967         fanotify_mask for GLIBC_2.13.
55968         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55969         fanotify_init and fanotify_mark.
55970         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55971         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55973         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55974         Add prlimit.
55975         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55976         prlimit64 for GLIBC_2.13.
55977         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55978         prlimit64.
55979         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55980         syscall.
55981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55982         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55983         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55984         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55985         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
55986         add prlimit alias.
55987         * sysdeps/unix/sysv/linux/prlimit.c: New file.
55989         [BZ #11903]
55990         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55991         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55993         * nss/Makefile: Add rules to build and run tst-nss-test1.
55994         * shlib-versions: Add entry for libnss_test1.
55995         * nss/nss_test1.c: New file.
55996         * nss/tst-nss-test1.c: New file.
55998         * nss/nsswitch.c (__nss_database_custom): Define new variable.
55999         (__nss_configure_lookup): Set appropriate entry in
56000         __nss_configure_lookup to true.
56001         * nss/nsswitch.h: Define enum with indeces of databases in
56002         databases and __nss_database_custom arrays.  Declare
56003         __nss_database_custom.
56004         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56005         to avoid using nscd when custom rules are installed.
56006         * nss/getXXbyYY_r.c: Likewise.
56007         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56009         * nss/nss_files/files-parse.c: Whitespace fixes.
56011 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56013         [BZ #11883]
56014         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56015         * posix/fnmatch_loop.c: Likewise.
56017 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56019         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56020         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56021         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56022         * Versions.def [GLIBC_2.13]: Add.
56024 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56026         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56027         Also fail if tpwd after pwuid call is NULL.
56029 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56031         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56032         when converting to ms.
56034 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56036         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56037         EOPNOTSUPP errors with ENOTTY.
56038         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56039         EOPNOTSUPP errors with ENOTTY.
56041 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56043         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56044         Add strcasecmp_l-ssse3.
56045         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56046         strcasecmp.
56047         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56048         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56049         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56051 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56053         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56055         * string/Makefile (strop-tests): Add strcasecmp.
56056         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56057         strcasecmp_l-nonascii.
56058         (gen-as-const-headers): Add locale-defines.sym.
56059         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56060         * sysdeps/x86_64/strcasecmp.S: New file.
56061         * sysdeps/x86_64/strcasecmp_l.S: New file.
56062         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56063         * sysdeps/x86_64/locale-defines.sym: New file.
56064         * string/test-strcasecmp.c: New file.
56066         * string/test-strcasestr.c: Test both ends of the range of characters.
56067         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56069 2010-07-29  Roland McGrath  <roland@redhat.com>
56071         [BZ #11856]
56072         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56074 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56076         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56077         for ld.so.
56079 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56081         * manual/memory.texi (Malloc Tunable Parameters): Document
56082         M_PERTURB.
56084 2010-07-26  Roland McGrath  <roland@redhat.com>
56086         [BZ #11840]
56087         * configure.in (-fgnu89-inline check): Set and substitute
56088         gnu89_inline, not libc_cv_gnu89_inline.
56089         * configure: Regenerated.
56090         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56092 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56094         * string/test-strnlen.c: New file.
56095         * string/Makefile (strop-tests): Add strnlen.
56096         * string/tester.c (test_strnlen): Add a few more test cases.
56097         * string/tst-strlen.c: Better error reporting.
56099         * sysdeps/x86_64/strnlen.S: New file.
56101 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56103         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56104         lower-latency instructions.
56106 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56108         * string/test-strcasestr.c: New file.
56109         * string/test-strstr.c: New file.
56110         * string/Makefile (strop-tests): Add strstr and strcasestr.
56111         * string/str-two-way.h: Don't undefine MAX.
56112         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56114 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56116         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56117         strcasestr-nonascii.
56118         (CFLAGS-strcasestr-nonascii.c): Define.
56119         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56120         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56121         Remove unused attribute.
56123 2010-07-20  Roland McGrath  <roland@redhat.com>
56125         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56126         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56127         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56128         like LD_HWCAP_MASK can disable hwcaps.
56130 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56132         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56134 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56136         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56137         call in strcasestr.
56138         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56139         __strcasestr_sse42_nonascii.
56140         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56141         strcasestr-nonascii.c.
56142         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56144 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56146         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56147         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56148         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56149         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56151 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56153         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56154         fcntl.
56156 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56158         [BZ #11577]
56159         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56160         dl_signal_cerror.
56162 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56164         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56165         _PC_PIPE_BUF using F_GETPIPE_SZ.
56167 2010-07-05  Roland McGrath  <roland@redhat.com>
56169         * manual/arith.texi (Rounding Functions): Fix rint description
56170         implicit in round description.
56172 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56174         * elf/Makefile: Fix linking for a few tests to make recent linker
56175         happy.
56177 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56179         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56180         $(common-objpfx)libc_nonshared.a.
56182 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56184         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56185         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56186         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56187         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56188         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56189         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56190         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56191         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56206         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56207         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56208         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56209         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56210         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56211         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56212         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56213         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56214         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56215         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56216         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56217         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56233 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56235         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56236         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56237         * string/memmove.c (memmove): Renamed to ...
56238         (MEMMOVE): ...this.  Default to memmove.
56239         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56240         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56241         (END_CHK): Define.
56242         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56243         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56244         mempcpy-ssse3-back memmove-ssse3-back.
56245         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56246         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56247         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56248         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56249         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56250         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56251         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56252         * sysdeps/x86_64/multiarch/memmove.c: New file.
56253         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56254         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56255         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56256         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56257         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56258         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56259         Define.
56260         (index_Fast_Copy_Backward): Define.
56261         (HAS_ARCH_FEATURE): Define.
56262         (HAS_FAST_REP_STRING): Define.
56263         (HAS_FAST_COPY_BACKWARD): Define.
56265 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56267         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56268         Restore proper fallback handling.
56270 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56272         [BZ #11701]
56273         * posix/group_member.c (__group_member): Correct checking loop.
56275         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56276         OOM in getpwuid_r correctly.  Return error number when the caller
56277         should return, otherwise -1.
56278         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56279         call returning > 0 value.
56280         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56282 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56284         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56285         libc_nonshared.a from targets in modules-names.
56287 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56289         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56290         requires it.
56292 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56294         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56295         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56296         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56297         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56299 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56301         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56303 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56305         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56306         and F_GETPIPE_SZ.
56307         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56308         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56309         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56310         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56311         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56312         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56314 2010-06-14  Roland McGrath  <roland@redhat.com>
56316         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56318 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56320         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56321         __REDIRECT followed by __THROW.
56322         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56323         * posix/getopt.h (getopt): Likewise.
56325 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56327         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56328         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56329         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56330         in AT_FLAGS.
56331         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56332         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56334 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56336         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56338 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56340         [BZ #11640]
56341         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56342         Properly check family and model.
56344 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56346         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56348 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56350         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56352 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56354         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56355         symbol reference.
56357 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56359         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56360         symbol reference.
56362 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56364         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56365         and internal_recvmmsg.
56366         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56367         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56368         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56369         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56371         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56372         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56373         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56375 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56377         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56379 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56381         POWER7 optimizations.
56382         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56383         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56385 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56387         * version.h: Update for 2.13 development version.
56389 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56391         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56392         exceptions.  Return 0.
56394 2010-05-07  Roland McGrath  <roland@redhat.com>
56396         * elf/ldconfig.c (main): Add a const.
56398 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56400         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56401         (args_options): Add no-idn option.
56402         (ahosts_keys_int): Add idn_flags to ai_flags.
56403         (parse_option): Handle 'i' option to clear idn_flags.
56405         * malloc/malloc.c (_int_free): Possible race in the most recently
56406         added check.  Only act on the data if no current modification
56407         happened.
56409 See ChangeLog.17 for earlier changes.